Searched refs:lo (Results 1 - 25 of 410) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/openbsm/etc/
H A Daudit_user5 root:lo:no
H A Daudit_control7 flags:lo,aa
9 naflags:lo,aa
/freebsd-10.1-release/contrib/apr-util/
H A Dbuild-outputs.mk3 buckets/apr_brigade.lo: buckets/apr_brigade.c .make.dirs include/apr_buckets.h
4 buckets/apr_buckets.lo: buckets/apr_buckets.c .make.dirs include/apr_buckets.h
5 buckets/apr_buckets_alloc.lo: buckets/apr_buckets_alloc.c .make.dirs include/apr_buckets.h
6 buckets/apr_buckets_eos.lo: buckets/apr_buckets_eos.c .make.dirs include/apr_buckets.h
7 buckets/apr_buckets_file.lo: buckets/apr_buckets_file.c .make.dirs include/apr_buckets.h
8 buckets/apr_buckets_flush.lo: buckets/apr_buckets_flush.c .make.dirs include/apr_buckets.h
9 buckets/apr_buckets_heap.lo: buckets/apr_buckets_heap.c .make.dirs include/apr_buckets.h
10 buckets/apr_buckets_mmap.lo: buckets/apr_buckets_mmap.c .make.dirs include/apr_buckets.h
11 buckets/apr_buckets_pipe.lo: buckets/apr_buckets_pipe.c .make.dirs include/apr_buckets.h
12 buckets/apr_buckets_pool.lo
[all...]
/freebsd-10.1-release/contrib/byacc/test/
H A Dbtyacc_calc1.y13 double lo, hi;
64 (void) printf("(%15.8f, %15.8f)\n", $1.lo, $1.hi);
109 $$.hi = $$.lo = $1;
113 $$.lo = $2;
115 if ( $$.lo > $$.hi )
128 $$.lo = $1.lo + $3.lo;
133 $$.lo = $1 + $3.lo;
[all...]
H A Dcalc1.y12 double lo, hi;
62 (void) printf("(%15.8f, %15.8f)\n", $1.lo, $1.hi);
111 $$.hi = $$.lo = $1;
115 $$.lo = $2;
117 if ( $$.lo > $$.hi )
130 $$.lo = $1.lo + $3.lo;
135 $$.lo = $1 + $3.lo;
[all...]
H A Dvarsyntax_calc1.y13 double lo, hi;
64 (void) printf("(%15.8f, %15.8f)\n", $1.lo, $1.hi);
113 $$.hi = $$.lo = $1;
117 $$.lo = $2;
119 if ( $$.lo > $$.hi )
132 $$.lo = $1.lo + $3.lo;
137 $$.lo = $1 + $3.lo;
[all...]
/freebsd-10.1-release/usr.bin/yacc/tests/
H A Dcalc1.y12 double lo, hi;
62 (void) printf("(%15.8f, %15.8f)\n", $1.lo, $1.hi);
111 $$.hi = $$.lo = $1;
115 $$.lo = $2;
117 if ( $$.lo > $$.hi )
130 $$.lo = $1.lo + $3.lo;
135 $$.lo = $1 + $3.lo;
[all...]
/freebsd-10.1-release/sys/boot/ficl/
H A Dmath64.c151 DPUNS resultLo = ficlLongMul(u.lo, mul);
153 resultLo.hi += resultHi.lo;
154 resultHi.lo = resultLo.lo + add;
156 if (resultHi.lo < resultLo.lo)
159 resultLo.lo = resultHi.lo;
201 x.lo = ~x.lo;
[all...]
/freebsd-10.1-release/sys/sys/
H A Dlock_profile.h48 void lock_profile_obtain_lock_success(struct lock_object *lo, int contested,
50 void lock_profile_release_lock(struct lock_object *lo);
55 lock_profile_obtain_lock_failed(struct lock_object *lo, int *contested, argument
58 if (!lock_prof_enable || (lo->lo_flags & LO_NOPROFILE) || *contested)
66 #define lock_profile_release_lock(lo) (void)0
67 #define lock_profile_obtain_lock_failed(lo, contested, waittime) (void)0
68 #define lock_profile_obtain_lock_success(lo, contested, waittime, file, line) (void)0
H A Dlock.h148 * lo - struct lock_object * for this lock
155 #define LOCK_LOG_TEST(lo, flags) \
156 (((flags) & LOP_QUIET) == 0 && ((lo)->lo_flags & LO_QUIET) == 0)
158 #define LOCK_LOG_LOCK(opname, lo, flags, recurse, file, line) do { \
159 if (LOCK_LOG_TEST((lo), (flags))) \
161 LOCK_CLASS(lo)->lc_name, (lo)->lo_name, \
162 (lo), (u_int)(recurse), (file), (line)); \
165 #define LOCK_LOG_TRY(opname, lo, flags, result, file, line) do { \
166 if (LOCK_LOG_TEST((lo), (flag
[all...]
/freebsd-10.1-release/lib/msun/src/
H A Ds_cosl.c56 long double hi, lo; local
77 lo = y[1];
81 hi = __kernel_cosl(hi, lo);
84 hi = - __kernel_sinl(hi, lo, 1);
87 hi = - __kernel_cosl(hi, lo);
90 hi = __kernel_sinl(hi, lo, 1);
H A Ds_sinl.c51 long double hi, lo; local
75 lo = y[1];
79 hi = __kernel_sinl(hi, lo, 1);
82 hi = __kernel_cosl(hi, lo);
85 hi = - __kernel_sinl(hi, lo, 1);
88 hi = - __kernel_cosl(hi, lo);
H A Ds_tanl.c57 long double hi, lo; local
81 lo = y[1];
86 hi = __kernel_tanl(hi, lo, 0);
90 hi = __kernel_tanl(hi, lo, 1);
/freebsd-10.1-release/lib/libstand/
H A Drandom.c54 long x, hi, lo, t; local
64 lo = x % 127773;
65 t = 16807 * lo - 2836 * hi;
/freebsd-10.1-release/contrib/ntp/tests/libntp/
H A Dvi64ops.c20 printf("%x", expected.D_s.lo);
23 printf("%x\n", actual.D_s.lo);
28 printf("%d", expected.D_s.lo);
30 printf("%d", actual.D_s.lo);
31 printf("%d", actual.D_s.lo);
46 exp.D_s.lo = 1234;
62 exp.D_s.lo = -1234;
76 exp.D_s.lo = 0x89ABCDEF;
/freebsd-10.1-release/contrib/gcc/config/
H A Dfixdfdi.c15 USItype hi, lo; local
18 lo = a - ((DFtype) hi) * (((UDItype) 1) << (sizeof (USItype) * 8));
19 return ((UDItype) hi << (sizeof (USItype) * 8)) | lo;
H A Dfixsfdi.c17 USItype hi, lo; local
20 lo = a - ((DFtype) hi) * (((UDItype) 1) << (sizeof (USItype) * 8));
21 return ((UDItype) hi << (sizeof (USItype) * 8)) | lo;
/freebsd-10.1-release/sys/libkern/
H A Drandom.c60 register long x, hi, lo, t; local
72 lo = x % 127773;
73 t = 16807 * lo - 2836 * hi;
/freebsd-10.1-release/contrib/apr/
H A Dbuild-outputs.mk3 encoding/apr_escape.lo: encoding/apr_escape.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_escape.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_want.h
4 passwd/apr_getpass.lo: passwd/apr_getpass.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_want.h
5 strings/apr_cpystrn.lo: strings/apr_cpystrn.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_want.h
6 strings/apr_fnmatch.lo: strings/apr_fnmatch.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_file_info.h include/apr_fnmatch.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_time.h include/apr_user.h include/apr_want.h
7 strings/apr_snprintf.lo: strings/apr_snprintf.c .make.dirs include/apr_allocator.h include/apr_dso.h include/apr_errno.h include/apr_file_info.h include/apr_file_io.h include/apr_general.h include/apr_global_mutex.h include/apr_inherit.h include/apr_lib.h include/apr_network_io.h include/apr_pools.h include/apr_portable.h include/apr_proc_mutex.h include/apr_shm.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_thread_proc.h include/apr_time.h include/apr_user.h include/apr_want.h
8 strings/apr_strings.lo: strings/apr_strings.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_want.h
9 strings/apr_strnatcmp.lo: strings/apr_strnatcmp.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_want.h
10 strings/apr_strtok.lo: strings/apr_strtok.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_want.h
11 tables/apr_hash.lo: tables/apr_hash.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_hash.h include/apr_pools.h include/apr_thread_mutex.h include/apr_time.h include/apr_want.h
12 tables/apr_skiplist.lo
[all...]
/freebsd-10.1-release/contrib/compiler-rt/lib/
H A Dfp_lib.h42 static inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) { argument
45 *lo = product;
73 static inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) { argument
79 // Sum terms that contribute to lo in a way that allows us to get the carry
82 *lo = r0 + (r1 << 32);
83 // Sum terms contributing to hi with the carry from lo
122 static inline void wideLeftShift(rep_t *hi, rep_t *lo, int count) { argument
123 *hi = *hi << count | *lo >> (typeWidth - count);
124 *lo = *lo << coun
127 wideRightShiftWithSticky(rep_t *hi, rep_t *lo, unsigned int count) argument
[all...]
/freebsd-10.1-release/usr.sbin/pc-sysinstall/backend-query/
H A Ddetect-nics.sh30 lo|fwe|fwip|plip|pfsync|pflog|tun)
/freebsd-10.1-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_doorbell.h59 static inline void mthca_write64(u32 hi, u32 lo, void __iomem *dest, argument
62 __raw_writeq((__force u64) cpu_to_be64((u64) hi << 32 | lo), dest);
88 static inline void mthca_write64(u32 hi, u32 lo, void __iomem *dest, argument
94 lo = (__force u32) cpu_to_be32(lo);
98 __raw_writel(lo, dest + 4);
/freebsd-10.1-release/crypto/openssl/crypto/bn/asm/
H A Ds390x-gf2m.pl56 ($lo,$hi,$b)=map("%r$_",(3..5)); $a=$lo; $mask=$a8;
69 srag $lo,$a1,63 # broadcast 63rd bit
75 ngr $lo,$b
109 srlg $hi,$lo,1
111 sllg $lo,$lo,63
125 xgr $lo,$a1
127 xgr $lo,$a2
129 xg $lo,
[all...]
/freebsd-10.1-release/contrib/gcclibs/libmudflap/
H A DMakefile.am40 rm -f pth/*.o pth/*.lo
42 pth/mf-runtime.lo: mf-runtime.c mf-runtime.h mf-impl.h
44 pth/mf-heuristics.lo: mf-heuristics.c mf-runtime.h mf-impl.h
46 pth/mf-hooks1.lo: mf-hooks1.c mf-runtime.h mf-impl.h
48 pth/mf-hooks2.lo: mf-hooks2.c mf-runtime.h mf-impl.h
50 pth/mf-hooks3.lo: mf-hooks3.c mf-runtime.h mf-impl.h
56 pth/mf-runtime.lo \
57 pth/mf-heuristics.lo \
58 pth/mf-hooks1.lo \
59 pth/mf-hooks2.lo \
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dmemattr.c44 create_mem_region (CORE_ADDR lo, CORE_ADDR hi, argument
49 /* lo == hi is a useless empty region */
50 if (lo >= hi && hi != 0)
60 if ((lo >= n->lo && (lo < n->hi || n->hi == 0))
61 || (hi > n->lo && (hi <= n->hi || n->hi == 0))
62 || (lo <= n->lo && (hi >= n->hi || hi == 0)))
71 new->lo
98 CORE_ADDR lo; local
138 CORE_ADDR lo, hi; local
[all...]

Completed in 256 milliseconds

1234567891011>>