Home
last modified time | relevance | path

Searched defs:count (Results 4051 - 4075 of 4350) sorted by relevance

1...<<161162163164165166167168169170>>...174

/third_party/icu/icu4c/source/i18n/
H A DdecNumber.cpp4921 Int count; /* work */ decMultiplyOp() local
6789 Int cut, count; /* work */ global() local
6941 Int count; /* .. */ global() local
7205 uInt count=dn->digits; /* digits to be checked */ global() local
7229 uInt count=dn->digits; /* digits to be checked */ global() local
7443 Int count=set->digits; /* nines to add */ global() local
7613 Int count=-dn->exponent; /* digits to discard */ global() local
[all...]
/third_party/libsnd/src/
H A Dcommon.h255 { uint32_t count ; member
260 { uint32_t count ; member
[all...]
/third_party/libuv/include/
H A Duv.h1943 unsigned int count; member
[all...]
/third_party/libuv/include/uv_ndk/
H A Duv.h1790 unsigned int count; member
[all...]
/third_party/mesa3d/include/drm-uapi/
H A Ddrm.h156 int count; /**< Length of user-space structures */ member
263 unsigned long count; member
330 int count; /**< Number of buffers of this size */ member
351 int count; /**< Entries in list */ member
359 int count; member
379 int count; /**< Length of the buffer list */ member
427 int count; member
/third_party/libdrm/include/drm/
H A Ddrm.h156 int count; /**< Length of user-space structures */ member
263 unsigned long count; member
330 int count; /**< Number of buffers of this size */ member
351 int count; /**< Entries in list */ member
359 int count; member
379 int count; /**< Length of the buffer list */ member
427 int count; member
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c482 unsigned count = w[0] >> SpvWordCountShift; in vtn_foreach_instruction() local
522 vtn_handle_non_semantic_instruction(struct vtn_builder *b, SpvOp ext_opcode, const uint32_t *w, unsigned count) vtn_handle_non_semantic_instruction() argument
530 vtn_handle_extension(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_extension() argument
642 vtn_handle_decoration(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_decoration() argument
1412 vtn_handle_type(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_type() argument
1961 vtn_handle_constant(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_constant() argument
2602 image_operand_arg(struct vtn_builder *b, const uint32_t *w, uint32_t count, uint32_t mask_idx, SpvImageOperandsMask op) image_operand_arg() argument
2676 vtn_handle_texture(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_texture() argument
3221 vtn_handle_image(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_image() argument
3672 vtn_handle_atomics(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, UNUSED unsigned count) vtn_handle_atomics() argument
4050 vtn_handle_composite(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_composite() argument
4194 vtn_handle_barrier(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, UNUSED unsigned count) vtn_handle_barrier() argument
4403 vtn_handle_entry_point(struct vtn_builder *b, const uint32_t *w, unsigned count) vtn_handle_entry_point() argument
4427 vtn_handle_preamble_instruction(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_preamble_instruction() argument
5315 vtn_handle_variable_or_type_instruction(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_variable_or_type_instruction() argument
5427 vtn_handle_select(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_select() argument
5478 vtn_handle_ptr(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_ptr() argument
5534 vtn_handle_ray_intrinsic(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_ray_intrinsic() argument
5603 vtn_handle_write_packed_primitive_indices(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_write_packed_primitive_indices() argument
5741 vtn_handle_ray_query_intrinsic(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_ray_query_intrinsic() argument
5810 vtn_handle_body_instruction(struct vtn_builder *b, SpvOp opcode, const uint32_t *w, unsigned count) vtn_handle_body_instruction() argument
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dast_to_hir.cpp6020 unsigned count = 0; in parameters_to_hir() local
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_cmd_buffer.c1143 cmd_buffer_state_set_clear_values(struct v3dv_cmd_buffer *cmd_buffer, uint32_t count, const VkClearValue *values) cmd_buffer_state_set_clear_values() argument
3150 v3dv_cmd_buffer_reset_queries(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_query_pool *pool, uint32_t first, uint32_t count) v3dv_cmd_buffer_reset_queries() argument
3354 v3dv_cmd_buffer_copy_query_results(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_query_pool *pool, uint32_t first, uint32_t count, struct v3dv_buffer *dst, uint32_t offset, uint32_t stride, VkQueryResultFlags flags) v3dv_cmd_buffer_copy_query_results() argument
[all...]
/third_party/littlefs/
H A Dlfs.c2983 int count = 2 - (index & 1); lfs_ctz_traverse() local
[all...]
/third_party/ltp/testcases/kernel/fs/doio/
H A Ddoio.c4617 unsigned int i, count; in dump_aio() local
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ir.h657 unsigned count() { return cnt; } in count() function in r600_sb::value_table
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h1175 int count, start, offsize; in stbtt__cff_get_index() local
1245 int count, offsize, start, end; in stbtt__cff_index_get() local
1474 stbtt_uint32 count = ttUSHORT(data + index_map + 8); in stbtt_FindGlyphIndex() local
1938 int count = stbtt__cff_index_count(&idx); stbtt__get_subr() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c4871 static void *si_create_vertex_elements(struct pipe_context *ctx, unsigned count, in si_create_vertex_elements() argument
5146 si_set_vertex_buffers(struct pipe_context *ctx, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, bool take_ownership, const struct pipe_vertex_buffer *buffers) si_set_vertex_buffers() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c163 uint16_t count; member
279 unsigned count = pipeline->inlines[stage].count[0]; in update_inline_shader_state() local
303 unsigned count = pipeline->inlines[stage].count[slo in update_inline_shader_state() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h1138 uint32_t count = in DecodeLocals() local
3638 EnsureStackArguments(int count) EnsureStackArguments() argument
3644 EnsureStackArguments_Slow(int count, uint32_t limit) EnsureStackArguments_Slow() argument
3669 int count = sig ? static_cast<int>(sig->parameter_count()) : 0; PeekArgs() local
3681 int count = sig ? static_cast<int>(sig->parameter_count()) : 0; DropArgs() local
3686 int count = static_cast<int>(type->field_count()); PeekArgs() local
[all...]
H A Dc-api.cc248 int32_t count() { return count_; } in count() function in wasm::Counter
1416 int count = 0; in ResultArity() local
/third_party/ntfs-3g/ntfsprogs/
H A Dntfssecaudit.c809 int count = 0; in utf8size() local
2291 int count; restore() local
3171 u32 count; basictest() local
3386 u32 count; posixtest() local
4728 int count; backup() local
4772 int count; listfiles() local
5009 int count; audit_sds() local
5260 int count; audit_sii() local
5443 int count; audit_sdh() local
5484 int count; audit_summary() local
[all...]
H A Dntfsresize.c935 s64 i, pos, count; in compare_bitmaps() local
1822 static int read_all(struct ntfs_device *dev, void *buf, int count) in read_all() argument
1844 write_all(struct ntfs_device *dev, void *buf, int count) write_all() argument
3837 unsigned long count; delayed_expand() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A DdecNumber.cpp4921 Int count; /* work */ decMultiplyOp() local
6789 Int cut, count; /* work */ global() local
6941 Int count; /* .. */ global() local
7205 uInt count=dn->digits; /* digits to be checked */ global() local
7229 uInt count=dn->digits; /* digits to be checked */ global() local
7443 Int count=set->digits; /* nines to add */ global() local
7613 Int count=-dn->exponent; /* digits to discard */ global() local
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c2711 uint32_t count = 0; in anv_GetPhysicalDeviceQueueFamilyProperties2() local
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_private.h426 uint32_t start, count; member
630 uint32_t count; member
768 unsigned count; member
778 unsigned count; member
784 unsigned count; member
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp2392 uint64_t count = (uintptr_t)find_object_data(HKEY(cmd_buffer_data->pipeline_query_pool)); in overlay_FreeCommandBuffers() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c4133 llvmpipe_set_shader_buffers(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start_slot, unsigned count, const struct pipe_shader_buffer *buffers, unsigned writable_bitmask) llvmpipe_set_shader_buffers() argument
4177 llvmpipe_set_shader_images(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, const struct pipe_image_view *images) llvmpipe_set_shader_images() argument
[all...]
/third_party/icu/icu4c/source/tools/tzcode/
H A Dzic.c1340 int count; in inleap() local
1364 leapadd(tadd(t, tod), positive, lp->l_value, count); in inleap() local
2785 leapadd(const zic_t t, const int positive, const int rolling, int count) in leapadd() argument
[all...]

Completed in 115 milliseconds

1...<<161162163164165166167168169170>>...174