Searched defs:LENGTH (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libodelta/
H A Dsuftree.h45 #define LENGTH(n) ((n)->_length) macro
/ast/src/cmd/vczip/tests/
H A Dtvcrdb.c69 #define LENGTH(maxn) (maxn) macro
71 #define LENGTH(maxn) ((trandom() % (maxn)) + 1) macro
93 n = LENGTH(Field01[e].len1);
100 n = LENGTH(Field23[e].len1);
107 n = LENGTH(Field45[e].len1);
/ast/src/lib/libz/
H A Dinflate.h46 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator in enum:__anon450
73 CHECK -> LENGTH -> DONE
/ast/src/cmd/INIT/
H A Dratz.c1607 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator in enum:__anon32
1634 CHECK -> LENGTH -> DONE
3319 state->mode = LENGTH;
3320 case LENGTH:

Completed in 26 milliseconds