Searched refs:hi (Results 126 - 150 of 388) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sys/dev/usb/
H A Dusb_hid.c749 struct hid_item hi; local
756 while ((err = hid_get_item(hd, &hi))) {
757 if (hi.kind == hid_collection &&
758 hi.usage == usage)
863 struct hid_item hi; local
874 while (hid_get_item(hd, &hi)) {
875 switch (hi.kind) {
879 else if (hi.collection == 1 &&
880 hi.usage ==
891 if (hi
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_repos/
H A Dlog.c59 apr_hash_index_t *hi;
82 for (hi = apr_hash_first(pool, changes); hi; hi = apr_hash_next(hi))
90 apr_hash_this(hi, &key, NULL, &val);
193 apr_hash_index_t *hi;
209 for (hi = apr_hash_first(pool, changes); hi; hi
58 apr_hash_index_t *hi; local
192 apr_hash_index_t *hi; local
582 apr_hash_index_t *hi; local
799 apr_hash_index_t *hi; local
1186 apr_hash_index_t *hi; local
1477 apr_hash_index_t *hi; local
[all...]
H A Dreplay.c178 apr_hash_index_t *hi, *phi;
202 for (hi = apr_hash_first(pool, dirents); hi; hi = apr_hash_next(hi))
214 apr_hash_this(hi, NULL, NULL, &val);
862 apr_hash_index_t *hi;
887 for (hi = apr_hash_first(pool, fs_changes); hi; hi
175 apr_hash_index_t *hi, *phi; local
858 apr_hash_index_t *hi; local
1045 apr_hash_index_t *hi; local
1489 apr_hash_index_t *hi; local
[all...]
H A Dload-fs-vtable.c201 apr_hash_index_t *hi;
206 for (hi = apr_hash_first(pool, mergeinfo); hi; hi = apr_hash_next(hi))
211 apr_hash_this(hi, &key, NULL, &rangelist);
238 apr_hash_index_t *hi;
266 for (hi = apr_hash_first(subpool, mergeinfo); hi; hi
200 apr_hash_index_t *hi; local
237 apr_hash_index_t *hi; local
817 apr_hash_index_t *hi; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c976 apr_hash_index_t *hi;
1030 for (hi = apr_hash_first(pool, lock_tokens); hi; hi = apr_hash_next(hi))
1037 apr_hash_this(hi, &key, NULL, &val);
1103 apr_hash_index_t *hi;
1122 for (hi = apr_hash_first(iterpool, iprops);
1123 hi;
1124 hi
975 apr_hash_index_t *hi; local
1102 apr_hash_index_t *hi; local
2065 apr_hash_index_t *hi; local
2127 apr_hash_index_t *hi; local
2186 apr_hash_index_t *hi; local
2310 apr_hash_index_t *hi; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dupgrade.c174 apr_hash_index_t *hi; local
192 for (hi = apr_hash_first(scratch_pool, dirents);
193 hi;
194 hi = apr_hash_next(hi))
196 const char *name = svn__apr_hash_index_key(hi);
285 apr_hash_index_t *hi; local
292 for (hi = apr_hash_first(scratch_pool, entries);
293 hi;
294 hi
610 apr_hash_index_t *hi; local
719 apr_hash_index_t *hi; local
1007 apr_hash_index_t *hi; local
[all...]
H A Dcopy.c307 apr_hash_index_t *hi;
359 for (hi = apr_hash_first(scratch_pool, versioned_children);
360 hi;
361 hi = apr_hash_next(hi))
371 child_name = svn__apr_hash_index_key(hi);
372 info = svn__apr_hash_index_val(hi);
469 for (hi = apr_hash_first(scratch_pool, disk_children); hi;
470 hi
305 apr_hash_index_t *hi; local
931 apr_hash_index_t *hi; local
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dmipsv4-nat.c58 supply_register (mips_regnum (current_gdbarch)->hi,
90 if ((regno == -1) || (regno == mips_regnum (current_gdbarch)->hi))
91 *(regp + CXT_MDHI) = *(greg_t *) & deprecated_registers[DEPRECATED_REGISTER_BYTE (mips_regnum (current_gdbarch)->hi)];
H A Dremote-vxmips.c83 hi 0x80
116 &deprecated_registers[DEPRECATED_REGISTER_BYTE (mips_regnum (current_gdbarch)->hi)], MIPS_GREG_SIZE);
175 bcopy (&deprecated_registers[DEPRECATED_REGISTER_BYTE (mips_regnum (current_gdbarch)->hi)],
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dskel.c799 apr_hash_index_t *hi;
805 for (hi = apr_hash_first(pool, (apr_hash_t *)proplist); hi;
806 hi = apr_hash_next(hi))
813 apr_hash_this(hi, &key, &klen, &val);
844 apr_hash_index_t *hi;
855 for (hi = apr_hash_first(scratch_pool, iprop->prop_hash);
856 hi;
857 hi
791 apr_hash_index_t *hi; local
836 apr_hash_index_t *hi; local
[all...]
/freebsd-10.0-release/lib/msun/ld128/
H A Ds_expl.c61 * ln2/INTERVALS = L1+L2 (hi+lo decomposition for multiplication). L1 must
91 * hi must be rounded to at most 106 bits so that multiplication
95 long double hi; member in struct:__anon5723
288 t = tbl[n2].lo + tbl[n2].hi;
289 t = tbl[n2].lo + t * (q + r1) + tbl[n2].hi;
463 t = tbl[n2].lo + tbl[n2].hi;
466 t = tbl[n2].lo * (r1 + 1) + t * q + tbl[n2].hi * r1 +
467 (tbl[n2].hi - 1);
471 t = tbl[n2].lo * (r1 + 1) + t * q + tbl[n2].hi * r1 +
472 (tbl[n2].hi
[all...]
/freebsd-10.0-release/lib/msun/ld80/
H A Ds_expl.c73 * ln2/INTERVALS = L1+L2 (hi+lo decomposition for multiplication). L1 must
93 * the first 53 bits of the significand are stored in hi and the next 53
94 * bits are in lo. Tang's paper states that the trailing 6 bits of hi must
97 * point addition involving hi must be exact. Here hi is double, so
101 double hi; member in struct:__anon5727
293 t = (long double)tbl[n2].lo + tbl[n2].hi;
294 t = tbl[n2].lo + t * (q + r1) + tbl[n2].hi;
438 t = (long double)tbl[n2].lo + tbl[n2].hi;
441 t = tbl[n2].lo * (r1 + 1) + t * q + tbl[n2].hi * r
[all...]
/freebsd-10.0-release/contrib/sendmail/src/
H A Dheaders.c37 struct hdrinfo *hi; local
40 for (hi = HdrInfo; hi->hi_field != NULL; hi++)
42 s = stab(hi->hi_field, ST_HEADER, ST_ENTER);
43 s->s_header.hi_flags = hi->hi_flags;
87 struct hdrinfo *hi; local
235 hi = &s->s_header;
237 hi = &NormalHeader;
245 hi
1054 register struct hdrinfo *hi; local
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dunwind-dw2-fde-glibc.c340 size_t lo, hi, mid; local
352 hi = mid;
354 while (lo < hi)
356 mid = (lo + hi) / 2;
358 hi = mid;
365 gcc_assert (lo < hi);
H A Dunwind-dw2-fde.c481 int lo, int hi)
486 j < hi;
489 if (j+1 < hi && fde_compare (ob, a[j], a[j+1]) < 0)
845 size_t lo, hi;
847 for (lo = 0, hi = vec->count; lo < hi; )
849 size_t i = (lo + hi) / 2;
858 hi = i;
874 size_t lo, hi;
876 for (lo = 0, hi
478 frame_downheap(struct object *ob, fde_compare_t fde_compare, const fde **a, int lo, int hi) argument
842 size_t lo, hi; local
871 size_t lo, hi; local
899 size_t lo, hi; local
[all...]
H A Dreal.h313 #define REAL_VALUE_FROM_INT(r, lo, hi, mode) \
314 real_from_integer (&(r), mode, lo, hi, 0)
316 #define REAL_VALUE_FROM_UNSIGNED_INT(r, lo, hi, mode) \
317 real_from_integer (&(r), mode, lo, hi, 1)
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dchanges-table.c322 apr_hash_index_t *hi;
324 for (hi = apr_hash_first(subpool, changes);
325 hi;
326 hi = apr_hash_next(hi))
333 apr_hash_this(hi, &hashkey, &klen, NULL);
320 apr_hash_index_t *hi; local
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dmerge.c291 apr_hash_index_t *hi;
301 for (hi = apr_hash_first(pool, lock_tokens);
302 hi;
303 hi = apr_hash_next(hi))
310 apr_hash_this(hi, &key, &klen, &val);
289 apr_hash_index_t *hi; local
/freebsd-10.0-release/lib/libsdp/
H A Dsearch.c59 uint16_t lo, hi; local
78 hi = (uint16_t) (ap[t]);
80 if (lo > hi) {
85 if (lo != hi)
121 hi = (uint16_t) (*ap);
123 if (lo != hi) {
/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugAranges.h24 explicit Range(uint64_t lo = -1ULL, uint64_t hi = -1ULL,
26 : LoPC(lo), Length(hi-lo), Offset(off) {}
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dprop_commands.c648 apr_hash_index_t *hi;
651 for (hi = apr_hash_first(scratch_pool, dirents);
652 hi;
653 hi = apr_hash_next(hi))
655 const char *this_name = svn__apr_hash_index_key(hi);
656 svn_dirent_t *this_ent = svn__apr_hash_index_val(hi);
707 apr_hash_index_t *hi = apr_hash_first(scratch_pool, props);
709 svn_string_dup(svn__apr_hash_index_val(hi), b->pool));
1075 apr_hash_index_t *hi;
646 apr_hash_index_t *hi; local
705 apr_hash_index_t *hi = apr_hash_first(scratch_pool, props); local
1073 apr_hash_index_t *hi; local
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/lockstat/
H A Dsym.c267 int hi = nsyms - 1; local
271 while (hi - lo > 1) {
272 mid = (lo + hi) / 2;
276 hi = mid;
/freebsd-10.0-release/crypto/openssh/
H A Dkrl.h49 u_int64_t lo, u_int64_t hi);
/freebsd-10.0-release/sys/boot/ficl/
H A Dmath64.h75 #define i64Extend(i64) (i64).hi = ((i64).lo < 0) ? -1L : 0
/freebsd-10.0-release/sys/dev/acpi_support/
H A Dacpi_wmi.c775 UINT8 hi = ((UINT8) winfo->ginfo.oid[0]) >> 4; local
777 method[2] = (hi > 9 ? hi + 55: hi + 48);
792 unsigned int hi; local
795 hi = hexin[0];
797 if ('0' <= hi && hi <= '9')
798 hi -= '0';
799 else if ('A' <= hi
[all...]

Completed in 322 milliseconds

1234567891011>>