HomeSort by relevance Sort by last modified time
    Searched refs:high (Results 101 - 125 of 661) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/compiler-rt/lib/
floatdidf.c 40 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 */
  /external/compiler-rt/test/Unit/
absvti2_test.c 42 at.s.high, at.s.low, xt.s.high, xt.s.low,
43 expectedt.s.high, expectedt.s.low);
negvti2_test.c 40 at.s.high, at.s.low, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
multi3_test.c 36 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
37 expectedt.s.high, expectedt.s.low);
  /external/elfutils/tests/
dwfl-bug-addr-overflow.c 55 Dwfl_Module *high = dwfl_report_module (dwfl, "high", local
58 assert (high);
72 assert (mod == high);
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
SortUtil.java 313 * @param high Index of end element
316 public static void msort(Object[] src, Object[] dest, int low, int high,
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) {
    [all...]
  /external/libsepol/include/sepol/
port_record.h 23 int low, int high, int proto,
27 int *low, int *high, int *proto);
49 extern void sepol_port_set_range(sepol_port_t * port, int low, int high);
  /external/qemu/elff/
dwarf_die.cc 132 * where that routine is inlined), or a pair "low PC, and high PC" describing
138 AddrType high; local
140 while (elf_file()->get_range(range_off, &low, &high) &&
141 (low != 0 || high != 0)) {
142 if (address >= low && address < high) {
212 Elf_Xword low, high; local
213 while (elf_file()->get_range<Elf_Xword>(off, &low, &high) &&
214 (low != 0 || high != 0)) {
216 (unsigned long long)low, (unsigned long long)high);
220 Elf_Word low, high; local
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_die.cc 134 * where that routine is inlined), or a pair "low PC, and high PC" describing
140 AddrType high; local
142 while (elf_file()->get_range(range_off, &low, &high) &&
143 (low != 0 || high != 0)) {
144 if (address >= low && address < high) {
214 Elf_Xword low, high; local
215 while (elf_file()->get_range<Elf_Xword>(off, &low, &high) &&
216 (low != 0 || high != 0)) {
218 low, high);
222 Elf_Word low, high; local
    [all...]
  /external/oprofile/module/x86/
op_model_p4.c 361 #define ESCR_READ(escr, high, ev, i) do {rdmsr(ev->bindings[(i)].escr_address, (escr), (high));} while (0)
362 #define ESCR_WRITE(escr, high, ev, i) do {wrmsr(ev->bindings[(i)].escr_address, (escr), (high));} while (0)
372 #define CCCR_READ(low, high, i) do {rdmsr(p4_counters[(i)].cccr_address, (low), (high));} while (0)
373 #define CCCR_WRITE(low, high, i) do {wrmsr(p4_counters[(i)].cccr_address, (low), (high));} while (0)
488 unsigned int high = 0; local
512 ESCR_READ(escr, high, ev, i)
549 unsigned int low, high; local
627 unsigned long ctr, low, high, stag, real; local
674 unsigned int low, high, stag; local
691 unsigned int low, high, stag; local
    [all...]
op_x86_model.h 17 uint high; member in struct:op_saved_msr
  /external/openssl/crypto/bn/
bn_lcl.h 268 # define BN_UMULT_LOHI(low,high,a,b) \
270 : "=a"(low),"=d"(high) \
281 # define BN_UMULT_LOHI(low,high,a,b) ((low)=_umul128((a),(b),&(high)))
287 # define BN_UMULT_LOHI(low,high,a,b) ({ \
289 (high)=ret>>64; (low)=ret; })
297 # define BN_UMULT_LOHI(low,high,a,b)\
299 : "=l"(low),"=h"(high) \
348 BN_ULONG high,low,ret,tmp=(a); \
350 BN_UMULT_LOHI(low,high,w,tmp);
    [all...]
  /external/skia/src/gpu/
GrTHashCache.h 95 int high = count - 1; local
97 while (high > low) {
98 int index = (low + high) >> 1;
102 high = index;
107 if (Key::EQ(*array[high], key)) {
110 GrAssert(0 == high || Key::LT(*array[high - 1], key));
111 return high;
115 if (Key::LT(*array[high], key)) {
116 high += 1
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
LevelListDrawable.java 66 public void addLevel(int low, int high, Drawable drawable) {
68 mLevelListState.addLevel(low, high, drawable);
113 int high = a.getInt( local
120 if (high < 0) {
140 mLevelListState.addLevel(low, high, dr);
172 public void addLevel(int low, int high, Drawable drawable) {
175 mHighs[pos] = high;
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 201 etc1_uint32 high = (pIn[0] << 24) | (pIn[1] << 16) | (pIn[2] << 8) | pIn[3]; local
204 if (high & 2) {
206 int rBase = high >> 27;
207 int gBase = high >> 19;
208 int bBase = high >> 11;
210 r2 = convertDiff(rBase, high >> 24);
212 g2 = convertDiff(gBase, high >> 16);
214 b2 = convertDiff(bBase, high >> 8);
217 r1 = convert4To8(high >> 28);
218 r2 = convert4To8(high >> 24)
234 etc1_uint32 high; member in struct:__anon20192
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 201 etc1_uint32 high = (pIn[0] << 24) | (pIn[1] << 16) | (pIn[2] << 8) | pIn[3]; local
204 if (high & 2) {
206 int rBase = high >> 27;
207 int gBase = high >> 19;
208 int bBase = high >> 11;
210 r2 = convertDiff(rBase, high >> 24);
212 g2 = convertDiff(gBase, high >> 16);
214 b2 = convertDiff(bBase, high >> 8);
217 r1 = convert4To8(high >> 28);
218 r2 = convert4To8(high >> 24)
234 etc1_uint32 high; member in struct:__anon43496
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
WriterToUTF8Buffered.java 123 * the 16 low-order bits of the given integer value; the 16 high-order bits
214 // Adjust the end of the chunk if it ends on a high char
231 * and it is the high char of a high/low pair with
234 * The char array incorrectly ends in a high char
235 * of a high/low surrogate pair, but there is
236 * no corresponding low as the high is the last char
281 * Unicode: [1101 10ww] [wwzz zzyy] (high surrogate)
287 char high, low; local
288 high = c
415 char high, low; local
    [all...]
  /external/libsepol/src/
context_record.c 212 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...]
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
HingeJoint.java 100 public void setLimit(float low, float high) {
101 setLimit(objectId, low, high);
104 private native void setLimit(long objectId, float low, float high);
106 public void setLimit(float low, float high, float _softness, float _biasFactor, float _relaxationFactor) {
110 setLimit(objectId, low, high, _softness, _biasFactor, _relaxationFactor);
113 private native void setLimit(long objectId, float low, float high, float _softness, float _biasFactor, float _relaxationFactor);
  /external/e2fsprogs/lib/uuid/
uuid_time.c 60 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/arduino/hardware/arduino/cores/arduino/
wiring_analog.c 42 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;
107 digitalWrite(pin, HIGH);
255 digitalWrite(pin, HIGH);
  /external/chromium/chrome/browser/safe_browsing/
chunk_range.cc 99 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/valgrind/main/exp-bbv/tests/ppc32-linux/
million.S 8 lis 15,499997@ha # load high 16-bits of counter
  /bionic/libc/kernel/arch-mips/asm/
div64.h 25 #define do_div64_32(res, high, low, base) ({ unsigned long __quot32, __mod32; unsigned long __cf, __tmp, __tmp2, __i; __asm__(".set push\n\t" ".set noat\n\t" ".set noreorder\n\t" "move %2, $0\n\t" "move %3, $0\n\t" "b 1f\n\t" " li %4, 0x21\n" "0:\n\t" "sll $1, %0, 0x1\n\t" "srl %3, %0, 0x1f\n\t" "or %0, $1, %5\n\t" "sll %1, %1, 0x1\n\t" "sll %2, %2, 0x1\n" "1:\n\t" "bnez %3, 2f\n\t" " sltu %5, %0, %z6\n\t" "bnez %5, 3f\n" "2:\n\t" " addiu %4, %4, -1\n\t" "subu %0, %0, %z6\n\t" "addiu %2, %2, 1\n" "3:\n\t" "bnez %4, 0b\n\t" " srl %5, %1, 0x1f\n\t" ".set pop" : "=&r" (__mod32), "=&r" (__tmp), "=&r" (__quot32), "=&r" (__cf), "=&r" (__i), "=&r" (__tmp2) : "Jr" (base), "0" (high), "1" (low)); (res) = __quot32; __mod32; })
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMP_LONG.S 6 * be resolved by only looking at the high word. This could be made
18 * 2 or 3 cycles + branch if the high word doesn't match, 6 + branch
23 blt .L${opcode}_less @ signed compare on high part

Completed in 1235 milliseconds

1 2 3 45 6 7 8 91011>>