Home
last modified time | relevance | path

Searched defs:PUT2 (Results 1 - 2 of 2) sorted by relevance

/third_party/zlib/examples/
H A Dgzlog.c283 #define PUT2(p,a) do {(p)[0]=a;(p)[1]=(a)>>8;} while(0) macro
/third_party/pcre2/pcre2/src/
H A Dpcre2_intmodedep.h78 #undef PUT2 macro
195 #define PUT2(a,n,d) a[n] = (d) >> 8, a[(n)+1] = (d) & 255 macro
200 #define PUT2(a,n,d) a[n] = d macro

Completed in 5 milliseconds