HomeSort by relevance Sort by last modified time
    Searched refs:x80 (Results 401 - 425 of 6769) sorted by null

<<11121314151617181920>>

  /external/bluetooth/bluedroid/stack/include/
a2d_sbc.h 38 #define A2D_SBC_IE_SAMP_FREQ_16 0x80 /* b7:16 kHz */
50 #define A2D_SBC_IE_BLOCKS_4 0x80 /* 4 blocks */
67 #define A2D_SBC_HDR_F_MSK 0x80
  /external/chromium_org/chrome/test/chromedriver/
keycode_text_conversion_win.cc 21 keyboard_state[VK_SHIFT] |= 0x80;
23 keyboard_state[VK_CONTROL] |= 0x80;
25 keyboard_state[VK_MENU] |= 0x80;
  /external/chromium_org/third_party/icu/source/common/
utf_impl.c 77 utf8_minLegal[4]={ 0, 0x80, 0x800, 0x10000 };
127 illegal|=(trail&0xc0)^0x80;
136 illegal|=(trail&0xc0)^0x80;
140 illegal|=(trail&0xc0)^0x80;
204 (s)[(i)++]=(uint8_t)(((c)&0x3f)|0x80);
211 (s)[(i)++]=(uint8_t)((((c)>>6)&0x3f)|0x80);
212 (s)[(i)++]=(uint8_t)(((c)&0x3f)|0x80);
218 (s)[(i)++]=(uint8_t)((((c)>>12)&0x3f)|0x80);
219 (s)[(i)++]=(uint8_t)((((c)>>6)&0x3f)|0x80);
220 (s)[(i)++]=(uint8_t)(((c)&0x3f)|0x80);
    [all...]
  /external/icu/icu4c/source/common/
utf_impl.c 81 utf8_minLegal[4]={ 0, 0x80, 0x800, 0x10000 };
143 trail=s[i++]-0x80;
148 trail=s[i++]-0x80;
156 trail=s[i++]-0x80;
189 (s)[(i)++]=(uint8_t)(((c)&0x3f)|0x80);
196 (s)[(i)++]=(uint8_t)((((c)>>6)&0x3f)|0x80);
197 (s)[(i)++]=(uint8_t)(((c)&0x3f)|0x80);
203 (s)[(i)++]=(uint8_t)((((c)>>12)&0x3f)|0x80);
204 (s)[(i)++]=(uint8_t)((((c)>>6)&0x3f)|0x80);
205 (s)[(i)++]=(uint8_t)(((c)&0x3f)|0x80);
    [all...]
  /external/libpcap/
ieee80211.h 59 #define IEEE80211_FC0_SUBTYPE_BEACON 0x80
80 #define IEEE80211_FC0_SUBTYPE_QOS 0x80
94 #define IEEE80211_FC1_ORDER 0x80
  /external/llvm/include/llvm/Support/
LEB128.h 32 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
44 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
48 // Pad with 0x80 and emit a null byte at the end.
51 OS << '\x80';
65 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
69 // Pad with 0x80 and emit a null byte at the end.
72 *p++ = '\x80';
  /external/llvm/test/MC/ARM/
thumbv7m.s 17 @ CHECK: mrs r0, basepri @ encoding: [0xef,0xf3,0x11,0x80]
18 @ CHECK: mrs r0, basepri_max @ encoding: [0xef,0xf3,0x12,0x80]
19 @ CHECK: mrs r0, faultmask @ encoding: [0xef,0xf3,0x13,0x80]
29 @ CHECK: msr basepri, r0 @ encoding: [0x80,0xf3,0x11,0x88]
30 @ CHECK: msr basepri_max, r0 @ encoding: [0x80,0xf3,0x12,0x88]
31 @ CHECK: msr faultmask, r0 @ encoding: [0x80,0xf3,0x13,0x88]
  /external/llvm/test/MC/X86/
cfi_def_cfa-crash.s 20 sub $$0x80+8, %rsp
22 movdqa %xmm0, -0x80(%rbp)
41 movdqa -0x80(%rbp), %xmm0
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
TemporalLevelEntry.java 43 levelIndependentlyDecodable = ((b & 0x80) == 0x80);
49 content.put((byte) (levelIndependentlyDecodable ? 0x80 : 0x00));
VisualRandomAccessEntry.java 53 numLeadingSamplesKnown = ((b & 0x80) == 0x80);
60 content.put((byte) ((numLeadingSamplesKnown? 0x80 : 0x00)| (numLeadingSamples & 0x7f)));
  /external/smali/util/src/main/java/org/jf/util/
