Searched
refs:xFF (Results
501 -
525 of
2912) sorted by null
<<21222324252627282930>>
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/ |
fakeperiodicvideocapturer.h | 82 // Offset 0xFF to make sure this don't collide with base class messages. 83 MSG_CREATEFRAME = 0xFF
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
videocommon.h | 143 name.push_back(static_cast<char>(fourcc & 0xFF)); 144 name.push_back(static_cast<char>((fourcc >> 8) & 0xFF)); 145 name.push_back(static_cast<char>((fourcc >> 16) & 0xFF)); 146 name.push_back(static_cast<char>((fourcc >> 24) & 0xFF));
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_swizzle.h | 47 #define LP_BLD_SWIZZLE_DONTCARE 0xFF
|
/external/chromium_org/third_party/skia/gm/ |
xfermodes3.cpp | 57 0xff, 188 SkPackARGB32(0xFF, 0x40, 0x40, 0x40), 189 SkPackARGB32(0xFF, 0xD0, 0xD0, 0xD0), 190 SkPackARGB32(0xFF, 0xD0, 0xD0, 0xD0), 191 SkPackARGB32(0xFF, 0x40, 0x40, 0x40)
|
/external/chromium_org/third_party/skia/src/core/ |
SkFontDescriptor.cpp | 17 // These count backwards from 0xFF, so as not to collide with the SFNT 20 kSentinel = 0xFF,
|
/external/chromium_org/third_party/skia/src/effects/ |
SkStippleMaskFilter.cpp | 38 scanline[x] = srcScanLine[x] && ((x+y) & 0x1) ? 0xFF : 0x00;
|
/external/chromium_org/third_party/skia/tests/ |
SortTest.cpp | 20 array[j] = rand.nextS() & 0xFF;
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/ |
initial_delay_manager.h | 83 static const uint8_t kInvalidPayloadType = 0xFF;
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
decoder_database.h | 66 static const uint8_t kRtpPayloadTypeError = 0xFF;
|
packet_buffer.cc | 87 if (*current_cng_rtp_payload_type != 0xFF && 90 *current_rtp_payload_type = 0xFF; 97 if (*current_rtp_payload_type != 0xFF && 99 *current_cng_rtp_payload_type = 0xFF;
|
/external/deqp/execserver/ |
xsProtocol.cpp | 34 deUint32 b0 = (value >> 0) & 0xFF; 35 deUint32 b1 = (value >> 8) & 0xFF; 36 deUint32 b2 = (value >> 16) & 0xFF; 37 deUint32 b3 = (value >> 24) & 0xFF;
|
/external/e2fsprogs/lib/e2p/ |
uuid.c | 70 uuid.clock_seq >> 8, uuid.clock_seq & 0xFF,
|
/external/e2fsprogs/lib/ext2fs/ |
dosio.h | 134 #define HW_SENSE_FAIL() ((unsigned char)_dio_hw_error == 0xFF)
|
/external/emma/core/java12/com/vladium/util/ |
ByteArrayIStream.java | 50 return 0xFF & m_buf [m_pos ++];
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
ImageHeaderParser.java | 54 private static final int SEGMENT_START_ID = 0xFF; 80 final int firstTwoBytes = firstByte << 8 & 0xFF00 | streamReader.getUInt8() & 0xFF; 300 return (is.read() << 8 & 0xFF00) | (is.read() & 0xFF); 304 return (short) (is.read() & 0xFF);
|
/external/icu/icu4c/source/layout/ |
OpenTypeUtilities.cpp | 200 str[0]= 0xFF & (tag>>24); 201 str[1]= 0xFF & (tag>>16); 202 str[2]= 0xFF & (tag>>8); 203 str[3]= 0xFF & (tag>>0);
|
/external/kernel-headers/original/uapi/linux/ |
llc.h | 76 #define LLC_SAP_GLOBAL 0xFF /* Global SAP. */
|
/external/libgsm/src/ |
add.c | 146 ? -1 + bitoff[ 0xFF & (a >> 24) ] 147 : 7 + bitoff[ 0xFF & (a >> 16) ] ) 149 ? 15 + bitoff[ 0xFF & (a >> 8) ] 150 : 23 + bitoff[ 0xFF & a ] );
|
/external/libnfc-nci/src/nfa/include/ |
nfa_hci_defs.h | 37 #define NFA_HCI_LAST_PROP_GATE 0xFF
|
/external/lzma/CPP/7zip/Common/ |
InBuffer.cpp | 80 return 0xFF;
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_swizzle.h | 47 #define LP_BLD_SWIZZLE_DONTCARE 0xFF
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
BitReaderBuffer.java | 22 rc = (v << (position % 8) & 0xFF) >> ((position % 8) + (left - i));
|
/external/nanopb-c/examples/using_double_on_avr/ |
double_conversion.c | 26 exponent = ((in.i >> 23) & 0xFF) - 127;
|
/external/skia/gm/ |
xfermodes3.cpp | 57 0xff, 188 SkPackARGB32(0xFF, 0x40, 0x40, 0x40), 189 SkPackARGB32(0xFF, 0xD0, 0xD0, 0xD0), 190 SkPackARGB32(0xFF, 0xD0, 0xD0, 0xD0), 191 SkPackARGB32(0xFF, 0x40, 0x40, 0x40)
|
/external/skia/src/core/ |
SkFontDescriptor.cpp | 17 // These count backwards from 0xFF, so as not to collide with the SFNT 20 kSentinel = 0xFF,
|
Completed in 1250 milliseconds
<<21222324252627282930>>