Searched defs:byte (Results 1 – 13 of 13) sorted by relevance
| /frameworks/compile/mclinker/lib/Support/ |
| D | LEB128.cpp | 20 ByteType byte = pValue & 0x7f; in encode() local 72 ByteType byte = pValue & 0x7f; in encode() local 118 ByteType byte; in decode() local 137 ByteType byte; in decode() local 186 ByteType byte; in decode() local 207 ByteType byte; in decode() local
|
| /frameworks/opt/net/lowpan/lowpan_hdlc_adapter/ |
| D | hdlc_lite.c | 67 bool hdlc_byte_needs_escape(uint8_t byte) in hdlc_byte_needs_escape() 83 int hdlc_write_byte(uint8_t* out_buffer, uint8_t byte) in hdlc_write_byte()
|
| D | lowpan_hdlc_adapter.cpp | 229 void feedByte(uint8_t byte) { in feedByte()
|
| /frameworks/compile/libbcc/bcinfo/Wrap/ |
| D | file_wrapper_output.cpp | 34 bool FileWrapperOutput::Write(uint8_t byte) { in Write()
|
| /frameworks/av/media/libmediaextractor/ |
| D | DataSourceBase.cpp | 29 uint8_t byte[2]; in getUInt16() local 42 uint8_t byte[3]; in getUInt24() local
|
| /frameworks/base/libs/protoutil/src/ |
| D | EncodedBuffer.cpp | 232 uint8_t byte = readRawByte(); in readRawVarint() local 349 uint8_t byte = next(); in readRawVarint() local
|
| D | ProtoOutputStream.cpp | 523 ProtoOutputStream::writeRawByte(uint8_t byte) in writeRawByte()
|
| /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
| D | bitstream_io.cpp | 583 UChar *ptr, byte; in BitstreamRepos() local 683 UChar *pSrc, *pDst, byte; in BitstreamPrependPacket() local
|
| D | motion_est.cpp | 678 UChar *ptr, byte; in HTFMPrepareCurMB() local
|
| /frameworks/support/buildSrc/src/main/kotlin/androidx/build/checkapi/ |
| D | CheckApiTask.kt | 44 private fun ByteArray.encodeHex() = fold(StringBuilder(), { builder, byte -> in <lambda>() method
|
| /frameworks/native/opengl/tools/glgen/src/ |
| D | JType.java | 43 typeMapping.put(new CType("GLubyte"), new JType("byte")); in typeMapping.put() 47 typeMapping.put(new CType("char"), new JType("byte")); in typeMapping.put() 115 new JType("byte", false, true)); in arrayTypeMapping.put() 117 new JType("byte", false, true)); in arrayTypeMapping.put()
|
| /frameworks/base/tools/bit/ |
| D | adb.cpp | 90 uint8_t byte; in read_varint() local
|
| /frameworks/av/media/libstagefright/ |
| D | MPEG4Writer.cpp | 2493 static void getNalUnitType(uint8_t byte, uint8_t* type) { in getNalUnitType()
|