Home
last modified time | relevance | path

Searched defs:X (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/core/src/bpf/
H A Dsf_bpf_filter.c220 register u_int32 A, X; local
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlemon.c70 # define assert(X) if(!(X))myassert(__FILE__,__LINE__) argument
72 # define assert(X) argument
136 #define SetFind(X,Y) (X[Y]) /* True if Y is in set X */ argument
302 #define MemoryCheck(X) if((X)==0){ \ argument
447 #define acttab_size(X) ((X)->nAction) argument
450 #define acttab_yyaction(X,N) ((X)->aAction[N].action) argument
453 #define acttab_yylookahead(X,N) ((X)->aAction[N].lookahead) argument
1605 #define ISOPT(X) ((X)[0]=='-'||(X)[0]=='+'||strchr((X),'=')!=0) argument