Searched refs:real (Results 1 - 25 of 84) sorted by relevance

1234

/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dpreload.c93 static struct socket_calls real; variable in typeref:struct:socket_calls
279 real.close(index);
344 real.close(index);
386 real.socket = dlsym(RTLD_NEXT, "socket");
387 real.bind = dlsym(RTLD_NEXT, "bind");
388 real.listen = dlsym(RTLD_NEXT, "listen");
389 real.accept = dlsym(RTLD_NEXT, "accept");
390 real.connect = dlsym(RTLD_NEXT, "connect");
391 real.recv = dlsym(RTLD_NEXT, "recv");
392 real
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack_platform.h46 void *real = dlsym(RTLD_NEXT, symbol); local
47 if (!real)
48 real = dlsym(RTLD_DEFAULT, symbol);
49 if (!real) {
54 return real;
57 #define _REAL(func, ...) real##_##func(__VA_ARGS__)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Ddivtc3.c48 DD real = {.ld = __gcc_qdiv(realNumerator, denom)}; local
51 real.s.hi = crt_scalbn(real.s.hi, -ilogbw);
52 real.s.lo = crt_scalbn(real.s.lo, -ilogbw);
56 if (crt_isnan(real.s.hi) && crt_isnan(imag.s.hi)) {
62 real.s.hi = crt_copysign(CRT_INFINITY, cDD.s.hi) * aDD.s.hi;
63 real.s.lo = 0.0;
72 real.s.hi = CRT_INFINITY * (aDD.s.hi * cDD.s.hi + bDD.s.hi * dDD.s.hi);
73 real
[all...]
H A Dmultc3.c29 DD real = {.ld = __gcc_qsub(ac, bd)}; local
32 if (crt_isnan(real.s.hi) && crt_isnan(imag.s.hi)) {
73 real.s.hi = CRT_INFINITY * (aDD.s.hi * cDD.s.hi - bDD.s.hi * dDD.s.hi);
74 real.s.lo = 0.0;
81 __real__ z = real.ld;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_weak_interception.cpp31 uptr real = __interception::InternalGetProcAddress( local
33 if (real && !__interception::OverrideFunction((uptr)dll_function, real, 0))
H A Dsanitizer_netbsd.cpp78 void *real = dlsym(RTLD_NEXT, symbol); local
79 if (!real)
80 real = dlsym(RTLD_DEFAULT, symbol);
81 if (!real) {
85 return real;
88 #define _REAL(func, ...) real##_##func(__VA_ARGS__)
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_complex.h112 * @param Tp Type of real and imaginary values.
130 /// Return real part of complex number.
131 _Tp& real();
132 /// Return real part of complex number.
133 const _Tp& real() const;
178 complex<_Tp>::real() { return _M_real; } function in class:complex
182 complex<_Tp>::real() const { return _M_real; } function in class:complex
201 : _M_real(__z.real()), _M_imag(__z.imag()) { }
255 _M_real = __z.real();
266 _M_real += __z.real();
531 real(complex<_Tp>& __z) function
536 real(const complex<_Tp>& __z) function
1046 complex<float>::real() function in class:complex
1050 complex<float>::real() const function in class:complex
1199 complex<double>::real() function in class:complex
1203 complex<double>::real() const function in class:complex
1359 complex<long double>::real() function in class:complex
1363 complex<long double>::real() const function in class:complex
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_types.h163 float real, imaginary; member in struct:__anon1141
167 double real, imaginary; member in struct:__anon1142
171 long double real, imaginary; member in struct:__anon1143
174 #define COMPLEX_REAL(x) (x).real
/freebsd-11-stable/contrib/unbound/util/
H A Dalloc.c559 void* real; local
562 real = ptr-lite_pad-sizeof(size_t);
563 if(memcmp(real, lite_pre, lite_pad) != 0) {
565 log_hex("prefix here", real, lite_pad);
569 memmove(&orig, real+lite_pad, sizeof(size_t));
570 if(memcmp(real+lite_pad+orig+sizeof(size_t), lite_post, lite_pad)!=0){
573 log_hex("suffix here", real+lite_pad+orig+sizeof(size_t),
578 memset(real, 0xdd, orig+lite_pad*2+sizeof(size_t)); /* mark it */
579 free(real);
586 void* real, *new local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgenflags.c101 gen_macro (const char *name, int real, int expect) argument
105 gcc_assert (real <= expect);
106 gcc_assert (real);
118 for (i = 0; i < real - 1; i++)
H A Dcfgloopanal.c210 edge real = e->data; local
219 real->flags |= EDGE_IRREDUCIBLE_LOOP;
220 if (flow_bb_inside_loop_p (real->src->loop_father, real->dest))
221 real->src->flags |= BB_IRREDUCIBLE_LOOP;
H A Dc-cppbuiltin.c29 #include "real.h"
697 REAL_VALUE_TYPE real; local
707 it's easy to get the exact correct value), parse it as a real,
710 real_from_string (&real, hex_str);
711 real_to_decimal (dec_str, &real, sizeof (dec_str), digits, 0);
H A Dc-lex.c28 #include "real.h"
641 REAL_VALUE_TYPE real;
689 real_from_string3 (&real, copy, TYPE_MODE (type));
696 if (REAL_VALUE_ISINF (real) && pedantic)
700 value = build_real (type, real);
639 REAL_VALUE_TYPE real; local
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSymbolTable.cpp34 void SymbolTable::wrap(Symbol *sym, Symbol *real, Symbol *wrap) { argument
37 int &idx2 = symMap[CachedHashStringRef(real->getName())];
46 StringRef s = real->getName();
47 memcpy(real, sym, sizeof(SymbolUnion));
48 real->setName(s);
H A DSymbolTable.h30 // undefined, it'll read an archive member to read a real definition
46 void wrap(Symbol *sym, Symbol *real, Symbol *wrap);
/freebsd-11-stable/usr.sbin/ppp/
H A Dtty.c99 } real; member in struct:ttydevice
225 return dev->real.fd != -1;
283 if (ioctl(p->fd, TIOCGETD, &dev->real.disc) < 0) {
299 ID0ioctl(p->fd, TIOCSETD, &dev->real.disc);
308 ID0ioctl(p->fd, TIOCSETD, &dev->real.disc);
363 dev->real.fd = p->fd;
365 dev->real.speed = speed;
376 ID0ioctl(p->fd, TIOCSETD, &dev->real.disc);
389 if (!physical_SetSpeed(p, dev->real.speed))
390 log_Printf(LogWARN, "Couldn't reset tty speed to %d\n", dev->real
[all...]
/freebsd-11-stable/tools/tools/kdrv/
H A DKernelDriver323 if {$Options(real)} {
333 if {$Options(real)} {
394 if {$Options(real)} {
410 if {$Options(real)} {
430 if {$Options(real)} {
447 if {$Options(real)} {
467 if {$Options(real)} {
847 if {$Options(real)} {
853 if {$Options(real)} {
872 if {!$Options(real)} { retur
[all...]
/freebsd-11-stable/stand/pc98/boot0.5/
H A Dboot.s48 movb partnum(%si), %al # %al = real partition number
50 movw %ax, b_partn # save real parttion number
154 movb defpartnum, %al # %al = real partition number
/freebsd-11-stable/stand/pc98/btx/btx/
H A Dbtx.S144 * Update real mode IDT for reflecting hardware interrupts.
148 mov $0x20*4,%di # First real mode IDT entry
264 * To real-address mode.
267 mov %eax,%cr0 # real mode
272 mov $0x1008,%bx # Set real mode
459 * Invoke real mode interrupt/function call from user mode with arguments.
463 * Invoke real mode interrupt/function call from protected mode.
474 * -0x0c user %cs -0x10 real mode CS:IP return trampoline
475 * -0x10 user %eip -0x12 real mode flags
476 * -0x14 int no -0x16 real mod
[all...]
/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S148 * Update real mode IDT for reflecting hardware interrupts.
152 mov $0x20*4,%di # First real mode IDT entry
266 * To real-address mode.
269 mov %eax,%cr0 # real mode
274 mov $0x7008,%bx # Set real mode
433 * Invoke real mode interrupt/function call from user mode with arguments.
437 * Invoke real mode interrupt/function call from protected mode.
448 * -0x0c user %cs -0x10 real mode CS:IP return trampoline
449 * -0x10 user %eip -0x12 real mode flags
450 * -0x14 int no -0x16 real mod
[all...]
/freebsd-11-stable/contrib/sendmail/contrib/
H A Ddoublebounce.pl95 sent to you in the hope that you will determine the real originator
/freebsd-11-stable/share/mk/
H A Dbsd.subdir.mk103 .for __stage in before real after
143 # such as 'install' becoming {before,real,after}install, just recurse
/freebsd-11-stable/usr.bin/m4/
H A Dmisc.c407 set_input(struct input_file *f, FILE *real, const char *name) argument
409 f->file = real;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-coff.c714 the debug symbol into the real symbol. Therefor, let's presume
715 the debug symbol is a real function reference. */
1258 symbolS * real;
1264 && (real = symbol_find_noref (S_GET_NAME (symp), 1))
1265 && S_GET_STORAGE_CLASS (real) == C_NULL
1266 && real != symp)
1268 c_symbol_merge (symp, real);
1458 /* This is an estimate; we'll plug in the real value using
1254 symbolS * real; local
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddebug.c1769 /* Make a method argument. The second argument is the real name of
2439 struct debug_type *real;
2442 real = debug_get_real_type ((void *) info, type, NULL);
2443 if (real == NULL)
2446 if ((real->kind == DEBUG_KIND_STRUCT
2447 || real->kind == DEBUG_KIND_UNION
2448 || real->kind == DEBUG_KIND_CLASS
2449 || real->kind == DEBUG_KIND_UNION_CLASS)
2450 && real->u.kclass != NULL)
2452 if (real
2436 struct debug_type *real; local
[all...]

Completed in 160 milliseconds

1234