Home
last modified time | relevance | path

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

12

/llvm-project/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/flang/runtime/
H A Dextensions.cpp32 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 Dposix_spawn_test_binary.cpp9 char buf[bufsize]; in main() local
/llvm-project/compiler-rt/test/profile/
H A Dinstrprof-write-buffer-internal.c45 uint64_t bufsize = __llvm_profile_get_size_for_buffer_internal( in main() local
/llvm-project/libc/src/__support/CPP/
H A Dstringstream.h89 size_t bufsize() const { return data.size(); } bufsize() function
/llvm-project/libc/src/stdio/
H A Dfopencookie.cpp32 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 Dsanitizer_libc_test.cpp66 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 Dperf_counters.cc35 const size_t bufsize = values_.size() * sizeof(values_[0]); in Read() local
/llvm-project/openmp/runtime/test/affinity/
H A Dlibomp_test_affinity.h93 static size_t affinity_mask_snprintf(char *buf, size_t bufsize, in affinity_mask_snprintf()
/llvm-project/libc/test/src/stdio/
H A Dfopencookie_test.cpp29 size_t bufsize; // Size of buf member
[all...]
/llvm-project/libc/src/__support/File/
H A Dfile.h96 size_t bufsize; // Size of the buffer pointed to by |buf|. global() variable
/llvm-project/bolt/runtime/
H A Dsys_aarch64.h163 uint64_t __readlink(const char *pathname, char *buf, size_t bufsize) { in __readlink()
H A Dsys_x86_64.h199 uint64_t __readlink(const char *pathname, char *buf, size_t bufsize) { in __readlink()
/llvm-project/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/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() argument
H A Dsanitizer_linux.cpp472 internal_readlink(const char * path,char * buf,uptr bufsize) internal_readlink() argument
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp267 size_t bufsize = sizeof(processInfo); in UpdateThreadList() local
/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h423 readlink(const wchar_t * path,wchar_t * ret_buf,size_t bufsize) readlink() argument
/llvm-project/libcxx/src/
H A Dstring.cpp312 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 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/clang/test/Analysis/
H A Dtaint-generic.c610 testGetlogin_r(char * buf,size_t bufsize) testGetlogin_r() argument
/llvm-project/lldb/tools/debugserver/source/
H A DDNB.cpp465 size_t bufsize = sizeof(processInfo); in DNBProcessAttach() local
/llvm-project/polly/utils/
H A Dargparse.py1125 def __init__(self, mode="r", bufsize=None): argument

12