/third_party/python/Python/ |
H A D | ast_unparse.c | 337 Py_ssize_t i, elem_count; in append_ast_set() local 340 elem_count = asdl_seq_LEN(e->v.Set.elts); in append_ast_set() 341 for (i = 0; i < elem_count; i++) { in append_ast_set() 352 Py_ssize_t i, elem_count; in append_ast_list() local 355 elem_count = asdl_seq_LEN(e->v.List.elts); in append_ast_list() 356 for (i = 0; i < elem_count; i++) { in append_ast_list() 367 Py_ssize_t i, elem_count; in append_ast_tuple() local 369 elem_count = asdl_seq_LEN(e->v.Tuple.elts); in append_ast_tuple() 371 if (elem_count == 0) { in append_ast_tuple() 377 for (i = 0; i < elem_count; in append_ast_tuple() 727 Py_ssize_t i, elem_count; append_ast_constant() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format.c | 45 unsigned elem_count = in lp_build_format_cache_member_type() local 48 return LLVMArrayType(lp_build_format_cache_elem_type(gallivm, member), elem_count); in lp_build_format_cache_member_type()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_signature.c | 255 elemsignature = av_malloc_array(elemcat->elem_count, sizeof(int64_t)); in filter_frame() 258 sortsignature = av_malloc_array(elemcat->elem_count, sizeof(int64_t)); in filter_frame() 264 for (j = 0; j < elemcat->elem_count; j++) { in filter_frame() 290 qsort(sortsignature, elemcat->elem_count, sizeof(uint64_t), cmp); in filter_frame() 291 th = sortsignature[(int) (elemcat->elem_count*0.333)]; in filter_frame() 294 for (j = 0; j < elemcat->elem_count; j++) { in filter_frame()
|
H A D | signature.h | 68 short elem_count; member
|
/third_party/ffmpeg/libavformat/ |
H A D | imfdec.c | 192 unsigned long elem_count; in parse_imf_asset_map_from_xml_dom() local 216 elem_count = xmlChildElementCount(node); in parse_imf_asset_map_from_xml_dom() 217 if (elem_count > UINT32_MAX in parse_imf_asset_map_from_xml_dom() 218 || asset_map->asset_count > UINT32_MAX - elem_count) in parse_imf_asset_map_from_xml_dom() 221 elem_count + asset_map->asset_count, in parse_imf_asset_map_from_xml_dom()
|
/third_party/glfw/deps/ |
H A D | nuklear_glfw_gl2.h | 166 if (!cmd->elem_count) continue; in nk_glfw3_render() 173 glDrawElements(GL_TRIANGLES, (GLsizei)cmd->elem_count, GL_UNSIGNED_SHORT, offset); in nk_glfw3_render() 174 offset += cmd->elem_count; in nk_glfw3_render()
|
H A D | nuklear.h | 1123 /// if (!cmd->elem_count) continue; 4721 unsigned int elem_count; member 9360 cmd->elem_count = 0; in nk_draw_list_push_command() 9393 if (prev->elem_count == 0) in nk_draw_list_add_clip() 9407 if (prev->elem_count == 0) { in nk_draw_list_push_image() 9465 cmd->elem_count += (unsigned int)count; in nk_draw_list_alloc_elements()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | wpa_ft.c | 169 u8 *buf, *pos, *ftie_len, *ftie_pos, *fte_mic, *elem_count; in wpa_ft_gen_req_ies() local 311 elem_count = &ftie->mic_control[1]; in wpa_ft_gen_req_ies() 321 elem_count = &ftie->mic_control[1]; in wpa_ft_gen_req_ies() 380 *elem_count = 3 + ieee802_11_ie_count(ric_ies, ric_ies_len); in wpa_ft_gen_req_ies()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | verifier.cc | 529 size_t elem_count = values.size() / fmt->InputNeededPerElement(); in ProbeSSBO() local 532 if ((elem_count * fmt->SizeInBytes()) + offset > size_in_bytes) { in ProbeSSBO() 535 std::to_string((elem_count * fmt->SizeInBytes()) + offset) + in ProbeSSBO()
|
/third_party/alsa-lib/include/ |
H A D | control_external.h | 155 int (*elem_count)(snd_ctl_ext_t *ext); member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa_ft.c | 197 u8 *buf, *pos, *ftie_len, *ftie_pos, *fte_mic, *elem_count; in wpa_ft_gen_req_ies() local 340 elem_count = &ftie->mic_control[1]; in wpa_ft_gen_req_ies() 351 elem_count = &ftie->mic_control[1]; in wpa_ft_gen_req_ies() 430 *elem_count = 3 + ieee802_11_ie_count(ric_ies, ric_ies_len); in wpa_ft_gen_req_ies() 432 *elem_count += 1; in wpa_ft_gen_req_ies()
|
/third_party/alsa-lib/src/control/ |
H A D | control_ext.c | 99 list->count = ext->callback->elem_count(ext); in snd_ctl_ext_elem_list() 634 The elem_count and elem_list callbacks are mandatory. The elem_count returns the 636 of the corresponding element offset (the offset is from 0 to elem_count - 1).
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_pipeline.c | 108 uint32_t elem_count = __builtin_popcount(elements) - in emit_vertex_input() local 112 MAX2(1, elem_count + needs_svgs_elem + vs_prog_data->uses_drawid); in emit_vertex_input() 197 const uint32_t id_slot = elem_count; in emit_vertex_input() 246 const uint32_t drawid_slot = elem_count + needs_svgs_elem; in emit_vertex_input()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth_ft.c | 2511 u8 *fte_mic, *elem_count; in wpa_sm_write_assoc_resp_ies() local 2722 elem_count = &_ftie->mic_control[1]; in wpa_sm_write_assoc_resp_ies() 2727 elem_count = &_ftie->mic_control[1]; in wpa_sm_write_assoc_resp_ies() 2730 *elem_count = 3; /* Information element count */ in wpa_sm_write_assoc_resp_ies() 2738 *elem_count += in wpa_sm_write_assoc_resp_ies() 2764 *elem_count += 1; in wpa_sm_write_assoc_resp_ies()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_query.c | 218 * uint32_t elem_count = stats_mask >> 16; in build_pipeline_statistics_query_shader() 221 * dst_buf[dst_offset + elem_count * elem_size] = available32; in build_pipeline_statistics_query_shader() 236 * for (int i = 0; i < elem_count; ++i) in build_pipeline_statistics_query_shader() 280 nir_ssa_def *elem_count = nir_ushr_imm(&b, stats_mask, 16); in build_pipeline_statistics_query_shader() local 283 nir_iadd(&b, output_base, nir_imul(&b, elem_count, elem_size)), in build_pipeline_statistics_query_shader() 349 radv_break_on_count(&b, counter, elem_count); in build_pipeline_statistics_query_shader()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth_ft.c | 2421 u8 *fte_mic, *elem_count; in wpa_sm_write_assoc_resp_ies() local 2564 elem_count = &_ftie->mic_control[1]; in wpa_sm_write_assoc_resp_ies() 2569 elem_count = &_ftie->mic_control[1]; in wpa_sm_write_assoc_resp_ies() 2572 *elem_count = 3; /* Information element count */ in wpa_sm_write_assoc_resp_ies() 2580 *elem_count += in wpa_sm_write_assoc_resp_ies()
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | spirv_to_nir.c | 2019 unsigned elem_count = count - 3; in vtn_handle_constant() local 2020 vtn_fail_if(elem_count != val->type->length, in vtn_handle_constant() 2022 spirv_op_to_string(opcode), elem_count, val->type->length); in vtn_handle_constant() 2024 nir_constant **elems = ralloc_array(b, nir_constant *, elem_count); in vtn_handle_constant() 2026 for (unsigned i = 0; i < elem_count; i++) { in vtn_handle_constant() 2045 for (unsigned i = 0; i < elem_count; i++) in vtn_handle_constant() 2054 val->constant->num_elements = elem_count; in vtn_handle_constant()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | function-body-decoder-impl.h | 4382 uint32_t elem_count = length_imm.index; in DecodeGCOpcode() local 4383 if (!VALIDATE(elem_count <= kV8MaxWasmArrayInitLength)) { in DecodeGCOpcode() 4390 ? Peek(0, elem_count, ValueType::Rtt(array_imm.index)) in DecodeGCOpcode() 4397 std::vector<ValueType> element_types(elem_count, in DecodeGCOpcode() 4399 FunctionSig element_sig(0, elem_count, element_types.data()); in DecodeGCOpcode() 4405 Drop(elem_count + 1); in DecodeGCOpcode()
|