/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_resource_buffer.h | 171 * A piece of GMR memory, with the same size of the buffer. It is created 216 unsigned size; /**< Approximate size in bytes */ member 394 unsigned size);
|
/third_party/node/test/parallel/ |
H A D | test-fs-copyfile.js | 33 assert.strictEqual(srcStat.size, destStat.size);
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-result.cc | 23 DCHECK_LE(str_offset, str->size()); in VPrintFToString() 68 context_len = error_msg_.size(); in Format()
|
/third_party/musl/porting/linux/user/src/hook/ |
H A D | malloc_common.c | 17 extern void* libc_gwp_asan_realloc(void *ptr, size_t size); 18 extern void* libc_gwp_asan_calloc(size_t nmemb, size_t size);
|
/third_party/ninja/src/ |
H A D | missing_deps_test.cc | 114 ASSERT_EQ(1u, scanner().nodes_missing_deps_.size());
in TEST_F() 149 ASSERT_EQ(2u, scanner().nodes_missing_deps_.size());
in TEST_F()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_acceleration_structure.c | 87 accel->size = pCreateInfo->size; in anv_CreateAccelerationStructureKHR()
|
H A D | anv_genX.h | 99 uint32_t size); 147 uint32_t size);
|
/third_party/mesa3d/src/mesa/main/ |
H A D | glthread_shaderobj.c | 153 GLsizei *length, GLint *size, GLenum *type, in _mesa_marshal_GetActiveUniform() 167 _mesa_GetActiveUniform_impl(program, index, bufSize, length, size, type, in _mesa_marshal_GetActiveUniform() 152 _mesa_marshal_GetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar * name) _mesa_marshal_GetActiveUniform() argument
|
H A D | format_info.py | 137 return chan.size 208 str(chan.size // 8),
|
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/ |
H A D | metadata.js | 98 if (signingKeys.size < role.threshold) { 99 throw new error_1.UnsignedMetadataError(`${delegatedRole} was signed by ${signingKeys.size}/${role.threshold} keys`);
|
/third_party/node/deps/npm/node_modules/libnpmfund/lib/ |
H A D | index.js | 110 if (filterSet && filterSet.size > 0 && !filterSet.has(node)) { 145 node.edgesOut.size > 0 &&
|
/third_party/node/deps/npm/node_modules/@npmcli/map-workspaces/lib/ |
H A D | index.js | 135 if (seenPackagePathnames.size === 0) { 138 if (seenPackagePathnames.size > 1) {
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format_table.py | 154 if channel.size: 155 print(" {%s, %s, %s, %u, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(channel.pure), channel.size, channel.shift, sep, "xyzw"[i], channel.name))
|
/third_party/mesa3d/src/panfrost/ds/ |
H A D | pan_pps_driver.cc | 113 enabled_counters.resize(counters.size()); in enable_all_counters() 114 for (size_t i = 0; i < counters.size(); ++i) { in enable_all_counters()
|
/third_party/mesa3d/include/android_stub/backtrace/ |
H A D | Backtrace.h | 89 size_t stack_size; // The size of the stack, zero indicate an unknown stack size. 163 size_t NumFrames() const { return frames_.size(); } in NumFrames() 166 if (frame_num >= frames_.size()) { in GetFrame()
|
/third_party/ltp/testcases/kernel/mem/mtest06/ |
H A D | mmap2.c | 53 /* Create a file of the specified size in mb, map the file, */ 84 static int mkfile(int size) in mkfile() argument 102 while (index < (size * MB)) { in mkfile() 109 fprintf(stdout, "created file of size %d\n" in mkfile() 138 "\t -s size of the file/memory to be mmaped.\tdefault:" in usage()
|
H A D | mmap1.c | 166 int mkfile(int size) in mkfile() argument 173 for (i = 0; i < size; i++) in mkfile()
|
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/ |
H A D | clock_nanosleep01.c | 228 {&rq, .size = sizeof(*rq)}, 229 {&rm, .size = sizeof(*rm)},
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
H A D | madvise06.c | 146 static void dirty_pages(char *ptr, long size) in dirty_pages() argument 149 long pages = size / pg_sz; in dirty_pages()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-traffic.h | 227 u_int16_t calc_checksum(u_int16_t *data, size_t size); 228 void fill_payload(unsigned char *payload_p, size_t size);
|
/third_party/libphonenumber/cpp/test/phonenumbers/geocoding/ |
H A D | geocoding_data_test.cc | 44 EXPECT_GT(language.size(), 0); in TestCountryLanguages() 97 EXPECT_GT(language_code_pair.size(), 0); in TestAllPrefixDescriptions()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | control-equivalence.h | 64 size_t recent_size; // Cached set-size when bracket was topmost. 133 if (index >= node_data_.size()) node_data_.resize(index + 1); in GetData() 138 if (index >= node_data_.size()) node_data_.resize(index + 1); in AllocateData()
|
/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-compiler.h | 46 void Reserve(size_t size) { bytes_.reserve(size); } in Reserve() argument
|
/third_party/node/deps/v8/src/deoptimizer/ |
H A D | frame-description.h | 53 // element size matches what the machine instructions expect. 54 static_assert(sizeof(Float64) == kDoubleSize, "size mismatch"); 91 void* operator new(size_t size, uint32_t frame_size) { 94 return base::Malloc(size + frame_size - kSystemPointerSize); 203 // keep the variable-size array frame_content_ of type intptr_t at
|
/third_party/node/deps/v8/src/heap/ |
H A D | allocation-observer.cc | 33 if (observers_.size() == 1) { in AddAllocationObserver() 58 if (observers_.size() == 0) { in RemoveAllocationObserver() 145 // Some observers were removed, recalculate step size. in InvokeAllocationObservers()
|