HomeSort by relevance Sort by last modified time
    Searched full:low (Results 276 - 300 of 2034) sorted by null

<<11121314151617181920>>

  /external/kernel-headers/original/linux/sunrpc/
msg_prot.h 90 * highest-order bit of the header; the length is the 31 low-order bits.
  /external/libffi/src/ia64/
ia64_flags.h 30 a cfi->flags value, the low byte will be these extra type codes,
  /external/netperf/
hist.h 32 Colin Low 10/6/93
  /external/opencore/
README 33 |-- modules [Contains build files for aggregating low-level libraries]
  /external/opencore/doc/oscl_html/
osclconfig__unix__android_8h-source.html 58 <a name="l00058"></a><a class="code" href="osclconfig__unix__android_8h.html#a17">00058</a> <span class="preprocessor"></span><span class="preprocessor">#define INT64_HILO(high,low) ((((high##LL))&lt;&lt;32)|low)</span>
59 <a name="l00059"></a><a class="code" href="osclconfig__unix__android_8h.html#a18">00059</a> <span class="preprocessor"></span><span class="preprocessor">#define UINT64_HILO(high,low) ((((high##ULL))&lt;&lt;32)|low)</span>
osclconfig__unix__common_8h-source.html 58 <a name="l00058"></a><a class="code" href="osclconfig__unix__common_8h.html#a17">00058</a> <span class="preprocessor"></span><span class="preprocessor">#define INT64_HILO(high,low) ((((high##LL))&lt;&lt;32)|low)</span>
59 <a name="l00059"></a><a class="code" href="osclconfig__unix__common_8h.html#a18">00059</a> <span class="preprocessor"></span><span class="preprocessor">#define UINT64_HILO(high,low) ((((high##ULL))&lt;&lt;32)|low)</span>
  /external/openssl/crypto/bn/asm/x86/
mul.pl 11 $Low="eax";
mul_add.pl 11 $Low="eax";
  /external/qemu/distrib/zlib-1.2.3/
inflate.c 271 unsigned low, size; local
286 low = 0;
288 if ((low % 7) == 0) printf("\n ");
289 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits,
290 state.lencode[low].val);
291 if (++low == size) break;
297 low = 0;
299 if ((low % 6) == 0) printf("\n ");
300 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits
    [all...]
  /external/qemu/hw/
irq.c 74 /* The default state for IRQs is low, so raise the output now. */
  /external/qemu/slirp-android/
ip_icmp.c 142 int low = so->so_faddr_ip & 0xff; local
144 if (low >= CTL_DNS && low < CTL_DNS + dns_addr_count)
145 addr_ip = dns_addr[low - CTL_DNS];
  /external/skia/include/effects/
Sk2DPathEffect.h 50 /** Low-level virtual called per span of locations in the u-direction.
  /external/webkit/WebCore/platform/
LinkHash.h 38 // Use the low 32-bits of the 64-bit LinkHash as the key for HashSets.
  /external/webkit/WebCore/platform/text/mac/
TextCodecMac.cpp 307 UniChar low = CFStringGetCharacterAtIndex(cfs.get(), startPos + charactersConverted); local
308 if ((low & 0xFC00) == 0xDC00) { // is low surrogate
310 badChar += low;
  /external/webkit/WebKit/mac/WebCoreSupport/
WebKeyGenerator.m 57 UI_STRING("512 (Low Grade)", "Menu item title for KEYGEN pop-up menu"), nil];
  /external/zlib/
inflate.c 271 unsigned low, size; local
286 low = 0;
288 if ((low % 7) == 0) printf("\n ");
289 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits,
290 state.lencode[low].val);
291 if (++low == size) break;
297 low = 0;
299 if ((low % 6) == 0) printf("\n ");
300 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits
    [all...]
  /frameworks/base/core/java/android/content/
ComponentCallbacks.java 42 * This is called when the overall system is running low on memory, and
  /frameworks/base/media/java/android/media/
CameraProfile.java 23 * capture (jpeg) quality levels (0-100) used for low, medium, and high
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
ImageDescriptor.java 68 d.lowOffset = rawData[valueIndex++] & 0xff; // low byte offset
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmpcispi.h 45 | 0x0044 INT_POL 1=active high, 0=active low DEV_P SPI_P |
50 | 0x0064 CURRENT_MA Low 16 bits indicate card current consumption in mA |
75 uint32 spih_int_pol; /* 0x44 SPI Interrupt Polarity Register (0=Active Low, */
187 #define SPIH_CS (1 << 0) /* SPI Chip Select (active low) */
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/
console.h 65 U32 low_val; /* Low val for range checking */
  /hardware/ti/wlan/wl1271/TWD/TwIf/
TwIf.h 61 * A low level driver may use this padding internally
  /hardware/ti/wlan/wl1271/utils/
tidef.h 176 #define INRANGE(x,low,high) (((x) >= (low)) && ((x) <= (high)))
185 #define OUTRANGE(x,low,high) (((x) < (low)) || ((x) > (high)))
  /packages/apps/Gallery3D/src/com/cooliris/media/
LongSparseArray.java 310 int high = start + len, low = start - 1, guess; local
312 while (high - low > 1) {
313 guess = (high + low) / 2;
316 low = guess;
  /packages/apps/Music/tests/src/com/android/music/stress/
MusicPlaybackStress.java 81 //Verification: check if it is in low memory

Completed in 203 milliseconds

<<11121314151617181920>>