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

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/platform/
H A DPODInterval.h80 PODInterval(const T& low, const T& high) argument
82 , m_high(high)
84 , m_maxHigh(high)
89 PODInterval(const T& low, const T& high, const UserData data) argument
91 , m_high(high)
93 , m_maxHigh(high)
98 const T& high() const { return m_high; } function in class:WebCore::PODInterval
101 bool overlaps(const T& low, const T& high) const
103 if (this->high() < low)
105 if (high < thi
[all...]
H A DPODIntervalTree.h112 IntervalSearchAdapterType adapter(result, interval.low(), interval.high());
125 static IntervalType createInterval(const T& low, const T& high, const UserData data = 0) argument
127 return IntervalType(low, high, data);
184 const T* curMax = &node->data().high();
222 *currentMaxValue = node->data().high();
223 return (node->data().high() == node->data().maxHigh());
233 if (localMaxValue < node->data().high())
234 localMaxValue = node->data().high();
/macosx-10.10/dcerpc-61/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.10/dcerpc-61/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.10/dcerpc-61/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.10/dcerpc-61/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.10/dcerpc-61/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.10/dcerpc-61/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.10/dcerpc-61/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.10/dcerpc-61/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.10/dcerpc-61/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.10/dcerpc-61/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.10/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;
H A Dos_truncate.c29 long high; member in struct:__anon362::__anon363
80 * 2) when it returns, SetFilePointer overwrites the high bits of the
88 (SetFilePointer(fhp->trunc_handle, off.low, &off.high, FILE_BEGIN)
/macosx-10.10/emacs-93/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.10/xnu-2782.1.97/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.10/Libc-1044.1.2/gen/
H A Dnanosleep.c137 uint64_t high; member in struct:__anon2726
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.10/ncurses-44/ncurses/form/
H A Dfty_int.c51 long high; member in struct:__anon11201
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:__anon11202
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.10/WebCore-7600.1.25/html/
H A DHTMLMeterElement.idl27 [SetterRaisesException] attribute unrestricted double high;
/macosx-10.10/Libinfo-459/rpc.subproj/
H A Drpc_msg.h120 unsigned int high; member in struct:accepted_reply::__anon2881::__anon2882
123 unsigned long high;
145 unsigned int high; member in struct:rejected_reply::__anon2884::__anon2885
148 unsigned long high;
/macosx-10.10/diskdev_cmds-576/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.10/OpenSSL098-52/src/crypto/bn/
H A Dbn_lcl.h267 # define BN_UMULT_LOHI(low,high,a,b) \
269 : "=a"(low),"=d"(high) \
280 # define BN_UMULT_LOHI(low,high,a,b) ((low)=_umul128((a),(b),&(high)))
327 BN_ULONG high,low,ret,tmp=(a); \
329 BN_UMULT_LOHI(low,high,w,tmp); \
332 (c) += high; \
339 BN_ULONG high,low,ret,ta=(a); \
340 BN_UMULT_LOHI(low,high,w,ta); \
342 (c) = high; \
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Duuid.c201 unsigned long high, low; member in struct:__anon3054
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 280 milliseconds

1234567891011>>