Searched refs:low (Results 1 - 25 of 351) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/platform/
H A DPODInterval.h80 PODInterval(const T& low, const T& high) argument
81 : m_low(low)
89 PODInterval(const T& low, const T& high, const UserData data) argument
90 : m_low(low)
97 const T& low() const { return m_low; } function in class:WebCore::PODInterval
101 bool overlaps(const T& low, const T& high) const argument
103 if (this->high() < low)
105 if (high < this->low())
112 return overlaps(other.low(), other.high());
116 // comparison is performed on the low endpoint
[all...]
/macosx-10.10/lsof-53/lsof/lib/
H A Dfino.c68 int low, hi, mid; local
76 low = mid = 0;
81 while (low <= hi) {
82 mid = (low + hi) / 2;
87 low = mid + 1;
114 int low, hi, mid; local
122 low = mid = 0;
127 while (low <= hi) {
128 mid = (low + hi) / 2;
133 low
[all...]
H A Dlkud.c76 int low, hi, mid; local
97 low = mid = 0;
99 while (low <= hi) {
100 mid = (low + hi) / 2;
105 low = mid + 1;
119 low = mid + 1;
151 int low, hi, mid; local
172 low = mid = 0;
174 while (low <= hi) {
175 mid = (low
[all...]
/macosx-10.10/dcerpc-61/dcerpc/include/dce/generic/
H A Dndrtypes.h134 ndr_ulong_int low; member in struct:ndr_hyper_int_rep_s_t
139 ndr_ulong_int low; member in struct:ndr_uhyper_int_rep_s_t
147 ndr_ulong_int low; member in struct:ndr_hyper_int_rep_s_t
152 ndr_ulong_int low; member in struct:ndr_uhyper_int_rep_s_t
/macosx-10.10/dcerpc-61/dcerpc/include/dce/ia64/
H A Dndrtypes.h135 ndr_ulong_int low; member in struct:ndr_hyper_int_rep_s_t
140 ndr_ulong_int low; member in struct:ndr_uhyper_int_rep_s_t
145 ndr_ulong_int low; member in struct:ndr_hyper_int_rep_s_t
150 ndr_ulong_int low; member in struct:ndr_uhyper_int_rep_s_t
/macosx-10.10/dcerpc-61/dcerpc/include/dce/alpha/
H A Dndrtypes.h107 ndr_ulong_int low; member in struct:ndr_hyper_int_rep_s_t
112 ndr_ulong_int low; member in struct:ndr_uhyper_int_rep_s_t
/macosx-10.10/dcerpc-61/dcerpc/include/dce/hppa2.0/
H A Dndrtypes.h129 ndr_ulong_int low; member in struct:ndr_hyper_int_rep_s_t
134 ndr_ulong_int low; member in struct:ndr_uhyper_int_rep_s_t
/macosx-10.10/dcerpc-61/dcerpc/include/dce/i386/
H A Dndrtypes.h129 ndr_ulong_int low; member in struct:ndr_hyper_int_rep_s_t
134 ndr_ulong_int low; member in struct:ndr_uhyper_int_rep_s_t
/macosx-10.10/dcerpc-61/dcerpc/include/dce/powerpc/
H A Dndrtypes.h107 ndr_ulong_int low; member in struct:ndr_hyper_int_rep_s_t
112 ndr_ulong_int low; member in struct:ndr_uhyper_int_rep_s_t
/macosx-10.10/dcerpc-61/dcerpc/include/dce/powerpc64/
H A Dndrtypes.h107 ndr_ulong_int low; member in struct:ndr_hyper_int_rep_s_t
112 ndr_ulong_int low; member in struct:ndr_uhyper_int_rep_s_t
/macosx-10.10/dcerpc-61/dcerpc/include/dce/s390/
H A Dndrtypes.h107 ndr_ulong_int low; member in struct:ndr_hyper_int_rep_s_t
112 ndr_ulong_int low; member in struct:ndr_uhyper_int_rep_s_t
/macosx-10.10/dcerpc-61/dcerpc/include/dce/sparc/
H A Dndrtypes.h107 ndr_ulong_int low; member in struct:ndr_hyper_int_rep_s_t
112 ndr_ulong_int low; member in struct:ndr_uhyper_int_rep_s_t
/macosx-10.10/dcerpc-61/dcerpc/include/dce/x86_64/
H A Dndrtypes.h129 ndr_ulong_int low; member in struct:ndr_hyper_int_rep_s_t
134 ndr_ulong_int low; member in struct:ndr_uhyper_int_rep_s_t
/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Dtime-date.el63 (low (pop elt))
71 ,low ,micro)
75 (setq ,low (pop ,gensym))
81 ,(append `(setq ,low ,gensym ,micro 0)
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))
119 low
[all...]
/macosx-10.10/BerkeleyDB-21/db/os_windows/
H A Dos_flock.c35 DWORD low, high;
56 low = (DWORD)offset;
62 !LockFile(fhp->handle, low, high, 1, 0), ret);
65 over.Offset = low;
75 !LockFile(fhp->handle, low, high, 1, 0),
84 !UnlockFile(fhp->handle, low, high, 1, 0), ret);
/macosx-10.10/BerkeleyDB-21/db/common/
H A Ddb_idspace.c49 int i, low; local
67 low = 0;
72 low = i;
82 *minp = inuse[low];
83 *maxp = inuse[low + 1] - 1;
/macosx-10.10/Libc-1044.1.2/gen/
H A Dnanosleep.c138 uint64_t low; member in struct:__anon2726
146 acc->low += add->low;
147 if(acc->low < add->low)
156 if(acc->low < sub->low)
158 acc->low -= sub->low;
166 return TWO64 * u->high + u->low; // ma
[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 | (cnt).low) !
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DSurrogatePairAwareTextIterator.cpp59 // Make sure we have another character and it's a low surrogate.
63 UChar low = m_characters[1];
64 if (!U16_IS_TRAIL(low))
67 character = U16_GET_SUPPLEMENTARY(character, low);
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dtimer.c110 uint64_t low;
112 low = delta + timer->low_bits;
113 if (low >> 32)
114 timer_update(timer, (uint32_t)(timer->high_bits + (low >> 32)), (uint32_t)low);
116 timer->low_bits = (uint32_t)low;
/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);
119 num = low - 1;
120 } else if (num < low || num > high) {
123 } while (num < low || num > high);
/macosx-10.10/ncurses-44/ncurses/form/
H A Dfty_int.c50 long low; member in struct:__anon11201
72 argp->low = va_arg(*ap, long);
134 long low = argi->low; local
197 if (low < high)
199 if (val < low || val > high)
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Duuid.c201 unsigned long high, low; member in struct:__anon3054
207 #define low32(i) ((i).low)
213 res.low = (res.low + ui64.low) & 0xFFFFFFFFul; \
214 if (res.low < ui64.low) res.high++; \
220 res.low = (res.low + ul32) & 0xFFFFFFFFul; \
221 if (res.low < ul3
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Djapancal.cpp384 int32_t low = 0; local
395 low = kCurrentEra;
397 fprintf(stderr, " low=%d (special)\n", low);
406 while (low < high - 1) {
407 int32_t i = (low + high) / 2;
411 fprintf(stderr, " d=%d low=%d, high=%d. Considering %d:M%d D%d Y%d. { we are ?:M%d D%d Y%d }\n",
412 diff,low, high, i, kEraInfo[i].month-1, kEraInfo[i].day, kEraInfo[i].year, internalGet(UCAL_MONTH), internalGet(UCAL_DATE),year);
431 low = i;
436 fprintf(stderr, ". low
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMeterElement.idl26 [SetterRaisesException] attribute unrestricted double low;

Completed in 288 milliseconds

1234567891011>>