Searched refs:DO16 (Results 1 - 6 of 6) sorted by relevance

/external/freetype/src/gzip/
H A Dadler32.c18 #define DO16(buf) DO8(buf,0); DO8(buf,8); macro
36 DO16(buf);
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_adler32.c22 #define DO16(buf) DO8(buf,0); DO8(buf,8); macro
109 DO16(buf); /* 16 sums unrolled */
120 DO16(buf);
/external/zlib/src/
H A Dadler32.c22 #define DO16(buf) DO8(buf,0); DO8(buf,8); macro
109 DO16(buf); /* 16 sums unrolled */
120 DO16(buf);
/external/google-breakpad/src/common/mac/
H A Dmacho_id.cc93 #define DO16(buf) DO8(buf,0); DO8(buf,8); macro
103 DO16(bytes);
114 DO16(bytes);
/external/valgrind/auxprogs/
H A Dvalgrind-di-server.c259 # define DO16(buf) DO8(buf,0); DO8(buf,8); macro
331 DO16(buf); /* 16 sums unrolled */
342 DO16(buf);
358 # undef DO16 macro
/external/valgrind/coregrind/
H A Dm_libcbase.c997 # define DO16(buf) DO8(buf,0); DO8(buf,8); macro
1069 DO16(buf); /* 16 sums unrolled */
1080 DO16(buf);
1096 # undef DO16 macro

Completed in 950 milliseconds