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

  /bionic/libc/arch-mips/string/
mips-string-ops.h 141 #define get_byte(__x,__idx) (((unsigned char *) (__x))[__idx]) macro
  /external/skia/src/codec/
SkCodecPriv.h 222 inline uint8_t get_byte(uint8_t* buffer, uint32_t i) { function
  /bootable/recovery/
asn1_decoder.cpp 62 static inline int get_byte(asn1_context_t* ctx) { function
82 int num_octets = get_byte(ctx);
96 int byte = get_byte(ctx);
111 int type = get_byte(ctx);
142 if ((get_byte(ctx) & kMaskTag) != kTagSequence) {
153 if ((get_byte(ctx) & kMaskTag) != kTagSet) {
165 if (get_byte(ctx) == -1 || !decode_length(ctx, &length) || !skip_bytes(ctx, length)) {
172 if (get_byte(ctx) != kTagOid) {
183 if (get_byte(ctx) != kTagOctetString) {
  /external/iproute2/include/
utils.h 105 #define get_byte get_u8 macro
  /external/libjpeg-turbo/
jdarith.c 67 get_byte (j_decompress_ptr cinfo) function
122 data = get_byte(cinfo); /* read next input byte */
124 do data = get_byte(cinfo);
  /external/opencv3/3rdparty/libjpeg/
jdarith.c 65 get_byte (j_decompress_ptr cinfo) function
120 data = get_byte(cinfo); /* read next input byte */
122 do data = get_byte(cinfo);
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/
jaxb-runtime-2.2.11.jar 

Completed in 1378 milliseconds