/external/skia/include/core/ |
SkEndian.h | 36 /** Swap the two bytes in the low 16bits of the parameters. 46 low two bytes of each value in the array.
|
/external/speex/libspeex/ |
quant_lsp.h | 62 /* Quantizes low bit-rate narrowband LSPs with 18 bits */ 65 /* Decodes quantized low bit-rate narrowband LSPs */
|
/external/zlib/contrib/infback9/ |
inftree9.h | 17 pointer, the low four bits of op is the number of index bits of 18 that table. For a length or distance, the low four bits of op
|
/external/zlib/ |
inftrees.h | 17 pointer, the low four bits of op is the number of index bits of 18 that table. For a length or distance, the low four bits of op
|
/frameworks/base/awt/org/apache/harmony/awt/gl/font/ |
FontProperty.java | 38 // array of exclusion ranges (pairs of low and high unicode exclusion bounds) 70 * low and high bounds of the intervals of characters to ignore in
|
/frameworks/base/core/java/android/net/http/ |
HttpConnection.java | 45 * @return the opened low level connection 65 * Closes the low level connection.
|
/frameworks/base/core/java/android/os/ |
Power.java | 64 * Brightness value to use when battery is low 84 * Low-level function turn the device off immediately, without trying
|
/hardware/msm7k/librpc/ |
rpc.c | 54 if (!XDR_SEND_UINT32(xdr, &accreply->u.versions.low)) 86 if (!XDR_SEND_UINT32(xdr, &rejreply->u.versions.low))
|
/packages/apps/Music/tests/src/com/android/music/stress/ |
AlbumsPlaybackStress.java | 56 * Verification: Check if it is in low memory 84 //Verification: check if it is in low memory
|
/external/libxml2/ |
chvalid.c | 169 int low, high, mid; local 177 low = 0; 180 while (low <= high) { 181 mid = (low + high) / 2; 182 if ((unsigned short) val < sptr[mid].low) { 186 low = mid + 1; 196 low = 0; 199 while (low <= high) { 200 mid = (low + high) / 2; 201 if (val < lptr[mid].low) { [all...] |
/frameworks/base/include/media/ |
ToneGenerator.h | 102 TONE_CDMA_LOW_L, // IS54 Low Pitch Long 105 TONE_CDMA_LOW_SS, // IS54 Low Pitch Short Short 108 TONE_CDMA_LOW_SSL, // IS54 Low Pitch Short Short Long 111 TONE_CDMA_LOW_SS_2, // IS54 Low Pitch Short Short 2 114 TONE_CDMA_LOW_SLS, // IS54 Low Pitch Short Long Short 117 TONE_CDMA_LOW_S_X4, // IS54 Low Pitch Short Short Short Short 120 TONE_CDMA_LOW_PBX_L, // PBX Low Pitch Long 123 TONE_CDMA_LOW_PBX_SS, // PBX Low Short Short 126 TONE_CDMA_LOW_PBX_SSL, // PBX Low Short Short Long 129 TONE_CDMA_LOW_PBX_SLS, // PBX Low SL [all...] |
/external/qemu/target-arm/ |
neon_helper.c | 959 uint32_t low; local 960 low = x; 961 if (low > 0xffff) { 962 low = 0xffff; 970 return low | (high << 16); 975 int32_t low; local 977 low = x; 978 if (low != (int16_t)low) { 979 low = (low >> 31) ^ 0x7fff 1083 uint32_t low = a + (a >> 32); local 1109 uint32_t low, high; local 1281 uint32_t low = -x; local [all...] |
/bionic/libc/include/net/ |
if_ether.h | 112 * and the low-order 23 bits are taken from the low end of the IP address. 128 * and the low-order 32 bits are taken from the low end of the IP6 address.
|
/dalvik/dx/src/com/android/dx/dex/code/ |
InsnFormat.java | 421 * @param low {@code 0..255;} low byte 425 protected static short codeUnit(int low, int high) { 426 if ((low & 0xff) != low) { 427 throw new IllegalArgumentException("low out of range 0..255"); 434 return (short) (low | (high << 8)); 440 * @param n0 {@code 0..15;} low nibble 441 * @param n1 {@code 0..15;} medium-low nibble 469 * @param low {@code 0..15;} low nibbl [all...] |
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/ |
package.html | 16 Notice that the Android javax.net.ssl package uses the OpenSSL Library to implement the low level
|
/dalvik/vm/compiler/codegen/arm/ |
README.txt | 36 - Factory.c (low-level routines for instruction selections)
|
/dalvik/vm/mterp/armv5te/ |
OP_CONST_STRING_JUMBO.S | 6 FETCH(r0, 1) @ r0<- bbbb (low)
|
OP_MUL_LONG_2ADDR.S | 23 add r10, r2, r10 @ r10<- r10 + low(ZxW + (YxX))
|
/dalvik/vm/mterp/armv6t2/ |
OP_MUL_LONG_2ADDR.S | 22 add r10, r2, r10 @ r10<- r10 + low(ZxW + (YxX))
|
/development/host/windows/usb/legacy/driver/ |
android_usb_bulk_file_object.h | 34 This method must be called at low IRQL.
|
android_usb_interrupt_file_object.h | 34 This method must be called at low IRQL.
|
/external/bluetooth/bluez/sbc/ |
sbc_primitives_mmx.h | 3 * Bluetooth low-complexity, subband codec (SBC) library
|
sbc_primitives_neon.h | 3 * Bluetooth low-complexity, subband codec (SBC) library
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
macros.sgml | 151 Ensures that @x is between the limits set by @low and @high. If @low is 170 @low: the minimum value allowed. 172 @Returns: the value of @x clamped to the range between @low and @high.
|
/external/fdlibm/ |
s_logb.c | 31 lx = __LO(x); /* low x */
|