Searched defs:low (Results 1 - 25 of 170) sorted by relevance

1234567

/external/dropbear/libtomcrypt/src/pk/ecc/
H A Decc_sizes.c26 void ecc_sizes(int *low, int *high) argument
29 LTC_ARGCHKVD(low != NULL);
32 *low = INT_MAX;
35 if (ltc_ecc_sets[i].size < *low) {
36 *low = ltc_ecc_sets[i].size;
/external/compiler-rt/lib/ppc/
H A Dfloatditf.c15 doublebits low = { .d = twop52 }; local
16 low.x |= a & UINT64_C(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a. */
21 * high_addend and low.d, and we wish to return their sum
31 result.s.hi = high_addend + low.d;
32 result.s.lo = (high_addend - result.s.hi) + low.d;
H A Dfloatunditf.c19 doublebits low = { .d = twop52 }; local
22 low.x |= a & UINT64_C(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a */
27 * high_addend and low.d, and we wish to return their sum
36 result.s.hi = high_addend + low.d;
37 result.s.lo = (high_addend - result.s.hi) + low.d;
/external/arduino/hardware/arduino/cores/arduino/
H A Dwiring_analog.c42 uint8_t low, high; local
52 // 0 to 7 (MUX5 low) or 8 to 15 (MUX5 high).
57 // channel (low 4 bits). this also sets ADLAR (left-adjust result)
77 low = ADCL;
81 low = 0;
86 return (high << 8) | low;
/external/clang/test/CodeGen/
H A D2002-09-18-UnionProblem.c5 char high, low; member in struct:DWstruct
H A D2005-09-24-BitFieldCrash.c8 unsigned long long low; member in struct:tree_int_cst::tree_int_cst_lowhi
/external/compiler-rt/lib/
H A Dfloatdidf.c38 union { int64_t x; double d; } low = { .d = twop52 }; local
41 low.x |= a & INT64_C(0x00000000ffffffff);
43 const double result = (high - twop52) + low.d;
104 fb.u.low = (su_int)a; /* mantissa-low */
H A Dfloatundidf.c41 union { uint64_t x; double d; } low = { .d = twop52 }; local
44 low.x |= a & UINT64_C(0x00000000ffffffff);
46 const double result = (high.d - twop84_plus_twop52) + low.d;
104 fb.u.low = (su_int)a; /* mantissa-low */
H A Dint_types.h35 su_int low; member in struct:__anon4897::__anon4898
39 su_int low;
50 su_int low; member in struct:__anon4899::__anon4900
54 su_int low;
70 du_int low; member in struct:__anon4901::__anon4902
74 du_int low;
85 du_int low; member in struct:__anon4903::__anon4904
89 du_int low;
97 r.s.low = l;
104 r.s.low
125 udwords low; member in struct:__anon4907
[all...]
/external/elfutils/tests/
H A Ddwfl-bug-addr-overflow.c59 Dwfl_Module *low = dwfl_report_module (dwfl, "low", local
62 assert (low);
74 assert (mod == low);
/external/oprofile/module/ia64/
H A Dop_ia64_model.h19 uint low; member in struct:op_saved_msr
/external/skia/src/gpu/
H A DGrTBSearch.h23 int low = 0; local
24 while (high > low) {
25 int index = (low + high) >> 1;
27 low = index + 1;
/external/stlport/src/
H A Dcollate.cpp32 string collate<char>::do_transform(const char* low, const char* high) const argument
33 { return string(low, high); }
35 long collate<char>::do_hash(const char* low, const char* high) const { argument
37 for ( ; low < high; ++low)
38 result = 5 * result + *low;
52 wstring collate<wchar_t>::do_transform(const wchar_t* low, const wchar_t* high) const argument
53 { return wstring(low, high); }
55 long collate<wchar_t>::do_hash(const wchar_t* low, const wchar_t* high) const { argument
57 for ( ; low < hig
[all...]
/external/e2fsprogs/e2fsck/
H A Ddx_dirinfo.c83 int low, high, mid; local
85 low = 0;
89 if (ino == ctx->dx_dir_info[low].ino)
90 return &ctx->dx_dir_info[low];
94 while (low < high) {
95 mid = (low+high)/2;
96 if (mid == low || mid == high)
103 low = mid;
/external/oprofile/module/x86/
H A Dop_x86_model.h18 uint low; member in struct:op_saved_msr
H A Dop_model_athlon.c52 uint low, high; local
57 CTRL_READ(low, high, msrs, i);
58 CTRL_CLEAR(low);
59 CTRL_WRITE(low, high, msrs, i);
72 CTRL_READ(low, high, msrs, i);
73 CTRL_CLEAR(low);
74 CTRL_SET_ENABLE(low);
75 CTRL_SET_USR(low, sysctl.ctr[i].user);
76 CTRL_SET_KERN(low, sysctl.ctr[i].kernel);
77 CTRL_SET_UM(low, sysct
89 uint low, high; local
105 uint low, high; local
119 uint low, high; local
[all...]
/external/webkit/Source/WebCore/platform/graphics/gpu/
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...]
/external/chromium/chrome/browser/safe_browsing/
H A Dchunk_range.cc98 int low = 0; local
101 while (low <= high) {
103 int mid = ((unsigned int)low + (unsigned int)high) >> 1;
110 low = mid + 1;
/external/e2fsprogs/lib/blkid/
H A Dgetsize.c83 blkid_loff_t high, low; local
171 low = 0;
173 low = high;
174 while (low < high - 1)
176 const blkid_loff_t mid = (low + high) / 2;
179 low = mid;
183 return low + 1;
/external/elfutils/libdw/
H A Ddwarf_entry_breakpoints.c105 inline int search_range (Dwarf_Addr low, Dwarf_Addr high, argument
112 if (lines->info[idx].addr < low)
114 else if (lines->info[idx].addr > low)
/external/icu4c/extra/scrptrun/
H A Dscrptrun.cpp129 // in the text, see if it's followed by a low surrogate
132 UChar low = charArray[scriptEnd + 1]; local
134 // if it is followed by a low surrogate,
136 if (low >= 0xDC00 && low <= 0xDFFF) {
137 ch = (high - 0xD800) * 0x0400 + low - 0xDC00 + 0x10000;
/external/icu4c/test/perf/normperf/
H A Ddtfmtrtperf.h90 UDate low, high; local
92 low = cal->getTime(*status);
/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DSortUtil.java312 * @param low Index of beginning element
316 public static void msort(Object[] src, Object[] dest, int low, int high, argument
318 if(low < high) {
319 int center = (low + high) / 2;
320 msort(src, dest, low, center, comp);
322 merge(src, dest, low, center + 1, high, comp);
327 int low, int middle, int high, Comparator comp) {
329 int pos = low;
330 int numElements = high - low + 1;
332 while (low <
326 merge(Object[] src, Object[] dest, int low, int middle, int high, Comparator comp) argument
[all...]
/external/libsepol/src/
H A Dcontext_record.c212 char *tmp = NULL, *low, *high; local
229 low = tmp;
234 if (!(high = strchr(low, ':')))
238 if (sepol_context_set_user(handle, tmp_con, low) < 0)
240 low = high;
243 if (!(high = strchr(low, ':')))
247 if (sepol_context_set_role(handle, tmp_con, low) < 0)
249 low = high;
252 if (!(high = strchr(low, ':'))) {
253 if (sepol_context_set_type(handle, tmp_con, low) <
[all...]
H A Dport_record.c10 int low, high; member in struct:sepol_port
21 int low, high; member in struct:sepol_port_key
29 int low, int high, int proto,
41 tmp_key->low = low;
52 int *low, int *high, int *proto)
55 *low = key->low;
68 (handle, port->low, port->high, port->proto, key_ptr) < 0) {
72 port->low, por
28 sepol_port_key_create(sepol_handle_t * handle, int low, int high, int proto, sepol_port_key_t ** key_ptr) argument
161 sepol_port_set_range(sepol_port_t * port, int low, int high) argument
[all...]

Completed in 802 milliseconds

1234567