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

123

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-path.exp2 varmod-path.subdir/varmod-path.real
H A Dvarname-dot-alltargets.mk18 # Only first and second are "real" targets.
/freebsd-13-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-13-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-13-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-13-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-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_types.h175 float real, imaginary; member in struct:__anon2494
179 double real, imaginary; member in struct:__anon2495
183 long double real, imaginary; member in struct:__anon2496
186 #define COMPLEX_REAL(x) (x).real
/freebsd-13-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-13-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())];
43 if (real->exportDynamic)
46 // Now renaming is complete, and no one refers to real. We drop real from
47 // .symtab and .dynsym. If real is undefined, it is important that we don't
49 // error in a subsequent link. If real is defined, we could emit real as an
52 // name than real, but they might print out real instea
[all...]
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-13-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-13-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-13-stable/sys/contrib/device-tree/Bindings/
H A DMakefile31 echo $(real-prereqs), \
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ctldir.c822 char *to, *from, *real, *fsname; local
832 real = kmem_alloc(ZFS_MAX_DATASET_NAME_LEN, KM_SLEEP);
836 error = dmu_snapshot_realname(zfsvfs->z_os, snm, real,
839 snm = real;
883 kmem_free(real, ZFS_MAX_DATASET_NAME_LEN);
900 char *snapname, *real; local
909 real = kmem_alloc(ZFS_MAX_DATASET_NAME_LEN, KM_SLEEP);
912 error = dmu_snapshot_realname(zfsvfs->z_os, name, real,
915 name = real;
933 kmem_free(real, ZFS_MAX_DATASET_NAME_LE
[all...]
/freebsd-13-stable/crypto/openssl/crypto/perlasm/
H A Dppc-xlate.pl99 my $real = $GLOBALS{$name} ? \$GLOBALS{$name} : \$name;
100 my $ret = ".size $$real,.-$$real";
102 if ($$real ne $name) {
103 $ret .= "\n.size $name,.-$$real";
/freebsd-13-stable/contrib/bc/tests/
H A Drandmath.py44 def num(op, neg, real, z, limit=4):
59 if real and negative():
/freebsd-13-stable/share/mk/
H A Dbsd.subdir.mk112 .for __stage in before real after
153 # Create 'make subdir' targets to run the real 'all' target.
192 # Attach the subdir targets to the real target.
194 # such as 'install' becoming {before,real,after}install, just recurse
/freebsd-13-stable/usr.sbin/pmc/
H A Dcmd_pmc_stat.c123 uint64_t real, user, sys; local
135 real = (after->tv_sec * 1000000000 + after->tv_nsec) / 1000;
138 fprintf(out, "%13jd%c%02ld real\t\t\t#\t%2.02f%% cpu\n",
140 after->tv_nsec / 10000000, 100 * (double)(sys + user + 1) / (double)(real + 1));
143 ru->ru_utime.tv_usec / 10000, 100 * (double)(user + 1) / (double)(real + 1));
146 ru->ru_stime.tv_usec / 10000, 100 * (double)(sys + 1) / (double)(real + 1));
/freebsd-13-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-13-stable/contrib/sendmail/contrib/
H A Ddoublebounce.pl95 sent to you in the hope that you will determine the real originator
/freebsd-13-stable/usr.bin/m4/
H A Dmisc.c409 set_input(struct input_file *f, FILE *real, const char *name) argument
411 f->file = real;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h745 RetainSummaryTemplate(const RetainSummary *&real, RetainSummaryManager &mgr) argument
746 : Manager(mgr), RealSummary(real), ScratchSummary(*real), Accessed(false) {}
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-ppc.pl272 $PUSH $num,`$FRAME-$SIZE_T*25`($sp) ; save real remaining num
277 $POP $num,`$FRAME-$SIZE_T*25`($sp) ; restore real remaining num
317 $PUSH $inp,`$FRAME-$SIZE_T*26`($sp) ; save real inp
320 $PUSH $num,`$FRAME-$SIZE_T*25`($sp) ; save real num
324 $POP $inp,`$FRAME-$SIZE_T*26`($sp) ; restore real inp
325 $POP $num,`$FRAME-$SIZE_T*25`($sp) ; restore real num

Completed in 169 milliseconds

123