Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/atm/
H A Dngatmbase.c69 #define EXTRA 128 macro
98 s += lead + len + EXTRA; in uni_msg_extend()
255 s += EXTRA; in _uni_msg_alloc()
369 s += EXTRA; in uni_msg_alloc()
/f-stack/freebsd/contrib/libsodium/m4/
H A Dax_check_link_flag.m47 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the linker's default flags
19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
H A Dax_check_compile_flag.m47 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS])
17 # If EXTRA-FLAGS is defined, it is added to the current language's default
19 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
/f-stack/freebsd/contrib/zlib/
H A Dinflate.h26 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator
H A Dinflate.c755 state->mode = EXTRA;
756 case EXTRA: