Home
last modified time | relevance | path

Searched full:60 (Results 1 – 25 of 133) sorted by relevance

123456

/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/
H A Dtime.c33 #define SPD 24*60*60
47 r->tm_sec = work % 60; in gmtime_r()
48 work /= 60; in gmtime_r()
49 r->tm_min = work % 60; in gmtime_r()
50 r->tm_hour = work / 60; in gmtime_r()
84 timezone = tz.tz_minuteswest * 60L; in localtime_r()
101 if (t->tm_sec > 60) in mktime()
103 t->tm_min += t->tm_sec / 60; in mktime()
104 t->tm_sec %= 60; in mktime()
106 if (t->tm_min > 60) in mktime()
[all …]
/nrf52832-nimble/rt-thread/components/libc/compilers/common/
H A Dgmtime_r.c15 #define SPD 24*60*60
56 r->tm_sec = work % 60; in gmtime_r()
57 work /= 60; in gmtime_r()
58 r->tm_min = work % 60; in gmtime_r()
59 r->tm_hour = work / 60; in gmtime_r()
/nrf52832-nimble/rt-thread/libcpu/nios/nios_ii/
H A Dcontext_gcc.S79 stw fp, 60(sp)
118 ldw fp, 60(sp)
160 stw fp, 60(sp)
200 ldw fp, 60(sp)
272 ldw fp, 60(sp)
H A Dvector.S45 ldw r14, 60(sp)
/nrf52832-nimble/rt-thread/libcpu/arm/am335x/
H A Dstart_gcc.S123 add r8, sp, #60
143 ldr lr, [sp, #60] @/* Get PC */
162 add r8, sp, #60
174 ldr lr, [sp, #60] @/* Get PC */
H A Dstart_iar.s172 ADD r8, sp, #60
192 LDR lr, [sp, #60] ;/* Get PC */
205 ADD r8, sp, #60
217 LDR lr, [sp, #60] ;/* Get PC */
/nrf52832-nimble/packages/NimBLE-latest/apps/blecsc/src/
H A Dblecsc_sens.c140 * 60 * 1024
145 * circumference[mm] * 1024 * 60 * 60
175 crank_rev_period = (60*1024) / csc_sim_crank_rpm; in blecsc_simulate_speed_and_cadence()
/nrf52832-nimble/rt-thread/components/net/uip/apps/webserver/httpd-fs/
H A Dstyle.css23 width:60%;
46 width:60%;
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/
H A Dlconf.c559 -36, -36, -36, -36, 60, -36, -36, -36
683 11, -60, -60, -60, -60, -60, -60, -60, -60, -60,
684 -60, -60, -60, -60, -60, -60, -60, -60
/nrf52832-nimble/rt-thread/libcpu/c-sky/ck802/
H A Dcontex_ck802_gcc.S120 stw r0, (sp, 60)
145 ldw r0, (sp, 60)
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_gatt_read_test.c635 /* Read a 60-byte attribute; three requests. */ in TEST_CASE()
643 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60 in TEST_CASE()
645 .value_len = 60 in TEST_CASE()
656 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60 in TEST_CASE()
658 .value_len = 60 in TEST_CASE()
819 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60 in TEST_CASE()
821 .value_len = 60, in TEST_CASE()
H A Dble_gatt_disc_c_test.c298 .val_handle = 60, in TEST_CASE()
366 .val_handle = 60, in TEST_CASE()
423 .val_handle = 60, in TEST_CASE()
517 .val_handle = 60, in TEST_CASE()
/nrf52832-nimble/rt-thread/libcpu/v850/70f34/
H A Dcontext_iar.S85 sld.w 60[ep], r1
102 sld.w 60[ep], r1
H A Dcontext_iar.asm85 sld.w 60[ep], r1
102 sld.w 60[ep], r1
/nrf52832-nimble/rt-thread/components/drivers/rtc/
H A Drtc.c28 #define RTC_NTP_SYNC_PERIOD (1L*60L*60L)
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dproxy.h25 * 60 seconds.
H A Dglue.h148 #define K_MINUTES(m) K_SECONDS((m) * 60)
149 #define K_HOURS(h) K_MINUTES((h) * 60)
158 #define BT_GAP_ADV_FAST_INT_MAX_1 0x0060 /* 60 ms */
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Ddhcp.h19 #define DHCP_COARSE_TIMER_SECS 60
225 #define DHCP_OPTION_US 60
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml55 specification limits this to 60 seconds, and implies that to
58 value: 60
184 example, 5 segments means the maximum SDU size is 60 bytes,
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/
H A Dcontext.h23 #define GPR16 60
/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/sys/
H A Dtime.h38 int tm_sec; /* Seconds. [0-60] (1 leap second) */
/nrf52832-nimble/rt-thread/libcpu/arm/armv6/
H A Darmv6.h75 #define S_LR 60
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/
H A Dos_trace_api.h34 #define OS_TRACE_ID_SEM_INIT (60)
/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/rpc/
H A Dpmap.c14 static struct timeval tottimeout = { 60, 0 };
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/include/asm/
H A Dppc_defs.h40 #define GPR11 60

123456