Searched refs:hi (Results 51 - 75 of 388) sorted by relevance

1234567891011>>

/freebsd-10.0-release/lib/libc/stdlib/
H A Drand.c68 long hi, lo, x;
71 hi = *ctx / 127773;
73 x = 16807 * lo - 2836 * hi;
/freebsd-10.0-release/sys/netpfil/ipfw/test/
H A Dtest_dn_sched.c67 ipdn_bound_var(int *v, int dflt, int lo, int hi, const char *msg) argument
71 } else if (*v > hi) {
72 *v = hi;
/freebsd-10.0-release/contrib/byacc/test/
H A Dcalc1.tab.c109 double lo, hi; member in struct:interval
437 v.hi = a;
442 v.hi = b;
448 if (c > v.hi)
449 v.hi = c;
455 if (d > v.hi)
456 v.hi = d;
466 return (hilo(a * v.hi, a * v.lo, b * v.hi, b * v.lo));
472 if (v.hi >
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dx86-gf2m.pl122 ($lo,$hi)=("eax","edx");
150 &mov ($hi,$lo);
153 &shr ($hi,1);
165 &xor ($hi,@T[0]);
179 &xor ($hi,@T[0]);
191 &xor ($hi,@T[0]);
194 &xor ($hi,@i[0]);
271 &mov (&DWP(12,"esp"),$hi);
277 &mov (&DWP(4,"esp"),$hi);
292 &xor ($lo,$hi);
[all...]
H A Dx86_64-gf2m.pl37 ($lo,$hi)=("%rax","%rdx"); $a=$lo;
63 mov $a,$hi # $a is $lo
66 shr \$1,$hi
74 xor $t1,$hi
77 xor $t0,$hi
136 xor $t0,$hi
150 xor $t0,$hi
153 xor $i1,$hi
230 mov $hi,24(%rsp)
236 mov $hi,
[all...]
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dfde-glibc.c61 size_t lo, hi; local
99 hi = p_unwind->p_memsz / sizeof (struct unw_table_entry);
101 while (lo < hi)
103 size_t mid = (lo + hi) / 2;
107 hi = mid;
/freebsd-10.0-release/contrib/apr-util/test/
H A Dtestmemcache.c312 apr_hash_index_t *hi; local
328 for (hi = apr_hash_first(p, tdata); hi; hi = apr_hash_next(hi)) {
333 apr_hash_this(hi, &k, NULL, &v);
424 apr_hash_index_t *hi; local
441 for (hi = apr_hash_first(p, tdata); hi; hi
491 apr_hash_index_t *hi; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Diprops.c141 apr_hash_index_t *hi;
177 for (hi = apr_hash_first(scratch_pool, iprop_paths);
178 hi;
179 hi = apr_hash_next(hi))
181 const char *child_abspath = svn__apr_hash_index_key(hi);
182 const char *child_repos_relpath = svn__apr_hash_index_val(hi);
139 apr_hash_index_t *hi; local
H A Ddelete.c287 apr_hash_index_t *hi;
299 for (hi = apr_hash_first(pool, deletables); hi; hi = apr_hash_next(hi))
301 const char *repos_root = svn__apr_hash_index_key(hi);
309 repos_deletables = svn__apr_hash_index_val(hi);
364 for (hi = apr_hash_first(pool, deletables); hi; hi
285 apr_hash_index_t *hi; local
524 apr_hash_index_t *hi; local
[all...]
H A Dpatch.c989 apr_hash_index_t *hi;
991 for (hi = apr_hash_first(scratch_pool, patch->prop_patches);
992 hi;
993 hi = apr_hash_next(hi))
995 svn_prop_patch_t *prop_patch = svn__apr_hash_index_val(hi);
1134 apr_hash_index_t *hi;
1136 for (hi = apr_hash_first(result_pool, patch->prop_patches);
1137 hi;
1138 hi
988 apr_hash_index_t *hi; local
1133 apr_hash_index_t *hi; local
1417 const hunk_info_t *hi; local
1522 get_hunk_info(hunk_info_t **hi, patch_target_t *target, target_content_t *content, svn_diff_hunk_t *hunk, svn_linenum_t fuzz, svn_boolean_t ignore_whitespace, svn_boolean_t is_prop_hunk, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1829 apply_hunk(patch_target_t *target, target_content_t *content, hunk_info_t *hi, const char *prop_name, apr_pool_t *pool) argument
1920 send_hunk_notification(const hunk_info_t *hi, const patch_target_t *target, const char *prop_name, const svn_client_ctx_t *ctx, apr_pool_t *pool) argument
2020 const hunk_info_t *hi; local
2040 const hunk_info_t *hi; local
2115 hunk_info_t *hi; local
2144 hunk_info_t *hi; local
2197 hunk_info_t *hi; local
2236 hunk_info_t *hi; local
2634 apr_hash_index_t *hi; local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/modes/
H A Dmodes_lcl.h46 # define BSWAP8(x) ({ u32 lo=(u64)(x)>>32,hi=(x); \
48 : "+r"(hi),"+r"(lo)); \
49 (u64)hi<<32|lo; })
54 # define BSWAP8(x) ({ u32 lo=(u64)(x)>>32,hi=(x); \
56 : "+r"(hi),"+r"(lo)); \
57 (u64)hi<<32|lo; })
88 typedef struct { u64 hi,lo; } u128; member in struct:__anon5179
H A Dgcm128.c75 V.lo = (V.hi<<63)|(V.lo>>1); \
76 V.hi = (V.hi>>1 )^T; \
80 V.lo = (V.hi<<63)|(V.lo>>1); \
81 V.hi = (V.hi>>1 )^((u64)T<<32); \
126 Htable[0].hi = 0;
128 V.hi = H[0];
139 Hi[j].hi = H0.hi
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dminsyms.c370 int hi; local
409 hi = objfile->minimal_symbol_count - 1;
419 hi index (the endpoint of the test interval) is less than
423 with the hi index is always the one we want when the interation
432 while (SYMBOL_VALUE_ADDRESS (&msymbol[hi]) > pc)
436 new = (lo + hi) / 2;
440 hi = new;
449 hi to point to the last one. That way we can find the
450 right symbol if it has an index greater than hi. */
451 while (hi < objfil
[all...]
H A Dmips-tdep.h59 int hi; /* Multiply/divide temp. */ member in struct:mips_regnum
/freebsd-10.0-release/crypto/openssl/crypto/modes/asm/
H A Dghash-ia64.pl165 { .mmi; ld8 r`16+2*$i+1`=[r8],16 // Htable[$i].hi
167 { .mmi; ldf8 f`32+2*$i+1`=[r10],16 // Htable[`8+$i`].hi
216 st8 [r9]=$rhi,16 // Htable[$i].hi
219 stf8 [r11]=f`32+2*$i+1`,16 // Htable[`8+$i`].hi
222 st8 [r15]=$rhi,16 }//;; // Htable[$i].hi>>4
227 ld8 r17=[r9],16 };; // Htable[8].hi
229 ld8 r19=[r9],16 } // Htable[9].hi
236 ld8 r`20+2*$i+1`=[r9],16 // Htable[`10+$i`].hi
239 st8 [r15]=r`16+2*$i+1`,16 // Htable[`8+$i`].hi>>4
246 st8 [r15]=r`16+2*$i+1`,16 // Htable[`8+$i`].hi>>
[all...]
/freebsd-10.0-release/contrib/bzip2/
H A Dblocksort.c35 Int32 hi )
40 if (lo == hi) return;
42 if (hi - lo > 3) {
43 for ( i = hi-4; i >= lo; i-- ) {
46 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 )
52 for ( i = hi-1; i >= lo; i-- ) {
55 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ )
99 Int32 sp, lo, hi; local
113 fpop ( lo, hi );
114 if (hi
485 mainSimpleSort( UInt32* ptr, UChar* block, UInt16* quadrant, Int32 nblock, Int32 lo, Int32 hi, Int32 d, Int32* budget ) argument
631 Int32 sp, lo, hi, d; local
891 Int32 hi = (ftab[sb+1] & CLEARMASK) - 1; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_diff/
H A Dutil.c435 apr_hash_index_t *hi; local
451 for (hi = apr_hash_first(pool, deleted);
452 hi; hi = apr_hash_next(hi))
454 const char *from_path = svn__apr_hash_index_key(hi);
455 svn_rangelist_t *merge_revarray = svn__apr_hash_index_val(hi);
468 for (hi = apr_hash_first(pool, added);
469 hi; hi
[all...]
/freebsd-10.0-release/lib/libiconv_modules/UES/
H A Dcitrus_ues.c159 surrogate_to_ucs(wchar_t hi, wchar_t lo) argument
162 hi -= 0xD800;
164 return ((hi << 10 | lo) + 0x10000);
168 ucs_to_surrogate(wchar_t wc, wchar_t * __restrict hi, wchar_t * __restrict lo) argument
172 *hi = (wc >> 10) + 0xD800;
191 wchar_t hi, wc; local
200 hi = (wchar_t)0;
255 if (hi != (wchar_t)0)
259 hi = wc;
277 wc = surrogate_to_ucs(hi, w
300 wchar_t hi, lo; local
[all...]
/freebsd-10.0-release/lib/msun/src/
H A Ds_expm1.c135 double y,hi,lo,c,t,e,hxs,hfx,r1,twopk; local
165 {hi = x - ln2_hi; lo = ln2_lo; k = 1;}
167 {hi = x + ln2_hi; lo = -ln2_lo; k = -1;}
171 hi = x - t*ln2_hi; /* t*ln2_hi is exact here */
174 STRICT_ASSIGN(double, x, hi - lo);
175 c = (hi-x)-lo;
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-ixf18201.c107 uint32_t hi, lo; local
114 hi = cvmx_ixf18201_read16(reg_addr + 1);
115 return((hi << 16) | lo);
119 uint16_t hi, lo; local
126 hi = data >> 16;
128 cvmx_ixf18201_write16(reg_addr + 1, hi);
/freebsd-10.0-release/sys/mips/mips/
H A Dtlb.c207 register_t asid, end_hi, hi, hi_pagemask, s, save_asid, start_hi; local
237 for (hi = start_hi; hi != end_hi; hi += 1 << TLBMASK_SHIFT) {
239 mips_wr_entryhi(hi);
253 hi = mips_rd_entryhi();
254 if ((hi & TLBHI_ASID_MASK) == asid && (hi < end_hi ||
257 * If "hi" is a large page that spans
261 if (hi >
[all...]
/freebsd-10.0-release/contrib/traceroute/
H A Dtraceroute.c476 register struct hostinfo *hi; local
685 hi = gethostinfo(hostname);
686 setsin(to, hi->addrs[0]);
687 if (hi->n > 1)
691 hostname = hi->name;
692 hi->name = NULL;
693 freehostinfo(hi);
886 hi = gethostinfo(source);
887 source = hi->name;
888 hi
1616 register struct hostinfo *hi; local
1668 freehostinfo(register struct hostinfo *hi) argument
1681 register struct hostinfo *hi; local
[all...]
/freebsd-10.0-release/contrib/apr/include/
H A Dapr_hash.h136 * apr_hash_index_t *hi;
139 * for (hi = apr_hash_first(p, ht); hi; hi = apr_hash_next(hi)) {
140 * apr_hash_this(hi, NULL, NULL, &val);
151 * @param hi The iteration state
155 APR_DECLARE(apr_hash_index_t *) apr_hash_next(apr_hash_index_t *hi); variable
159 * @param hi The iteration state
166 APR_DECLARE(void) apr_hash_this(apr_hash_index_t *hi, cons
[all...]
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Dppc64-fp.c222 USItype hi, lo; local
224 hi = a / (((UDItype) 1) << (sizeof (SItype) * 8));
225 lo = (a - ((DFtype) hi) * (((UDItype) 1) << (sizeof (SItype) * 8)));
226 return ((UDItype) hi << (sizeof (SItype) * 8)) | lo;
236 USItype hi, lo; local
238 hi = a / (((UDItype) 1) << (sizeof (SItype) * 8));
239 lo = (a - ((DFtype) hi) * (((UDItype) 1) << (sizeof (SItype) * 8)));
240 return ((UDItype) hi << (sizeof (SItype) * 8)) | lo;
/freebsd-10.0-release/contrib/subversion/subversion/svnrdump/
H A Dload_editor.c187 apr_hash_index_t *hi;
192 for (hi = apr_hash_first(pool, mergeinfo); hi; hi = apr_hash_next(hi))
197 apr_hash_this(hi, &key, NULL, &rangelist);
224 apr_hash_index_t *hi;
253 for (hi = apr_hash_first(subpool, mergeinfo); hi; hi
185 apr_hash_index_t *hi; local
222 apr_hash_index_t *hi; local
546 apr_hash_index_t *hi; local
615 apr_hash_index_t *hi; local
984 apr_hash_index_t *hi; local
[all...]

Completed in 310 milliseconds

1234567891011>>