Home
last modified time | relevance | path

Searched refs:size (Results 22501 - 22525 of 57195) sorted by relevance

1...<<901902903904905906907908909910>>...2288

/third_party/node/test/parallel/
H A Dtest-crypto-dh-generate-keys.js11 const size = common.hasFipsCrypto || common.hasOpenSSL3 ? 1024 : 256;
24 const dh = crypto.createDiffieHellman(size);
H A Dtest-fs-watch-encoding.js40 if (watchers.size === 0) {
85 const done = common.mustCall(unregisterWatcher, watchers.size);
/third_party/node/test/addons/make-callback/
H A Dbinding.cc22 node::MakeCallback(isolate, recv, method, argv.size(), argv.data(), in MakeCallback()
27 node::MakeCallback(isolate, recv, method, argv.size(), argv.data(), in MakeCallback()
/third_party/musl/porting/linux/user/src/hook/
H A Dmusl_preinit_common.c12 extern void* libc_gwp_asan_realloc(void *ptr, size_t size);
13 extern void* libc_gwp_asan_calloc(size_t nmemb, size_t size);
/third_party/musl/src/hook/linux/
H A Dmusl_preinit_common.c27 extern void* libc_gwp_asan_realloc(void *ptr, size_t size);
28 extern void* libc_gwp_asan_calloc(size_t nmemb, size_t size);
/third_party/musl/src/passwd/
H A Dgetpwent_a.c11 int __getpwent_a(FILE *f, struct passwd *pw, char **line, size_t *size, struct passwd **res) in __getpwent_a() argument
19 if ((l=getline(line, size, f)) < 0) { in __getpwent_a()
/third_party/nghttp2/fuzz/
H A Dfuzz_target.cc51 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { in LLVMFuzzerTestOneInput() argument
73 nghttp2_session_mem_recv(session, data, size); in LLVMFuzzerTestOneInput()
/third_party/ninja/src/
H A Ddepfile_parser_perftest.cc66 for (size_t i = 0; i < times.size(); ++i) { in main()
75 min, max, total / times.size()); in main()
/third_party/node/deps/icu-small/source/common/unicode/
H A Duclean.h10 * tab size: 8 (not used)
108 * @param size The number of bytes to be allocated
113 typedef void *U_CALLCONV UMemAllocFn(const void *context, size_t size);
118 * @param size The new size for the block.
123 typedef void *U_CALLCONV UMemReallocFn(const void *context, void *mem, size_t size);
/third_party/icu/icu4c/source/test/perf/localecanperf/
H A Dlocalecanperf.cpp36 virtual long getOperationsPerIteration() { return testCases.size(); } in getOperationsPerIteration()
37 virtual long getEventsPerIteration() { return testCases.size(); } in getEventsPerIteration()
/third_party/libdrm/radeon/
H A Dradeon_bo.h48 uint32_t size; member
56 uint32_t size,
H A Dradeon_bo_int.h13 uint32_t size; member
27 uint32_t size,
/third_party/ltp/testcases/kernel/syscalls/lgetxattr/
H A Dlgetxattr02.c12 * 2) lgetxattr(2) fails if the size of the value buffer is too small
40 size_t size; member
51 char buf[tc->size]; in verify_lgetxattr()
/third_party/ltp/testcases/kernel/syscalls/llistxattr/
H A Dllistxattr02.c11 * 1) llistxattr(2) fails if the size of the list buffer is too small
46 size_t size; member
58 char buf[t->size]; in verify_llistxattr()
/third_party/ltp/testcases/kernel/syscalls/getcwd/
H A Dgetcwd02.c9 * 1) getcwd(2) works fine if buf and size are valid.
10 * 2) getcwd(2) works fine if buf points to NULL and size is set to 0.
11 * 3) getcwd(2) works fine if buf points to NULL and size is greater than strlen(path).
28 size_t size; member
51 res = getcwd(tc->buf, tc->size); in verify_getcwd()
/third_party/ltp/testcases/kernel/syscalls/write/
H A Dwrite05.c40 size_t size; member
62 TST_EXP_FAIL2(write(*tc->fd, *tc->buf, tc->size), tc->exp_errno); in verify_write()
/third_party/ltp/testcases/kernel/syscalls/listxattr/
H A Dlistxattr02.c11 * 1) listxattr(2) fails if the size of the list buffer is too small
45 size_t size; member
57 char buf[t->size]; in verify_listxattr()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
H A D6-3.c49 size_t size = 1024; in main() local
68 pa = mmap(NULL, size, PROT_NONE, MAP_SHARED, fd, 0); in main()
/third_party/lzma/C/
H A D7zFile.h16 // note: USE_FOPEN mode is limited to 32-bit file size
49 /* reads max(*size, remain file's size) bytes */
50 WRes File_Read(CSzFile *p, void *data, size_t *size);
52 /* writes *size bytes */
53 WRes File_Write(CSzFile *p, const void *data, size_t *size);
/third_party/node/deps/v8/src/deoptimizer/
H A Ddeoptimized-frame-info.h43 int parameters_count() { return static_cast<int>(parameters_.size()); } in parameters_count()
46 int expression_count() { return static_cast<int>(expression_stack_.size()); } in expression_count()
/third_party/node/deps/v8/src/heap/
H A Dmemory-measurement-inl.h52 size_t size) { in IncrementSize()
53 size_by_context_[context] += size; in IncrementSize()
50 IncrementSize(Address context, Map map, HeapObject object, size_t size) IncrementSize() argument
/third_party/node/deps/v8/src/torque/ls/
H A Djson.cc38 if (++i < value.ToObject().size()) str << ","; in SerializeToString()
48 if (++i < value.ToArray().size()) str << ","; in SerializeToString()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_job.h94 return !!job->plbu_cmd_array.size; in lima_job_has_draw_pending()
105 unsigned size, uint32_t *va);
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_trace_gallium.c37 u_trace_pipe_create_ts_buffer(struct u_trace_context *utctx, uint32_t size) in u_trace_pipe_create_ts_buffer() argument
45 .width0 = size, in u_trace_pipe_create_ts_buffer()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dlgetxattr.c24 const int size = 3; variable
57 EXPECT_EQ("lgetxattr_0100", ret, size); in lgetxattr_0100()

Completed in 26 milliseconds

1...<<901902903904905906907908909910>>...2288