/llvm-project/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/flang/runtime/ |
H A D | extensions.cpp | 32 inline void CtimeBuffer(char *buffer, size_t bufsize, const time_t cur_time, in CtimeBuffer() argument 39 inline void CtimeBuffer(char *buffer, size_t bufsize, const time_t cur_time, in CtimeBuffer() argument 45 inline void CtimeBuffer(char *buffer, size_t bufsize, const time_t cur_time, in CtimeBuffer() argument
|
/llvm-project/libc/test/integration/src/spawn/ |
H A D | posix_spawn_test_binary.cpp | 9 char buf[bufsize]; in main() local
|
/llvm-project/compiler-rt/test/profile/ |
H A D | instrprof-write-buffer-internal.c | 45 uint64_t bufsize = __llvm_profile_get_size_for_buffer_internal( in main() local
|
/llvm-project/libc/src/__support/CPP/ |
H A D | stringstream.h | 89 size_t bufsize() const { return data.size(); } bufsize() function
|
/llvm-project/libc/src/stdio/ |
H A D | fopencookie.cpp | 32 CookieFile(void * c,cookie_io_functions_t cops,uint8_t * buffer,size_t bufsize,File::ModeFlags mode) CookieFile() argument
|
/llvm-project/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 80 static void temp_file_name(char *buf, size_t bufsize, const char *prefix) { in temp_file_name() argument
|
/llvm-project/third-party/benchmark/src/ |
H A D | perf_counters.cc | 35 const size_t bufsize = values_.size() * sizeof(values_[0]); in Read() local
|
/llvm-project/openmp/runtime/test/affinity/ |
H A D | libomp_test_affinity.h | 93 static size_t affinity_mask_snprintf(char *buf, size_t bufsize, in affinity_mask_snprintf()
|
/llvm-project/libc/test/src/stdio/ |
H A D | fopencookie_test.cpp | 29 size_t bufsize; // Size of buf member [all...] |
/llvm-project/libc/src/__support/File/ |
H A D | file.h | 96 size_t bufsize; // Size of the buffer pointed to by |buf|. global() variable
|
/llvm-project/bolt/runtime/ |
H A D | sys_aarch64.h | 163 uint64_t __readlink(const char *pathname, char *buf, size_t bufsize) { in __readlink()
|
H A D | sys_x86_64.h | 199 uint64_t __readlink(const char *pathname, char *buf, size_t bufsize) { in __readlink()
|
/llvm-project/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
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_netbsd.cpp | 192 uptr internal_readlink(const char *path, char *buf, uptr bufsize) { in internal_readlink()
|
H A D | sanitizer_solaris.cpp | 146 uptr bufsize) { in DECLARE__REAL_AND_INTERNAL()
|
H A D | sanitizer_mac.cpp | 208 uptr internal_readlink(const char *path, char *buf, uptr bufsize) { in internal_readlink() argument
|
H A D | sanitizer_linux.cpp | 472 internal_readlink(const char * path,char * buf,uptr bufsize) internal_readlink() argument
|
/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachThreadList.cpp | 267 size_t bufsize = sizeof(processInfo); in UpdateThreadList() local
|
/llvm-project/libcxx/src/filesystem/ |
H A D | posix_compat.h | 423 readlink(const wchar_t * path,wchar_t * ret_buf,size_t bufsize) readlink() argument
|
/llvm-project/libcxx/src/ |
H A D | string.cpp | 312 constexpr size_t bufsize = numeric_limits<V>::digits10 + 2; // +1 for minus, +1 for digits10 in i_to_string() local
|
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 123 #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/clang/test/Analysis/ |
H A D | taint-generic.c | 610 testGetlogin_r(char * buf,size_t bufsize) testGetlogin_r() argument
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | DNB.cpp | 465 size_t bufsize = sizeof(processInfo); in DNBProcessAttach() local
|
/llvm-project/polly/utils/ |
H A D | argparse.py | 1125 def __init__(self, mode="r", bufsize=None): argument
|