Home
last modified time | relevance | path

Searched refs:PUT2 (Results 1 – 3 of 3) sorted by relevance

/external/zlib/src/examples/
Dgzlog.c283 #define PUT2(p,a) do {(p)[0]=a;(p)[1]=(a)>>8;} while(0) macro
284 #define PUT4(p,a) do {PUT2(p,a);PUT2(p+2,a>>16);} while(0)
448 PUT2(ext + 32, log->stored); in log_mark()
489 PUT2(buf + 2, log->stored); in log_last()
490 PUT2(buf + 4, log->stored ^ 0xffff); in log_last()
/external/pcre/dist/
Dpcre_internal.h539 #define PUT2(a,n,d) \ macro
554 #define PUT2(a,n,d) \ macro
564 #define PUT2(a,n,d) \ macro
574 #define PUT2INC(a,n,d) PUT2(a,n,d), a += IMM2_SIZE
Dpcre_compile.c6737 PUT2(code, 2+LINK_SIZE, recno); in compile_branch()
6770 PUT2(code, 2+LINK_SIZE, offset); in compile_branch()
6771 PUT2(code, 2+LINK_SIZE+IMM2_SIZE, count); in compile_branch()
6777 PUT2(code, 2+LINK_SIZE, recno); in compile_branch()
6810 PUT2(code, 2+LINK_SIZE, recno); in compile_branch()
7465 PUT2(code, 1+LINK_SIZE, cd->bracount); in compile_branch()
8716 PUT2(slot, 0, groupno); in add_name()