| /Zephyr-latest/include/zephyr/net/ | 
| D | ptp_time.h | 118 			uint32_t low;  member161 			uint32_t low;  member
 182 			uint32_t low;  member
 
 | 
| D | gptp.h | 56 	int64_t low;  member67 	uint64_t low;  member
 
 | 
| /Zephyr-latest/drivers/sensor/ntc_thermistor/ | 
| D | ntc_thermistor_calc.c | 40 	int low = 0;  in ntc_lookup_comp()  local87 	int low, high;  in ntc_get_temp_mc()  local
 
 | 
| /Zephyr-latest/lib/libc/minimal/source/stdlib/ | 
| D | bsearch.c | 25 	size_t low = 0;  in bsearch()  local
 | 
| /Zephyr-latest/include/zephyr/arch/x86/ | 
| D | msr.h | 61 	uint32_t low = data & 0xFFFFFFFFU;  in z_x86_msr_write()  local
 | 
| /Zephyr-latest/subsys/dsp/cmsis/public/ | 
| D | zdsp_backend_f16.h | 65 static inline void zdsp_clip_f16(const float16_t *src, float16_t *dst, float16_t low,  in zdsp_clip_f16()
 | 
| D | zdsp_backend.h | 190 static inline void zdsp_clip_q7(const q7_t *src, q7_t *dst, q7_t low, q7_t high,  in zdsp_clip_q7()195 static inline void zdsp_clip_q15(const q15_t *src, q15_t *dst, q15_t low, q15_t high,  in zdsp_clip_q15()
 200 static inline void zdsp_clip_q31(const q31_t *src, q31_t *dst, q31_t low, q31_t high,  in zdsp_clip_q31()
 205 static inline void zdsp_clip_f32(const float32_t *src, float32_t *dst, float32_t low,  in zdsp_clip_f32()
 
 | 
| /Zephyr-latest/subsys/dsp/arcmwdt/public/ | 
| D | zdsp_backend.h | 204 static inline void zdsp_clip_q7(const DSP_DATA q7_t *src, DSP_DATA q7_t *dst, q7_t low, q7_t high,  in zdsp_clip_q7()209 static inline void zdsp_clip_q15(const DSP_DATA q15_t *src, DSP_DATA q15_t *dst, q15_t low,  in zdsp_clip_q15()
 214 static inline void zdsp_clip_q31(const DSP_DATA q31_t *src, DSP_DATA q31_t *dst, q31_t low,  in zdsp_clip_q31()
 220 				float32_t low, float32_t high, uint32_t num_samples)  in zdsp_clip_f32()
 
 | 
| /Zephyr-latest/drivers/spi/ | 
| D | spi_nxp_s32.c | 99 	uint32_t low, high;  in spi_nxp_s32_getbestfreq()  local186 	uint32_t low, high;  in spi_nxp_s32_getbestdelay()  local
 
 | 
| /Zephyr-latest/drivers/interrupt_controller/ | 
| D | intc_intel_vtd.h | 21 		uint64_t low;  member56 	uint64_t low;  member
 
 | 
| D | intc_intel_vtd.c | 238 static void fault_record_description(uint64_t low, uint64_t high)  in fault_record_description()
 | 
| /Zephyr-latest/include/zephyr/dt-bindings/clock/ | 
| D | mcux_lpc_syscon_clock.h | 14 #define MCUX_LPC_CLK_ID(high, low) ((high << 8) | (low))  argument
 | 
| /Zephyr-latest/arch/arc/core/ | 
| D | arc_connect.c | 209 	uint32_t low;  in z_arc_connect_gfrc_read()  local
 | 
| /Zephyr-latest/subsys/bluetooth/host/classic/ | 
| D | at.c | 497 	uint32_t low, high;  in at_list_get_range()  local
 | 
| /Zephyr-latest/include/zephyr/sys/ | 
| D | util.h | 417 #define CLAMP(val, low, high) (((val) <= (low)) ? (low) : MIN(val, high))  argument
 | 
| /Zephyr-latest/subsys/net/ip/ | 
| D | utils.c | 83 	uint8_t low = byte & 0x0f;  in net_byte_to_hex()  local
 | 
| /Zephyr-latest/include/zephyr/toolchain/iar/ | 
| D | iccarm.h | 350 #define Z_CLAMP(val, low, high) ({                                             \  argument
 | 
| /Zephyr-latest/include/zephyr/toolchain/ | 
| D | gcc.h | 631 #define Z_CLAMP(val, low, high) ({                                             \  argument
 |