HomeSort by relevance Sort by last modified time
    Searched refs:xF0 (Results 201 - 225 of 780) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_g722.cc 129 bitstream[i] = (out_left[j] & 0xF0) + (out_right[j] >> 4);
  /external/jmdns/src/javax/jmdns/impl/
DNSMessage.java 276 buf.append(Integer.toHexString((data[off + index] & 0xF0) >> 4));
  /external/kernel-headers/original/uapi/linux/
phonet.h 83 #define PN_COMMON_MESSAGE 0xF0
  /external/libnfc-nxp/src/
phFriNfc_TopazMap.h 177 #define PH_FRINFC_TOPAZ_BYTE3_MSB 0xF0 /*!< most significant nibble of byte 3(RWA) shall be
  /external/libopus/celt/
celt.h 157 0xE0, 0xE8, 0xF0, 0xF8,
  /external/lzma/C/
Bcj2.c 12 #define IsJcc(b0, b1) ((b0) == 0x0F && ((b1) & 0xF0) == 0x80)
  /external/lzma/CPP/Common/
UTFConvert.cpp 8 static const Byte kUtf8Limits[5] = { 0xC0, 0xE0, 0xF0, 0xF8, 0xFC };
  /external/tcpdump/
print-pppoe.c 117 pppoe_ver = (pppoe_packet[0] & 0xF0) >> 4;
  /external/valgrind/main/coregrind/m_demangle/
safe-ctype.h 47 # if '\n' == 0x15 && ' ' == 0x40 && '0' == 0xF0 \
  /frameworks/av/media/mtp/
MtpStringBuffer.cpp 78 } else if ((ch & 0xF0) == 0xE0) {
  /frameworks/base/core/java/android/view/
GraphicBuffer.java 41 public static final int USAGE_SW_WRITE_MASK = 0xF0;
  /frameworks/opt/net/voip/src/jni/rtp/
AmrCodec.cpp 113 bytes[0] = 0xF0;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java 255 tmp |= ((BearerData.MESSAGE_TYPE_DELIVER << 4) & 0xf0);
410 int padding = (encodedAddress[encodedAddress.length-1] & 0xf0) == 0xf0 ? 1 : 0;
670 } else if ((dataCodingScheme & 0xf0) == 0xf0) {
680 } else if ((dataCodingScheme & 0xF0) == 0xC0
681 || (dataCodingScheme & 0xF0) == 0xD0
682 || (dataCodingScheme & 0xF0) == 0xE0) {
689 if ((dataCodingScheme & 0xF0) == 0xE0) {
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepMessage.java 30 public static final byte VERSION = (0xF0 & (VERSION_MAJOR << 4)) | (0x0F & VERSION_MINOR);
SnepMessenger.java 137 if (((requestVersion & 0xF0) >> 4) != SnepMessage.VERSION_MAJOR) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
phonet.h 77 #define PN_COMMON_MESSAGE 0xF0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
phonet.h 77 #define PN_COMMON_MESSAGE 0xF0
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
safe-ctype.h 47 # if '\n' == 0x15 && ' ' == 0x40 && '0' == 0xF0 \
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
msdos_fs.h 64 #define FAT_VALID_MEDIA(x) ((0xF8 <= (x) && (x) <= 0xFF) || (x) == 0xF0)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
msdos_fs.h 64 #define FAT_VALID_MEDIA(x) ((0xF8 <= (x) && (x) <= 0xFF) || (x) == 0xF0)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
msdos_fs.h 64 #define FAT_VALID_MEDIA(x) ((0xF8 <= (x) && (x) <= 0xFF) || (x) == 0xF0)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msdos_fs.h 64 #define FAT_VALID_MEDIA(x) ((0xF8 <= (x) && (x) <= 0xFF) || (x) == 0xF0)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
msdos_fs.h 64 #define FAT_VALID_MEDIA(x) ((0xF8 <= (x) && (x) <= 0xFF) || (x) == 0xF0)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msdos_fs.h 64 #define FAT_VALID_MEDIA(x) ((0xF8 <= (x) && (x) <= 0xFF) || (x) == 0xF0)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
msdos_fs.h 64 #define FAT_VALID_MEDIA(x) ((0xF8 <= (x) && (x) <= 0xFF) || (x) == 0xF0)

Completed in 2091 milliseconds

1 2 3 4 5 6 7 891011>>