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

1234567891011>>

/macosx-10.9.5/cctools-845/as/
H A Dflonum-copy.c32 in_length = in -> leader - in -> low;
35 out -> leader = out -> low - 1; /* 0.0 case */
39 out_length = out -> high - out -> low;
53 memset((char *)(out->low + in_length + 1), '\0',
57 memcpy((char *)(out->low), (char *)(in->low),
60 out -> leader = in -> leader - in -> low + out -> low;
68 memcpy((char *)(out->low), (char *)(in->low
[all...]
H A Dflonum-mult.c93 int P; /* Scan product low-order -> high. */
105 size_of_a = a -> leader - a -> low;
106 size_of_b = b -> leader - b -> low;
108 size_of_product = product -> high - product -> low;
136 printf("a:low[%d.]=%04x b:low[%d.]=%04x work_before=%08x\n", A, a->low[A], B, b->low[B], work);
138 work += a -> low [A] * b -> low [
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPODInterval.h84 PODInterval(const T& low, const T& high) argument
85 : m_low(low)
93 PODInterval(const T& low, const T& high, const UserData data) argument
94 : m_low(low)
101 const T& low() const { return m_low; } function in class:WebCore::PODInterval
105 bool overlaps(const T& low, const T& high) const argument
107 if (this->high() < low)
109 if (high < this->low())
116 return overlaps(other.low(), other.high());
120 // comparison is performed on the low endpoint
[all...]
/macosx-10.9.5/lsof-52/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.9.5/dcerpc-58/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.9.5/dcerpc-58/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.9.5/dcerpc-58/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.9.5/dcerpc-58/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.9.5/dcerpc-58/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.9.5/dcerpc-58/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.9.5/dcerpc-58/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.9.5/dcerpc-58/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.9.5/dcerpc-58/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.9.5/dcerpc-58/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.9.5/emacs-92/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.9.5/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.9.5/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.9.5/Libc-997.90.3/gen/
H A Dnanosleep.c138 uint64_t low; member in struct:__anon2847
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.9.5/cctools-845/gprof/
H A Dlookup.c69 int32_t low; local
78 for(low = 0, high = nname; low != high ; ){
82 middle = (high + low) >> 1;
95 low = middle + 1;
/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 | (cnt).low) !
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DSurrogatePairAwareTextIterator.cpp64 // Make sure we have another character and it's a low surrogate.
68 UChar low = m_characters[1];
69 if (!U16_IS_TRAIL(low))
72 character = U16_GET_SUPPLEMENTARY(character, low);
/macosx-10.9.5/libdispatch-339.92.1/src/shims/
H A Dperfmon.h76 unsigned int hi, low; member in struct:__anon9471::__anon9472
78 unsigned int low, hi;
88 return fls(_bucket.words.low);
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dtimer.c112 uint64_t low;
114 low = delta + timer->low_bits;
115 if (low >> 32)
116 timer_update(timer, (uint32_t)(timer->high_bits + (low >> 32)), (uint32_t)low);
118 timer->low_bits = (uint32_t)low;
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLMeterElement.idl26 [SetterRaisesException] attribute double low;

Completed in 249 milliseconds

1234567891011>>