Home
last modified time | relevance | path

Searched defs:d (Results 1 – 11 of 11) sorted by relevance

/unit/src/
H A Dnxt_sha1.c125 #define F1(b, c, d) (((b) & (c)) | ((~(b)) & (d))) argument
126 #define F2(b, c, d) ((b) ^ (c) ^ (d)) argument
127 #define F3(b, c, d) (((b) & (c)) | ((b) & (d)) | ((c) & (d))) argument
129 #define STEP(f, a, b, c, d, e, w, t) \ argument
158 uint32_t a, b, c, d, e, temp; in nxt_sha1_body() local
H A Dnxt_websocket_accept.c12 nxt_websocket_base64_encode(u_char *d, const uint8_t *s, size_t len) in nxt_websocket_base64_encode()
H A Dnxt_sha1.h14 uint32_t a, b, c, d, e; member
H A Dnxt_sprintf.c100 int d; in nxt_vsprintf() local
H A Dnxt_clang.h242 #define nxt_align_size(d, a) \ argument
H A Dnxt_conf.c1028 nxt_uint_t s, d, count, index; in nxt_conf_copy_array() local
1128 nxt_uint_t s, d, count, index; in nxt_conf_copy_object() local
H A Dnxt_unit.c3421 uint64_t i, d; in nxt_unit_websocket_read() local
/unit/test/php/date_time/
H A Dindex.php3 $d = new DateTime('2011-01-01T15:03:01.012345'); variable
/unit/src/test/
H A Dnxt_utf8_test.c47 uint32_t u, d; in nxt_utf8_overlong() local
87 uint32_t u, d; in nxt_utf8_test() local
/unit/test/java/include/
H A Dapp.java89 RequestDispatcher d = getRequestDispatcher(request, uri); in doGet() local
/unit/test/java/forward/
H A Dapp.java94 RequestDispatcher d = getRequestDispatcher(request, uri); in doGet() local