| /third_party/node/deps/cares/src/lib/ |
| H A D | ares__iface_ips.c | 429 unsigned char count = 0; in count_addr_bits() local
|
| /third_party/node/deps/googletest/src/ |
| H A D | gtest-printers.cc | 89 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectToImpl() argument 92 *os << count << "-byte object <"; in PrintBytesInObjectToImpl() local 130 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectTo() argument 70 PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, size_t count, ostream* os) PrintByteSegmentInObjectTo() argument [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | ucnv_u16.cpp | 117 uint32_t count=2*length; in _UTF16BEFromUnicodeWithOffsets() local 263 uint32_t targetCapacity, length, count, sourceIndex; _UTF16BEToUnicodeWithOffsets() local 718 uint32_t count=2*length; _UTF16LEFromUnicodeWithOffsets() local 864 uint32_t targetCapacity, length, count, sourceIndex; _UTF16LEToUnicodeWithOffsets() local [all...] |
| H A D | punycode.cpp | 155 int32_t count; in adaptBias() local
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | collationsets.cpp | 379 int32_t count = cne->ranges.getRangeCount(); in enumCnERange() local
|
| H A D | collationweights.cpp | 426 int32_t count = 0; allocWeightsInMinLengthRanges() local [all...] |
| H A D | formatted_string_builder.cpp | 151 int32_t count = U16_LENGTH(codePoint); in insertCodePoint() local 183 int32_t count = end - start; in insert() local 200 int32_t count = otherLength - thisLength; splice() local 235 int32_t count = other.fLength; insert() local 261 prepareForInsert(int32_t index, int32_t count, UErrorCode &status) prepareForInsert() argument 286 prepareForInsertHelper(int32_t index, int32_t count, UErrorCode &status) prepareForInsertHelper() argument 359 remove(int32_t index, int32_t count) remove() argument 368 getCharPtr() + position + count, remove() local 371 getFieldPtr() + position + count, remove() local [all...] |
| H A D | numparse_decimal.cpp | 400 bool DecimalMatcher::validateGroup(int32_t sepType, int32_t count, bool isPrimary) const { in validateGroup() argument
|
| H A D | rbt_set.cpp | 430 int32_t count = ruleVector->size(); in toRules() local 451 int32_t count = ruleVector->size(); in getSourceTargetSet() local
|
| H A D | csdetect.cpp | 360 int32_t count = 0; in enumCount() local
|
| H A D | scriptset.cpp | 155 int32_t count = 0; in countMembers() local
|
| /third_party/node/deps/histogram/include/hdr/ |
| H A D | hdr_histogram.h | 386 int64_t count; global() member [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | buffers.c | 783 GLuint count = 0, destMask0 = destMask[0]; in _mesa_drawbuffers() local 796 GLuint count = 0; in _mesa_drawbuffers() local
|
| H A D | extensions.c | 362 unsigned count; in _mesa_make_extension_string() local
|
| H A D | shaderimage.c | 686 bind_image_textures(struct gl_context *ctx, GLuint first, GLuint count, in bind_image_textures() argument 795 _mesa_BindImageTextures_no_error(GLuint first, GLsizei count, in _mesa_BindImageTextures_no_error() argument 804 _mesa_BindImageTextures(GLuint first, GLsizei count, const GLuint *textures) in _mesa_BindImageTextures() argument [all...] |
| /third_party/mesa3d/src/mesa/math/ |
| H A D | m_debug_clip.c | 74 const GLuint count = clip_vec->count; in ref_cliptest_points4() local 132 const GLuint count = clip_vec->count; in ref_cliptest_points3() local 167 const GLuint count in ref_cliptest_points2() local [all...] |
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_nir_tess.c | 121 nir_ssa_def *deref, *count; member
|
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_utrace.c | 72 anv_device_utrace_emit_copy_ts_buffer(struct u_trace_context *utctx, void *cmdstream, void *ts_from, uint32_t from_offset, void *ts_to, uint32_t to_offset, uint32_t count) anv_device_utrace_emit_copy_ts_buffer() argument
|
| H A D | anv_measure.c | 129 anv_measure_start_snapshot(struct anv_cmd_buffer *cmd_buffer, enum intel_measure_snapshot_type type, const char *event_name, uint32_t count) anv_measure_start_snapshot() argument 245 _anv_measure_snapshot(struct anv_cmd_buffer *cmd_buffer, enum intel_measure_snapshot_type type, const char *event_name, uint32_t count) _anv_measure_snapshot() argument
|
| /third_party/mesa3d/src/mesa/vbo/ |
| H A D | vbo_minmax_index.c | 41 GLuint count; member 105 vbo_get_minmax_cached(struct gl_buffer_object *bufferObj, unsigned index_size, GLintptr offset, GLuint count, GLuint *min_index, GLuint *max_index) vbo_get_minmax_cached() argument 176 vbo_minmax_cache_store(struct gl_context *ctx, struct gl_buffer_object *bufferObj, unsigned index_size, GLintptr offset, GLuint count, GLuint min, GLuint max) vbo_minmax_cache_store() argument 232 vbo_get_minmax_index_mapped(unsigned count, unsigned index_size, unsigned restartIndex, bool restart, const void *indices, unsigned *min_index, unsigned *max_index) vbo_get_minmax_index_mapped() argument 323 vbo_get_minmax_index(struct gl_context *ctx, struct gl_buffer_object *obj, const void *ptr, GLintptr offset, unsigned count, unsigned index_size, bool primitive_restart, unsigned restart_index, GLuint *min_index, GLuint *max_index) vbo_get_minmax_index() argument 370 GLuint count; vbo_get_minmax_indices() local [all...] |
| /third_party/node/deps/icu-small/source/tools/toolutil/ |
| H A D | ucmstate.cpp | 335 int32_t entry, sum, state, cell, count; in sumUpStates() local 427 int32_t entry, state, cell, count; in ucm_processStates() local 621 uint16_t count[25 in compactToUnicode2() local 981 int32_t i, entry, count; ucm_countChars() local [all...] |
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_ssa.cpp | 56 const int count; member in nv50_ir::DominatorTree [all...] |
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | mir_promote_uniforms.c | 157 unsigned count = 0; in mir_promoteable_uniform_count() local 172 unsigned count = 0; in mir_count_live() local 193 unsigned count in mir_estimate_pressure() local [all...] |
| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_descriptor_set.c | 307 panvk_FreeDescriptorSets(VkDevice _device, VkDescriptorPool descriptorPool, uint32_t count, const VkDescriptorSet *pDescriptorSets) panvk_FreeDescriptorSets() argument
|
| /third_party/mesa3d/src/util/ |
| H A D | u_thread.h | 292 static inline void util_barrier_init(util_barrier *barrier, unsigned count) in util_barrier_init() argument 311 unsigned count; member 318 static inline void util_barrier_init(util_barrier *barrier, unsigned count) in util_barrier_init() argument
|