Searched refs:x (Results 1 – 17 of 17) sorted by relevance
32 __builtin_expect((long) (x), (c))35 nxt_expect(1, x)38 nxt_expect(0, x)44 (x)47 (x)50 (x)103 #define nxt_aligned(x) __attribute__((aligned(x))) argument107 #define nxt_aligned(x) argument141 nxt_popcount(unsigned int x) in nxt_popcount() argument146 x &= x - 1; in nxt_popcount()[all …]
55 #define NXT_STRING(x) _NXT_STRING(x) argument56 #define _NXT_STRING(x) #x argument
9 def __init__(self, x): argument10 self.__x = x
78 status = list(filter(lambda x: x[:2] == '20', status))79 ups = list(map(lambda x: int(x[-1]), status))211 sum = [x + y for x, y in zip(sum, arg)]
16 if [ ! -x $NXT_BUILD_DIR/echo ]; then
49 if [ -x $NXT_AUTOTEST ]; then
91 if [ -z "$NXT_JAVA" -o ! -x "$NXT_JAVA" ]; then119 if [ ! -x "${NXT_JAVA_HOME}/bin/javac" ]; then121 if [ -x "${NXT_JAVA_HOME_}/bin/javac" ]; then132 if [ ! -x "$NXT_JAVAC" ]; then157 if [ ! -x "$NXT_JAVA" ]; then
50 RUN set -x \
52 RUN set -x \