HomeSort by relevance Sort by last modified time
    Searched refs:get_byte (Results 1 - 13 of 13) sorted by null

  /bootable/recovery/
asn1_decoder.cpp 28 int asn1_context::get_byte() { function in class:asn1_context
49 int num_octets = get_byte();
63 int byte = get_byte();
78 int type = get_byte();
109 if ((get_byte() & kMaskTag) != kTagSequence) {
120 if ((get_byte() & kMaskTag) != kTagSet) {
132 if (get_byte() == -1 || !decode_length(&length) || !skip_bytes(length)) {
139 if (get_byte() != kTagOid) {
150 if (get_byte() != kTagOctetString) {
asn1_decoder.h 46 int get_byte();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
gzio.c 78 local int get_byte OF((gz_stream *s));
261 local int get_byte(s) function
323 method = get_byte(s);
324 flags = get_byte(s);
331 for (len = 0; len < 6; len++) (void)get_byte(s);
334 len = (uInt)get_byte(s);
335 len += ((uInt)get_byte(s))<<8;
337 while (len-- != 0 && get_byte(s) != EOF) ;
340 while ((c = get_byte(s)) != 0 && c != EOF) ;
343 while ((c = get_byte(s)) != 0 && c != EOF) ;
    [all...]
  /external/skia/src/codec/
SkBmpStandardCodec.cpp 97 uint8_t blue = get_byte(cBuffer.get(), i*fBytesPerColor);
98 uint8_t green = get_byte(cBuffer.get(), i*fBytesPerColor + 1);
99 uint8_t red = get_byte(cBuffer.get(), i*fBytesPerColor + 2);
104 alpha = get_byte(cBuffer.get(), i*fBytesPerColor + 3);
SkBmpRLECodec.cpp 87 uint8_t blue = get_byte(cBuffer.get(), i*fBytesPerColor);
88 uint8_t green = get_byte(cBuffer.get(), i*fBytesPerColor + 1);
89 uint8_t red = get_byte(cBuffer.get(), i*fBytesPerColor + 2);
SkCodecPriv.h 181 static inline uint8_t get_byte(uint8_t* buffer, uint32_t i) { function
  /development/vndk/tools/abi-tool/
vndk_abi_tool.py 17 def get_byte(buf, idx): function
45 def get_byte(buf, idx): function
183 ei_class = get_byte(buf, EI_CLASS)
188 ei_data = get_byte(buf, EI_DATA)
  /external/libjpeg-turbo/
jdarith.c 68 get_byte (j_decompress_ptr cinfo) function
123 data = get_byte(cinfo); /* read next input byte */
125 do data = get_byte(cinfo);
  /external/iproute2/include/
utils.h 105 #define get_byte get_u8 macro
  /external/syslinux/memdisk/
unzip.c 78 static inline uch get_byte(void) function
inflate.c 219 #define NEXTBYTE() (uch)get_byte()
  /external/brotli/dec/
decode.c 587 BROTLI_BOOL get_byte = BROTLI_FALSE; local
593 if (get_byte && !BrotliPullByte(br)) return BROTLI_DECODER_NEEDS_MORE_INPUT;
594 get_byte = BROTLI_FALSE;
601 get_byte = BROTLI_TRUE;
614 get_byte = BROTLI_TRUE;
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/
jaxb-runtime-2.2.11.jar 

Completed in 4501 milliseconds