Searched refs:hi (Results 176 - 200 of 388) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/ntp/libntp/
H A Dntp_random.c245 register long hi, lo;
247 hi = x / 127773;
249 x = 16807 * lo - 2836 * hi;
/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_types.h200 /** Return the key of the hash table entry indexed by @a hi. */
202 svn__apr_hash_index_key(const apr_hash_index_t *hi);
204 /** Return the key length of the hash table entry indexed by @a hi. */
206 svn__apr_hash_index_klen(const apr_hash_index_t *hi);
208 /** Return the value of the hash table entry indexed by @a hi. */
210 svn__apr_hash_index_val(const apr_hash_index_t *hi);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dadm_ops.c416 apr_hash_index_t *hi;
419 for (hi = apr_hash_first(scratch_pool, queue); hi; hi = apr_hash_next(hi))
421 const committed_queue_item_t *qi = svn__apr_hash_index_val(hi);
450 apr_hash_index_t *hi;
509 for (hi = apr_hash_first(scratch_pool, run_wqs);
510 hi;
511 hi
414 apr_hash_index_t *hi; local
448 apr_hash_index_t *hi; local
[all...]
H A Dconflicts.c431 apr_hash_index_t *hi;
477 for (hi = apr_hash_first(scratch_pool, (apr_hash_t *)conflicted_prop_names);
478 hi;
479 hi = apr_hash_next(hi))
482 svn__apr_hash_index_key(hi)),
1186 apr_hash_index_t *hi;
1211 for (hi = apr_hash_first(scratch_pool, conflicted_props);
1212 hi;
1213 hi
430 apr_hash_index_t *hi; local
1185 apr_hash_index_t *hi; local
1907 apr_hash_index_t *hi; local
2073 apr_hash_index_t *hi; local
2649 apr_hash_index_t *hi; local
[all...]
/freebsd-10.0-release/lib/libc/stdlib/
H A Drandom.c237 int32_t hi, lo;
242 hi = x / 127773;
244 x = 16807 * lo - 2836 * hi;
/freebsd-10.0-release/sys/cddl/dev/dtrace/powerpc/
H A Ddtrace_subr.c238 uint32_t hi; local
248 hi = timebase >> 32;
250 ((hi * nsec_scale) << (32 - SCALE_SHIFT)));
/freebsd-10.0-release/sys/dev/acpi_support/
H A Dacpi_hp.c1005 unsigned int hi; local
1008 hi = hexin[0];
1010 if ('0' <= hi && hi <= '9')
1011 hi -= '0';
1012 else if ('A' <= hi && hi <= 'F')
1013 hi -= ('A' - 10);
1014 else if ('a' <= hi && hi <
[all...]
/freebsd-10.0-release/sys/powerpc/cpufreq/
H A Dpcr.c112 register_t hi, lo, scratch; local
121 hi = (value >> 32) & 0xffffffff;
123 mtspr64(SPR_SCOMD, hi, lo, scratch);
/freebsd-10.0-release/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c480 apr_hash_index_t *hi;
482 for (hi = apr_hash_first(pool, target_props);
483 hi;
484 hi = apr_hash_next(hi))
486 const char *propname = svn__apr_hash_index_key(hi);
524 apr_hash_index_t *hi;
528 for (hi = apr_hash_first(pool, props); hi ; hi
479 apr_hash_index_t *hi; local
523 apr_hash_index_t *hi; local
565 apr_hash_index_t *hi; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_repos/
H A Ddelta.c935 apr_hash_index_t *hi;
964 for (hi = apr_hash_first(pool, t_entries); hi; hi = apr_hash_next(hi))
979 apr_hash_this(hi, &key, &klen, &val);
1053 for (hi = apr_hash_first(pool, s_entries); hi; hi = apr_hash_next(hi))
925 apr_hash_index_t *hi; local
[all...]
H A Dfs-wrap.c57 apr_hash_index_t *hi;
73 for (hi = apr_hash_first(pool, props); hi; hi = apr_hash_next(hi))
76 apr_hash_this(hi, &key, NULL, NULL);
56 apr_hash_index_t *hi; local
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dstatus.c258 apr_hash_index_t *hi;
264 for (hi = apr_hash_first(scratch_pool, external_map);
265 hi;
266 hi = apr_hash_next(hi))
269 const char *local_abspath = svn__apr_hash_index_key(hi);
270 const char *defining_abspath = svn__apr_hash_index_val(hi);
256 apr_hash_index_t *hi; local
H A Dcommit_util.c867 apr_hash_index_t *hi;
874 for (hi = apr_hash_first(scratch_pool, local_relpath_tokens);
875 hi;
876 hi = apr_hash_next(hi))
882 apr_hash_this(hi, &key, &klen, &val);
1106 apr_hash_index_t *hi;
1190 for (hi = apr_hash_first(scratch_pool, danglers); hi; hi
866 apr_hash_index_t *hi; local
1105 apr_hash_index_t *hi; local
1775 apr_hash_index_t *hi; local
[all...]
H A Dexport.c1218 apr_hash_index_t *hi;
1277 for (hi = apr_hash_first(scratch_pool, props); hi; hi = apr_hash_next(hi))
1279 const char *propname = svn__apr_hash_index_key(hi);
1280 const svn_string_t *propval = svn__apr_hash_index_val(hi);
1542 apr_hash_index_t *hi;
1544 for (hi = apr_hash_first(pool, externals);
1545 hi;
1214 apr_hash_index_t *hi; local
1537 apr_hash_index_t *hi; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs/
H A Deditor.c88 apr_hash_index_t *hi; local
94 for (hi = apr_hash_first(scratch_pool, props); hi;
95 hi = apr_hash_next(hi))
97 const char *name = svn__apr_hash_index_key(hi);
98 const svn_string_t *value = svn__apr_hash_index_val(hi);
/freebsd-10.0-release/contrib/subversion/subversion/svnmucc/
H A Dsvnmucc.c207 apr_hash_index_t *hi; local
208 for (hi = apr_hash_first(pool, child->prop_mods);
209 hi; hi = apr_hash_next(hi))
211 const char *propname = svn__apr_hash_index_key(hi);
212 const svn_string_t *val = svn__apr_hash_index_val(hi);
236 apr_hash_index_t *hi; local
238 for (hi = apr_hash_first(pool, operation->children);
239 hi; h
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dlibgcc2.c1267 const UWtype hi = a / Wtype_MAXp1_F;
1269 /* Get low part of result. Convert `hi' to floating type and scale it back,
1272 const UWtype lo = a - (DFtype) hi * Wtype_MAXp1_F;
1275 return ((UDWtype) hi << W_TYPE_SIZE) | lo;
1302 const UWtype hi = dfa / Wtype_MAXp1_F;
1304 /* Get low part of result. Convert `hi' to floating type and scale it back,
1307 const UWtype lo = dfa - (DFtype) hi * Wtype_MAXp1_F;
1310 return ((UDWtype) hi << W_TYPE_SIZE) | lo;
1503 Wtype hi = u >> W_TYPE_SIZE;
1504 if (hi <
1241 const UWtype hi = a / Wtype_MAXp1_F; local
1276 const UWtype hi = dfa / Wtype_MAXp1_F; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c1534 apr_hash_index_t *hi;
1545 for (hi = apr_hash_first(pool, table); hi; hi = apr_hash_next(hi))
1555 apr_hash_this(hi, NULL, NULL, &val);
1727 apr_hash_index_t *hi;
1729 for (hi = apr_hash_first(pool, entries); hi; hi
1525 apr_hash_index_t *hi; local
1717 apr_hash_index_t *hi; local
2036 apr_hash_index_t *hi; local
2488 apr_hash_index_t *hi; local
4965 apr_hash_index_t *hi; local
5073 apr_hash_index_t *hi; local
[all...]
/freebsd-10.0-release/contrib/tzcode/stdtime/
H A Dlocaltime.c1408 register int hi = sp->timecnt; local
1410 while (lo < hi) {
1411 register int mid = (lo + hi) >> 1;
1414 hi = mid;
1870 time_t hi; local
1951 hi = lo - 1;
1954 hi = (time_t) DBL_MAX;
1955 else hi = (time_t) FLT_MAX;
1956 lo = -hi;
1961 hi
[all...]
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-spu.c193 int lo, hi;
600 else if (strncasecmp (param, "%hi(", 4) == 0)
604 as_warn (_("Using old style, %%hi(expr), please change to PPC style, expr@h."));
668 int hi = arg_encode[arg].hi;
673 if (hi > lo && (val < lo || val > hi))
675 val, lo, hi);
1005 int hi = arg_encode[fixP->tc_fix_data.arg_format].hi;
191 int lo, hi; member in struct:arg_encode
666 int hi = arg_encode[arg].hi; local
1003 int hi = arg_encode[fixP->tc_fix_data.arg_format].hi; local
[all...]
/freebsd-10.0-release/contrib/libc++/src/
H A Ddebug.cpp191 size_t hi = hash<void*>()(__i) % static_cast<size_t>(__iend_ - __ibeg_); local
192 __i_node* p = __ibeg_[hi];
204 __ibeg_[hi] = p->__next_;
461 size_t hi = hash<void*>()(__i) % static_cast<size_t>(__iend_ - __ibeg_); local
462 __i_node* p = __ibeg_[hi];
463 __i_node* r = __ibeg_[hi] =
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dxml.c520 apr_hash_index_t *hi;
522 for (hi = apr_hash_first(pool, xes->attrs); hi;
523 hi = apr_hash_next(hi))
530 apr_hash_this(hi, &key, &klen, &val);
518 apr_hash_index_t *hi; local
/freebsd-10.0-release/contrib/top/
H A Ddisplay.c912 u_endscreen(hi)
914 register int hi;
917 register int screen_line = hi + Header_lines;
922 if (hi < last_hi)
951 i = hi;
959 last_hi = hi;
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dchangepw.c517 krb5_krbhst_info *hi; local
539 while (!done && (ret = krb5_krbhst_next(context, handle, &hi)) == 0) {
543 switch (hi->proto) {
558 ret = krb5_krbhst_get_addrinfo(context, hi, &ai);
597 hi->hostname);
632 hi->hostname);
/freebsd-10.0-release/sys/amd64/amd64/
H A Dfpu.c82 uint32_t low, hi; local
85 hi = mask >> 32;
86 __asm __volatile("xrstor %0" : : "m" (*addr), "a" (low), "d" (hi));
92 uint32_t low, hi; local
95 hi = mask >> 32;
96 __asm __volatile("xsave %0" : "=m" (*addr) : "a" (low), "d" (hi) :

Completed in 307 milliseconds

1234567891011>>