| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | hexagon_circ_brev_intrinsics.h | 22 #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 D | fopencookie_test.cpp | 29 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 D | kmp_alloc.cpp | 30 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 D | file.cpp | 60 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 D | file.h | 75 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 D | instrprof-write-buffer-internal.c | 43 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 D | sanitizer_libc_test.cpp | 66 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 D | extract_symbols.py | 33 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 D | sanitizer_common_interceptors_netbsd_compat.inc | 85 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 D | sanitizer_solaris.cpp | 146 uptr bufsize) { in DECLARE__REAL_AND_INTERNAL() argument 147 return _REAL(readlink)(path, buf, bufsize); in DECLARE__REAL_AND_INTERNAL()
|
| H A D | sanitizer_netbsd.cpp | 192 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 D | sanitizer_posix.h | 54 uptr internal_readlink(const char *path, char *buf, uptr bufsize);
|
| /llvm-project-15.0.7/openmp/runtime/test/affinity/ |
| H A D | libomp_test_affinity.h | 87 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 D | cr_spilling.ll | 6 define fastcc void @ParseContent(i8* %buf, i32 %bufsize) {
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | string.cpp | 357 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 D | LocateSymbolFileMacOSX.cpp | 552 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 D | std-c-library-functions-POSIX.c | 205 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 D | taint-generic.c | 482 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 D | MachThreadList.cpp | 267 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 D | common.h | 350 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 D | netbsd_syscall_hooks.h | 125 (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 D | posix_compat.h | 438 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 D | popen_spawn.py | 40 kwargs = dict(bufsize=0, stdin=subprocess.PIPE,
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | DNB.cpp | 453 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 D | asan_symbolize.py | 104 bufsize=0, 166 bufsize=0,
|