Searched defs:high (Results 1 - 25 of 161) sorted by relevance

1234567

/external/dropbear/libtomcrypt/src/pk/ecc/
H A Decc_sizes.c26 void ecc_sizes(int *low, int *high) argument
30 LTC_ARGCHKVD(high != NULL);
33 *high = 0;
38 if (ltc_ecc_sets[i].size > *high) {
39 *high = ltc_ecc_sets[i].size;
/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).
56 // set the analog reference (high two bits of ADMUX) and select the
78 high = ADCH;
82 high = 0;
86 return (high << 8) | low;
/external/clang/test/CodeGen/
H A D2002-09-18-UnionProblem.c5 char high, low; member in struct:DWstruct
18 rr.s.high = n1;
22 rr.s.high = bm;
H A D2005-09-24-BitFieldCrash.c9 long long high; member in struct:tree_int_cst::tree_int_cst_lowhi
/external/compiler-rt/lib/
H A Dfloatdidf.c40 const double high = (int32_t)(a >> 32) * twop32; local
43 const double result = (high - twop52) + low.d;
101 fb.u.high = ((su_int)s & 0x80000000) | /* sign */
103 ((su_int)(a >> 32) & 0x000FFFFF); /* mantissa-high */
H A Dfloatundidf.c40 union { uint64_t x; double d; } high = { .d = twop84 }; local
43 high.x |= a >> 32;
46 const double result = (high.d - twop84_plus_twop52) + low.d;
102 fb.u.high = ((e + 1023) << 20) | /* exponent */
103 ((su_int)(a >> 32) & 0x000FFFFF); /* mantissa-high */
H A Dint_types.h36 si_int high; member in struct:__anon4897::__anon4898
38 si_int high;
51 su_int high; member in struct:__anon4899::__anon4900
53 su_int high;
71 di_int high; member in struct:__anon4901::__anon4902
73 di_int high;
86 du_int high; member in struct:__anon4903::__anon4904
88 du_int high;
96 r.s.high = h;
103 r.s.high
126 udwords high; member in struct:__anon4907
[all...]
/external/compiler-rt/lib/ppc/
H A Dfloatunditf.c18 doublebits high = { .d = twop84 }; local
21 high.x |= a >> 32; /* 0x1.0p84 + high 32 bits of a */
24 const double high_addend = high.d - twop84_plus_twop52;
/external/elfutils/tests/
H A Ddwfl-bug-addr-overflow.c55 Dwfl_Module *high = dwfl_report_module (dwfl, "high", local
58 assert (high);
72 assert (mod == high);
/external/oprofile/module/ia64/
H A Dop_ia64_model.h18 uint high; member in struct:op_saved_msr
/external/skia/src/gpu/
H A DGrTBSearch.h22 int high = count - 1; local
24 while (high > low) {
25 int index = (low + high) >> 1;
29 high = index;
34 if (EQ(array[high], target)) {
35 return high;
39 if (LT(array[high], target)) {
40 high += 1;
42 return ~high;
/external/e2fsprogs/e2fsck/
H A Ddx_dirinfo.c83 int low, high, mid; local
86 high = ctx->dx_dir_info_count-1;
91 if (ino == ctx->dx_dir_info[high].ino)
92 return &ctx->dx_dir_info[high];
94 while (low < high) {
95 mid = (low+high)/2;
96 if (mid == low || mid == high)
101 high = mid;
/external/e2fsprogs/lib/uuid/
H A Duuid_time.c60 uint32_t high; local
65 high = uuid.time_mid | ((uuid.time_hi_and_version & 0xFFF) << 16);
66 clock_reg = uuid.time_low | ((uint64_t) high << 32);
/external/eigen/test/
H A Dnullary.cpp43 Scalar high = internal::random<Scalar>(-500,500); local
44 Scalar low = (size == 1 ? high : internal::random<Scalar>(-500,500));
45 if (low>high) std::swap(low,high);
47 const Scalar step = ((size == 1) ? 1 : (high-low)/(size-1));
51 m.setLinSpaced(size,low,high);
60 m = VectorType::LinSpaced(size,low,high);
67 //VERIFY( m(m.size()-1) == high );
71 m = VectorType::LinSpaced(Sequential,size,low,high);
75 //VERIFY( m(m.size()-1) == high );
[all...]
/external/oprofile/module/x86/
H A Dop_x86_model.h17 uint high; member in struct:op_saved_msr
H A Dop_model_athlon.c52 uint low, high; local
57 CTRL_READ(low, high, msrs, i);
59 CTRL_WRITE(low, high, msrs, i);
72 CTRL_READ(low, high, msrs, i);
79 CTRL_WRITE(low, high, msrs, i);
89 uint low, high; local
93 CTR_READ(low, high, msrs, i);
105 uint low, high; local
109 CTRL_READ(low, high, msrs, i);
111 CTRL_WRITE(low, high, msr
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
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...]
/external/chromium/chrome/browser/safe_browsing/
H A Dchunk_range.cc99 int high = ranges.size() - 1; local
101 while (low <= high) {
103 int mid = ((unsigned int)low + (unsigned int)high) >> 1;
112 high = mid - 1;
/external/e2fsprogs/lib/blkid/
H A Dgetsize.c83 blkid_loff_t high, low; local
172 for (high = 1024; valid_offset(fd, high); high *= 2)
173 low = high;
174 while (low < high - 1)
176 const blkid_loff_t mid = (low + high) / 2;
181 high = mid;
/external/elfutils/libdw/
H A Ddwarf_entry_breakpoints.c105 inline int search_range (Dwarf_Addr low, Dwarf_Addr high, argument
127 for (size_t i = l; i < u && lines->info[i].addr < high; ++i)
132 while (++l < nlines && lines->info[l].addr < high)
/external/icu4c/extra/scrptrun/
H A Dscrptrun.cpp125 UChar high = charArray[scriptEnd]; local
126 UChar32 ch = high;
128 // if the character is a high surrogate and it's not the last one
130 if (high >= 0xD800 && high <= 0xDBFF && scriptEnd < charLimit - 1)
137 ch = (high - 0xD800) * 0x0400 + low - 0xDC00 + 0x10000;
191 // end it before the high surrogate
/external/icu4c/test/perf/normperf/
H A Ddtfmtrtperf.h90 UDate low, high; local
94 high = cal->getTime(*status);
/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DSortUtil.java313 * @param high Index of end 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;
321 msort(src, dest, center + 1, high, comp);
322 merge(src, dest, low, center + 1, high, comp);
327 int low, int middle, int high, Comparator comp) {
330 int numElements = high - low + 1;
332 while (low <= leftEnd && middle <= high) {
344 while (middle <= high) {
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
234 if (!(high = strchr(low, ':')))
237 *high++ = '\0';
240 low = high;
243 if (!(high = strchr(low, ':')))
246 *high++ = '\0';
249 low = high;
252 if (!(high = strchr(low, ':'))) {
256 *high++ = '\0';
259 low = high;
[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,
42 tmp_key->high = high;
52 int *low, int *high, int *proto)
56 *high = key->high;
68 (handle, port->low, port->high, port->proto, key_ptr) < 0) {
72 port->low, port->high);
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 2703 milliseconds

1234567