| /third_party/benchmark/test/ |
| H A D | benchmark_random_interleaving_gtest.cc | 106 std::map<std::string, int> element_count; in TEST_F() local
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | growable-fixed-array-gen.cc | 83 ResizeFixedArray( const TNode<IntPtrT> element_count, const TNode<IntPtrT> new_capacity) ResizeFixedArray() argument
|
| H A D | builtins-array.cc | 844 int element_count = 0; in EstimateElementCount() local
|
| /third_party/jerryscript/tests/unit-core/ |
| H A D | test-typedarray.cpp | 31 uint32_t element_count; /**< number of elements for the TypedArray */ member 88 test_typedarray_info(jerry_value_t typedarray, jerry_typedarray_type_t typedarray_type, jerry_length_t element_count, jerry_length_t bytes_per_element) test_typedarray_info() argument
|
| /third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
| H A D | fuzzer_pass_construct_composites.cpp | 261 auto element_count = vector_type_instruction.GetSingleWordInOperand(1); in FindComponentsToConstructVector() local [all...] |
| H A D | fuzzer_util.cpp | 1171 MaybeGetVectorType(opt::IRContext* ir_context, uint32_t component_type_id, uint32_t element_count) MaybeGetVectorType() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| H A D | fuzzer_pass_construct_composites.cpp | 261 auto element_count = vector_type_instruction.GetSingleWordInOperand(1); in FindComponentsToConstructVector() local [all...] |
| H A D | fuzzer_util.cpp | 1171 MaybeGetVectorType(opt::IRContext* ir_context, uint32_t component_type_id, uint32_t element_count) MaybeGetVectorType() argument
|
| /third_party/spirv-tools/source/fuzz/ |
| H A D | fuzzer_pass_construct_composites.cpp | 261 auto element_count = vector_type_instruction.GetSingleWordInOperand(1); in FindComponentsToConstructVector() local [all...] |
| H A D | fuzzer_util.cpp | 1177 MaybeGetVectorType(opt::IRContext* ir_context, uint32_t component_type_id, uint32_t element_count) MaybeGetVectorType() argument
|
| /third_party/alsa-lib/test/ |
| H A D | user-ctl-element-set.c | 20 unsigned int element_count; member [all...] |
| /third_party/vk-gl-cts/external/amber/src/src/ |
| H A D | buffer.cc | 277 uint32_t element_count = value_count; in RecalculateMaxSizeInBytes() local 393 void Buffer::SetSizeInElements(uint32_t element_count) { in SetSizeInElements() argument
|
| /third_party/spirv-tools/source/opt/ |
| H A D | constants.cpp | 399 const uint32_t element_count = type->AsVector()->element_count(); in GetNullCompositeConstant() local 406 const uint32_t element_count = type->AsMatrix()->element_count(); in GetNullCompositeConstant() local 419 const uint32_t element_count = type->AsArray()->length_info().words[0]; in GetNullCompositeConstant() local [all...] |
| H A D | types.h | 278 uint32_t element_count() const { return count_; } in element_count() function in spvtools::opt::analysis::Vector 299 uint32_t element_count() const { return count_; } in element_count() function in spvtools::opt::analysis::Matrix
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | types.h | 272 uint32_t element_count() const { return count_; } in element_count() function in spvtools::opt::analysis::Vector 294 uint32_t element_count() const { return count_; } in element_count() function in spvtools::opt::analysis::Matrix
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | types.h | 272 uint32_t element_count() const { return count_; } in element_count() function in spvtools::opt::analysis::Vector 294 uint32_t element_count() const { return count_; } in element_count() function in spvtools::opt::analysis::Matrix
|
| /third_party/alsa-lib/src/control/ |
| H A D | control.c | 488 __snd_ctl_add_elem_set(snd_ctl_t *ctl, snd_ctl_elem_info_t *info, unsigned int element_count, unsigned int member_count) __snd_ctl_add_elem_set() argument 551 snd_ctl_add_integer_elem_set(snd_ctl_t *ctl, snd_ctl_elem_info_t *info, unsigned int element_count, unsigned int member_count, long min, long max, long step) snd_ctl_add_integer_elem_set() argument 633 snd_ctl_add_integer64_elem_set(snd_ctl_t *ctl, snd_ctl_elem_info_t *info, unsigned int element_count, unsigned int member_count, long long min, long long max, long long step) snd_ctl_add_integer64_elem_set() argument 711 snd_ctl_add_boolean_elem_set(snd_ctl_t *ctl, snd_ctl_elem_info_t *info, unsigned int element_count, unsigned int member_count) snd_ctl_add_boolean_elem_set() argument 768 snd_ctl_add_enumerated_elem_set(snd_ctl_t *ctl, snd_ctl_elem_info_t *info, unsigned int element_count, unsigned int member_count, unsigned int items, const char *const labels[]) snd_ctl_add_enumerated_elem_set() argument 848 snd_ctl_add_bytes_elem_set(snd_ctl_t *ctl, snd_ctl_elem_info_t *info, unsigned int element_count, unsigned int member_count) snd_ctl_add_bytes_elem_set() argument [all...] |
| /third_party/node/deps/v8/src/wasm/ |
| H A D | module-decoder.cc | 1078 uint32_t element_count = in DecodeElementSection() local
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | code-stub-assembler.h | 3526 TNode<IntPtrT> GetArrayAllocationSize(TNode<TIndex> element_count, in GetArrayAllocationSize() argument 3532 TNode<IntPtrT> GetFixedArrayAllocationSize(TNode<TIndex> element_count, in GetFixedArrayAllocationSize() argument 2147 CopyFixedArrayElements( ElementsKind from_kind, TNode<FixedArrayBase> from_array, ElementsKind to_kind, TNode<FixedArrayBase> to_array, TNode<TIndex> element_count, TNode<TIndex> capacity, WriteBarrierMode barrier_mode = UPDATE_WRITE_BARRIER) CopyFixedArrayElements() argument 3537 GetPropertyArrayAllocationSize(TNode<IntPtrT> element_count) GetPropertyArrayAllocationSize() argument [all...] |
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp-compiler.cc | 1874 int element_count = elements()->length(); in FilterOneByte() local 2341 int element_count = elements()->length(); in TextEmitPass() local 2534 int element_count = elements()->length(); in MakeCaseIndependent() local 3500 int element_count = elements()->length(); in CalculateOffsets() local
|
| /third_party/glfw/deps/ |
| H A D | nuklear.h | 4741 unsigned int element_count; member
|