Searched defs:x (Results 1 – 4 of 4) sorted by relevance
31 #define nxt_expect(c, x) \ argument34 #define nxt_fast_path(x) \ argument37 #define nxt_slow_path(x) \ argument43 #define nxt_expect(c, x) \ argument46 #define nxt_fast_path(x) \ argument49 #define nxt_slow_path(x) \ argument103 #define nxt_aligned(x) __attribute__((aligned(x))) argument107 #define nxt_aligned(x) argument141 nxt_popcount(unsigned int x) in nxt_popcount()213 #define nxt_nitems(x) \ argument
55 #define NXT_STRING(x) _NXT_STRING(x) argument56 #define _NXT_STRING(x) #x argument
9 def __init__(self, x): argument