Home
last modified time | relevance | path

Searched defs:y (Results 1 – 14 of 14) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dbuffer.h70 #define buffer_copy_off_t(x, y) buffer_copy_long(x, y) argument
71 #define buffer_append_off_t(x, y) buffer_append_long(x, y) argument
116 #define BUFFER_APPEND_STRING_CONST(x, y) \ argument
119 #define BUFFER_COPY_STRING_CONST(x, y) \ argument
H A Dplugin.c232 #define PLUGIN_TO_SLOT(x, y) \ argument
280 #define PLUGIN_TO_SLOT(x, y) \ in PLUGIN_TO_SLOT() argument
379 #define PLUGIN_TO_SLOT(x, y) \ argument
H A Dmd5.c78 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument
79 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) argument
80 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
81 #define I(x, y, z) ((y) ^ ((x) | (~z))) argument
H A Dsplaytree.c63 splay_tree N, *l, *r, *y; in splaytree_splay() local
H A Dmod_rewrite.c268 # define parse_config_entry(srv, ca, x, option, y) parse_config_entry(srv, ca, option) in SETDEFAULTS_FUNC() argument
H A Dmod_compress.c47 # define mkdir(x,y) mkdir(x) argument
H A Dlemon.c769 struct config *x, *y; local
3763 char *Strsafe(y) in Strsafe() argument
/mOS-networking-stack/util/include/
H A Dnetlib.h15 #define MAX(x, y) ((x) > (y) ? (x) : (y)) argument
19 #define MIN(x, y) ((x) < (y) ? (x) : (y)) argument
/mOS-networking-stack/core/src/include/bpf/
H A Dsfbpf-int.h42 #define strlcpy(x, y, z) \ argument
H A Dsfbpf.h83 #define SET_BPFFILTER(x, y) sfbpf_compile(ETH_FRAME_LEN, DLT_EN10MB, x, y, 1, 0) argument
84 #define EVAL_BPFFILTER(x, y, z) sfbpf_filter(x.bf_insns, y, z, z) argument
/mOS-networking-stack/core/src/
H A Dmos_api.c17 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) argument
18 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) argument
/mOS-networking-stack/samples/simple_firewall/
H A Dsimple_firewall.c39 #define IP_NETMASK(x, y) x & (0xFFFFFFFF >> (32 - y)); argument
/mOS-networking-stack/core/src/bpf/
H A Dsf_optimize.c1866 static int eq_slist(x, y) in eq_slist() argument
H A Dsf_gencode.c1787 #define SWAPLONG(y) \ argument