Utf8Utils.java 49 if ((c != 0) && (c < 0x80)) {
54 bytes[outAt + 1] = (byte) ((c & 0x3f) | 0x80);
58 bytes[outAt + 1] = (byte) (((c >> 6) & 0x3f) | 0x80);
59 bytes[outAt + 2] = (byte) ((c & 0x3f) | 0x80);
116 if ((v1 & 0xc0) != 0x80) {
120 if ((value != 0) && (value < 0x80)) {
138 if ((v1 & 0xc0) != 0x80) {
142 if ((v2 & 0xc0) != 0x80) {
219 if ((v1 & 0xc0) != 0x80) {
223 if ((value != 0) && (value < 0x80)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
serial_reg.h 63 #define UART_FCR_R_TRIG_10 0x80
73 #define UART_FCR_TRIGGER_8 0x80 /* Mask for trigger set at 8 */
78 #define UART_FCR6_R_TRIGGER_24 0x80 /* Mask for receive trigger set at 8 */
91 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */
103 #define UART_MCR_CLKSEL 0x80 /* Divide clock by 4 (TI16C752, EFR[4]=1) */
124 #define UART_MSR_DCD 0x80 /* Data Carrier Detect */
146 #define UART_EFR_CTS 0x80 /* CTS flow control */
185 #define UART_TRG_128 0x80
200 #define UART_FCTR_TX 0x80 /* Programmable trigger mode select */
212 #define UART_IER_DMAE 0x80 /* DMA Requests Enable *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
serial_reg.h 63 #define UART_FCR_R_TRIG_10 0x80
73 #define UART_FCR_TRIGGER_8 0x80 /* Mask for trigger set at 8 */
78 #define UART_FCR6_R_TRIGGER_24 0x80 /* Mask for receive trigger set at 8 */
91 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */
103 #define UART_MCR_CLKSEL 0x80 /* Divide clock by 4 (TI16C752, EFR[4]=1) */
124 #define UART_MSR_DCD 0x80 /* Data Carrier Detect */
146 #define UART_EFR_CTS 0x80 /* CTS flow control */
185 #define UART_TRG_128 0x80
200 #define UART_FCTR_TX 0x80 /* Programmable trigger mode select */
212 #define UART_IER_DMAE 0x80 /* DMA Requests Enable *
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
serial_reg.h 42 #define UART_FCR_R_TRIG_10 0x80
52 #define UART_FCR_TRIGGER_8 0x80
57 #define UART_FCR6_R_TRIGGER_24 0x80
67 #define UART_LCR_DLAB 0x80
79 #define UART_MCR_CLKSEL 0x80
99 #define UART_MSR_DCD 0x80
115 #define UART_EFR_CTS 0x80
138 #define UART_TRG_128 0x80
153 #define UART_FCTR_TX 0x80
159 #define UART_IER_DMAE 0x80
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
serial_reg.h 42 #define UART_FCR_R_TRIG_10 0x80
52 #define UART_FCR_TRIGGER_8 0x80
57 #define UART_FCR6_R_TRIGGER_24 0x80
67 #define UART_LCR_DLAB 0x80
79 #define UART_MCR_CLKSEL 0x80
99 #define UART_MSR_DCD 0x80
115 #define UART_EFR_CTS 0x80
138 #define UART_TRG_128 0x80
153 #define UART_FCTR_TX 0x80
159 #define UART_IER_DMAE 0x80
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
serial_reg.h 42 #define UART_FCR_R_TRIG_10 0x80
52 #define UART_FCR_TRIGGER_8 0x80
57 #define UART_FCR6_R_TRIGGER_24 0x80
67 #define UART_LCR_DLAB 0x80
79 #define UART_MCR_CLKSEL 0x80
99 #define UART_MSR_DCD 0x80
115 #define UART_EFR_CTS 0x80
138 #define UART_TRG_128 0x80
153 #define UART_FCTR_TX 0x80
159 #define UART_IER_DMAE 0x80
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
serial_reg.h 42 #define UART_FCR_R_TRIG_10 0x80
52 #define UART_FCR_TRIGGER_8 0x80
57 #define UART_FCR6_R_TRIGGER_24 0x80
67 #define UART_LCR_DLAB 0x80
79 #define UART_MCR_CLKSEL 0x80
99 #define UART_MSR_DCD 0x80
115 #define UART_EFR_CTS 0x80
138 #define UART_TRG_128 0x80
153 #define UART_FCTR_TX 0x80
159 #define UART_IER_DMAE 0x80
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
serial_reg.h 42 #define UART_FCR_R_TRIG_10 0x80
52 #define UART_FCR_TRIGGER_8 0x80
57 #define UART_FCR6_R_TRIGGER_24 0x80
67 #define UART_LCR_DLAB 0x80
79 #define UART_MCR_CLKSEL 0x80
99 #define UART_MSR_DCD 0x80
115 #define UART_EFR_CTS 0x80
138 #define UART_TRG_128 0x80
153 #define UART_FCTR_TX 0x80
159 #define UART_IER_DMAE 0x80
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
serial_reg.h 42 #define UART_FCR_R_TRIG_10 0x80
52 #define UART_FCR_TRIGGER_8 0x80
57 #define UART_FCR6_R_TRIGGER_24 0x80
67 #define UART_LCR_DLAB 0x80
79 #define UART_MCR_CLKSEL 0x80
99 #define UART_MSR_DCD 0x80
115 #define UART_EFR_CTS 0x80
138 #define UART_TRG_128 0x80
153 #define UART_FCTR_TX 0x80
159 #define UART_IER_DMAE 0x80
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
serial_reg.h 42 #define UART_FCR_R_TRIG_10 0x80
52 #define UART_FCR_TRIGGER_8 0x80
57 #define UART_FCR6_R_TRIGGER_24 0x80
67 #define UART_LCR_DLAB 0x80
79 #define UART_MCR_CLKSEL 0x80
99 #define UART_MSR_DCD 0x80
115 #define UART_EFR_CTS 0x80
138 #define UART_TRG_128 0x80
153 #define UART_FCTR_TX 0x80
159 #define UART_IER_DMAE 0x80
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
serial_reg.h 42 #define UART_FCR_R_TRIG_10 0x80
52 #define UART_FCR_TRIGGER_8 0x80
57 #define UART_FCR6_R_TRIGGER_24 0x80
67 #define UART_LCR_DLAB 0x80
79 #define UART_MCR_CLKSEL 0x80
99 #define UART_MSR_DCD 0x80
115 #define UART_EFR_CTS 0x80
138 #define UART_TRG_128 0x80
153 #define UART_FCTR_TX 0x80
159 #define UART_IER_DMAE 0x80
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
serial_reg.h 42 #define UART_FCR_R_TRIG_10 0x80
52 #define UART_FCR_TRIGGER_8 0x80
57 #define UART_FCR6_R_TRIGGER_24 0x80
67 #define UART_LCR_DLAB 0x80
79 #define UART_MCR_CLKSEL 0x80
99 #define UART_MSR_DCD 0x80
115 #define UART_EFR_CTS 0x80
138 #define UART_TRG_128 0x80
153 #define UART_FCTR_TX 0x80
159 #define UART_IER_DMAE 0x80
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
serial_reg.h 42 #define UART_FCR_R_TRIG_10 0x80
52 #define UART_FCR_TRIGGER_8 0x80
57 #define UART_FCR6_R_TRIGGER_24 0x80
67 #define UART_LCR_DLAB 0x80
79 #define UART_MCR_CLKSEL 0x80
99 #define UART_MSR_DCD 0x80
115 #define UART_EFR_CTS 0x80
138 #define UART_TRG_128 0x80
153 #define UART_FCTR_TX 0x80
159 #define UART_IER_DMAE 0x80
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
serial_reg.h 42 #define UART_FCR_R_TRIG_10 0x80
52 #define UART_FCR_TRIGGER_8 0x80
57 #define UART_FCR6_R_TRIGGER_24 0x80
67 #define UART_LCR_DLAB 0x80
79 #define UART_MCR_CLKSEL 0x80
99 #define UART_MSR_DCD 0x80
115 #define UART_EFR_CTS 0x80
138 #define UART_TRG_128 0x80
153 #define UART_FCTR_TX 0x80
159 #define UART_IER_DMAE 0x80
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
serial_reg.h 42 #define UART_FCR_R_TRIG_10 0x80
52 #define UART_FCR_TRIGGER_8 0x80
57 #define UART_FCR6_R_TRIGGER_24 0x80
67 #define UART_LCR_DLAB 0x80
79 #define UART_MCR_CLKSEL 0x80
99 #define UART_MSR_DCD 0x80
115 #define UART_EFR_CTS 0x80
138 #define UART_TRG_128 0x80
153 #define UART_FCTR_TX 0x80
159 #define UART_IER_DMAE 0x80
    [all...]

Completed in 1183 milliseconds

<<11121314151617181920>>