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

123

/barrelfish-master/lib/usb/class/
H A Dusb_hid.c753 struct usb_hid_item hi; local
760 while ((err = usb_hid_get_item(hd, &hi))) {
761 if (hi.kind == USB_HID_KIND_COLLECTION && hi.usage == usage)
/barrelfish-master/lib/libc/arm/aeabi/
H A Daeabi_vfp_float.S87 ite hi
H A Daeabi_vfp_double.S93 ite hi
/barrelfish-master/lib/openssl-1.0.0d/crypto/sha/
H A Dsha512.c367 unsigned int hi=p[0],lo=p[1]; \
371 : "=a"(lo),"=d"(hi) \
372 : "0"(lo),"1"(hi) : "cc"); \
373 ((SHA_LONG64)hi)<<32|lo; })
376 unsigned int hi=p[0],lo=p[1]; \
378 : "=r"(lo),"=r"(hi) \
379 : "0"(lo),"1"(hi)); \
380 ((SHA_LONG64)hi)<<32|lo; })
/barrelfish-master/lib/openssl-1.0.0d/crypto/camellia/asm/
H A Dcmll-x86_64.pl45 sub hi() { my $r=shift; $r =~ s/%[er]([a-d])x/%\1h/; $r; } subroutine
79 movz `&hi("$t0")`,$i0 # (t0>>8)&0xff
85 movz `&hi("$t1")`,$i1 # (t1>>8)&0xff
89 movz `&hi("$t0")`,$i0 # (t0>>24)&0xff
94 movz `&hi("$t1")`,$i1 # (t1>>24)&0xff
/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex.c3055 double lo, hi; local
3089 if (CPXgetub(cpx_env, lpd->lp, &hi, (int) vj.nint, (int) vj.nint))
3097 Request_Unify_Float(vhi, thi, hi);
3203 double lo, hi; local
3215 hi = (double) hhead->val.nint;
3218 hi = Dbl(hhead->val);
3220 lpd->bdu[i] = (hi > CPX_INFBOUND ? CPX_INFBOUND : hi);
3315 double hi; local
3319 hi
3401 double lo, hi; local
3483 double hi; local
5810 double lo, hi; local
[all...]
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Dic.c101 ** hi, % float: upper bound
107 ** max, % suspensions: wake on update of hi
654 #define Bounds_To_Constant(lo, hi, res) { \
655 if (((lo) == (hi)) \
662 } else if (DoublesIdentical(lo, hi)) { \
665 Make_Interval(res, lo, hi); \
1144 /* Schedule suspensions (hi). */
2194 fprintf(stderr, " term lo = %f, hi = %f.\n", res.l, res.u);
2669 fprintf(stderr, " lo = %f, hi = %f.\n", res.l, res.u);
2729 fprintf(stderr, " lo = %f, hi
3262 double lo, hi; local
[all...]
/barrelfish-master/lib/x86emu/
H A Dprim_ops.c272 register u32 hi; local
284 hi = (lo >> 16) + (d >> 16) + (s >> 16);
286 CONDITIONAL_SET_FLAG(hi & 0x10000, F_CF);
349 register u32 hi; local
355 hi = (lo >> 16) + (d >> 16) + (s >> 16);
357 CONDITIONAL_SET_FLAG(hi & 0x10000, F_CF);
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbip_misc.c618 int32 lo,hi,test; local
621 hi = seed / RND_Q;
623 test = RND_A * lo - RND_R * hi;
H A Dintervals.c1299 double lo, hi; local
1322 hi = Dbl(vu);
1331 hi = IvlUpb(ivl.ptr);
1334 Return_Unify_Interval(vx, tx, lo, hi);
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsmodules.tex567 hello :- writeln(hi).
619 S (7) 7 CALL writeln(hi)
620 hi
621 S (7) 7 EXIT writeln(hi)
/barrelfish-master/lib/cxx/unwind/
H A DUnwindRegistersSave.S164 # hi and lo
273 # hi and lo
/barrelfish-master/usr/eclipseclp/GecodeInterface/
H A Dgfd.cpp2080 long lo, hi; local
2082 if (EC_succeed != EC_arg(4).is_long(&hi)) return(TYPE_ERROR);
2101 dom(*solver, v, (int)lo, (int)hi, reif);
2924 long lo, hi, k; local
2926 if (EC_succeed != EC_arg(3).is_long(&hi)) return TYPE_ERROR;
2935 sequence(*solver, vars, valset, k, lo, hi, cl);
2964 long lo, hi, k; local
2966 if (EC_succeed != EC_arg(3).is_long(&hi)) return TYPE_ERROR;
2975 sequence(*solver, vars, valset, k, lo, hi, cl);
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dsparcv9-mont.pl86 sethi %hi(0xffffffff),$mask
H A Dsparcv9a-mont.pl139 sethi %hi(0xffff),$mask
/barrelfish-master/lib/cxx/cxx/
H A Dlocale.cpp703 collate_byname<char>::do_transform(const char_type* lo, const char_type* hi) const
705 const string_type in(lo, hi);
751 collate_byname<wchar_t>::do_transform(const char_type* lo, const char_type* hi) const
753 const string_type in(lo, hi);
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dic.tex1329 hi:Hi,
1347 \item[hi] The lower bound of the variable's domain, as a float.

Completed in 588 milliseconds

123