/third_party/ninja/src/ |
H A D | status.h | 131 if (times_.size() == N)
in UpdateRate() 135 rate_ = times_.size() / ((times_.back() - times_.front()) / 1e3);
in UpdateRate()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucnv_err.h | 195 uint16_t size; /**< The size of this struct. @stable ICU 2.0 */ member 211 uint16_t size; /**< The size of this struct @stable ICU 2.0 */ member
|
/third_party/mesa3d/src/mesa/main/ |
H A D | varray.h | 47 GLubyte size, GLenum16 type, GLenum16 format, 78 gl_vert_attrib attrib, GLint size, GLenum type,
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_shader.h | 126 brw_get_scratch_size(int size) in brw_get_scratch_size() argument 128 return MAX2(1024, util_next_power_of_two(size)); in brw_get_scratch_size() 167 * earlier the scratch space size is limited to 12kB. If we allowed in brw_nir_no_indirect_mask()
|
/third_party/mesa3d/src/intel/tools/ |
H A D | aubinator_viewer_urb.h | 50 stages[s].n_entries * stages[s].size) * alloc_delta, in DrawAllocation() 73 stages[s].start + stages[s].n_entries * stages[s].size); in DrawAllocation()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rbt.cpp | 48 if (parser.idBlockVector.size() != 0 || in _construct() 50 parser.dataVector.size() == 0) { in _construct()
|
H A D | regexcmp.h | 47 kStackSize = 100 // The size of the state stack for 109 int32_t allocateData(int32_t size); // Allocate space in the matcher data area. 111 int32_t allocateStackData(int32_t size); // Allocate space in the match back-track stack frame.
|
H A D | double-conversion-bignum.h | 120 // With bigit size of 28 we loose some bits, but a double still fits easily 128 static void EnsureCapacity(const int size) { in EnsureCapacity() argument 129 if (size > kBigitCapacity) { in EnsureCapacity()
|
/third_party/node/deps/npm/node_modules/text-table/ |
H A D | index.js | 22 var size = dotsizes[ix] + (/\./.test(c) ? 1 : 2) 25 return c + Array(size).join(' ');
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_buffer_test.c | 41 if (m->blob.size != len) { in assert_blob_data() 42 fprintf(stderr, "blob-size mismatch, expected %zd, got %zd", in assert_blob_data() 43 len, m->blob.size); in assert_blob_data()
|
/third_party/mesa3d/src/util/ |
H A D | dag.c | 149 while (node->edges.size != 0) { in dag_traverse_bottom_up_node() 179 if (stack.size == 0) in dag_traverse_bottom_up_node()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_instance.h | 169 size_t size, in vn_instance_cs_shmem_alloc() 176 instance->renderer, &instance->cs_shmem.pool, size, out_offset); in vn_instance_cs_shmem_alloc() 168 vn_instance_cs_shmem_alloc(struct vn_instance *instance, size_t size, size_t *out_offset) vn_instance_cs_shmem_alloc() argument
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_pipeline_layout.c | 61 vk_pipeline_layout_zalloc(struct vk_device *device, size_t size, in vk_pipeline_layout_zalloc() argument 69 vk_zalloc(&device->alloc, size, 8, VK_SYSTEM_ALLOCATION_SCOPE_OBJECT); in vk_pipeline_layout_zalloc()
|
/third_party/libdrm/tegra/ |
H A D | tegra.h | 46 int drm_tegra_bo_new(struct drm_tegra *drm, uint32_t flags, uint32_t size, 49 uint32_t size, struct drm_tegra_bo **bop);
|
/third_party/ltp/testcases/kernel/syscalls/accept4/ |
H A D | accept4_01.c | 163 {&conn_addr, .size = sizeof(*conn_addr)}, 164 {&accept_addr, .size = sizeof(*accept_addr)},
|
/third_party/ltp/testcases/kernel/syscalls/adjtimex/ |
H A D | adjtimex02.c | 152 {&buf, .size = sizeof(*buf)}, 153 {&tim_save, .size = sizeof(*tim_save)},
|
/third_party/ltp/testcases/kernel/syscalls/connect/ |
H A D | connect02.c | 46 socklen_t size = sizeof(bind_addr); in setup() local 56 SAFE_GETSOCKNAME(listenfd, (struct sockaddr *)&bind_addr, &size); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/sched_setaffinity/ |
H A D | sched_setaffinity01.c | 38 size_t *size; member 70 *tc->pid, *tc->size, *tc->mask)); in verify_test()
|
/third_party/ltp/testcases/kernel/syscalls/sendmmsg/ |
H A D | sendmmsg01.c | 114 {&snd_msg, .size = VLEN * sizeof(*snd_msg)}, 115 {&rcv_msg, .size = VLEN * sizeof(*rcv_msg)},
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
H A D | mmap18.c | 26 * Kernel default 'stack_guard_gap' size is '256 * getpagesize()'. 30 * | - - - reserved size - - - | 35 * | mapped size | 36 * ^ | - - stack size - - | 130 static void grow_stack(void *stack, size_t size) in grow_stack() argument 141 ret = pthread_attr_setstack(&attr, stack, size); in grow_stack()
|
/third_party/ltp/testcases/kernel/security/dirtypipe/ |
H A D | dirtypipe.c | 163 {&pattern_buf, .size = 4096}, 164 {&read_buf, .size = 4096},
|
/third_party/ltp/testcases/kernel/syscalls/setitimer/ |
H A D | setitimer01.c | 168 {&value, .size = sizeof(struct itimerval)}, 169 {&ovalue, .size = sizeof(struct itimerval)},
|
/third_party/libdrm/tests/tegra/ |
H A D | vic-clear.c | 93 printf("image: %zu bytes\n", output->size); in main() 101 memset(ptr, 0xff, output->size); in main()
|
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/ |
H A D | mapping_file_provider.cc | 46 const int size = sizeof(kNormalizedLocales) / sizeof(*kNormalizedLocales); in GetNormalizedLocale() local 47 for (int i = 0; i != size; ++i) { in GetNormalizedLocale()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | fast-api-calls.cc | 47 DCHECK_EQ(candidates.size(), 2); in ResolveOverloads() 55 for (size_t i = 0; i < candidates.size(); i++) { in ResolveOverloads()
|