Home
last modified time | relevance | path

Searched refs:low (Results 1 – 14 of 14) sorted by relevance

/lk-master/lib/libc/
A Dbsearch.c19 size_t low = 0, high = num_elems - 1; in bsearch() local
26 size_t mid = low + ((high - low) / 2); in bsearch()
36 low = mid + 1; in bsearch()
37 if (low < mid || low > high) { in bsearch()
/lk-master/top/include/lk/
A Dbits.h22 #define BITS(x, high, low) ((x) & (((1UL<<((high)+1))-1) & ~((1UL<<(low))-1))) argument
23 #define BITS_SHIFT(x, high, low) (((x) >> (low)) & ((1UL<<((high)-(low)+1))-1)) argument
/lk-master/arch/x86/include/arch/
A Darch_ops.h49 uint32_t low, high; in arch_cycle_count()
50 rdtsc(low, high); in arch_cycle_count()
51 return ((ulong)high << 32) | low; in arch_cycle_count()
A Dx86.h399 #define rdtsc(low,high) \ argument
400 __asm__ __volatile__("rdtsc" : "=a" (low), "=d" (high))
402 #define rdtscl(low) \ argument
403 __asm__ __volatile__("rdtsc" : "=a" (low) : : "edx")
/lk-master/platform/qemu-virt-m68k/
A Dgoldfish_rtc.c55 uint32_t low, high; in read_raw_time() local
59 low = read_reg(RTC_TIME_LOW); in read_raw_time()
62 return ((uint64_t)high << 32) | low; in read_raw_time()
/lk-master/external/lib/libm/
A Ds_atan.c82 u_int32_t low; in atan() local
83 GET_LOW_WORD(low,x); in atan()
85 (ix==0x7ff00000&&(low!=0))) in atan()
A De_rem_pio2.c60 u_int32_t low; in __ieee754_rem_pio2() local
174 GET_LOW_WORD(low,x); in __ieee754_rem_pio2()
176 INSERT_WORDS(z, ix - ((int32_t)(e0<<20)), low); in __ieee754_rem_pio2()
/lk-master/external/platform/lpc15xx/lpcopen/periph_pmu/example/
A Dreadme.dox36 * the MCU from the following low power states, SLEEP, DEEP SLEEP, POWER DOWN,
39 * between power state changes. The chip is then placed into a low power mode and
47 * goes into low power states.</i><br>
/lk-master/external/platform/lpc15xx/lpcopen/periph_pmu_rom/example/
A Dreadme.dox36 * the MCU from the following low power states, SLEEP, DEEP SLEEP, POWER DOWN,
39 * between power state changes. The chip is then placed into a low power mode and
47 * goes into low power states.</i><br>
/lk-master/external/platform/pico/rp2040/
A DREADME.md4 `hardware_regs` contains low level hardware register #defines autogenerated from the RP2040 chip de…
/lk-master/external/lib/lwip/
A DFILES5 memory and buffer management, and the low-level raw API.
/lk-master/external/platform/cc13xx/cc13xxware/
A DREADME11 collateral for the SimpleLink™ ultra-low power platform of devices (CC13xx).
/lk-master/external/platform/nrfx/hal/
A Dnrf_saadc.h382 int16_t low,
721 int16_t low, in nrf_saadc_channel_limits_set() argument
725 (((uint32_t) low << SAADC_CH_LIMIT_LOW_Pos) & SAADC_CH_LIMIT_LOW_Msk) in nrf_saadc_channel_limits_set()
/lk-master/external/platform/pico/rp2_common/pico_double/
A Ddouble_v1_rom_shim.S1024 @ r0 y low bits
1037 @ r0 y low bits
1061 @ r0 y low bits

Completed in 17 milliseconds