HomeSort by relevance Sort by last modified time
    Searched refs:x7F (Results 26 - 50 of 793) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/valgrind/main/VEX/useful/
fp_80_64.c 178 f80[9] = toUChar( (sign << 7) | 0x7F );
196 f80[9] = toUChar( (sign << 7) | 0x7F );
205 f80[9] = toUChar( (sign << 7) | 0x7F );
207 f80[7] = 0x7F;
273 (f80[7] & 0x7F) == 0
284 f64[7] = toUChar((sign << 7) | 0x7F);
300 f64[7] = toUChar((sign << 7) | 0x7F);
307 f64[7] = toUChar((sign << 7) | 0x7F);
324 f64[7] = (1 /*sign*/ << 7) | 0x7F;
335 f64[7] = toUChar((sign << 7) | 0x7F);
    [all...]
  /external/llvm/test/MC/X86/
x86_64-imm-widths.s 8 // CHECK: encoding: [0x04,0x7f]
9 addb $0x7F, %al
24 // CHECK: encoding: [0x66,0x83,0xc0,0x7f]
40 // CHECK: encoding: [0x83,0xc0,0x7f]
64 // CHECK: encoding: [0x48,0x83,0xc0,0x7f]
96 // CHECK: encoding: [0x48,0x05,0xff,0xff,0xff,0x7f]
  /external/lzma/C/
Xz.c 17 buf[i++] = (Byte)((v & 0x7F) | 0x80);
21 buf[i - 1] &= 0x7F;
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_base_view.cc 22 SkColorSetARGB(0xFF, 0x7F, 0x7F, 0x7F);
28 SkColorSetARGB(0xFF, 0x7F, 0x7F, 0x7F);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_sq.h 55 #define S_SQ_CF_WORD1_CF_INST(x) (((x) & 0x7F) << 23)
56 #define G_SQ_CF_WORD1_CF_INST(x) (((x) >> 23) & 0x7F)
91 #define S_SQ_CF_ALU_WORD1_COUNT(x) (((x) & 0x7F) << 18)
92 #define G_SQ_CF_ALU_WORD1_COUNT(x) (((x) >> 18) & 0x7F)
121 #define S_SQ_CF_ALLOC_EXPORT_WORD0_RW_GPR(x) (((x) & 0x7F) << 15)
122 #define G_SQ_CF_ALLOC_EXPORT_WORD0_RW_GPR(x) (((x) >> 15) & 0x7F)
127 #define S_SQ_CF_ALLOC_EXPORT_WORD0_INDEX_GPR(x) (((x) & 0x7F) << 23)
128 #define G_SQ_CF_ALLOC_EXPORT_WORD0_INDEX_GPR(x) (((x) >> 23) & 0x7F)
143 #define S_SQ_CF_ALLOC_EXPORT_WORD1_CF_INST(x) (((x) & 0x7F) << 23)
144 #define G_SQ_CF_ALLOC_EXPORT_WORD1_CF_INST(x) (((x) >> 23) & 0x7F)
    [all...]
r700_sq.h 55 #define S_SQ_CF_WORD1_CF_INST(x) (((x) & 0x7F) << 23)
56 #define G_SQ_CF_WORD1_CF_INST(x) (((x) >> 23) & 0x7F)
90 #define S_SQ_CF_ALU_WORD1_COUNT(x) (((x) & 0x7F) << 18)
91 #define G_SQ_CF_ALU_WORD1_COUNT(x) (((x) >> 18) & 0x7F)
119 #define S_SQ_CF_ALLOC_EXPORT_WORD0_RW_GPR(x) (((x) & 0x7F) << 15)
120 #define G_SQ_CF_ALLOC_EXPORT_WORD0_RW_GPR(x) (((x) >> 15) & 0x7F)
125 #define S_SQ_CF_ALLOC_EXPORT_WORD0_INDEX_GPR(x) (((x) & 0x7F) << 23)
126 #define G_SQ_CF_ALLOC_EXPORT_WORD0_INDEX_GPR(x) (((x) >> 23) & 0x7F)
141 #define S_SQ_CF_ALLOC_EXPORT_WORD1_CF_INST(x) (((x) & 0x7F) << 23)
142 #define G_SQ_CF_ALLOC_EXPORT_WORD1_CF_INST(x) (((x) >> 23) & 0x7F)
    [all...]
