HomeSort by relevance Sort by last modified time
    Searched defs:get_byte (Results 1 - 9 of 9) 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) {
  /external/skia/src/codec/
SkCodecPriv.h 171 static inline uint8_t get_byte(uint8_t* buffer, uint32_t i) { function
  /external/skqp/src/codec/
SkCodecPriv.h 171 static inline uint8_t get_byte(uint8_t* buffer, uint32_t i) { function
  /external/iproute2/include/
utils.h 95 #define get_byte get_u8 macro
  /external/libjpeg-turbo/
jdarith.c 71 get_byte (j_decompress_ptr cinfo) function
126 data = get_byte(cinfo); /* read next input byte */
128 do data = get_byte(cinfo);
  /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/syslinux/memdisk/
unzip.c 78 static inline uch get_byte(void) function
  /external/brotli/c/dec/
decode.c 602 BROTLI_BOOL get_byte = BROTLI_FALSE; local
608 if (get_byte && !BrotliPullByte(br)) return BROTLI_DECODER_NEEDS_MORE_INPUT;
609 get_byte = BROTLI_FALSE;
616 get_byte = BROTLI_TRUE;
629 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 1139 milliseconds