/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-secure-streams-policy.h | 175 int count; member
|
/third_party/libuv/src/unix/ |
H A D | aix.c | 145 int count; in uv__io_poll() local 1060 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) { in uv_cpu_info() argument 1116 int uv_interface_addresses(uv_interface_address_t** addresses, int* count) { in uv_interface_addresses() argument 1284 uv_free_interface_addresses(uv_interface_address_t* addresses, int count) uv_free_interface_addresses() argument [all...] |
/third_party/mesa3d/src/amd/common/ |
H A D | ac_shadowed_regs.c | 4050 ac_check_shadowed_regs(enum amd_gfx_level gfx_level, enum radeon_family family, unsigned reg_offset, unsigned count) ac_check_shadowed_regs() argument
|
/third_party/mesa3d/include/GL/ |
H A D | glx.h | 416 int count; /* if nonzero, at least this many more */ member
|
/third_party/libbpf/src/ |
H A D | bpf.c | 544 int bpf_map_delete_batch(int fd, const void *keys, __u32 *count, in bpf_map_delete_batch() argument 516 bpf_map_batch_common(int cmd, int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_batch_common() argument 551 bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_lookup_batch() argument 559 bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_lookup_and_delete_batch() argument 568 bpf_map_update_batch(int fd, const void *keys, const void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_update_batch() argument [all...] |
H A D | bpf.h | 566 __u32 count; global() member [all...] |
/third_party/libdrm/intel/ |
H A D | uthash.h | 1008 unsigned count; global() member [all...] |
H A D | intel_bufmgr_fake.c | 1499 drm_intel_fake_check_aperture_space(drm_intel_bo ** bo_array, int count) in drm_intel_fake_check_aperture_space() argument
|
/third_party/mbedtls/library/ |
H A D | bignum.c | 456 size_t count = 0; in mbedtls_mpi_lsb() local 860 int mbedtls_mpi_shift_l(mbedtls_mpi *X, size_t count) in mbedtls_mpi_shift_l() argument 882 int mbedtls_mpi_shift_r(mbedtls_mpi *X, size_t count) in mbedtls_mpi_shift_r() argument 2036 int ret, count; mpi_miller_rabin() local [all...] |
/third_party/jerryscript/tests/unit-core/ |
H A D | test-api.cpp | 501 int count = 0; in HWTEST_F() local
|
/third_party/json/tests/src/ |
H A D | unit-bjdata.cpp | 29 explicit SaxCountdown(const int count) : events_left(count) in SaxCountdown() argument [all...] |
/third_party/lame/misc/ |
H A D | abx.c | 364 static int count = 0; in eval() local
|
/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | vars_tests.cpp | 56 nir_variable **create_many_int(nir_variable_mode mode, const char *prefix, unsigned count) { in create_many_int() argument 63 nir_variable **create_many_ivec2(nir_variable_mode mode, const char *prefix, unsigned count) { in create_many_ivec2() argument 70 nir_variable **create_many_ivec4(nir_variable_mode mode, const char *prefix, unsigned count) { in create_many_ivec4() argument 84 unsigned count in count_shader_temp_vars() local 126 unsigned count = 0; count_intrinsics() local 142 unsigned count = 0; count_derefs() local 2427 unsigned count = 0; TEST_F() local 2449 unsigned count = 0; TEST_F() local [all...] |
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_cfg.c | 45 unsigned count = 0; in glsl_type_count_function_params() local 112 vtn_handle_function_call(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_function_call() argument 175 vtn_cfg_handle_prepass_instruction(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_cfg_handle_prepass_instruction() argument 903 vtn_handle_phis_first_pass(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_phis_first_pass() argument 941 vtn_handle_phi_second_pass(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_phi_second_pass() argument
|
H A D | vtn_opencl.c | 620 _handle_v_load_store(struct vtn_builder *b, enum OpenCLstd_Entrypoints opcode, const uint32_t *w, unsigned count, bool load, bool vec_aligned, nir_rounding_mode rounding) _handle_v_load_store() argument 702 vtn_handle_opencl_vload(struct vtn_builder *b, enum OpenCLstd_Entrypoints opcode, const uint32_t *w, unsigned count) vtn_handle_opencl_vload() argument 711 vtn_handle_opencl_vstore(struct vtn_builder *b, enum OpenCLstd_Entrypoints opcode, const uint32_t *w, unsigned count) vtn_handle_opencl_vstore() argument 720 vtn_handle_opencl_vstore_half_r(struct vtn_builder *b, enum OpenCLstd_Entrypoints opcode, const uint32_t *w, unsigned count) vtn_handle_opencl_vstore_half_r() argument 903 vtn_handle_opencl_instruction(struct vtn_builder *b, SpvOp ext_opcode, const uint32_t *w, unsigned count) vtn_handle_opencl_instruction() argument 1096 vtn_handle_opencl_core_instruction(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_opencl_core_instruction() argument [all...] |
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_android.c | 1174 droid_get_buffers_parse_attachments(struct dri2_egl_surface *dri2_surf, unsigned int *attachments, int count) global() argument 1229 droid_get_buffers_with_format(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) global() argument
|
H A D | platform_ohos.c | 766 ohos_get_buffers_parse_attachments(struct dri2_egl_surface *dri2_surf, unsigned int *attachments, int count) ohos_get_buffers_parse_attachments() argument 820 ohos_get_buffers_with_format(__DRIdrawable *driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) ohos_get_buffers_with_format() argument
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_descriptor_set.c | 848 tu_FreeDescriptorSets(VkDevice _device, VkDescriptorPool descriptorPool, uint32_t count, const VkDescriptorSet *pDescriptorSets) tu_FreeDescriptorSets() argument
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir.cpp | 1786 const int count = sizeof(tex_opcode_strs) / sizeof(tex_opcode_strs[0]); in get_opcode() local 1833 ir_swizzle::init_mask(const unsigned *comp, unsigned count) in init_mask() argument 1874 ir_swizzle(ir_rvalue *val, unsigned x, unsigned y, unsigned z, unsigned w, unsigned count) ir_swizzle() argument 1882 ir_swizzle(ir_rvalue *val, const unsigned *comp, unsigned count) ir_swizzle() argument [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_radeon_winsys.h | 186 unsigned count; member 317 radeon_emit_array(struct radeon_cmdbuf *cs, const uint32_t *values, unsigned count) in radeon_emit_array() argument
|
H A D | radv_debug.c | 469 uint32_t count = util_bitcount(pipeline->vb_desc_usage_mask); in radv_dump_vertex_descriptors() local
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_descriptor_set.c | 954 v3dv_FreeDescriptorSets(VkDevice _device, VkDescriptorPool descriptorPool, uint32_t count, const VkDescriptorSet *pDescriptorSets) v3dv_FreeDescriptorSets() argument
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_deref.c | 53 int count = 0; in nir_deref_path_init() local
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | helpers.cpp | 534 add_desc_binding(VkShaderStageFlags stage_flags, uint32_t layout, uint32_t binding, VkDescriptorType type, uint32_t count) add_desc_binding() argument
|
/third_party/libwebsockets/lib/roles/h2/ |
H A D | private-lib-roles-h2.h | 280 uint32_t count; member
|