Home
last modified time | relevance | path

Searched defs:x (Results 1 – 4 of 4) sorted by path

/unit/src/
H A Dnxt_clang.h31 #define nxt_expect(c, x) \ argument
34 #define nxt_fast_path(x) \ argument
37 #define nxt_slow_path(x) \ argument
43 #define nxt_expect(c, x) \ argument
46 #define nxt_fast_path(x) \ argument
49 #define nxt_slow_path(x) \ argument
103 #define nxt_aligned(x) __attribute__((aligned(x))) argument
107 #define nxt_aligned(x) argument
141 nxt_popcount(unsigned int x) in nxt_popcount()
213 #define nxt_nitems(x) \ argument
H A Dnxt_java.c55 #define NXT_STRING(x) _NXT_STRING(x) argument
56 #define _NXT_STRING(x) #x argument
/unit/test/python/threading/
H A Dasgi.py9 def __init__(self, x): argument
H A Dwsgi.py9 def __init__(self, x): argument