HomeSort by relevance Sort by last modified time
    Searched refs:PUT2 (Results 1 - 3 of 3) sorted by null

  /external/zlib/examples/
gzlog.c 283 #define PUT2(p,a) do {(p)[0]=a;(p)[1]=(a)>>8;} while(0)
284 #define PUT4(p,a) do {PUT2(p,a);PUT2(p+2,a>>16);} while(0)
448 PUT2(ext + 32, log->stored);
489 PUT2(buf + 2, log->stored);
490 PUT2(buf + 4, log->stored ^ 0xffff);
    [all...]
  /external/pcre/
pcre_internal.h 399 #define PUT2(a,n,d) \
406 #define PUT2INC(a,n,d) PUT2(a,n,d), a += 2
    [all...]
pcre_compile.c     [all...]

Completed in 2689 milliseconds