eg_sq.h 95 #define S_SQ_CF_ALU_WORD1_COUNT(x) (((x) & 0x7F) << 18)
96 #define G_SQ_CF_ALU_WORD1_COUNT(x) (((x) >> 18) & 0x7F)
166 #define S_SQ_CF_ALLOC_EXPORT_WORD0_RW_GPR(x) (((x) & 0x7F) << 15)
167 #define G_SQ_CF_ALLOC_EXPORT_WORD0_RW_GPR(x) (((x) >> 15) & 0x7F)
172 #define S_SQ_CF_ALLOC_EXPORT_WORD0_INDEX_GPR(x) (((x) & 0x7F) << 23)
173 #define G_SQ_CF_ALLOC_EXPORT_WORD0_INDEX_GPR(x) (((x) >> 23) & 0x7F)
286 #define S_SQ_ALU_WORD1_DST_GPR(x) (((x) & 0x7F) << 21)
287 #define G_SQ_ALU_WORD1_DST_GPR(x) (((x) >> 21) & 0x7F)
353 #define S_SQ_VTX_WORD0_SRC_GPR(x) (((x) & 0x7F) << 16)
354 #define G_SQ_VTX_WORD0_SRC_GPR(x) (((x) >> 16) & 0x7F)
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_sq.h 55 #define S_SQ_CF_WORD1_CF_INST(x) (((x) & 0x7F) << 23)
56 #define G_SQ_CF_WORD1_CF_INST(x) (((x) >> 23) & 0x7F)
91 #define S_SQ_CF_ALU_WORD1_COUNT(x) (((x) & 0x7F) << 18)
92 #define G_SQ_CF_ALU_WORD1_COUNT(x) (((x) >> 18) & 0x7F)
121 #define S_SQ_CF_ALLOC_EXPORT_WORD0_RW_GPR(x) (((x) & 0x7F) << 15)
122 #define G_SQ_CF_ALLOC_EXPORT_WORD0_RW_GPR(x) (((x) >> 15) & 0x7F)
127 #define S_SQ_CF_ALLOC_EXPORT_WORD0_INDEX_GPR(x) (((x) & 0x7F) << 23)
128 #define G_SQ_CF_ALLOC_EXPORT_WORD0_INDEX_GPR(x) (((x) >> 23) & 0x7F)
143 #define S_SQ_CF_ALLOC_EXPORT_WORD1_CF_INST(x) (((x) & 0x7F) << 23)
144 #define G_SQ_CF_ALLOC_EXPORT_WORD1_CF_INST(x) (((x) >> 23) & 0x7F)
    [all...]
r700_sq.h 55 #define S_SQ_CF_WORD1_CF_INST(x) (((x) & 0x7F) << 23)
56 #define G_SQ_CF_WORD1_CF_INST(x) (((x) >> 23) & 0x7F)
90 #define S_SQ_CF_ALU_WORD1_COUNT(x) (((x) & 0x7F) << 18)
91 #define G_SQ_CF_ALU_WORD1_COUNT(x) (((x) >> 18) & 0x7F)
119 #define S_SQ_CF_ALLOC_EXPORT_WORD0_RW_GPR(x) (((x) & 0x7F) << 15)
120 #define G_SQ_CF_ALLOC_EXPORT_WORD0_RW_GPR(x) (((x) >> 15) & 0x7F)
125 #define S_SQ_CF_ALLOC_EXPORT_WORD0_INDEX_GPR(x) (((x) & 0x7F) << 23)
126 #define G_SQ_CF_ALLOC_EXPORT_WORD0_INDEX_GPR(x) (((x) >> 23) & 0x7F)
141 #define S_SQ_CF_ALLOC_EXPORT_WORD1_CF_INST(x) (((x) & 0x7F) << 23)
142 #define G_SQ_CF_ALLOC_EXPORT_WORD1_CF_INST(x) (((x) >> 23) & 0x7F)
    [all...]
eg_sq.h 95 #define S_SQ_CF_ALU_WORD1_COUNT(x) (((x) & 0x7F) << 18)
96 #define G_SQ_CF_ALU_WORD1_COUNT(x) (((x) >> 18) & 0x7F)
166 #define S_SQ_CF_ALLOC_EXPORT_WORD0_RW_GPR(x) (((x) & 0x7F) << 15)
167 #define G_SQ_CF_ALLOC_EXPORT_WORD0_RW_GPR(x) (((x) >> 15) & 0x7F)
172 #define S_SQ_CF_ALLOC_EXPORT_WORD0_INDEX_GPR(x) (((x) & 0x7F) << 23)
173 #define G_SQ_CF_ALLOC_EXPORT_WORD0_INDEX_GPR(x) (((x) >> 23) & 0x7F)
286 #define S_SQ_ALU_WORD1_DST_GPR(x) (((x) & 0x7F) << 21)
287 #define G_SQ_ALU_WORD1_DST_GPR(x) (((x) >> 21) & 0x7F)
353 #define S_SQ_VTX_WORD0_SRC_GPR(x) (((x) & 0x7F) << 16)
354 #define G_SQ_VTX_WORD0_SRC_GPR(x) (((x) >> 16) & 0x7F)
    [all...]
  /art/runtime/
