/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_log.c | 80 int object_count, in __vk_log_impl() 89 if (object_count == 0) { in __vk_log_impl() 93 for (unsigned i = 0; i < object_count; i++) { in __vk_log_impl() 179 ralloc_array(NULL, VkDebugUtilsObjectNameInfoEXT, object_count); in __vk_log_impl() 182 for (int i = 0; i < object_count; i++) { in __vk_log_impl() 263 vk_debug_report(instance, flags, object_count ? objects[0] : NULL, 0, in __vk_log_impl() 78 __vk_log_impl(VkDebugUtilsMessageSeverityFlagBitsEXT severity, VkDebugUtilsMessageTypeFlagsEXT types, int object_count, const void **objects_or_instance, const char *file, int line, const char *format, ...) __vk_log_impl() argument
|
H A D | vk_log.h | 64 #define __vk_log(severity, type, object_count, \ 66 __vk_log_impl(severity, type, object_count, objects_or_instance, \ 72 int object_count,
|
/third_party/ffmpeg/libavcodec/ |
H A D | pgssubdec.c | 65 int object_count; member 433 ctx->presentation.object_count = bytestream_get_byte(&buf); in parse_presentation_segment() 434 if (ctx->presentation.object_count > MAX_OBJECT_REFS) { in parse_presentation_segment() 437 ctx->presentation.object_count); in parse_presentation_segment() 438 ctx->presentation.object_count = 2; in parse_presentation_segment() 445 for (i = 0; i < ctx->presentation.object_count; i++) in parse_presentation_segment() 451 ctx->presentation.object_count = i; in parse_presentation_segment() 516 // Blank if last object_count was 0. in display_end_segment() 517 if (!ctx->presentation.object_count) in display_end_segment() 519 sub->rects = av_calloc(ctx->presentation.object_count, sizeo in display_end_segment() [all...] |
/third_party/alsa-utils/topology/ |
H A D | pre-processor.c | 645 int *object_count, snd_config_t *src, in pre_process_add_objects() 653 char* new_id = tplg_snprintf("%d", (*object_count)++); in pre_process_add_objects() 702 int object_count = *object_count_offset; in pre_process_create_items() local 713 object_count = *object_count_offset; in pre_process_create_items() 764 new_id = tplg_snprintf("%d", object_count++); in pre_process_create_items() 787 ret = pre_process_add_objects(tplg_pp, &object_count, top, in pre_process_create_items() 812 *object_count_offset = object_count; in pre_process_create_items() 820 int object_count; in pre_process_array_item() local 850 object_count = 0; in pre_process_array_item() 861 &object_count); in pre_process_array_item() 644 pre_process_add_objects(struct tplg_pre_processor *tplg_pp ATTRIBUTE_UNUSED, int *object_count, snd_config_t *src, snd_config_t *dest, snd_config_t *attr_cfg) pre_process_add_objects() argument [all...] |
/third_party/node/deps/v8/include/cppgc/ |
H A D | heap-statistics.h | 44 size_t object_count; member
|
/third_party/node/deps/v8/include/v8-include/cppgc/ |
H A D | heap-statistics.h | 44 size_t object_count; member
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-statistics.h | 186 size_t object_count() { return object_count_; } in object_count() function in v8::HeapObjectStatistics
|
/third_party/node/deps/v8/include/ |
H A D | v8-statistics.h | 186 size_t object_count() { return object_count_; } in object_count() function in v8::HeapObjectStatistics
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | heap-statistics-collector.cc | 88 object_statistics[type_index].object_count++; in RecordObjectType()
|
/third_party/node/deps/v8/src/web-snapshot/ |
H A D | web-snapshot.h | 152 uint32_t object_count() const { in object_count() function in v8::WebSnapshotSerializer 291 uint32_t object_count() const { return object_count_; } in object_count() function in v8::WebSnapshotDeserializer
|
H A D | web-snapshot.cc | 400 WriteObjects(total_serializer, object_count(), object_serializer_, "objects"); in WriteSnapshot()
|
/third_party/json/tests/src/ |
H A D | unit-deserialization.cpp | 1103 int object_count = 0; variable 1106 ++object_count; 1110 CHECK(object_count == 4); 1122 int object_count = 0; variable 1125 ++object_count; 1129 CHECK(object_count == 4);
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | drm_mode.h | 1117 /** @object_count: Number of object ids */ 1118 __u32 object_count; member
|
/third_party/libdrm/include/drm/ |
H A D | drm_mode.h | 1033 /** @object_count: Number of object ids */ 1034 __u32 object_count; member
|
/third_party/libdrm/ |
H A D | xf86drmMode.c | 1635 create.object_count = num_objects; in drmModeCreateLease()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 8994 size_t object_count = heap->ObjectCountAtLastGC(type_index); in GetHeapObjectStatisticsAtLastGC() local 8998 DCHECK_EQ(object_count, 0U); in GetHeapObjectStatisticsAtLastGC() 9005 object_statistics->object_count_ = object_count; in GetHeapObjectStatisticsAtLastGC()
|