Home
last modified time | relevance | path

Searched refs:LEN (Results 1 – 5 of 5) sorted by relevance

/xnu-8796.141.3/bsd/nfs/
H A Dnfsm_subs.h103 #define nfsm_name_len_check(E, ND, LEN) \ argument
106 if (((ND)->nd_vers == NFS_VER2) && ((LEN) > NFS_MAXNAMLEN)) \
108 if ((LEN) <= 0) \
293 #define nfsm_chain_zero_opaque_pad(BUF, LEN) \ argument
295 if ((LEN) > 0) \
296 *(((uint32_t*)(BUF))+((nfsm_rndup(LEN)>>2)-1)) = 0; \
300 #define nfsm_chain_add_opaque(E, NMC, BUF, LEN) \ argument
302 size_t rndlen = nfsm_rndup(LEN); \
305 (E) = nfsm_chain_add_opaque_f((NMC), (const u_char*)(BUF), (LEN)); \
308 nfsm_chain_zero_opaque_pad((NMC)->nmc_ptr, (LEN)); \
[all …]
H A Dxdr_subs.h488 #define xb_add_word_array(E, XB, A, LEN) \ argument
491 xb_add_32((E), (XB), (LEN)); \
492 for (__i=0; __i < (uint32_t)(LEN); __i++) \
495 #define xb_add_bitmap(E, XB, B, LEN) xb_add_word_array((E), (XB), (B), (LEN)) argument
506 #define xb_add_string(E, XB, S, LEN) \ argument
508 xb_add_32((E), (XB), (LEN)); \
510 (E) = xb_add_bytes((XB), (const char*)(S), (LEN), 0); \
519 #define xb_skip(E, XB, LEN) \ argument
522 (E) = xb_advance((XB), (LEN)); \
548 #define xb_get_word_array(E, XB, A, LEN) \ argument
[all …]
/xnu-8796.141.3/libkern/zlib/
H A Dinfback.c327 state->mode = LEN; /* decode codes */ in inflateBack()
486 state->mode = LEN; in inflateBack()
489 case LEN: in inflateBack()
527 state->mode = LEN; in inflateBack()
H A Dinflate.h66 LEN, /* i: waiting for length/lit code */ enumerator
H A Dinflate.c829 state->mode = LEN; /* decode codes */ in inflate()
987 state->mode = LEN; in inflate()
989 case LEN: in inflate()
1112 if (state->length == 0) state->mode = LEN; in inflate()
1118 state->mode = LEN; in inflate()