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

  /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) {
  /bionic/libc/arch-mips/string/
mips_strlen.c 62 if (get_byte (_a, 0) == 0)
70 if (get_byte (_a, 0) == 0)
72 if (get_byte (_a, 1) == 0)
mips-string-ops.h 141 #define get_byte(__x,__idx) (((unsigned char *) (__x))[__idx]) macro
  /external/libjpeg-turbo/
jdhuff.c 402 #define GET_BYTE \
428 GET_BYTE GET_BYTE GET_BYTE GET_BYTE GET_BYTE GET_BYTE \
436 GET_BYTE GET_BYTE \
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/skia/src/codec/
SkBmpStandardCodec.cpp 107 uint8_t blue = get_byte(cBuffer.get(), i*fBytesPerColor);
108 uint8_t green = get_byte(cBuffer.get(), i*fBytesPerColor + 1);
109 uint8_t red = get_byte(cBuffer.get(), i*fBytesPerColor + 2);
114 alpha = get_byte(cBuffer.get(), i*fBytesPerColor + 3);
SkCodecPriv.h 222 inline uint8_t get_byte(uint8_t* buffer, uint32_t i) { function
SkBmpRLECodec.cpp 101 uint8_t blue = get_byte(cBuffer.get(), i*fBytesPerColor);
102 uint8_t green = get_byte(cBuffer.get(), i*fBytesPerColor + 1);
103 uint8_t red = get_byte(cBuffer.get(), i*fBytesPerColor + 2);
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
common.h 292 * @param GET_BYTE Expression reading one byte from the input.
299 #define GET_UTF8(val, GET_BYTE, ERROR)\
300 val= GET_BYTE;\
306 int tmp= GET_BYTE - 128;\
  /external/iproute2/include/
utils.h 105 #define get_byte get_u8 macro
  /system/connectivity/shill/
HACKING 31 int8 data = var.reader().get_byte();
  /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);
  /external/google-breakpad/src/third_party/libdisasm/
ia32_insn.c 295 modrm = GET_BYTE( buf, buf_len );
383 op = GET_BYTE( buf, buf_len );
ia32_insn.h 10 #define GET_BYTE( buf, buf_len ) buf_len ? *buf : 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libz.a 296  H%L? p?`p?'` ?/e70?<TE`/K?!T?2_h?py~????????????????????? &P -5:AJQ@'Zp&a?h 6o`?{?????????p{????  @>%??,?3?j<destroyget_bytegetLongcheck_headergz_seekgz_openT.64gzungetcgzeofgzdirectgzclearerrclearerrgzerrorz_errmsgfreestrlenmallocstrcpystrcat__errno_locationstrerrorfcloseinflateEnddeflateEndgzclosedeflatefwritefputcgzwritecrc32gzrewindfseekoinflateResetfreadferrorgzreadinflatefeofmemcpyfseeko64memsetgzseek64gzseekgzgetsgzgetcgzsetparamsdeflateParamsinflateInit2_fdopen__fprintf_chkftellofopen64deflateInit2_fopen__stack_chk_failgzdopen__sprintf_chkgzopen64gzopengztellgztell64gzflushfflushgzputsgzputcgzprintf__vsnprintf_chk%O^is???????Gcr?????D ?!?"""("A"R"k"w"#!W ?$$O&\'??(?)?(4)(
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib/
libz.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib/
libz.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libz.a 387 #(5<? C L ?Tb? ?n|` G?? O?V?`???????????=?)?@B???(??#??????+'0/50=FMV@*ado_flushdestroyget_bytecheck_headergz_opengzread.part.0gz_seekgz_seek.constprop.3deflatefwritefreefclose__errno_locationdeflateEndinflateEndfreadferrormalloccrc32strlenstrcpyinflateInit2_fdopen__fprintf_chkftellofopen64fopendeflateInit2___stack_chk_failinflatefeofinflateResetmemcpygzopengzopen64gzdopen__sprintf_chkgzsetparamsdeflateParamsgzreadgzgetcgzungetcgzgetsgzwritefseekofseeko64memsetgzprintf__vsnprintf_chkgzputcgzputsgzflushfflushgzseekgzseek64gzrewindgztellgztell64gzeofgzdirectgzclosefputcgzerrorz_errmsgstrcatstrerrorgzclearerrclearerrQ?B]l{?????f?,Dy5@^?4Z??^ ?!?"?#"W$? B %? ? f
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
ChangeLog.21     [all...]

Completed in 1014 milliseconds