Home
last modified time | relevance | path

Searched defs:z (Results 1 – 5 of 5) sorted by relevance

/mOS-networking-stack/core/src/include/bpf/
H A Dsfbpf-int.h42 #define strlcpy(x, y, z) \ argument
H A Dsfbpf.h84 #define EVAL_BPFFILTER(x, y, z) sfbpf_filter(x.bf_insns, y, z, z) argument
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
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 Dmod_compress.c245 z_stream z; in deflate_file_to_buffer_gzip() local
319 z_stream z; in deflate_file_to_buffer_deflate() local
H A Dlemon.c3766 char *z; local