Home
last modified time | relevance | path

Searched full:real (Results 1 – 25 of 2645) sorted by relevance

12345678910>>...106

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DGDBRemoteSignals.cpp68 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 DFreeBSDSignals.cpp75 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 DNetBSDSignals.cpp67 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 DLinuxSignals.cpp111 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/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h35 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/sys/contrib/device-tree/Bindings/rtc/
H A Dtrivial-rtc.yaml23 # 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 TIME CLOCK MODULE
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors.cpp80 const int result = REAL(open)(path, oflag, mode); in INTERCEPTOR()
94 const int result = REAL(openat)(fd, path, oflag, mode); in INTERCEPTOR()
102 const int result = REAL(creat)(path, mode); in INTERCEPTOR()
120 int result = REAL(fcntl)(filedes, cmd, arg); in INTERCEPTOR()
129 return REAL(close)(filedes); in INTERCEPTOR()
134 return REAL(fopen)(path, mode); in INTERCEPTOR()
140 return REAL(fread)(ptr, size, nitems, stream); in INTERCEPTOR()
146 return REAL(fwrite)(ptr, size, nitems, stream); in INTERCEPTOR()
151 return REAL(fclose)(stream); in INTERCEPTOR()
156 return REAL(fputs)(s, stream); in INTERCEPTOR()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcomplex29 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(long double); // constexpr in C++14
[all …]
/freebsd/contrib/ofed/librdmacm/
H A Dpreload.c93 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/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp16 // 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 and Imaginary parts"); in prepareCompositeNode()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp61 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_create)(thread, attr, asan_thread_start, t); in INTERCEPTOR()
[all …]
/freebsd/lib/libc/gen/
H A Disgreater.337 .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/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_interceptors.cpp33 if (!nsan_initialized && REAL(memset) == nullptr) in INTERCEPTOR()
36 void *res = REAL(memset)(dst, v, size); in INTERCEPTOR()
42 wchar_t *res = REAL(wmemset)(dst, v, size); in INTERCEPTOR()
50 if (!nsan_initialized && REAL(memmove) == nullptr) in INTERCEPTOR()
53 void *res = REAL(memmove)(dst, src, size); in INTERCEPTOR()
60 wchar_t *res = REAL(wmemmove)(dst, src, size); in INTERCEPTOR()
68 if (!nsan_initialized && REAL(memcpy) == nullptr) { in INTERCEPTOR()
74 void *res = REAL(memcpy)(dst, src, size); in INTERCEPTOR()
81 wchar_t *res = REAL(wmemcpy)(dst, src, size); in INTERCEPTOR()
88 char *res = REAL(strfry)(s); in INTERCEPTOR()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp46 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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc247 ({ 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(strtok)(str, delimiters);
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cpp158 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 Dtsan_interceptors_posix.cpp73 // 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_symname), 0, in DEFINE_REAL()
[all …]
H A Dtsan_interceptors_libdispatch.cpp170 REAL(name##_f)(q, new_context, dispatch_callback_wrap); \
182 REAL(name##_f)(q, &new_context, dispatch_callback_wrap); \
196 REAL(name)(q, new_context, dispatch_callback_wrap); \
208 REAL(name)(q, &new_context, dispatch_callback_wrap); \
263 REAL(dispatch_after_f)(when, queue, new_context, dispatch_callback_wrap); in DISPATCH_INTERCEPT_SYNC_F()
286 // both a macro and a real function, we want to intercept the function, so we
325 return REAL(dispatch_semaphore_signal)(dsema); in TSAN_INTERCEPTOR()
331 long_t result = REAL(dispatch_semaphore_wait)(dsema, timeout); in TSAN_INTERCEPTOR()
339 long_t result = REAL(dispatch_group_wait)(group, timeout); in TSAN_INTERCEPTOR()
351 REAL(dispatch_group_leave)(group); in TSAN_INTERCEPTOR()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp128 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(gcvt)(number, ndigit, buf); in INTERCEPTOR()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp19 #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/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Ddivtc3.c49 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/contrib/tcsh/nls/spanish/
H A Dset270 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/tools/regression/security/access/
H A Dtestaccess.c219 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/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp29 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, &param); 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(strcpy)(to, from); in INTERCEPTOR()
[all …]
/freebsd/lib/libsys/
H A Dsetregid.233 .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

12345678910>>...106