Home
last modified time | relevance | path

Searched defs:i (Results 1 – 25 of 628) sorted by relevance

12345678910>>...26

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Daes_i.h33 #define RCON(i) rcon[(i)] argument
35 #define TE0(i) Te0[((i) >> 24) & 0xff] argument
36 #define TE1(i) Te1[((i) >> 16) & 0xff] argument
37 #define TE2(i) Te2[((i) >> 8) & 0xff] argument
38 #define TE3(i) Te3[(i) & 0xff] argument
39 #define TE41(i) (Te4[((i) >> 24) & 0xff] & 0xff000000) argument
40 #define TE42(i) (Te4[((i) >> 16) & 0xff] & 0x00ff0000) argument
41 #define TE43(i) (Te4[((i) >> 8) & 0xff] & 0x0000ff00) argument
42 #define TE44(i) (Te4[(i) & 0xff] & 0x000000ff) argument
43 #define TE421(i) (Te4[((i) >> 16) & 0xff] & 0xff000000) argument
[all …]
Dsha1-internal.c34 size_t i; in sha1_vector() local
135 #define blk0(i) (block->l[i] = (rol(block->l[i], 24) & 0xFF00FF00) | \ argument
138 #define blk0(i) block->l[i] argument
140 #define blk(i) (block->l[i & 15] = rol(block->l[(i + 13) & 15] ^ \ argument
144 #define R0(v,w,x,y,z,i) \ argument
147 #define R1(v,w,x,y,z,i) \ argument
150 #define R2(v,w,x,y,z,i) \ argument
152 #define R3(v,w,x,y,z,i) \ argument
155 #define R4(v,w,x,y,z,i) \ argument
250 u32 i, j; in SHA1Update() local
[all …]
/hal_espressif-latest/components/soc/esp32/include/soc/
Dtimer_group_reg.h34 #define REG_TIMG_BASE(i) (DR_REG_TIMERGROUP0_BASE + i*0x1000) argument
35 #define TIMG_T0CONFIG_REG(i) (REG_TIMG_BASE(i) + 0x0000) argument
80 #define TIMG_T0LO_REG(i) (REG_TIMG_BASE(i) + 0x0004) argument
88 #define TIMG_T0HI_REG(i) (REG_TIMG_BASE(i) + 0x0008) argument
96 #define TIMG_T0UPDATE_REG(i) (REG_TIMG_BASE(i) + 0x000c) argument
105 #define TIMG_T0ALARMLO_REG(i) (REG_TIMG_BASE(i) + 0x0010) argument
113 #define TIMG_T0ALARMHI_REG(i) (REG_TIMG_BASE(i) + 0x0014) argument
121 #define TIMG_T0LOADLO_REG(i) (REG_TIMG_BASE(i) + 0x0018) argument
129 #define TIMG_T0LOADHI_REG(i) (REG_TIMG_BASE(i) + 0x001c) argument
137 #define TIMG_T0LOAD_REG(i) (REG_TIMG_BASE(i) + 0x0020) argument
[all …]
Dfrc_timer_reg.h24 #define REG_FRC_TIMER_BASE(i) (DR_REG_FRC_TIMER_BASE + i*0x20) argument
26 #define FRC_TIMER_LOAD_REG(i) (REG_FRC_TIMER_BASE(i) + 0x0) // timer load value (23 bit… argument
27 #define FRC_TIMER_LOAD_VALUE(i) ((i == 0)?0x007FFFFF:0xffffffff) argument
30 #define FRC_TIMER_COUNT_REG(i) (REG_FRC_TIMER_BASE(i) + 0x4) // timer count value (23 bi… argument
34 #define FRC_TIMER_CTRL_REG(i) (REG_FRC_TIMER_BASE(i) + 0x8) argument
45 #define FRC_TIMER_INT_REG(i) (REG_FRC_TIMER_BASE(i) + 0xC) argument
48 #define FRC_TIMER_ALARM_REG(i) (REG_FRC_TIMER_BASE(i) + 0x10) // timer alarm value; regis… argument
Dsoc_ulp.h20 #define IS_BIT_SET(m, i) (((m) >> (i)) & 1) argument
21 #define MASK_TO_WIDTH_HELPER1(m, i) IS_BIT_SET(m, i) argument
22 #define MASK_TO_WIDTH_HELPER2(m, i) (MASK_TO_WIDTH_HELPER1(m, i) + MASK_TO_WIDTH_HELPER1(m, i + 1… argument
23 #define MASK_TO_WIDTH_HELPER4(m, i) (MASK_TO_WIDTH_HELPER2(m, i) + MASK_TO_WIDTH_HELPER2(m, i + 2… argument
24 #define MASK_TO_WIDTH_HELPER8(m, i) (MASK_TO_WIDTH_HELPER4(m, i) + MASK_TO_WIDTH_HELPER4(m, i + 4… argument
25 #define MASK_TO_WIDTH_HELPER16(m, i) (MASK_TO_WIDTH_HELPER8(m, i) + MASK_TO_WIDTH_HELPER8(m, i + 8… argument
26 #define MASK_TO_WIDTH_HELPER32(m, i) (MASK_TO_WIDTH_HELPER16(m, i) + MASK_TO_WIDTH_HELPER16(m, i + … argument
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dtimer_group_reg.h26 #define TIMG_T0CONFIG_REG(i) (REG_TIMG_BASE(i) + 0x0) argument
76 #define TIMG_T0LO_REG(i) (REG_TIMG_BASE(i) + 0x4) argument
89 #define TIMG_T0HI_REG(i) (REG_TIMG_BASE(i) + 0x8) argument
102 #define TIMG_T0UPDATE_REG(i) (REG_TIMG_BASE(i) + 0xc) argument
114 #define TIMG_T0ALARMLO_REG(i) (REG_TIMG_BASE(i) + 0x10) argument
126 #define TIMG_T0ALARMHI_REG(i) (REG_TIMG_BASE(i) + 0x14) argument
138 #define TIMG_T0LOADLO_REG(i) (REG_TIMG_BASE(i) + 0x18) argument
151 #define TIMG_T0LOADHI_REG(i) (REG_TIMG_BASE(i) + 0x1c) argument
164 #define TIMG_T0LOAD_REG(i) (REG_TIMG_BASE(i) + 0x20) argument
177 #define TIMG_T1CONFIG_REG(i) (REG_TIMG_BASE(i) + 0x24) argument
[all …]
Dsoc_ulp.h20 #define IS_BIT_SET(m, i) (((m) >> (i)) & 1) argument
21 #define MASK_TO_WIDTH_HELPER1(m, i) IS_BIT_SET(m, i) argument
22 #define MASK_TO_WIDTH_HELPER2(m, i) (MASK_TO_WIDTH_HELPER1(m, i) + MASK_TO_WIDTH_HELPER1(m, i + 1… argument
23 #define MASK_TO_WIDTH_HELPER4(m, i) (MASK_TO_WIDTH_HELPER2(m, i) + MASK_TO_WIDTH_HELPER2(m, i + 2… argument
24 #define MASK_TO_WIDTH_HELPER8(m, i) (MASK_TO_WIDTH_HELPER4(m, i) + MASK_TO_WIDTH_HELPER4(m, i + 4… argument
25 #define MASK_TO_WIDTH_HELPER16(m, i) (MASK_TO_WIDTH_HELPER8(m, i) + MASK_TO_WIDTH_HELPER8(m, i + 8… argument
26 #define MASK_TO_WIDTH_HELPER32(m, i) (MASK_TO_WIDTH_HELPER16(m, i) + MASK_TO_WIDTH_HELPER16(m, i + … argument
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dtwai_reg.h17 #define TWAI_MODE_REG(i) (REG_TWAI_BASE(i) + 0x0) argument
60 #define TWAI_CMD_REG(i) (REG_TWAI_BASE(i) + 0x4) argument
102 #define TWAI_STATUS_REG(i) (REG_TWAI_BASE(i) + 0x8) argument
179 #define TWAI_INTERRUPT_REG(i) (REG_TWAI_BASE(i) + 0xc) argument
251 #define TWAI_INTERRUPT_ENABLE_REG(i) (REG_TWAI_BASE(i) + 0x10) argument
321 #define TWAI_BUS_TIMING_0_REG(i) (REG_TWAI_BASE(i) + 0x18) argument
344 #define TWAI_BUS_TIMING_1_REG(i) (REG_TWAI_BASE(i) + 0x1c) argument
373 #define TWAI_ARB_LOST_CAP_REG(i) (REG_TWAI_BASE(i) + 0x2c) argument
385 #define TWAI_ERR_CODE_CAP_REG(i) (REG_TWAI_BASE(i) + 0x30) argument
411 #define TWAI_ERR_WARNING_LIMIT_REG(i) (REG_TWAI_BASE(i) + 0x34) argument
[all …]
Dxts_aes_reg.h14 #define XTS_AES_PLAIN_MEM(i) (REG_SPI_MEM_BASE(i) + 0x300) argument
23 #define XTS_AES_LINESIZE_REG(i) (REG_SPI_MEM_BASE(i) + 0x340) argument
33 #define XTS_AES_DESTINATION_REG(i) (REG_SPI_MEM_BASE(i) + 0x344) argument
43 #define XTS_AES_PHYSICAL_ADDRESS_REG(i) (REG_SPI_MEM_BASE(i) + 0x348) argument
53 #define XTS_AES_TRIGGER_REG(i) (REG_SPI_MEM_BASE(i) + 0x34C) argument
64 #define XTS_AES_RELEASE_REG(i) (REG_SPI_MEM_BASE(i) + 0x350) argument
74 #define XTS_AES_DESTROY_REG(i) (REG_SPI_MEM_BASE(i) + 0x354) argument
84 #define XTS_AES_STATE_REG(i) (REG_SPI_MEM_BASE(i) + 0x358) argument
94 #define XTS_AES_DATE_REG(i) (REG_SPI_MEM_BASE(i) + 0x35C) argument
101 #define XTS_AES_DPA_CTRL_REG(i) (REG_SPI_MEM_BASE(i) + 0x388) argument
Dtimer_group_reg.h41 #define TIMG_T0CONFIG_REG(i) (REG_TIMG_BASE(i) + 0x0) argument
98 #define TIMG_T0LO_REG(i) (REG_TIMG_BASE(i) + 0x4) argument
111 #define TIMG_T0HI_REG(i) (REG_TIMG_BASE(i) + 0x8) argument
124 #define TIMG_T0UPDATE_REG(i) (REG_TIMG_BASE(i) + 0xc) argument
136 #define TIMG_T0ALARMLO_REG(i) (REG_TIMG_BASE(i) + 0x10) argument
148 #define TIMG_T0ALARMHI_REG(i) (REG_TIMG_BASE(i) + 0x14) argument
160 #define TIMG_T0LOADLO_REG(i) (REG_TIMG_BASE(i) + 0x18) argument
173 #define TIMG_T0LOADHI_REG(i) (REG_TIMG_BASE(i) + 0x1c) argument
186 #define TIMG_T0LOAD_REG(i) (REG_TIMG_BASE(i) + 0x20) argument
199 #define TIMG_WDTCONFIG0_REG(i) (REG_TIMG_BASE(i) + 0x48) argument
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprovisioner_main.c158 int i; in bt_mesh_provisioner_main_reset() local
203 int i; in bt_mesh_provisioner_check_is_addr_dup() local
258 int i; in provisioner_store_node() local
347 int i; in provisioner_remove_node() local
393 int i; in provisioner_find_node_with_uuid() local
422 int i; in bt_mesh_provisioner_remove_node() local
446 int i; in provisioner_find_node_with_addr() local
531 int i; in bt_mesh_provisioner_delete_node_with_dev_addr() local
547 int i; in provisioner_find_node_with_name() local
712 int i; in bt_mesh_provisioner_net_key_get() local
[all …]
Dsettings_uid.c45 int i; in get_core_settings_handle() local
59 int i; in settings_uid_init() local
76 int i; in settings_uid_load() local
114 int i; in settings_uid_deinit() local
128 int i; in settings_uid_erase() local
191 int i; in settings_index_get() local
219 int i; in settings_open() local
301 int i; in bt_mesh_provisioner_open_settings_with_uid() local
486 int i; in bt_mesh_provisioner_get_free_settings_count() local
510 for (int i = 0; i < ARRAY_SIZE(user_ids); i++) { in bt_mesh_provisioner_direct_erase_settings() local
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dtimer_group_reg.h14 #define DR_REG_TIMG_BASE(i) REG_TIMG_BASE(i) argument
38 #define TIMG_T0CONFIG_REG(i) (DR_REG_TIMG_BASE(i) + 0x0) argument
104 #define TIMG_T0LO_REG(i) (DR_REG_TIMG_BASE(i) + 0x4) argument
118 #define TIMG_T0HI_REG(i) (DR_REG_TIMG_BASE(i) + 0x8) argument
132 #define TIMG_T0UPDATE_REG(i) (DR_REG_TIMG_BASE(i) + 0xc) argument
144 #define TIMG_T0ALARMLO_REG(i) (DR_REG_TIMG_BASE(i) + 0x10) argument
156 #define TIMG_T0ALARMHI_REG(i) (DR_REG_TIMG_BASE(i) + 0x14) argument
170 #define TIMG_T0LOADLO_REG(i) (DR_REG_TIMG_BASE(i) + 0x18) argument
186 #define TIMG_T0LOADHI_REG(i) (DR_REG_TIMG_BASE(i) + 0x1c) argument
202 #define TIMG_T0LOAD_REG(i) (DR_REG_TIMG_BASE(i) + 0x20) argument
[all …]
Dfrc_timer_reg.h24 #define REG_FRC_TIMER_BASE(i) (DR_REG_FRC_TIMER_BASE + i*0x20) argument
26 #define FRC_TIMER_LOAD_REG(i) (REG_FRC_TIMER_BASE(i) + 0x0) // timer load value (23 bit… argument
27 #define FRC_TIMER_LOAD_VALUE(i) ((i == 0)?0x007FFFFF:0xffffffff) argument
30 #define FRC_TIMER_COUNT_REG(i) (REG_FRC_TIMER_BASE(i) + 0x4) // timer count value (23 bi… argument
34 #define FRC_TIMER_CTRL_REG(i) (REG_FRC_TIMER_BASE(i) + 0x8) argument
45 #define FRC_TIMER_INT_REG(i) (REG_FRC_TIMER_BASE(i) + 0xC) argument
48 #define FRC_TIMER_ALARM_REG(i) (REG_FRC_TIMER_BASE(i) + 0x10) // timer alarm value; regis… argument
Dsoc_ulp.h20 #define IS_BIT_SET(m, i) (((m) >> (i)) & 1) argument
21 #define MASK_TO_WIDTH_HELPER1(m, i) IS_BIT_SET(m, i) argument
22 #define MASK_TO_WIDTH_HELPER2(m, i) (MASK_TO_WIDTH_HELPER1(m, i) + MASK_TO_WIDTH_HELPER1(m, i + 1… argument
23 #define MASK_TO_WIDTH_HELPER4(m, i) (MASK_TO_WIDTH_HELPER2(m, i) + MASK_TO_WIDTH_HELPER2(m, i + 2… argument
24 #define MASK_TO_WIDTH_HELPER8(m, i) (MASK_TO_WIDTH_HELPER4(m, i) + MASK_TO_WIDTH_HELPER4(m, i + 4… argument
25 #define MASK_TO_WIDTH_HELPER16(m, i) (MASK_TO_WIDTH_HELPER8(m, i) + MASK_TO_WIDTH_HELPER8(m, i + 8… argument
26 #define MASK_TO_WIDTH_HELPER32(m, i) (MASK_TO_WIDTH_HELPER16(m, i) + MASK_TO_WIDTH_HELPER16(m, i + … argument
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dxts_aes_reg.h14 #define XTS_AES_PLAIN_MEM(i) (REG_SPI_MEM_BASE(i) + 0x300) argument
23 #define XTS_AES_LINESIZE_REG(i) (REG_SPI_MEM_BASE(i) + 0x340) argument
33 #define XTS_AES_DESTINATION_REG(i) (REG_SPI_MEM_BASE(i) + 0x344) argument
43 #define XTS_AES_PHYSICAL_ADDRESS_REG(i) (REG_SPI_MEM_BASE(i) + 0x348) argument
53 #define XTS_AES_TRIGGER_REG(i) (REG_SPI_MEM_BASE(i) + 0x34C) argument
64 #define XTS_AES_RELEASE_REG(i) (REG_SPI_MEM_BASE(i) + 0x350) argument
74 #define XTS_AES_DESTROY_REG(i) (REG_SPI_MEM_BASE(i) + 0x354) argument
84 #define XTS_AES_STATE_REG(i) (REG_SPI_MEM_BASE(i) + 0x358) argument
94 #define XTS_AES_DATE_REG(i) (REG_SPI_MEM_BASE(i) + 0x35C) argument
102 #define XTS_AES_DPA_CTRL_REG(i) (REG_SPI_MEM_BASE(i) + 0x388) argument
Dtimer_group_reg.h41 #define TIMG_T0CONFIG_REG(i) (REG_TIMG_BASE(i) + 0x0) argument
98 #define TIMG_T0LO_REG(i) (REG_TIMG_BASE(i) + 0x4) argument
111 #define TIMG_T0HI_REG(i) (REG_TIMG_BASE(i) + 0x8) argument
124 #define TIMG_T0UPDATE_REG(i) (REG_TIMG_BASE(i) + 0xc) argument
136 #define TIMG_T0ALARMLO_REG(i) (REG_TIMG_BASE(i) + 0x10) argument
148 #define TIMG_T0ALARMHI_REG(i) (REG_TIMG_BASE(i) + 0x14) argument
160 #define TIMG_T0LOADLO_REG(i) (REG_TIMG_BASE(i) + 0x18) argument
173 #define TIMG_T0LOADHI_REG(i) (REG_TIMG_BASE(i) + 0x1c) argument
186 #define TIMG_T0LOAD_REG(i) (REG_TIMG_BASE(i) + 0x20) argument
199 #define TIMG_WDTCONFIG0_REG(i) (REG_TIMG_BASE(i) + 0x48) argument
[all …]
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dtimer_group_reg.h14 #define DR_REG_TIMG_BASE(i) REG_TIMG_BASE(i) argument
38 #define TIMG_T0CONFIG_REG(i) (DR_REG_TIMG_BASE(i) + 0x0) argument
95 #define TIMG_T0LO_REG(i) (DR_REG_TIMG_BASE(i) + 0x4) argument
108 #define TIMG_T0HI_REG(i) (DR_REG_TIMG_BASE(i) + 0x8) argument
121 #define TIMG_T0UPDATE_REG(i) (DR_REG_TIMG_BASE(i) + 0xc) argument
133 #define TIMG_T0ALARMLO_REG(i) (DR_REG_TIMG_BASE(i) + 0x10) argument
145 #define TIMG_T0ALARMHI_REG(i) (DR_REG_TIMG_BASE(i) + 0x14) argument
157 #define TIMG_T0LOADLO_REG(i) (DR_REG_TIMG_BASE(i) + 0x18) argument
170 #define TIMG_T0LOADHI_REG(i) (DR_REG_TIMG_BASE(i) + 0x1c) argument
183 #define TIMG_T0LOAD_REG(i) (DR_REG_TIMG_BASE(i) + 0x20) argument
[all …]
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dtimer_group_reg.h14 #define DR_REG_TIMG_BASE(i) REG_TIMG_BASE(i) argument
38 #define TIMG_T0CONFIG_REG(i) (DR_REG_TIMG_BASE(i) + 0x0) argument
95 #define TIMG_T0LO_REG(i) (DR_REG_TIMG_BASE(i) + 0x4) argument
108 #define TIMG_T0HI_REG(i) (DR_REG_TIMG_BASE(i) + 0x8) argument
121 #define TIMG_T0UPDATE_REG(i) (DR_REG_TIMG_BASE(i) + 0xc) argument
133 #define TIMG_T0ALARMLO_REG(i) (DR_REG_TIMG_BASE(i) + 0x10) argument
145 #define TIMG_T0ALARMHI_REG(i) (DR_REG_TIMG_BASE(i) + 0x14) argument
157 #define TIMG_T0LOADLO_REG(i) (DR_REG_TIMG_BASE(i) + 0x18) argument
170 #define TIMG_T0LOADHI_REG(i) (DR_REG_TIMG_BASE(i) + 0x1c) argument
183 #define TIMG_T0LOAD_REG(i) (DR_REG_TIMG_BASE(i) + 0x20) argument
[all …]
/hal_espressif-latest/components/esp_psram/esp32/
Desp_himem.c124 for (int i = 0; i < s_ramblockcnt; i++) { in esp_himem_get_free_size() local
170 for (int i = 0; i < s_ramblockcnt && n != count; i++) { in allocate_blocks() local
178 for (int i = 0; i < count; i++) { in allocate_blocks() local
224 for (int i = 0; i < handle->block_ct; i++) { in esp_himem_free() local
230 for (int i = 0; i < handle->block_ct; i++) { in esp_himem_free() local
255 for (int i = 0; i < s_rangeblockcnt; i++) { in esp_himem_alloc_map_range() local
272 for (int i = 0; i < blocks; i++) { in esp_himem_alloc_map_range() local
284 for (int i = 0; i < handle->block_ct; i++) { in esp_himem_free_map_range() local
291 for (int i = 0; i < handle->block_ct; i++) { in esp_himem_free_map_range() local
315 for (int i = 0; i < blockcount; i++) { in esp_himem_map() local
[all …]
/hal_espressif-latest/components/esp_rom/linux/
Desp_rom_crc.c168 uint32_t i; in esp_rom_crc32_le() local
178 uint32_t i; in esp_rom_crc32_be() local
188 uint32_t i; in esp_rom_crc16_le() local
199 uint32_t i; in esp_rom_crc16_be() local
209 uint32_t i; in esp_rom_crc8_le() local
220 uint32_t i; in esp_rom_crc8_be() local
/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_crc.c94 unsigned int i; in esp_rom_crc8_be() local
104 unsigned int i; in esp_rom_crc16_be() local
114 unsigned int i; in esp_rom_crc32_be() local
202 uint32_t i; in esp_rom_crc8_le() local
212 uint32_t i; in esp_rom_crc16_le() local
222 uint32_t i; in esp_rom_crc32_le() local
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Daes_ll.h44 for (int i = 0; i < key_word_len; i++) { in aes_ll_write_key() local
76 for (int i = 0; i < AES_BLOCK_WORDS; i++) { in aes_ll_write_block() local
92 for (size_t i = 0; i < AES_BLOCK_WORDS; i++) { in aes_ll_read_block() local
182 for (int i = 0; i < IV_WORDS; i++ ) { in aes_ll_set_iv() local
197 for (size_t i = 0; i < IV_WORDS; i++) { in aes_ll_read_iv() local
243 for (size_t i = 0; i < AES_BLOCK_WORDS; i++) { in aes_ll_gcm_read_hash() local
274 for (int i = 0; i < AES_BLOCK_WORDS; i++ ) { in aes_ll_gcm_set_j0() local
303 for (size_t i = 0; i < TAG_WORDS; i++) { in aes_ll_gcm_read_tag() local
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_utils.c128 UINT8 i = 0; in bta_gattc_cl_get_regcb() local
150 UINT8 i = 0, j = 0; in bta_gattc_num_reg_app() local
172 UINT8 i; in bta_gattc_find_clcb_by_cif() local
196 UINT8 i; in bta_gattc_find_clcb_by_conn_id() local
352 UINT8 i; in bta_gattc_find_srcb() local
374 UINT8 i; in bta_gattc_find_srvr_cache() local
416 UINT8 i; in bta_gattc_srcb_alloc() local
559 UINT8 i; in bta_gattc_check_notif_registry() local
592 UINT8 i; in bta_gattc_clear_notif_registration() local
633 for (uint8_t i = 0 ; i < BTA_GATTC_NOTIF_REG_MAX; i ++) { in bta_gattc_clear_notif_registration_by_bda() local
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_lcb.c200 int i; in avct_lcb_event() local
239 int i; in avct_bcb_event() local
277 int i; in avct_lcb_by_bd() local
309 int i; in avct_lcb_alloc() local
348 for (size_t i = 0; i < AVCT_NUM_CONN; i++, p_ccb++) in avct_lcb_dealloc() local
378 int i; in avct_lcb_by_lcid() local
408 int i; in avct_lcb_has_pid() local
431 int i; in avct_lcb_last_ccb() local

12345678910>>...26