Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 25 of 62) sorted by relevance

123

/hal_espressif-3.5.0/components/bt/host/bluedroid/external/sbc/decoder/srce/
Ddequant.c128 static INLINE float dequant_float(OI_UINT32 raw, OI_UINT scale_factor, OI_UINT bits) in dequant_float()
147 INLINE OI_INT32 OI_SBC_Dequant(OI_UINT32 raw, OI_UINT scale_factor, OI_UINT bits) in OI_SBC_Dequant()
186 INLINE OI_INT32 OI_SBC_Dequant_Unscaled(OI_UINT32 raw, OI_UINT scale_factor, OI_UINT bits) in OI_SBC_Dequant_Unscaled()
Dbitalloc.c157 OI_INT bits = scale_factor[sb]; in computeBitneed() local
174 OI_INT bits = scale_factor[sb]; in computeBitneed() local
316 OI_INT bits, in allocAdjustedBits()
Dbitstream-decode.c51 PRIVATE OI_UINT32 OI_BITSTREAM_ReadUINT(OI_BITSTREAM *bs, OI_UINT bits) in OI_BITSTREAM_ReadUINT()
/hal_espressif-3.5.0/components/esp_eth/test/
Dtest_emac.c128 EventBits_t bits = 0; variable
164 EventBits_t bits = 0; variable
211 EventBits_t bits = 0; variable
309 EventBits_t bits = 0; variable
/hal_espressif-3.5.0/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_bitstream.h80 #define OI_BITSTREAM_READUINT(result, bits, ptr, value, bitPtr) \ argument
98 #define OI_BITSTREAM_WRITEUINT(ptr, value, bitPtr, datum, bits) \ argument
/hal_espressif-3.5.0/components/esp_gdbstub/src/
Dpacket.c54 void esp_gdbstub_send_hex(int val, int bits) in esp_gdbstub_send_hex()
84 uint32_t esp_gdbstub_gethex(const unsigned char **ptr, int bits) in esp_gdbstub_gethex()
/hal_espressif-3.5.0/zephyr/esp32/src/esp_adc_cal/
Desp_adc_cal.c122 static inline int decode_bits(uint32_t bits, uint32_t mask, bool is_twos_compl) in decode_bits()
143 uint32_t bits = REG_GET_FIELD(VREF_REG, EFUSE_ADC_VREF); in read_efuse_vref() local
152 uint32_t bits; in read_efuse_tp_low() local
169 uint32_t bits; in read_efuse_tp_high() local
/hal_espressif-3.5.0/components/esp_adc_cal/esp32/
Desp_adc_cal.c123 static inline int decode_bits(uint32_t bits, uint32_t mask, bool is_twos_compl) in decode_bits()
144 uint32_t bits = REG_GET_FIELD(VREF_REG, EFUSE_ADC_VREF); in read_efuse_vref() local
153 uint32_t bits; in read_efuse_tp_low() local
170 uint32_t bits; in read_efuse_tp_high() local
/hal_espressif-3.5.0/components/esp_eth/test_apps/main/
Desp_eth_test.c72 EventBits_t bits = 0; variable
254 EventBits_t bits = 0; variable
346 EventBits_t bits = 0; variable
/hal_espressif-3.5.0/components/wpa_supplicant/test/
Dtest_offchannel.c152 EventBits_t bits; variable
218 EventBits_t bits; in test_wifi_roc() local
/hal_espressif-3.5.0/components/esp_rom/include/esp32s3/rom/
Dmd5_hash.h25 uint32_t bits[2]; member
/hal_espressif-3.5.0/components/wpa_supplicant/src/crypto/
Dmd5_i.h14 u32 bits[2]; member
/hal_espressif-3.5.0/components/esp_rom/include/esp32/rom/
Dmd5_hash.h26 uint32_t bits[2]; member
/hal_espressif-3.5.0/components/esp_rom/include/esp32c3/rom/
Dmd5_hash.h26 uint32_t bits[2]; member
/hal_espressif-3.5.0/components/esp_rom/include/esp32h2/rom/
Dmd5_hash.h26 uint32_t bits[2]; member
/hal_espressif-3.5.0/components/esp_rom/include/esp32s2/rom/
Dmd5_hash.h26 uint32_t bits[2]; member
/hal_espressif-3.5.0/components/esp_wifi/test/
Dtest_wifi.c280 EventBits_t bits; in wifi_connect_by_bssid() local
301 EventBits_t bits; in test_wifi_connection_sta() local
/hal_espressif-3.5.0/components/esp_rom/include/
Desp_rom_md5.h33 uint32_t bits[2]; member
/hal_espressif-3.5.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/
Dcmd_wifi.c152 int bits = xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, 0, 1, 0); in wifi_cmd_sta_join() local
279 int bits = xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, 0, 1, 0); in wifi_cmd_query() local
296 int bits = xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, 0, 1, 0); in wifi_get_local_ip() local
/hal_espressif-3.5.0/examples/wifi/iperf/main/
Dcmd_wifi.c162 int bits = xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, 0, 1, 0); in wifi_cmd_sta_join() local
288 int bits = xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, 0, 1, 0); in wifi_cmd_query() local
305 int bits = xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, 0, 1, 0); in wifi_get_local_ip() local
/hal_espressif-3.5.0/examples/wifi/ftm/main/
Dftm_main.c216 int bits = xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, 0, 1, 0); in wifi_cmd_sta_join() local
362 int bits = xEventGroupWaitBits(wifi_event_group, CONNECTED_BIT, 0, 1, 0); in wifi_cmd_query() local
416 EventBits_t bits; in wifi_cmd_ftm() local
/hal_espressif-3.5.0/components/wpa_supplicant/src/common/
Dsae.c114 static void buf_shift_right(u8 *buf, size_t len, size_t bits) in buf_shift_right()
206 const u8 *prime, size_t bits, in is_quadratic_residue_blind()
272 size_t bits; in sae_test_pwd_seed_ecc() local
315 size_t bits = sae->tmp->prime_len * 8; in sae_test_pwd_seed_ffc() local
432 size_t bits; in sae_derive_pwe_ecc() local
/hal_espressif-3.5.0/examples/peripherals/i2s/i2s_basic/main/
Di2s_example_main.c35 static void setup_triangle_sine_waves(int bits) in setup_triangle_sine_waves()
/hal_espressif-3.5.0/examples/wifi/getting_started/station/main/
Dstation_example_main.c109 EventBits_t bits = xEventGroupWaitBits(s_wifi_event_group, in wifi_init_sta() local
/hal_espressif-3.5.0/examples/protocols/esp_local_ctrl/main/
Dapp_main.c99 EventBits_t bits = xEventGroupWaitBits(s_wifi_event_group, in wifi_init_sta() local

123