Home
last modified time | relevance | path

Searched refs:x (Results 1 – 25 of 114) sorted by relevance

12345

/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
85 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
90 #define FF(a, b, c, d, x, s, ac) { \ argument
95 #define GG(a, b, c, d, x, s, ac) { \ argument
100 #define HH(a, b, c, d, x, s, ac) { \ argument
105 #define II(a, b, c, d, x, s, ac) { \ argument
200 Decode (x, block, 64); in li_MD5Transform()
[all …]
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
117 buffer_append_string_len(x, y, sizeof(y) - 1)
119 #define BUFFER_COPY_STRING_CONST(x, y) \ argument
120 buffer_copy_string_len(x, y, sizeof(y) - 1)
122 #define BUFFER_APPEND_SLASH(x) \ argument
123 if (x->used > 1 && x->ptr[x->used - 2] != '/') { BUFFER_APPEND_STRING_CONST(x, "/"); }
125 #define CONST_STR_LEN(x) x, x ? sizeof(x) - 1 : 0 argument
126 #define CONST_BUF_LEN(x) x->ptr, x->used ? x->used - 1 : 0 argument
[all …]
H A Dlemon.c26 #define UNUSED(x) ( (void)(x) ) argument
229 } x; member
770 for(x=bp, y=stp->bp; x && y; x=x->bp, y=y->bp){
773 x->fplp = x->bplp = 0;
2010 if( x[0]==':' && x[1]==':' && x[2]=='=' ){
2045 if( x[0]==':' && x[1]==':' && x[2]=='=' ){
2258 if( (x[0]=='{' || x[0]=='\"' || isalnum(x[0])) ){
2262 x[0]=='\"' ? &x[1] : x,psp->declkeyword);
2266 *(psp->declargslot) = (x[0]=='\"' || x[0]=='{') ? &x[1] : x;
3755 while( *x) h = h*13 + *(x++);
[all …]
H A Dplugin.c105 #define PLUGIN_INIT(x)\ in plugins_load() argument
107 if (x ## _plugin_init(p)) { \ in plugins_load()
108 log_error_write(srv, __FILE__, __LINE__, "ss", #x, "plugin init failed" ); \ in plugins_load()
232 #define PLUGIN_TO_SLOT(x, y) \ argument
237 slot = ((plugin ***)(srv->plugin_slots))[x];\
252 log_error_write(srv, __FILE__, __LINE__, "sbs", #x, p->name, "unknown state");\
280 #define PLUGIN_TO_SLOT(x, y) \ in PLUGIN_TO_SLOT() argument
285 slot = ((plugin ***)(srv->plugin_slots))[x];\ in PLUGIN_TO_SLOT()
379 #define PLUGIN_TO_SLOT(x, y) \ argument
381 plugin **slot = ((plugin ***)(srv->plugin_slots))[x]; \
[all …]
H A Dsplaytree.c166 splay_tree * x; in splaytree_delete() local
174 x = t->right; in splaytree_delete()
176 x = splaytree_splay(t->left, i); in splaytree_delete()
177 x->right = t->right; in splaytree_delete()
180 if (x != NULL) { in splaytree_delete()
181 x->size = tsize-1; in splaytree_delete()
183 return x; in splaytree_delete()
H A Dplugin.h7 #define SERVER_FUNC(x) \ argument
8 static handler_t x(server *srv, void *p_d)
10 #define CONNECTION_FUNC(x) \ argument
11 static handler_t x(server *srv, connection *con, void *p_d)
13 #define INIT_FUNC(x) \ argument
14 static void *x(void)
H A Dsplaytree.h18 #define splaytree_size(x) (((x)==NULL) ? 0 : ((x)->size)) argument
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Dautogen.sh20 if test x$LIBTOOLIZE = x; then
21 if test \! "x`which glibtoolize 2> /dev/null | grep -v '^no'`" = x; then
25 elif test \! "x`which libtoolize 2> /dev/null | grep -v '^no'`" = x; then
33 if test x$ACLOCAL = x; then
34 if test \! "x`which aclocal-1.9 2> /dev/null | grep -v '^no'`" = x; then
36 elif test \! "x`which aclocal19 2> /dev/null | grep -v '^no'`" = x; then
38 elif test \! "x`which aclocal 2> /dev/null | grep -v '^no'`" = x; then
45 if test x$AUTOMAKE = x; then
50 elif test \! "x`which automake 2> /dev/null | grep -v '^no'`" = x; then
59 if test x$AUTOCONF = x; then
[all …]
H A Dcompile161 set x "$@" -I"$file"
166 set x "$@" -I"$file"
172 set x "$@" "$lib"
177 set x "$@" "$lib"
204 set x "$@" "$1"
209 set x "$@" -Tp"$file"
214 set x "$@" "$file"
218 set x "$@" "$1"
281 set x "$@" -o "$2"
288 set x "$@" "$1"
[all …]
H A Dconfigure.ac329 if test x$Z_LIB = x; then
348 if test x$BZ_LIB = x; then
368 if test "x$FAM_LIBS" = x; then
379 if test x$FAM_LIBS = x; then
745 if test ! "x$PCRE_LIB" = x; then
761 if test ! "x$LUA_LIBS" = x; then
768 if test ! "x$GDBM_LIB" = x; then
782 if test ! "x$Z_LIB" = x; then
789 if test ! "x$BZ_LIB" = x; then
803 if test ! "x$SSL_LIB" = x; then
[all …]
H A Dar-lib90 eval set x "$at_file_contents"
165 x*) extract=yes ;;
248 set x "$@" "@$file"
252 set x "$@" "$file"
/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
23 #define VERIFY(x) if (!(x)) {fprintf(stderr, "error: FILE:%s LINE:%d FUNC: %s", __FILE__, __LINE__,… argument
27 #define FREE(x) if (x) {free(x); (x) = NULL;} argument
/mOS-networking-stack/core/src/include/
H A Dmtcp.h36 #define likely(x) __builtin_expect((x),1) argument
39 #define unlikely(x) __builtin_expect((x),0) argument
95 #define MTCP_SET(a, x) (a |= x) argument
96 #define MTCP_ISSET(a, x) (a & x) argument
99 #define CB_SET(a, x) MTCP_SET(a, x) argument
100 #define CB_ISSET(a, x) MTCP_ISSET(a, x) argument
103 #define ACTION_SET(a,x) MTCP_SET(a, x) argument
104 #define ACTION_ISSET(a, x) MTCP_ISSET(a, x) argument
/mOS-networking-stack/core/src/include/bpf/
H A Dsfbpf.h76 #define SFBPF_WORDALIGN(x) (((x)+(SFBPF_ALIGNMENT-1))&~(SFBPF_ALIGNMENT-1)) argument
81 #define ISSET_BPFFILTER(x) (x.bf_insns) argument
82 #define CLR_BPFFILTER(x) x.bf_insns = 0 argument
83 #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
H A Dsfbpf_dlt.h909 #define DLT_CLASS(x) ((x) & 0x03ff0000) argument
920 #define DLT_NETBSD_RAWAF_AF(x) ((x) & 0x0000ffff) argument
921 #define DLT_IS_NETBSD_RAWAF(x) (DLT_CLASS(x) == DLT_CLASS_NETBSD_RAWAF) argument
H A Dsfbpf-int.h42 #define strlcpy(x, y, z) \ argument
43 (strncpy((x), (y), (z)), \
44 ((z) <= 0 ? 0 : ((x)[(z) - 1] = '\0')), \
/mOS-networking-stack/core/src/
H A Dutil.c338 # define XXH_rotl32(x,r) _rotl(x,r) argument
339 # define XXH_rotl64(x,r) _rotl64(x,r) argument
341 # define XXH_rotl32(x,r) ((x << r) | (x >> (32 - r))) argument
342 # define XXH_rotl64(x,r) ((x << r) | (x >> (64 - r))) argument
352 static U32 XXH_swap32 (U32 x) in XXH_swap32() argument
354 return ((x << 24) & 0xff000000 ) | in XXH_swap32()
355 ((x << 8) & 0x00ff0000 ) | in XXH_swap32()
356 ((x >> 8) & 0x0000ff00 ) | in XXH_swap32()
357 ((x >> 24) & 0x000000ff ); in XXH_swap32()
359 static U64 XXH_swap64 (U64 x) in XXH_swap64() argument
[all …]
H A Dscalable_event.c29 #define POWER_OF_TWO(x) (!((x - 1) & (x))) argument
50 #define free(x) do { \ argument
51 assert(x); \
52 free(x); \
62 #define HASHVAL(x) ((x) & (MAX_BUCKET-1)) argument
609 #define TREE_IS_ONLY_CHILD(root, x, field) \ in UnregCb() argument
610 (TREE_PARENT((x), field) ? \ in UnregCb()
611 TREE_PARENT((x), field)->field.tn_first == (x) && \ in UnregCb()
612 TREE_PARENT((x), field)->field.tn_last == (x) : \ in UnregCb()
613 (x) == (root) && (x)->field.tn_younger == NULL) in UnregCb()
/mOS-networking-stack/samples/simple_firewall/
H A Dsimple_firewall.c31 #define NELEMS(x) (sizeof(x) / sizeof(x[0])) argument
33 #define SKIP_SPACES(x) while (*x && isspace((int)*x)) x++; argument
35 #define SKIP_CHAR(x) while((*x) && !isspace(*x)) x++; argument
37 #define SKIP_DIGIT(x) while((*x) && isdigit(*x)) x++; argument
39 #define IP_NETMASK(x, y) x & (0xFFFFFFFF >> (32 - y)); argument
/mOS-networking-stack/util/
H A Dhttp_parsing.c10 #define SPACE_OR_TAB(x) ((x) == ' ' || (x) == '\t') argument
11 #define CR_OR_NEWLINE(x) ((x) == '\r' || (x) == '\n') argument
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/scripts/
H A Dspawn-php.sh31 if test x$PHP_FCGI_CHILDREN = x; then
40 if test x$UID = x0; then
/mOS-networking-stack/samples/common/
H A Dapplib.c72 #define SKIP_SPACES(x) while (*x && isspace((int)*x)) x++; argument
/mOS-networking-stack/scripts/
H A Dconfigure149 *v*x* | *x*v* ) as_opts=-vx ;;
250 *v*x* | *x*v* ) as_opts=-vx ;;
712 program_transform_name=s,x,x,
2161 if test "x$ac_old_val" != "x$ac_new_val"; then
3928 if test "x$cache_file" != "x/dev/null"; then
4785 set x $ac_tag
5085 if test "x$cache_file" != "x/dev/null"; then
6243 if test "x$cache_file" != "x/dev/null"; then
7402 if test "x$cache_file" != "x/dev/null"; then
8562 if test "x$cache_file" != "x/dev/null"; then
[all …]
/mOS-networking-stack/core/src/bpf/
H A Dsf_nametoaddr.c87 #define NTOHL(x) (x) = ntohl(x) argument
88 #define NTOHS(x) (x) = ntohs(x) argument
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A Dprepare.sh3 if test x$srcdir = x; then
7 if test x$top_builddir = x; then

12345