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

  /external/zlib/src/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/dist2/src/
pcre2_intmodedep.h 77 #undef PUT2
194 #define PUT2(a,n,d) a[n] = (d) >> 8, a[(n)+1] = (d) & 255
199 #define PUT2(a,n,d) a[n] = d
543 #define PUT2INC(a,n,d) PUT2(a,n,d), a += IMM2_SIZE
    [all...]
pcre2_compile.c     [all...]

Completed in 69 milliseconds