leb128_test.cc 32 {0x7F, {0x7F, 0, 0, 0, 0}},
39 {0x0FFFFFFF, {0xFF, 0xFF, 0xFF, 0x7F, 0}},
76 {-1, {0x7F, 0, 0, 0, 0}},
80 {-0x41, {0xBF, 0x7F, 0, 0, 0}},
81 {-0x80, {0x80, 0x7F, 0, 0, 0}},
84 {-0x00002001, {0xFF, 0xBF, 0x7F, 0, 0}},
86 {-0x00100001, {0xFF, 0xFF, 0xBF, 0x7F, 0}},
88 {-0x08000001, {0xFF, 0xFF, 0xFF, 0xBF, 0x7F}},
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8_test_helper.cc 165 if (hdr_info_->pictureId > 0x7F) {
167 EXPECT_EQ(buffer_[payload_start_] & 0x7F,
168 (hdr_info_->pictureId >> 8) & 0x7F);
174 EXPECT_EQ(buffer_[payload_start_] & 0x7F,
175 (hdr_info_->pictureId) & 0x7F);
  /hardware/intel/img/psb_video/fw/msvdx/
thread1_bin.c 67 0xC2,0x0D,0x4C,0xCD,0xC0,0x0D,0x09,0xC8,0x42,0x0E,0x80,0xB0,0xE6,0x0B,0x7F,0xB7,0x74,0x7E,0x82,0x08,0x8D,0xA4,0xF3,0x9F,0xFF,0x97,0x13,0x9D,0x81,0x80,
87 0x74,0x7F,0x08,0xF2,0x41,0xA2,0x71,0xC9,0x80,0x9C,0x00,0xE0,0x08,0x2A,0x00,0xC0,0xE4,0x91,0x17,0xC9,0x83,0x9C,0x9F,0xB7,0x6C,0x7F,0x04,0x1A,0x9F,0xB5,
88 0x6C,0x7F,0x5F,0xB7,0x6C,0x7F,0x80,0x74,0x04,0x93,0x27,0xC9,0x8B,0x9C,0x08,0xF2,0x42,0xA3,0x94,0xC0,0x35,0x9A,0x71,0xC9,0x80,0x9C,0x11,0xF0,0xC4,0x2A,
98 0xF9,0x2E,0x6C,0x9E,0xD8,0x32,0x71,0xC1,0xCD,0x9C,0x9F,0xB7,0x6E,0x7F,0xBF,0xB7,0xEE,0x7F,0x40,0x8C,0x22,0x9C,0x0D,0xA6,0x07,0x03,0x07,0x07,0x82,0x0A,
100 0x0D,0x00,0x0D,0x04,0x9F,0xB7,0xEE,0x7E,0xBF,0xB7,0x6E,0x7F,0xDF,0xB7,0xEE,0x7F,0x60,0x8C,0x22,0x9C,0x54,0xC1,0x42,0x98,0x00,0x74,0xFF,0xFF,0xA4,0x91,
101 0xEF,0x97,0x1D,0xA6,0x20,0x84,0x7F,0xB5,0xEE,0x7F,0x82,0x0F,0x72,0xC1,0xCF,0x9C,0x80,0xB7,0x8C,0x46,0xF5,0xC1,0x42,0x0F,0xF1,0xC1,0x8 (…)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/
g711.h 215 mask = 0x7F;
228 u_val = (uint8_t)(0x7F ^ mask);
300 return (uint8_t)(0x7F ^ mask);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
unpack_bits.c 38 enc_bits->lsf[1] = ((*bitstreamPtr)>>3)&0x7F; /* Bit 6..12 */
64 enc_bits->lsf[5] = ((*bitstreamPtr)>>8)&0x7F; /* Bit 1..7 */
151 enc_bits->cb_index[1] = ((*bitstreamPtr)>>6)&0x7F; /* Bit 3..9 */
164 enc_bits->cb_index[5] = ((*bitstreamPtr)>>8)&0x7F; /* Bit 1..7 */
183 enc_bits->cb_index[1] = ((*bitstreamPtr)>>4)&0x7F; /* Bit 5..11 */
196 enc_bits->cb_index[5] = ((*bitstreamPtr)>>6)&0x7F; /* Bit 3..9 */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1OutputStream.java 93 stack[--pos] = (byte)(tagNo & 0x7F);
98 stack[--pos] = (byte)(tagNo & 0x7F | 0x80);
  /bionic/libc/kernel/uapi/linux/
if_fddi.h 52 #define FDDI_FC_K_RESERVED_MAX 0x7F
  /development/ndk/platforms/android-3/include/linux/
if_fddi.h 40 #define FDDI_FC_K_RESERVED_MAX 0x7F
  /development/ndk/platforms/android-L/include/linux/
if_fddi.h 52 #define FDDI_FC_K_RESERVED_MAX 0x7F
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Character.h 56 static bool treatAsZeroWidthSpaceInComplexScript(UChar c) { return c < 0x20 || (c >= 0x7F && c < 0xA0) || c == softHyphen || c == zeroWidthSpace || (c >= 0x200e && c <= 0x200f) || (c >= 0x202a && c <= 0x202e) || c == zeroWidthNoBreakSpace || c == objectReplacementCharacter; }
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
decoder_database.h 63 static const uint8_t kMaxRtpPayloadType = 0x7F; // Max for a 7-bit number.
  /external/freetype/src/autofit/
afglobal.h 76 #define AF_STYLE_UNASSIGNED 0x7F
  /external/kernel-headers/original/uapi/linux/
if_fddi.h 59 #define FDDI_FC_K_RESERVED_MAX 0x7F
  /external/libgsm/src/
gsm_print.c 37 Nc[0] = (*c >> 1) & 0x7F;
60 Nc[1] = (*c >> 1) & 0x7F;
84 Nc[2] = (*c >> 1) & 0x7F;
107 Nc[3] = (*c >> 1) & 0x7F;
  /external/llvm/unittests/Support/
UnicodeTest.cpp 70 EXPECT_FALSE(isPrintable(0x7F)); // <control-007F>..<control-009F>

Completed in 1717 milliseconds

12 3 4 5 6 7 8 91011>>