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

1 2 3 4 5 6 7 891011>>

  /external/harfbuzz_ng/src/
hb-utf-private.hh 38 else if ((Char & 0xf0) == 0xe0) { Len = 3; Mask = 0x0f; } \
39 else if ((Char & 0xf8) == 0xf0) { Len = 4; Mask = 0x07; } \
  /external/libxml2/
xmlstring.c 256 0xF0,0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,
671 if ((utf[0] & 0xf0) == 0xf0) {
672 if ((utf[0] & 0xf8) != 0xf0 || (utf[3] & 0xc0) != 0x80)
723 if ((c & 0xf0) == 0xf0) {
726 if ((c & 0xf8) != 0xf0 || (utf[3] & 0xc0) != 0x80)
795 } else if ((c & 0xf0) == 0xe0) {/* 3-byte code, starts with 1110 */
800 } else if ((c & 0xf8) == 0xf0) {/* 4-byte code, starts with 11110 */
  /external/mesa3d/src/mesa/main/
texcompress_etc_tmp.h 54 return (in & 0xf0) | ((in & 0xf0) >> 4);
  /external/sonivox/jet_tools/JetCreator/
img_Redo.py 13 \x12JK+\xb4bE\x8a .mR7\x12\x16\x83\x0eBb\x9a\x10\x83\xf1\x05\xa1\xf0\xe2\x93\
17 \x9d;A\x1ft\xff\x03o\xfc\xc7\xc8\x8e\xceJ\xedx\xe3\xc7\xf0\xfd\'\x00\x04 K\
22 \xee\xc3\x02\xcd\xf0\x03\xfaZ\xaa`\x13\x01\x9e\x86\xc4\\\n5\xaf)\xf0>\x86\
27 \xd1\xe3H\xb2(L\x19\x87-\x0c\xd8"\tK&\xc1\xa5\x05.\x19\xb8\xb4`\xf0\t\x0c\
33 \x07\x80\x1c\xb5\x18\xb6\xcd\x10\x1e\x0b1\x10\x1ct\x8a\xdf\x15 \xf0\x85g\xd5\
46 i%p\xacm\xaf\xc5\x98Z\xdf\xba=\x19t\xae\x15R \xce\xc3\xa8\xf0-Gh$\xcc\xbbz;#\
53 \x0e.\x18,\x91@\x91\xd7\x17\xb9\xd9\x0b\x1d\xb8\xc3=\x9c\x89\xd6K_Z/\xfd\xf0\
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
mime_io.cpp 567 switch (temp & 0xf0)
569 case 0xf0:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
xtestext1.h 240 #define XTestDEVICE_ID_MASK 0xf0 /* bits 4 through 7 */
293 #define XTestY_MOTION_MASK 0xf0
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
xtestext1.h 240 #define XTestDEVICE_ID_MASK 0xf0 /* bits 4 through 7 */
293 #define XTestY_MOTION_MASK 0xf0
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
opl3.h 134 #define OPL3_ATTACK_MASK 0xf0
141 #define OPL3_SUSTAIN_MASK 0xf0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
xtestext1.h 240 #define XTestDEVICE_ID_MASK 0xf0 /* bits 4 through 7 */
293 #define XTestY_MOTION_MASK 0xf0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
opl3.h 134 #define OPL3_ATTACK_MASK 0xf0
141 #define OPL3_SUSTAIN_MASK 0xf0
  /bionic/libc/kernel/arch-mips/asm/dec/
ioasic_addrs.h 67 #define IO_REG_DATA_3 0xf0
  /bionic/libc/kernel/common/linux/
filter.h 64 #define BPF_OP(code) ((code) & 0xf0)
  /development/ndk/platforms/android-3/include/linux/
filter.h 57 #define BPF_OP(code) ((code) & 0xf0)
  /development/ndk/platforms/android-9/arch-mips/include/asm/dec/
ioasic_addrs.h 67 #define IO_REG_DATA_3 0xf0
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
Tables8kGCMMultiplier.java 80 // GCMUtil.xor(z, M[i + i + 1][(x[i] & 0xf0) >>> 4]);
81 m = M[i + i + 1][(x[i] & 0xf0) >>> 4];
  /external/chromium/base/
cpu.cc 106 model_ = ((cpu_info[0] >> 4) & 0xf) + ((cpu_info[0] >> 12) & 0xf0);
  /external/chromium_org/media/midi/
midi_message_queue.cc 15 const uint8 kSysEx = 0xf0;
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIOutput.cpp 70 if (length > 0 && data[0] >= 0xf0 && !m_access->sysExEnabled()) {
  /external/dexmaker/src/dx/java/com/android/dx/util/
Mutf8.java 49 } else if ((a & 0xf0) == 0xe0) {
  /external/icu4c/test/cintltst/
utf8tst.c 101 static const uint8_t codeunit[]={0x00, 0x65, 0x7e, 0x7f, 0xc0, 0xc4, 0xf0, 0xfd, 0x80, 0x81, 0xbc, 0xbe,};
170 0xF0,
244 static const uint8_t input[]={0x61, 0xf0, 0x90, 0x90, 0x81, 0xc0, 0x80, 0xfd, 0xbe, 0xc2, 0x61, 0x81, 0x90, 0x90, 0xf0, 0x00};
248 0x10401, 0x10401, 0x10401, 0xf0, UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1,
261 0x0840, UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1, 0xf0, UTF8_ERROR_VALUE_1, UTF8_ERROR_VALUE_1,
389 /* 1 */ 0xf0, 0x90, 0x90, 0x81,
397 /* 19 */ 0xf0, 0x90, 0x90,
481 0xf0, 0x9f, 0xbf, 0xbe, /* U+1fffe */
482 0xf0, 0xbf, 0xbf, 0xbf, /* U+3ffff *
    [all...]
  /external/kernel-headers/original/asm-mips/dec/
ioasic_addrs.h 75 #define IO_REG_DATA_3 0xf0 /* System Data Buffer 3 */
  /external/oprofile/libop/
op_hw_specific.h 66 unsigned model = (eax & 0xf0) >> 4;
  /external/sonivox/arm-fm-22k/lib_src/
eas_midi.c 128 if ((c == 0xf7) || (c == 0xf0))
182 if (pMIDIStream->status < 0xf0)
191 if (pMIDIStream->status == 0xF0)
237 switch (pMIDIStream->status & 0xf0)
348 if (c == 0xf0)
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_midi.c 128 if ((c == 0xf7) || (c == 0xf0))
182 if (pMIDIStream->status < 0xf0)
191 if (pMIDIStream->status == 0xF0)
237 switch (pMIDIStream->status & 0xf0)
348 if (c == 0xf0)
  /external/sonivox/arm-wt-22k/lib_src/
eas_midi.c 128 if ((c == 0xf7) || (c == 0xf0))
182 if (pMIDIStream->status < 0xf0)
191 if (pMIDIStream->status == 0xF0)
237 switch (pMIDIStream->status & 0xf0)
348 if (c == 0xf0)

Completed in 845 milliseconds

1 2 3 4 5 6 7 891011>>