Searched refs:high (Results 1 - 25 of 339) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPODInterval.h84 PODInterval(const T& low, const T& high) argument
86 , m_high(high)
88 , m_maxHigh(high)
93 PODInterval(const T& low, const T& high, const UserData data) argument
95 , m_high(high)
97 , m_maxHigh(high)
102 const T& high() const { return m_high; } function in class:WebCore::PODInterval
105 bool overlaps(const T& low, const T& high) const
107 if (this->high() < low)
109 if (high < thi
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/generic/
H A Dndrtypes.h135 ndr_long_int high; member in struct:ndr_hyper_int_rep_s_t
140 ndr_ulong_int high; member in struct:ndr_uhyper_int_rep_s_t
146 ndr_long_int high; member in struct:ndr_hyper_int_rep_s_t
151 ndr_ulong_int high; member in struct:ndr_uhyper_int_rep_s_t
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/ia64/
H A Dndrtypes.h134 ndr_long_int high; member in struct:ndr_hyper_int_rep_s_t
139 ndr_ulong_int high; member in struct:ndr_uhyper_int_rep_s_t
144 ndr_long_int high; member in struct:ndr_hyper_int_rep_s_t
149 ndr_ulong_int high; member in struct:ndr_uhyper_int_rep_s_t
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/alpha/
H A Dndrtypes.h106 ndr_long_int high; member in struct:ndr_hyper_int_rep_s_t
111 ndr_ulong_int high; member in struct:ndr_uhyper_int_rep_s_t
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/hppa2.0/
H A Dndrtypes.h130 ndr_long_int high; member in struct:ndr_hyper_int_rep_s_t
135 ndr_ulong_int high; member in struct:ndr_uhyper_int_rep_s_t
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/i386/
H A Dndrtypes.h130 ndr_long_int high; member in struct:ndr_hyper_int_rep_s_t
135 ndr_ulong_int high; member in struct:ndr_uhyper_int_rep_s_t
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/powerpc/
H A Dndrtypes.h106 ndr_long_int high; member in struct:ndr_hyper_int_rep_s_t
111 ndr_ulong_int high; member in struct:ndr_uhyper_int_rep_s_t
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/powerpc64/
H A Dndrtypes.h106 ndr_long_int high; member in struct:ndr_hyper_int_rep_s_t
111 ndr_ulong_int high; member in struct:ndr_uhyper_int_rep_s_t
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/s390/
H A Dndrtypes.h106 ndr_long_int high; member in struct:ndr_hyper_int_rep_s_t
111 ndr_ulong_int high; member in struct:ndr_uhyper_int_rep_s_t
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/sparc/
H A Dndrtypes.h106 ndr_long_int high; member in struct:ndr_hyper_int_rep_s_t
111 ndr_ulong_int high; member in struct:ndr_uhyper_int_rep_s_t
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/x86_64/
H A Dndrtypes.h130 ndr_long_int high; member in struct:ndr_hyper_int_rep_s_t
135 ndr_ulong_int high; member in struct:ndr_uhyper_int_rep_s_t
/macosx-10.9.5/BerkeleyDB-21/db/os_windows/
H A Dos_flock.c35 DWORD low, high;
57 high = (DWORD)(offset >> 32);
62 !LockFile(fhp->handle, low, high, 1, 0), ret);
66 over.OffsetHigh = high;
75 !LockFile(fhp->handle, low, high, 1, 0),
84 !UnlockFile(fhp->handle, low, high, 1, 0), ret);
H A Dos_seek.c30 long high; member in struct:__anon360::__anon361
51 &offbytes.high, FILE_BEGIN) == (DWORD)-1) ? __os_get_syserr() : 0;
/macosx-10.9.5/emacs-92/emacs/lisp/calendar/
H A Dtime-date.el62 (high (pop elt))
70 (,high (pop ,gensym))
86 (defun encode-time-value (high low micro type)
91 ((eq type 0) (cons high low))
92 ((eq type 1) (list high low))
93 ((eq type 2) (list high low micro))))
117 (with-decoded-time-value ((high low micro time))
118 (+ (* 1.0 high 65536)
144 (high (condition-case nil (floor (/ seconds 65536))
146 (list high (conditio
[all...]
/macosx-10.9.5/cctools-845/gprof/
H A Dlookup.c71 int32_t high; local
78 for(low = 0, high = nname; low != high ; ){
82 middle = (high + low) >> 1;
92 high = middle;
/macosx-10.9.5/xnu-2422.115.4/osfmk/profiling/i386/
H A Dprofile-md.h59 * _profile_cnt_to_decimal now takes the low/high values as separate arguments.
184 #define PROF_ULONG_TO_CNT(cnt,val) (((cnt).high = 0), ((cnt).low = val))
185 #define PROF_CNT_OVERFLOW(cnt,high,low) (((high) = (cnt).high), ((low) = (cnt).low))
186 #define PROF_CNT_TO_ULONG(cnt) (((cnt).high == 0) ? (cnt).low : 0xffffffffu)
187 #define PROF_CNT_TO_LDOUBLE(cnt) ((((long double)(cnt).high) * 4294967296.0L) + (long double)(cnt).low)
188 #define PROF_CNT_TO_DECIMAL(buf,cnt) _profile_cnt_to_decimal(buf, (cnt).low, (cnt).high)
189 #define PROF_CNT_EQ_0(cnt) (((cnt).high | (cnt).low) == 0)
190 #define PROF_CNT_NE_0(cnt) (((cnt).high | (cn
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLMeterElement.idl27 [SetterRaisesException] attribute double high;
/macosx-10.9.5/cctools-845/as/
H A Dflonum.h56 LITTLENUM_TYPE * high; /* high order littlenum of a bignum */ member in struct:FLONUM_STRUCT
67 const LITTLENUM_TYPE * high; /* high order littlenum of a bignum */ member in struct:const_FLONUM_STRUCT
H A Dflonum-copy.c39 out_length = out -> high - out -> low;
48 * For defensive programming, zero any high-order littlenums we don't need.
70 out -> leader = out -> high;
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dnanosleep.c137 uint64_t high; member in struct:__anon2847
145 acc->high += add->high;
148 acc->high++; // carry
155 acc->high -= sub->high;
157 acc->high--; // borrow
166 return TWO64 * u->high + u->low; // may loses precision
191 prod->high = (uint64_t)x1 * (uint64_t)y1;
194 add.high
[all...]
/macosx-10.9.5/ncurses-42/ncurses/form/
H A Dfty_int.c51 long high; member in struct:__anon11130
73 argp->high = va_arg(*ap, long);
135 long high = argi->high; local
197 if (low < high)
199 if (val < low || val > high)
H A Dfty_num.c61 double high; member in struct:__anon11131
84 argn->high = va_arg(*ap, double);
151 double high = argn->high; local
233 if (low < high)
235 if (val < low || val > high)
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Drpc_msg.h120 unsigned int high; member in struct:accepted_reply::__anon3005::__anon3006
123 unsigned long high;
145 unsigned int high; member in struct:rejected_reply::__anon3008::__anon3009
148 unsigned long high;
/macosx-10.9.5/diskdev_cmds-572.1.1/fdisk.tproj/
H A Dmisc.c86 ask_num(const char *str, int flags, unsigned int dflt, unsigned int low, unsigned int high, void (*help) __P((void))) argument
95 printf("%s [%X - %X]: [%X] ", str, low, high, num);
97 printf("%s [%u - %u]: [%u] ", str, low, high, num);
120 } else if (num < low || num > high) {
123 } while (num < low || num > high);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Duuid.c201 unsigned long high, low; member in struct:__anon3176
206 #define high32(i) ((i).high)
212 res.high += ui64.high; \
214 if (res.low < ui64.low) res.high++; \
221 if (res.low < ul32) res.high++; \
234 res.high = (unsigned long) high1 * high2;
238 res.high += (tmp >> 16);
242 res.high++;
245 res.high
[all...]

Completed in 146 milliseconds

1234567891011>>