Searched defs:VAR (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/vchiq/interface/compat/ |
H A D | list.h | 211 #define list_for_each(VAR, HEAD) \ argument 216 #define list_for_each_safe(VAR, NEXT, HEAD) \ argument 221 #define list_for_each_entry(VAR, HEAD, FIELD) \ argument 227 #define list_for_each_entry_reverse(VAR, HEAD, FIELD) \ argument 233 #define list_for_each_entry_safe(VAR, NEXT, HEAD, FIELD) \ argument 240 #define list_for_each_entry_continue(VAR, HEAD, FIELD) \ argument 245 #define list_for_each_entry_continue_reverse(VAR, HEAD, FIELD) \ argument 250 #define list_for_each_entry_safe_from(VAR, NEXT, HEAD, FIELD) \ argument
|
/freebsd/contrib/ldns/drill/ |
H A D | drill.h | 26 #define DRILL_ON(VAR, BIT) \ argument 28 #define DRILL_OFF(VAR, BIT) \ argument
|
/freebsd/contrib/dma/ |
H A D | Makefile | 31 VAR?= /var macro
|
/freebsd/stand/common/ |
H A D | interp_parse.c | 91 enum { STR, VAR, WHITE } state; in parse() enumerator
|
/freebsd/bin/ps/ |
H A D | ps.h | 85 } VAR; typedef
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | ProcessMinidump.cpp | 562 #define INIT_BOOL(VAR, LONG, SHORT, DESC) \ argument 564 #define APPEND_OPT(VAR) \ argument
|
/freebsd/lib/libc/stdlib/ |
H A D | strfmon.c | 72 #define GET_NUMBER(VAR, LOC) do { \ argument
|
/freebsd/contrib/tcsh/ |
H A D | tw.color.c | 45 #define VAR(suffix,variable,defaultcolor) \ macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstructionSelector.cpp | 301 #define STORE_OPCODE(VAR, OPC) VAR = isThumb ? ARM::t2##OPC : ARM::OPC in OpcodeCache() argument
|