HomeSort by relevance Sort by last modified time
    Searched full:high (Results 176 - 200 of 1912) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/awt/java/awt/geom/
Dimension2D.java 27 * high-precision geometric operations.
  /frameworks/base/core/java/android/webkit/
CertTool.java 43 return new String[] {"High Grade", "Medium Grade"};
  /frameworks/base/libs/utils/
AssetDir.cpp 58 /* too high */
  /system/core/fastboot/
fastboot.h 43 /* engine.c - high level command queue engine */
  /bionic/libm/src/
e_hypot.c 119 u_int32_t high; local
121 GET_HIGH_WORD(high,t1);
122 SET_HIGH_WORD(t1,high+(k<<20));
  /external/dropbear/
gendss.c 77 buf[0] |= 0x80; /* top bit high */
78 buf[QSIZE-1] |= 0x01; /* bottom bit high */
113 buf[0] |= 0x80; /* set the top bit high */
  /external/e2fsprogs/lib/uuid/
uuid_time.c 49 uint32_t high; local
55 high = uuid.time_mid | ((uuid.time_hi_and_version & 0xFFF) << 16);
56 clock_reg = uuid.time_low | ((unsigned long long) high << 32);
  /external/elfutils/tests/
run-show-die-info.sh 33 high PC : 0x8048436
43 high PC : 0x8048436
57 high PC : 0x8048442
67 high PC : 0x8048442
81 high PC : 0x8048472
91 high PC : 0x8048472
131 high PC : 0x10000490
141 high PC : 0x10000490
918 high PC : 0x100004b0
    [all...]
  /external/qemu/
cpu-defs.h 114 uint16_t high; member in struct:icount_decr_u16
120 uint16_t high; member in struct:icount_decr_u16
164 /* Number of cycles left, with interrupt flag in high bit. \
  /external/qemu/hw/
goldfish_timer.c 19 TIMER_TIME_HIGH = 0x04, // get high bits of time at last TIMER_TIME_LOW read
21 TIMER_ALARM_HIGH = 0x0c, // set high bits of next alarm
137 * (i.e. it has read the low 32-bit of s->now, but not the high 32-bits yet */
  /external/quake/quake/src/QW/
qw2do.txt 37 x- clamp topcolor/bottomcolor (crashes glqwcl with high bogus values)
51 x- check to see that high fps doesn't overflow network and increase ping
63 x- average ping for the team on +showteamscores, low/avg/high
  /external/speex/libspeex/
modes.c 255 /* 15 kbps high bit-rate mode */
276 /* 18.2 high bit-rate mode */
297 /* 24.6 kbps high bit-rate mode */
  /external/webkit/WebCore/editing/
EditCommand.cpp 84 // RemoveNodeCommand, don't require a layout because the high level operations that
112 // RemoveNodeCommand, don't require a layout because the high level operations that
137 // RemoveNodeCommand, don't require a layout because the high level operations that
  /external/webkit/WebCore/platform/win/
SharedTimerWin.cpp 78 const int highResolutionThresholdMsec = 16; // Only activate high-res timer for sub-16ms timers (Windows can fire timers at 16ms intervals without changing the system resolution).
79 const int stopHighResTimerInMsec = 300; // Stop high-res timer after 0.3 seconds to lessen power consumption (we don't use a smaller time since oscillating between high and low resolution breaks timer accuracy on XP).
  /hardware/broadcom/wlan/bcm4329/src/include/
sbsdio.h 50 #define SBSDIO_FUNC1_SBADDRHIGH 0x1000C /* SB Address Window High (b31:b24) */
55 #define SBSDIO_FUNC1_WFRAMEBCHI 0x1001A /* Write Frame Byte Count High */
57 #define SBSDIO_FUNC1_RFRAMEBCHI 0x1001C /* Read Frame Byte Count High */
spid.h 66 #define CLOCK_POLARITY 0x8 /* 0/1 Idle state clock polarity is low/high */
67 #define HIGH_SPEED_MODE 0x10 /* 1/0 High Speed mode / Normal mode */
68 #define INTR_POLARITY 0x20 /* 1/0 Interrupt active polarity is high/low */
  /system/extras/libpagemap/
pm_process.c 95 unsigned long low, unsigned long high,
102 if (!proc || (low >= high) || !range_out || !len)
106 numpages = (high - low) / proc->ker->pagesize;
  /external/icu4c/common/
triedict.cpp 54 TernaryNode *high; // Greater-than link member in struct:TernaryNode
70 high = NULL;
77 delete high;
136 p = p->high;
196 parent->high = newNode;
305 if (node->high != NULL) {
307 node = (TernaryNode *) fNodeStack.push(node->high, status);
516 int high = nodeCount-1; local
519 while (high >= low) {
520 middle = (high+low)/2
    [all...]
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
NumberConverter.java 261 boolean low, high;
280 high = R + M > S; // was M_plus
282 if (low || high)
289 if (low && !high)
291 else if (high && !low)
  /external/kernel-headers/original/linux/
dccp.h 18 * @dccph_seq - sequence number high or low order 24 bits, depends on dccph_x
70 * @dccph_resp_ack_nr_high - 48 bit ack number high order bits, contains GSR
81 * @dccph_resp_ack_nr_high - 48 bit ack number high order bits, contains GSR
426 * @dccps_swh - sequence number window high
428 * @dccps_awh - acknowledgement number window high
  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
CopyOnWriteArrayListTest.java 431 * get throws an IndexOutOfBoundsException on a too high index
455 * set throws an IndexOutOfBoundsException on a too high index
479 * add throws an IndexOutOfBoundsException on a too high index
503 * remove throws an IndexOutOfBoundsException on a too high index
527 * addAll throws an IndexOutOfBoundsException on a too high index
551 * listIterator throws an IndexOutOfBoundsException on a too high index
576 * subList throws an IndexOutOfBoundsException on a too high index
  /external/webkit/WebCore/loader/
loader.cpp 106 return High;
116 return High;
147 // Handle asynchronously so early low priority requests don't get scheduled before later high priority ones
271 for (unsigned p = 0; p <= High; p++)
295 for (unsigned p = 0; p <= High; p++) {
308 for (int priority = High; priority >= minimumPriority && serveMore; --priority)
571 for (unsigned p = 0; p <= High; p++)
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
mmintrin.h 117 /* Interleave the four 8-bit values from the high half of M1 with the four
118 8-bit values from the high half of M2. */
125 /* Interleave the two 16-bit values from the high half of M1 with the two
126 16-bit values from the high half of M2. */
133 /* Interleave the 32-bit value from the high half of M1 with the 32-bit
134 value from the high half of M2. */
189 /* Take the four 8-bit values from the high half of M1, sign extend them,
197 /* Take the two 16-bit values from the high half of M1, sign extend them,
205 /* Take the 32-bit value from the high half of M1, and return it sign extended
237 /* Take the four 8-bit values from the high half of M1, zero extend them
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
mmintrin.h 117 /* Interleave the four 8-bit values from the high half of M1 with the four
118 8-bit values from the high half of M2. */
125 /* Interleave the two 16-bit values from the high half of M1 with the two
126 16-bit values from the high half of M2. */
133 /* Interleave the 32-bit value from the high half of M1 with the 32-bit
134 value from the high half of M2. */
189 /* Take the four 8-bit values from the high half of M1, sign extend them,
197 /* Take the two 16-bit values from the high half of M1, sign extend them,
205 /* Take the 32-bit value from the high half of M1, and return it sign extended
237 /* Take the four 8-bit values from the high half of M1, zero extend them
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
mmintrin.h 117 /* Interleave the four 8-bit values from the high half of M1 with the four
118 8-bit values from the high half of M2. */
125 /* Interleave the two 16-bit values from the high half of M1 with the two
126 16-bit values from the high half of M2. */
133 /* Interleave the 32-bit value from the high half of M1 with the 32-bit
134 value from the high half of M2. */
189 /* Take the four 8-bit values from the high half of M1, sign extend them,
197 /* Take the two 16-bit values from the high half of M1, sign extend them,
205 /* Take the 32-bit value from the high half of M1, and return it sign extended
237 /* Take the four 8-bit values from the high half of M1, zero extend them
    [all...]

Completed in 102 milliseconds

1 2 3 4 5 6 78 91011>>