/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | GDBRemoteSignals.cpp | 68 AddSignal(45, "SIG33", false, false, false, "real-time event 33"); in Reset() 69 AddSignal(46, "SIG34", false, false, false, "real-time event 34"); in Reset() 70 AddSignal(47, "SIG35", false, false, false, "real-time event 35"); in Reset() 71 AddSignal(48, "SIG36", false, false, false, "real-time event 36"); in Reset() 72 AddSignal(49, "SIG37", false, false, false, "real-time event 37"); in Reset() 73 AddSignal(50, "SIG38", false, false, false, "real-time event 38"); in Reset() 74 AddSignal(51, "SIG39", false, false, false, "real-time event 39"); in Reset() 75 AddSignal(52, "SIG40", false, false, false, "real-time event 40"); in Reset() 76 AddSignal(53, "SIG41", false, false, false, "real-time event 41"); in Reset() 77 AddSignal(54, "SIG42", false, false, false, "real-time event 42"); in Reset() [all …]
|
H A D | FreeBSDSignals.cpp | 75 AddSignal(33, "SIGLIBRT", false, false, false, "reserved by real-time library"); in Reset() 76 AddSignal(65, "SIGRTMIN", false, false, false, "real time signal 0"); in Reset() 77 AddSignal(66, "SIGRTMIN+1", false, false, false, "real time signal 1"); in Reset() 78 AddSignal(67, "SIGRTMIN+2", false, false, false, "real time signal 2"); in Reset() 79 AddSignal(68, "SIGRTMIN+3", false, false, false, "real time signal 3"); in Reset() 80 AddSignal(69, "SIGRTMIN+4", false, false, false, "real time signal 4"); in Reset() 81 AddSignal(70, "SIGRTMIN+5", false, false, false, "real time signal 5"); in Reset() 82 AddSignal(71, "SIGRTMIN+6", false, false, false, "real time signal 6"); in Reset() 83 AddSignal(72, "SIGRTMIN+7", false, false, false, "real time signal 7"); in Reset() 84 AddSignal(73, "SIGRTMIN+8", false, false, false, "real time signal 8"); in Reset() [all …]
|
H A D | NetBSDSignals.cpp | 67 AddSignal(33, "SIGRTMIN", false, false, false, "real time signal 0"); in Reset() 68 AddSignal(34, "SIGRTMIN+1", false, false, false, "real time signal 1"); in Reset() 69 AddSignal(35, "SIGRTMIN+2", false, false, false, "real time signal 2"); in Reset() 70 AddSignal(36, "SIGRTMIN+3", false, false, false, "real time signal 3"); in Reset() 71 AddSignal(37, "SIGRTMIN+4", false, false, false, "real time signal 4"); in Reset() 72 AddSignal(38, "SIGRTMIN+5", false, false, false, "real time signal 5"); in Reset() 73 AddSignal(39, "SIGRTMIN+6", false, false, false, "real time signal 6"); in Reset() 74 AddSignal(40, "SIGRTMIN+7", false, false, false, "real time signal 7"); in Reset() 75 AddSignal(41, "SIGRTMIN+8", false, false, false, "real time signal 8"); in Reset() 76 AddSignal(42, "SIGRTMIN+9", false, false, false, "real time signal 9"); in Reset() [all …]
|
H A D | LinuxSignals.cpp | 111 AddSignal(34, "SIGRTMIN", false, false, false, "real time signal 0"); in Reset() 112 AddSignal(35, "SIGRTMIN+1", false, false, false, "real time signal 1"); in Reset() 113 AddSignal(36, "SIGRTMIN+2", false, false, false, "real time signal 2"); in Reset() 114 AddSignal(37, "SIGRTMIN+3", false, false, false, "real time signal 3"); in Reset() 115 AddSignal(38, "SIGRTMIN+4", false, false, false, "real time signal 4"); in Reset() 116 AddSignal(39, "SIGRTMIN+5", false, false, false, "real time signal 5"); in Reset() 117 AddSignal(40, "SIGRTMIN+6", false, false, false, "real time signal 6"); in Reset() 118 AddSignal(41, "SIGRTMIN+7", false, false, false, "real time signal 7"); in Reset() 119 AddSignal(42, "SIGRTMIN+8", false, false, false, "real time signal 8"); in Reset() 120 AddSignal(43, "SIGRTMIN+9", false, false, false, "real time signal 9"); in Reset() [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/ |
H A D | complex_cmath.h | 35 return hypot(__c.real(), __c.imag()); in abs() 41 return atan2(__c.imag(), __c.real()); in arg() 59 if (std::isinf(__c.real())) in norm() 60 return abs(__c.real()); in norm() 63 return __c.real() * __c.real() + __c.imag() * __c.imag(); in norm() 69 return std::complex<_Tp>(__c.real(), -__c.imag()); in conj() 76 if (std::isinf(__c.real()) || std::isinf(__c.imag())) in proj() 124 if (std::isinf(__x.real())) { in sqrt() 125 if (__x.real() > _Tp(0)) in sqrt() 126 return std::complex<_Tp>(__x.real(), std::isnan(__x.imag()) in sqrt() [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/rtc/ |
H A D | trivial-rtc.yaml | 23 # AB-RTCMC-32.768kHz-B5ZE-S3: Real Time Clock/Calendar Module with I2C Interface 25 # AB-RTCMC-32.768kHz-EOZ9: Real Time Clock/Calendar Module with I2C Interface 27 # ASPEED BMC ast2400 Real-time Clock 29 # ASPEED BMC ast2500 Real-time Clock 31 # ASPEED BMC ast2600 Real-time Clock 33 # Conexant Digicolor Real Time Clock Controller 37 # Dallas DS1672 Real-time Clock 41 # SD2405AL Real-Time Clock 45 # I2C-BUS INTERFACE REAL TIME CLOCK MODULE 47 # I2C-BUS INTERFACE REAL TIM [all...] |
/freebsd-src/contrib/llvm-project/libcxx/include/ |
H A D | complex | 29 T real() const; // constexpr in C++14 32 void real(T); // constexpr in C++20 59 constexpr float real() const; 60 void real(float); // constexpr in C++20 88 constexpr double real() const; 89 void real(double); // constexpr in C++20 117 constexpr long double real() const; 118 void real(long double); // constexpr in C++20 167 template<class T> T real(const complex<T>&); // constexpr in C++14 168 long double real(lon [all...] |
/freebsd-src/contrib/ofed/librdmacm/ |
H A D | preload.c | 93 static struct socket_calls real; variable 279 real.close(index); in fd_open() 344 real.close(index); in fd_close() 386 real.socket = dlsym(RTLD_NEXT, "socket"); in init_preload() 387 real.bind = dlsym(RTLD_NEXT, "bind"); in init_preload() 388 real.listen = dlsym(RTLD_NEXT, "listen"); in init_preload() 389 real.accept = dlsym(RTLD_NEXT, "accept"); in init_preload() 390 real.connect = dlsym(RTLD_NEXT, "connect"); in init_preload() 391 real.recv = dlsym(RTLD_NEXT, "recv"); in init_preload() 392 real.recvfrom = dlsym(RTLD_NEXT, "recvfrom"); in init_preload() [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ComplexDeinterleavingPass.cpp | 16 // instruction). This is performed by checking the real and imaginary components 48 // Each node maintains a reference to its Real and Imaginary instructions, 56 // Note: If the operation of a Node is Shuffle, only the Real, Imaginary, and 142 : Operation(Op), Real(R), Imag(I) {} in ComplexDeinterleavingCompositeNode() 151 Value *Real; member 184 OS << " Real: "; in dump() 185 PrintValue(Real); in dump() 265 /// %ReductionOP, which we refer to as real and imag (or vice versa), and 277 /// OldToNewPHI maps the original real PHINode to a new, double-sized PHINode. 290 "Reduction related nodes must have Real an in prepareCompositeNode() 550 identifyNodeWithImplicitAdd(Instruction * Real,Instruction * Imag,std::pair<Value *,Value * > & PartialMatch) identifyNodeWithImplicitAdd() argument 652 identifyPartialMul(Instruction * Real,Instruction * Imag) identifyPartialMul() argument 770 identifyAdd(Instruction * Real,Instruction * Imag) identifyAdd() argument 852 identifySymmetricOperation(Instruction * Real,Instruction * Imag) identifySymmetricOperation() argument 909 auto *Real = dyn_cast<Instruction>(R); identifyNode() local 955 identifyReassocNodes(Instruction * Real,Instruction * Imag) identifyReassocNodes() argument 1107 __anonaf30dea60802(const Product &Real, const Product &Imag) collectPartialMuls() argument 1528 auto *Real = OperationInstruction[i]; identifyReductionNodes() local 1646 auto *Real = dyn_cast<Instruction>(Intrinsic->getOperand(0)); identifyRoot() local 1663 Instruction *Real; identifyRoot() local 1672 identifyDeinterleave(Instruction * Real,Instruction * Imag) identifyDeinterleave() argument 1815 auto *Real = dyn_cast<Instruction>(R); identifySplat() local 1834 identifyPHINode(Instruction * Real,Instruction * Imag) identifyPHINode() argument 1846 identifySelectNode(Instruction * Real,Instruction * Imag) identifySelectNode() argument 2010 auto *Real = cast<Instruction>(Node->Real); processReductionOperation() local [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 61 if (REAL(strnlen)) { in MaybeRealStrnlen() 62 return REAL(strnlen)(s, maxlen); in MaybeRealStrnlen() 104 return REAL(func)(__VA_ARGS__); \ 107 return REAL(func)(__VA_ARGS__); \ 130 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) 138 REAL(dlopen)(filename, flag); \ 185 return mmap_interceptor(REAL(mmap), addr, sz, prot, flags, fd, off); \ 191 return munmap_interceptor(REAL(munmap), addr, sz); \ 253 return attr && !REAL(pthread_attr_getdetachstate)(attr, &d) && in INTERCEPTOR() 277 result = REAL(pthread_creat in INTERCEPTOR() 611 StrtolImpl(void * ctx,Fn real,const char * nptr,char ** endptr,int base) StrtolImpl() argument [all...] |
H A D | asan_malloc_win.cpp | 161 REAL(memcpy)(new_alloc, p, Min<size_t>(size, old_size)); in _recalloc() 163 REAL(memset)(((u8 *)new_alloc) + old_size, 0, size - old_size); in _recalloc() 215 return REAL(HeapSize)(hHeap, dwFlags, lpMem); in INTERCEPTOR_WINAPI() 231 return REAL(HeapAlloc)(hHeap, dwFlags, dwBytes); in INTERCEPTOR_WINAPI() 260 return REAL(HeapFree)(hHeap, dwFlags, lpMem); in INTERCEPTOR_WINAPI() 299 // runtime came up, use the real HeapFree function. in SharedReAlloc() 322 REAL(memcpy)(replacement_alloc, lpMem, old_size); in SharedReAlloc() 342 REAL(memcpy)(replacement_alloc, lpMem, in SharedReAlloc() 382 REAL(memset)(((u8 *)ptr) + old_size, 0, new_size - old_size); in SharedReAlloc() 391 return SharedReAlloc(REAL(HeapReAlloc), (SizeFunction)REAL(HeapSize), in INTERCEPTOR_WINAPI() [all …]
|
/freebsd-src/lib/libc/gen/ |
H A D | isgreater.3 | 37 .Fn isgreater "real-floating x" "real-floating y" 39 .Fn isgreaterequal "real-floating x" "real-floating y" 41 .Fn isless "real-floating x" "real-floating y" 43 .Fn islessequal "real-floating x" "real-floating y" 45 .Fn islessgreater "real-floating x" "real-floating y" 47 .Fn isunordered "real-floating x" "real-floating y"
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
H A D | dd_interceptors.cpp | 46 return REAL(pthread_mutex_destroy)(m); in INTERCEPTOR() 52 int res = REAL(pthread_mutex_lock)(m); in INTERCEPTOR() 59 int res = REAL(pthread_mutex_trylock)(m); in INTERCEPTOR() 68 return REAL(pthread_mutex_unlock)(m); in INTERCEPTOR() 73 int res = REAL(pthread_spin_destroy)(m); in INTERCEPTOR() 81 int res = REAL(pthread_spin_lock)(m); in INTERCEPTOR() 88 int res = REAL(pthread_spin_trylock)(m); in INTERCEPTOR() 97 return REAL(pthread_spin_unlock)(m); in INTERCEPTOR() 103 return REAL(pthread_rwlock_destroy)(m); in INTERCEPTOR() 109 int res = REAL(pthread_rwlock_rdlock)(m); in INTERCEPTOR() [all …]
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_mac.cpp | 158 REAL(OSAtomicEnqueue)(list, item, offset); 163 void *item = REAL(OSAtomicDequeue)(list, offset); in TSAN_INTERCEPTOR() 175 REAL(OSAtomicFifoEnqueue)(list, item, offset); in TSAN_INTERCEPTOR() 181 void *item = REAL(OSAtomicFifoDequeue)(list, offset); in TSAN_INTERCEPTOR() 191 return REAL(OSSpinLockLock)(lock); in TSAN_INTERCEPTOR() 194 REAL(OSSpinLockLock)(lock); in TSAN_INTERCEPTOR() 201 return REAL(OSSpinLockTry)(lock); in TSAN_INTERCEPTOR() 204 bool result = REAL(OSSpinLockTry)(lock); in TSAN_INTERCEPTOR() 213 return REAL(OSSpinLockUnlock)(lock); in TSAN_INTERCEPTOR() 217 REAL(OSSpinLockUnlock)(lock); in TSAN_INTERCEPTOR() [all …]
|
H A D | tsan_interceptors_posix.cpp | 73 // The size is determined by looking at sizeof of real ucontext_t on linux. 361 #define BLOCK_REAL(name) (BlockingCall(thr), REAL(name)) 484 res = REAL(__cxa_atexit)((void (*)(void *a))at_exit_callback_installed_at, in setup_at_exit_wrapper() 491 res = REAL(__cxa_atexit)(cxa_at_exit_callback_installed_at, ctx, dso); in setup_at_exit_wrapper() 520 int res = REAL(on_exit)(on_exit_callback_installed_at, ctx); in TSAN_INTERCEPTOR() 607 // The real interceptor for setjmp is special, and implemented in pure asm. We in DEFINE_REAL() 608 // just need to initialize the REAL functions so that they can be used in asm. in DEFINE_REAL() 613 InterceptFunction(SANITIZER_STRINGIFY(setjmp_symname), (uptr*)&REAL(setjmp_symname), 0, 0); in DEFINE_REAL() 614 InterceptFunction("_setjmp", (uptr*)&REAL(_setjmp), 0, 0); in DEFINE_REAL() 615 InterceptFunction(SANITIZER_STRINGIFY(sigsetjmp_symname), (uptr*)&REAL(sigsetjmp_symnam in DEFINE_REAL() [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 247 ({ CheckNoDeepBind(filename, flag); REAL(dlopen)(filename, flag); }) 298 { return REAL(mmap)(addr, sz, prot, flags, fd, off); } 303 { return REAL(munmap)(addr, sz); } 382 // in which case the REAL(strlen) typically used in 389 SIZE_T result = REAL(strlen)(s); 403 SIZE_T length = REAL(strnlen)(s, maxlen); 438 char *domain = REAL(textdomain)(domainname); 599 char *r = REAL(strstr)(s1, s2); 620 char *r = REAL(strcasestr)(s1, s2); 639 return REAL(strto [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 128 SIZE_T res = REAL(fread_unlocked)(ptr, size, nmemb, file); in INTERCEPTOR() 149 void *res = REAL(memccpy)(dest, src, c, n); in INTERCEPTOR() 290 // FIXME: implement, but don't call REAL(malloc_stats)! in INTERCEPTOR() 302 char *res = REAL(strcpy)(dest, src); in INTERCEPTOR() 313 char *res = REAL(strncpy)(dest, src, n); in INTERCEPTOR() 325 char *res = REAL(stpcpy)(dest, src); in INTERCEPTOR() 334 char *res = REAL(stpncpy)(dest, src, n); in INTERCEPTOR() 353 char *res = REAL(strdup)(src); in INTERCEPTOR() 364 char *res = REAL(__strdup)(src); in INTERCEPTOR() 376 char *res = REAL(gcv in INTERCEPTOR() [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/ppc/ |
H A D | divtc3.c | 49 DD real = {.ld = __gcc_qdiv(realNumerator, denom)}; in __divtc3() local 52 real.s.hi = __compiler_rt_scalbn(real.s.hi, -ilogbw); in __divtc3() 53 real.s.lo = __compiler_rt_scalbn(real.s.lo, -ilogbw); in __divtc3() 57 if (crt_isnan(real.s.hi) && crt_isnan(imag.s.hi)) { in __divtc3() 63 real.s.hi = crt_copysign(CRT_INFINITY, cDD.s.hi) * aDD.s.hi; in __divtc3() 64 real.s.lo = 0.0; in __divtc3() 73 real.s.hi = CRT_INFINITY * (aDD.s.hi * cDD.s.hi + bDD.s.hi * dDD.s.hi); in __divtc3() 74 real.s.lo = 0.0; in __divtc3() 83 real.s.hi = in __divtc3() 85 real.s.lo = 0.0; in __divtc3() [all …]
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerInterceptors.cpp | 19 #define REAL(x) __interception::PTR_TO_REAL(x) macro 38 // want the address of the real definition, though, so look it up using in getFuncAddr() 154 int result = REAL(bcmp)(s1, s2, n); in DEFINE_REAL() 162 int result = REAL(memcmp)(s1, s2, n); in memcmp() 170 int result = REAL(strncmp)(s1, s2, n); in strncmp() 178 int result = REAL(strcmp)(s1, s2); in strcmp() 185 int result = REAL(strncasecmp)(s1, s2, n); in strncasecmp() 192 int result = REAL(strcasecmp)(s1, s2); in strcasecmp() 200 char *result = REAL(strstr)(s1, s2); in strstr() 207 char *result = REAL(strcasestr)(s1, s2); in strcasestr() [all …]
|
/freebsd-src/contrib/tcsh/nls/spanish/ |
H A D | set2 | 70 68 Primera señal de tiempo real 71 69 Segunda señal de tiempo real 72 70 Tercera señal de tiempo real 73 71 Cuarta señal de tiempo real 74 72 Cuarta señal por la cola de tiempo real 75 73 Antepenúltima señal de tiempo real 76 74 Penúltima señal de tiempo real 77 75 Última señal de tiempo real 90 88 Bloqueo real detectado
|
/freebsd-src/tools/regression/security/access/ |
H A D | testaccess.c | 219 fprintf(stderr, "saved uid used instead of real uid\n"); in main() 245 /* Check that the real uid is used, not the effective uid */ in main() 248 fprintf(stderr, "Effective uid was used instead of real uid in access().\n"); in main() 253 /* Check that the effective uid is used, not the real uid */ in main() 256 fprintf(stderr, "Real uid was used instead of effective uid in eaccess().\n"); in main() 261 /* Check that the real uid is used, not the effective uid */ in main() 264 fprintf(stderr, "Effective uid was used instead of real uid in access().\n"); in main() 269 /* Check that the effective uid is used, not the real uid */ in main() 272 fprintf(stderr, "Real uid was used instead of effective uid in eaccess().\n"); in main() 302 fprintf(stderr, "saved gid used instead of real gid\n"); in main() [all …]
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_interceptors.cpp | 29 if (REAL(strnlen)) { in MaybeRealStrnlen() 30 return REAL(strnlen)(s, maxlen); in MaybeRealStrnlen() 67 return REAL(func)(__VA_ARGS__); \ 90 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) 140 REAL(pthread_attr_getdetachstate)(attr, &detached); in INTERCEPTOR() 150 result = REAL(pthread_create)(thread, attr, memprof_thread_start, ¶m); in INTERCEPTOR() 166 return REAL(pthread_join)(t, arg); in INTERCEPTOR() 185 return REAL(strcat)(to, from); in INTERCEPTOR() 198 return REAL(strncat)(to, from, size); in INTERCEPTOR() 205 return REAL(strcp in INTERCEPTOR() [all...] |
/freebsd-src/lib/libsys/ |
H A D | setreuid.2 | 33 .Nd set real and effective user ID's 41 The real and effective user IDs of the 48 Unprivileged users may change the real user 52 If the real user ID is changed (i.e.\& 55 the real user ID, then the saved user ID will be set to the effective user ID. 59 system call has been used to swap the real and effective user IDs 65 When setting the real and effective user IDs to the same value, 75 other than changing the effective user-id to the real user-id
|
H A D | setregid.2 | 33 .Nd set real and effective group ID 41 The real and effective group ID's of the current process 43 If the real group ID is changed, the saved group ID is changed to the 46 Unprivileged users may change the real group 50 Supplying a value of -1 for either the real or effective 57 the real and effective group IDs 64 When setting the real and effective group IDs to the same value, 74 other than changing the effective group-id to the real group-id
|
/freebsd-src/lib/atf/ |
H A D | common.mk | 12 atf-version: atf-version-real 13 @cmp -s atf-version atf-version-real \ 14 || cp atf-version-real atf-version 15 atf-version-real: .PHONY 17 | cut -d '"' -f 2 >atf-version-real 18 CLEANFILES+= atf-version atf-version-real
|