Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 25 of 62) sorted by relevance

123

/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_blit_0.c48 Uint8 byte = 0, bit; in BlitBto1() local
65 Uint8 byte = 0, bit; in BlitBto1() local
101 Uint8 byte = 0, bit; in BlitBto2() local
135 Uint8 byte = 0, bit; in BlitBto3() local
173 Uint8 byte = 0, bit; in BlitBto4() local
207 Uint8 byte = 0, bit; in BlitBto1Key() local
224 Uint8 byte = 0, bit; in BlitBto1Key() local
259 Uint8 byte = 0, bit; in BlitBto2Key() local
292 Uint8 byte = 0, bit; in BlitBto3Key() local
326 Uint8 byte = 0, bit; in BlitBto4Key() local
[all …]
/external/opencore/fileformats/mp4/composer/src/
Datomutils.cpp40 uint8 byte = (uint8)((data >> (56 - i)) & 0x000000ff); in render64() local
59 uint8 byte = (uint8)((data >> (24 - i)) & 0x000000ff); in render32() local
78 uint8 byte = (uint8)((data >> (16 - i)) & 0x0000ff); in render24() local
97 uint8 byte = (uint8)((data >> (8 - i)) & 0x00ff); in render16() local
129 uint8 byte = 0; in renderString() local
185 uint8 byte = 0; in renderNullTerminatedString() local
/external/webkit/V8Binding/v8/src/
Ddisasm.h33 typedef unsigned char byte; typedef
Dregexp-macro-assembler-irregexp-inl.h43 void RegExpMacroAssemblerIrregexp::Emit(uint32_t byte, in Emit()
/external/elfutils/libasm/
Dasm_adduleb128.c45 uint32_t byte; local
Dasm_addsleb128.c45 uint32_t byte; local
/external/icu4c/i18n/
Ducol_wgt.c68 setWeightByte(uint32_t weight, int32_t index, uint32_t byte) { in setWeightByte()
95 uint32_t byte; in incWeight() local
406 uint32_t byte; in ucol_allocWeights() local
/external/srec/portable/src/
Dpcrc.c127 register unsigned char byte; in pcrcUpdateData() local
/external/icu4c/test/intltest/
Dstrtest.cpp30 uint8_t byte; in TestEndian() member
/external/aes/
Daesaux.h39 typedef unsigned char byte; typedef
/external/webkit/WebCore/platform/cf/
DBinaryPropertyList.cpp392 inline void BinaryPropertyListSerializer::appendByte(unsigned char byte) in appendByte()
398 inline void BinaryPropertyListSerializer::appendByte(unsigned byte) in appendByte()
404 inline void BinaryPropertyListSerializer::appendByte(unsigned long byte) in appendByte()
410 inline void BinaryPropertyListSerializer::appendByte(int byte) in appendByte()
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dbitstream_io.cpp86 uint8 *write_pnt, byte; in AVCBitstreamSaveWord() local
/external/opencore/baselibs/gen_data_structures/src/
Dbitstreamparser.cpp176 uint8 byte = *bytepos; in WriteBits() local
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dbitstream_io.cpp582 UChar *ptr, byte; in BitstreamRepos() local
682 UChar *pSrc, *pDst, byte; in BitstreamPrependPacket() local
/external/yaffs2/yaffs2/
Dyaffs_ecc.c190 unsigned byte; in yaffs_ECCCorrect() local
/external/dbus/dbus/
Ddbus-string-util.c90 unsigned char byte, in _dbus_string_find_byte_backward()
Ddbus-string.c506 unsigned char byte) in _dbus_string_set_byte()
553 unsigned char byte) in _dbus_string_insert_bytes()
582 unsigned char byte) in _dbus_string_insert_byte()
1277 unsigned char byte) in _dbus_string_append_byte()
2360 int byte) in _dbus_string_append_byte_as_hex()
/external/webkit/WebCore/platform/image-decoders/bmp/
DBMPImageReader.cpp712 for (size_t byte = 0; byte < unpaddedNumBytes; ++byte) { in processNonRLEData() local
/external/icu4c/tools/toolutil/
Dunewdata.c139 udata_write8(UNewDataMemory *pData, uint8_t byte) { in udata_write8()
/external/skia/src/animator/
DSkBase64.cpp54 int byte = 0; in decode() local
/external/icu4c/tools/genccode/
Dgenccode.c1174 write8(FileStream *out, uint8_t byte) { in write8()
1206 write8str(FileStream *out, uint8_t byte) { in write8str()
/external/icu4c/io/
Dufmt_cmn.c207 uint8_t byte = (uint8_t)ufmt_digitvalue(buffer[count]); in ufmt_utop() local
/external/zlib/contrib/iostream2/
Dzstream.h46 struct Val { unsigned char byte; size_t word; } val; member
/external/dbus/tools/
Ddbus-send.c49 unsigned char byte; in append_arg() local
/external/skia/src/images/
DSkImageDecoder_libico.cpp292 int byte = readByte(buf, xorOffset + (pixelNo >> 3)); in editPixelBit1() local
320 int byte = readByte(buf, xorOffset + (pixelNo >> 1)); in editPixelBit4() local

123