Home
last modified time | relevance | path

Searched full:times (Results 1 – 25 of 162) sorted by relevance

1234567

/nrf52832-nimble/rt-thread/examples/test/
H A Ddhry.h30 * In addition, Berkeley UNIX system calls "times ()" or "time ()"
102 * execution times for this version should be the same as
138 * five or more times
140 * six or more times
152 * The "times" function of UNIX (returning process times)
157 * access, use the "times ()" function. If you have
166 * In Berkeley UNIX, the function "times" returns process
188 * For 16-Bit processors (e.g. 80186, 80286), times for all compilation
351 /* Berkeley UNIX C returns process times in seconds/HZ */
H A Ddhry_2.c66 /* executed three times */ in Proc_7()
111 /* executed three times */ in Func_1()
H A Dfs_test.c64 /* write 8000 times */ in fsrw1_thread_entry()
172 /* write 5000 times */ in fsrw2_thread_entry()
/nrf52832-nimble/rt-thread/libcpu/c-sky/common/
H A Dcsi_core.h215 \brief cache access times
216 \details Cache access times
222 \brief cache miss times
223 \details Cache miss times
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/ping/
H A Dping.c118 rt_err_t ping(char* target, rt_uint32_t times, rt_size_t size) in ping() argument
173 if (send_times >= times) break; /* send ping times reached, stop */ in ping()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/ping/
H A Dping.c118 rt_err_t ping(char* target, rt_uint32_t times, rt_size_t size) in ping() argument
173 if (send_times >= times) break; /* send ping times reached, stop */ in ping()
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/
H A Dutils.h64 * @brief Set the value 'val' into the buffer 'to', 'len' times.
68 * @param len IN -- number of times the value will be copied
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dpppol2tp.h46 #define PPPOL2TP_MAXSCCRQ 4 /* retry SCCRQ four times (quickly) */
47 #define PPPOL2TP_MAXICRQ 4 /* retry IRCQ four times */
48 #define PPPOL2TP_MAXICCN 4 /* retry ICCN four times */
H A Dppp_opts.h412 * CHAP_DEFTRANSMITS: max # times to send challenge
435 * EAP_DEFALLOWREQ: max # times to accept requests
450 * EAP_DEFTRANSMITS: max # times to transmit
458 * LCP_DEFLOOPBACKFAIL: Default number of times we receive our magic number from the peer
H A Deap.h153 #define EAP_DEFTRANSMITS 10 /* max # times to transmit */
155 #define EAP_DEFALLOWREQ 20 /* max # times to accept requests */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dpppol2tp.h50 #define PPPOL2TP_MAXSCCRQ 4 /* retry SCCRQ four times (quickly) */
51 #define PPPOL2TP_MAXICRQ 4 /* retry IRCQ four times */
52 #define PPPOL2TP_MAXICCN 4 /* retry ICCN four times */
H A Dppp_opts.h424 * CHAP_DEFTRANSMITS: max # times to send challenge
447 * EAP_DEFALLOWREQ: max # times to accept requests
462 * EAP_DEFTRANSMITS: max # times to transmit
470 * LCP_DEFLOOPBACKFAIL: Default number of times we receive our magic number from the peer
H A Deap.h153 #define EAP_DEFTRANSMITS 10 /* max # times to transmit */
155 #define EAP_DEFALLOWREQ 20 /* max # times to accept requests */
/nrf52832-nimble/rt-thread/components/net/at/at_socket/
H A Dat_socket.h104 /* number of times data was received, set by event_callback() */
106 /* number of times data was ACKed (free send buffer), set by event_callback() */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/priv/
H A Dmemp_std.h4 * This file is deliberately included multiple times: once with empty
5 * definition of LWIP_MEMPOOL() to handle all includes and multiple times
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/
H A Dsockets_priv.h78 /** number of times data was received, set by event_callback(),
81 /** number of times data was ACKed (free send buffer), set by event_callback(),
H A Dmemp_std.h4 * This file is deliberately included multiple times: once with empty
5 * definition of LWIP_MEMPOOL() to handle all includes and multiple times
/nrf52832-nimble/rt-thread/components/net/freemodbus/
H A DChangelog.txt103 Notes: eMBDisable and eMBClose can now be called multiple times
114 - FEATURE (ALL): eMBDisable can now be called multiple times
116 eMBClose also supports beeing called multiple times in
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_pwm.h86 … EVENTS_LOOPSDONE) ///< Concatenated sequences have been played the requested number of times.
162 …t, ///< Automatically after the current value is played and repeated the requested number of times.
249 …uint32_t repeats; ///< Number of times that each duty cycle should be repeated (after being play…
536 * @brief Function for setting the number of times the sequence playback
543 * @param[in] loop_count Number of times to perform the sequence playback.
/nrf52832-nimble/rt-thread/components/net/sal_socket/impl/
H A Daf_inet_lwip.c52 /** number of times data was received, set by event_callback(),
55 /** number of times data was ACKed (free send buffer), set by event_callback(),
/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A Dheader.tex10 \usepackage{times}
/nrf52832-nimble/rt-thread/components/drivers/spi/sfud/inc/
H A Dsfud_def.h278 size_t times; /**< default times for error retry */ member
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/linux/
H A Djffs2_fs_i.h38 /* Some stuff we just have to keep in-core at all times, for each inode. */
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dalgorithm.txt79 codes are replicated many times in such a table. What inflate() does is
100 symbol is four bits, then it's duplicated 32 times in a nine-bit table. If a
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/arch/include/arch/
H A Dperf.h38 //#include <sys/times.h>

1234567