Home
last modified time | relevance | path

Searched refs:bufsize (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project-15.0.7/clang/lib/Headers/
H A Dhexagon_circ_brev_intrinsics.h22 #define Q6_circ_load_update_D(dest,ptr,incr,bufsize,K) \ argument
31 #define Q6_circ_load_update_W(dest,ptr,incr,bufsize,K) \ argument
40 #define Q6_circ_load_update_H(dest,ptr,incr,bufsize,K) \ argument
49 #define Q6_circ_load_update_UH(dest,ptr,incr,bufsize,K) \ argument
58 #define Q6_circ_load_update_B(dest,ptr,incr,bufsize,K) \ argument
67 #define Q6_circ_load_update_UB(dest,ptr,incr,bufsize,K) \ argument
77 #define Q6_circ_store_update_D(src,ptr,incr,bufsize,K) \ argument
86 #define Q6_circ_store_update_W(src,ptr,incr,bufsize,K) \ argument
95 #define Q6_circ_store_update_HL(src,ptr,incr,bufsize,K) \ argument
104 #define Q6_circ_store_update_HH(src,ptr,incr,bufsize,K) \ argument
[all …]
/llvm-project-15.0.7/libc/test/src/stdio/
H A Dfopencookie_test.cpp29 size_t bufsize; // Size of buf member
36 if (ss->offset + size > ss->bufsize) in write_ss()
84 ss->bufsize = ss->endpos = ss->offset = 0; in close_ss()
95 ss->bufsize = sizeof(CONTENT); in TEST()
97 ss->endpos = ss->bufsize; in TEST()
131 ss->bufsize = INIT_BUFSIZE; in TEST()
165 ss->bufsize = sizeof(INITIAL_CONTENT); in TEST()
167 ss->endpos = ss->bufsize; in TEST()
198 ss->bufsize = sizeof(INITIAL_CONTENT); in TEST()
200 ss->endpos = ss->bufsize; in TEST()
[all …]
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_alloc.cpp30 typedef kmp_int32 bufsize; typedef
32 typedef kmp_int64 bufsize; typedef
35 typedef ssize_t bufsize; typedef
106 static bufsize bget_bin_size[] = {
197 ~(((bufsize)(1) << (sizeof(bufsize) * CHAR_BIT - 1)) | (SizeQuant - 1)))
205 ((bufsize)(-(((((bufsize)1) << ((int)sizeof(bufsize) * 8 - 2)) - 1) * 2) - 2))
395 static void bcheck(kmp_info_t *th, bufsize *max_free, bufsize *total_free) { in bcheck()
427 bufsize size = requested_size; in bget()
486 if ((bufsize)b->bh.bb.bsize >= (bufsize)size) { in bget()
642 bufsize rsize; in bgetz()
[all …]
/llvm-project-15.0.7/libc/src/__support/File/
H A Dfile.cpp60 const size_t bufspace = bufsize - pos; in write_unlocked_fbf()
63 if (len > bufspace + bufsize) in write_unlocked_fbf()
82 cpp::MutableArrayRef<uint8_t> bufref(buf, bufsize); in write_unlocked_fbf()
110 if (remainder.size() < bufsize) { in write_unlocked_fbf()
186 cpp::MutableArrayRef<uint8_t> bufref(buf, bufsize); in read_unlocked()
207 if (to_fetch > bufsize) { in read_unlocked()
220 size_t fetched_size = platform_read(this, buf, bufsize); in read_unlocked()
294 bufsize = size; in set_buffer()
H A Dfile.h75 size_t bufsize; // Size of the buffer pointed to by |buf|. variable
134 buf(buffer), bufsize(buffer_size), bufmode(buffer_mode), own_buf(owned), in File()
151 f->bufsize = buffer_size; in init()
/llvm-project-15.0.7/compiler-rt/test/profile/
H A Dinstrprof-write-buffer-internal.c43 uint64_t bufsize = __llvm_profile_get_size_for_buffer_internal( in main() local
48 char *buf = malloc(bufsize); in main()
60 fwrite(buf, bufsize, 1, f); in main()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cpp66 static void get_temp_dir(char *buf, size_t bufsize) { in get_temp_dir() argument
69 if (!::GetTempPathA(bufsize, buf)) in get_temp_dir()
76 internal_snprintf(buf, bufsize, "%s", tmpdir); in get_temp_dir()
80 static void temp_file_name(char *buf, size_t bufsize, const char *prefix) { in temp_file_name() argument
90 internal_strncpy(buf, tmp_path, bufsize); in temp_file_name()
96 internal_snprintf(buf, bufsize, "%s/%sXXXXXX", tmpdir, prefix); in temp_file_name()
/llvm-project-15.0.7/llvm/utils/
H A Dextract_symbols.py33 process = subprocess.Popen(['dumpbin','/symbols',lib], bufsize=1,
46 process = subprocess.Popen(['nm','-P','-Xany','-C','-p',lib], bufsize=1,
50 process = subprocess.Popen(['nm','-P',lib], bufsize=1,
67 process = subprocess.Popen(['llvm-readobj','--symbols',lib], bufsize=1,
97 process = subprocess.Popen(['dumpbin','/headers',lib], bufsize=1,
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_netbsd_compat.inc85 INTERCEPTOR(int, getvfsstat, void *buf, SIZE_T bufsize, int flags) {
87 COMMON_INTERCEPTOR_ENTER(ctx, getvfsstat, buf, bufsize, flags);
88 int ret = REAL(getvfsstat)(buf, bufsize, flags);
H A Dsanitizer_solaris.cpp146 uptr bufsize) { in DECLARE__REAL_AND_INTERNAL() argument
147 return _REAL(readlink)(path, buf, bufsize); in DECLARE__REAL_AND_INTERNAL()
H A Dsanitizer_netbsd.cpp192 uptr internal_readlink(const char *path, char *buf, uptr bufsize) { in internal_readlink() argument
194 return (uptr)_sys_readlink(path, buf, bufsize); in internal_readlink()
H A Dsanitizer_posix.h54 uptr internal_readlink(const char *path, char *buf, uptr bufsize);
/llvm-project-15.0.7/openmp/runtime/test/affinity/
H A Dlibomp_test_affinity.h87 static size_t affinity_mask_snprintf(char *buf, size_t bufsize, in affinity_mask_snprintf() argument
92 size_t remaining = bufsize; in affinity_mask_snprintf()
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dcr_spilling.ll6 define fastcc void @ParseContent(i8* %buf, i32 %bufsize) {
/llvm-project-15.0.7/libcxx/src/
H A Dstring.cpp357 constexpr size_t bufsize = numeric_limits<V>::digits10 + 2; // +1 for minus, +1 for digits10 in i_to_string() local
358 char buf[bufsize]; in i_to_string()
359 const auto res = to_chars(buf, buf + bufsize, v); in i_to_string()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp552 long bufsize; in DownloadObjectAndSymbolFile() local
553 if ((bufsize = sysconf(_SC_GETPW_R_SIZE_MAX)) != -1) { in DownloadObjectAndSymbolFile()
554 char buffer[bufsize]; in DownloadObjectAndSymbolFile()
559 if (getpwnam_r("rc", &pwd, buffer, bufsize, &tilde_rc) == 0 && in DownloadObjectAndSymbolFile()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dstd-c-library-functions-POSIX.c205 ssize_t readlink(const char *restrict path, char *restrict buf, size_t bufsize);
206 ssize_t readlinkat(int fd, const char *restrict path, char *restrict buf, size_t bufsize);
H A Dtaint-generic.c482 int getlogin_r(char *buf, size_t bufsize);
483 int testGetlogin_r(char *buf, size_t bufsize) { in testGetlogin_r() argument
484 getlogin_r(buf, bufsize); in testGetlogin_r()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp267 size_t bufsize = sizeof(processInfo); in UpdateThreadList() local
269 &bufsize, NULL, 0) == 0 && in UpdateThreadList()
270 bufsize > 0) { in UpdateThreadList()
/llvm-project-15.0.7/bolt/runtime/
H A Dcommon.h350 uint64_t __readlink(const char *pathname, char *buf, size_t bufsize) { in __readlink() argument
355 : "D"(pathname), "S"(buf), "d"(bufsize) in __readlink()
/llvm-project-15.0.7/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h125 (long long)(buf), (long long)(bufsize), (long long)(flags))
128 res, (long long)(buf), (long long)(bufsize), (long long)(flags))
1871 (long long)(buf), (long long)(bufsize), (long long)(flags))
1875 res, (long long)(buf), (long long)(bufsize), (long long)(flags))
2634 (long long)(bufsize))
2638 (long long)(bufsize))
2737 (long long)(buf), (long long)(bufsize), (long long)(flags))
2740 res, (long long)(buf), (long long)(bufsize), (long long)(flags))
4830 long long bufsize);
4907 long long bufsize,
[all …]
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Dposix_compat.h438 SSizeT readlink(const wchar_t *path, wchar_t *ret_buf, size_t bufsize) { in readlink() argument
472 if (name_length / sizeof(wchar_t) > bufsize) { in readlink()
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dpopen_spawn.py40 kwargs = dict(bufsize=0, stdin=subprocess.PIPE,
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNB.cpp453 size_t bufsize = sizeof(processInfo); in DNBProcessAttach() local
455 &bufsize, NULL, 0) == 0 && in DNBProcessAttach()
456 bufsize > 0) { in DNBProcessAttach()
/llvm-project-15.0.7/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py104 bufsize=0,
166 bufsize=0,

12