Home
last modified time | relevance | path

Searched defs:bufsize (Results 1 – 21 of 21) sorted by relevance

/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/compiler-rt/test/profile/
H A Dinstrprof-write-buffer-internal.c43 uint64_t bufsize = __llvm_profile_get_size_for_buffer_internal( in main() local
/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()
80 static void temp_file_name(char *buf, size_t bufsize, const char *prefix) { in temp_file_name()
/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()
/llvm-project-15.0.7/libc/test/src/stdio/
H A Dfopencookie_test.cpp29 size_t bufsize; // Size of buf member
/llvm-project-15.0.7/libc/src/__support/File/
H A Dfile.h75 size_t bufsize; // Size of the buffer pointed to by |buf|. variable
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp552 long bufsize; in DownloadObjectAndSymbolFile() local
/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
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_netbsd.cpp192 uptr internal_readlink(const char *path, char *buf, uptr bufsize) { in internal_readlink()
H A Dsanitizer_solaris.cpp146 uptr bufsize) { in DECLARE__REAL_AND_INTERNAL()
H A Dsanitizer_mac.cpp208 uptr internal_readlink(const char *path, char *buf, uptr bufsize) { in internal_readlink()
H A Dsanitizer_linux.cpp477 uptr internal_readlink(const char *path, char *buf, uptr bufsize) { in internal_readlink()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp267 size_t bufsize = sizeof(processInfo); in UpdateThreadList() local
/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()
/llvm-project-15.0.7/bolt/runtime/
H A Dcommon.h350 uint64_t __readlink(const char *pathname, char *buf, size_t bufsize) { in __readlink()
/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
/llvm-project-15.0.7/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h123 #define __sanitizer_syscall_pre_compat_20_getfsstat(buf, bufsize, flags) \ argument
126 #define __sanitizer_syscall_post_compat_20_getfsstat(res, buf, bufsize, flags) \ argument
1869 #define __sanitizer_syscall_pre_compat_90_getvfsstat(buf, bufsize, flags) \ argument
1872 #define __sanitizer_syscall_post_compat_90_getvfsstat(res, buf, bufsize, \ argument
2631 #define __sanitizer_syscall_pre_readlinkat(fd, path, buf, bufsize) \ argument
2635 #define __sanitizer_syscall_post_readlinkat(res, fd, path, buf, bufsize) \ argument
2735 #define __sanitizer_syscall_pre___getvfsstat90(buf, bufsize, flags) \ argument
2738 #define __sanitizer_syscall_post___getvfsstat90(res, buf, bufsize, flags) \ argument
/llvm-project-15.0.7/clang/test/Analysis/
H A Dtaint-generic.c483 int testGetlogin_r(char *buf, size_t bufsize) { in testGetlogin_r()
/llvm-project-15.0.7/polly/utils/
H A Dargparse.py1137 def __init__(self, mode='r', bufsize=None): argument
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNB.cpp453 size_t bufsize = sizeof(processInfo); in DNBProcessAttach() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3273 size_t bufsize = sizeof(processInfo); in LaunchAndConnectToDebugserver() local