Home
last modified time | relevance | path

Searched refs:size (Results 10726 - 10750 of 21346) sorted by relevance

1...<<421422423424425426427428429430>>...854

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.h171 * 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 Dtest-fs-copyfile.js33 assert.strictEqual(srcStat.size, destStat.size);
/third_party/node/deps/v8/src/wasm/
H A Dwasm-result.cc23 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 Dmalloc_common.c17 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 Dmissing_deps_test.cc114 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 Danv_acceleration_structure.c87 accel->size = pCreateInfo->size; in anv_CreateAccelerationStructureKHR()
H A Danv_genX.h99 uint32_t size);
147 uint32_t size);
/third_party/mesa3d/src/mesa/main/
H A Dglthread_shaderobj.c153 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 Dformat_info.py137 return chan.size
208 str(chan.size // 8),
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/
H A Dmetadata.js98 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 Dindex.js110 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 Dindex.js135 if (seenPackagePathnames.size === 0) {
138 if (seenPackagePathnames.size > 1) {
/third_party/mesa3d/src/util/format/
H A Du_format_table.py154 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 Dpan_pps_driver.cc113 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 DBacktrace.h89 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 Dmmap2.c53 /* 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 Dmmap1.c166 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 Dclock_nanosleep01.c228 {&rq, .size = sizeof(*rq)},
229 {&rm, .size = sizeof(*rm)},
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise06.c146 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 Dns-traffic.h227 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 Dgeocoding_data_test.cc44 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 Dcontrol-equivalence.h64 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 Dbaseline-compiler.h46 void Reserve(size_t size) { bytes_.reserve(size); } in Reserve() argument
/third_party/node/deps/v8/src/deoptimizer/
H A Dframe-description.h53 // 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 Dallocation-observer.cc33 if (observers_.size() == 1) { in AddAllocationObserver()
58 if (observers_.size() == 0) { in RemoveAllocationObserver()
145 // Some observers were removed, recalculate step size. in InvokeAllocationObservers()

Completed in 17 milliseconds

1...<<421422423424425426427428429430>>...854