/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/ |
H A D | time.c | 33 #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 D | gmtime_r.c | 15 #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 D | context_gcc.S | 79 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 D | vector.S | 45 ldw r14, 60(sp)
|
/nrf52832-nimble/rt-thread/libcpu/arm/am335x/ |
H A D | start_gcc.S | 123 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 D | start_iar.s | 172 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 D | blecsc_sens.c | 140 * 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 D | style.css | 23 width:60%; 46 width:60%;
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/ |
H A D | lconf.c | 559 -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 D | contex_ck802_gcc.S | 120 stw r0, (sp, 60) 145 ldw r0, (sp, 60)
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_gatt_read_test.c | 635 /* 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 D | ble_gatt_disc_c_test.c | 298 .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 D | context_iar.S | 85 sld.w 60[ep], r1 102 sld.w 60[ep], r1
|
H A D | context_iar.asm | 85 sld.w 60[ep], r1 102 sld.w 60[ep], r1
|
/nrf52832-nimble/rt-thread/components/drivers/rtc/ |
H A D | rtc.c | 28 #define RTC_NTP_SYNC_PERIOD (1L*60L*60L)
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | proxy.h | 25 * 60 seconds.
|
H A D | glue.h | 148 #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 D | dhcp.h | 19 #define DHCP_COARSE_TIMER_SECS 60 225 #define DHCP_OPTION_US 60
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 55 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 D | context.h | 23 #define GPR16 60
|
/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/sys/ |
H A D | time.h | 38 int tm_sec; /* Seconds. [0-60] (1 leap second) */
|
/nrf52832-nimble/rt-thread/libcpu/arm/armv6/ |
H A D | armv6.h | 75 #define S_LR 60
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/ |
H A D | os_trace_api.h | 34 #define OS_TRACE_ID_SEM_INIT (60)
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/rpc/ |
H A D | pmap.c | 14 static struct timeval tottimeout = { 60, 0 };
|
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/include/asm/ |
H A D | ppc_defs.h | 40 #define GPR11 60
|