Home
last modified time | relevance | path

Searched full:0 (Results 1 – 25 of 685) sorted by relevance

12345678910>>...28

/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_util_misc.c37 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x00-0x0f */
38 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x10-0x1f */
39 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x20-0x2f */
40 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, -1, -1, -1, -1, -1, -1, /* 0x30-0x3f */
41 -1, 10, 11, 12, 13, 14, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x40-0x4f */
42 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x50-0x5f */
43 -1, 10, 11, 12, 13, 14, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x60-0x6f */
44 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x70-0x7f */
45 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x80-0x8f */
46 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x90-0x9f */
[all …]
Dduk_bi_global.c12 * lookups (no shifting) and no explicit check for x < 0x80 before table
20 ((a) << 0) | ((b) << 1) | ((c) << 2) | ((d) << 3) | \
23 #define DUK__CHECK_BITMASK(table,cp) ((table)[(cp) >> 3] & (1 << ((cp) & 0x07)))
27 DUK__MKBITS(0, 0, 0, 0, 0, 0, 0, 0), DUK__MKBITS(0, 0, 0, 0, 0, 0, 0, 0), /* 0x00-0x0f */
28 DUK__MKBITS(0, 0, 0, 0, 0, 0, 0, 0), DUK__MKBITS(0, 0, 0, 0, 0, 0, 0, 0), /* 0x10-0x1f */
29 DUK__MKBITS(0, 1, 0, 1, 1, 0, 1, 1), DUK__MKBITS(1, 1, 1, 1, 1, 1, 1, 1), /* 0x20-0x2f */
30 DUK__MKBITS(1, 1, 1, 1, 1, 1, 1, 1), DUK__MKBITS(1, 1, 1, 1, 0, 1, 0, 1), /* 0x30-0x3f */
31 DUK__MKBITS(1, 1, 1, 1, 1, 1, 1, 1), DUK__MKBITS(1, 1, 1, 1, 1, 1, 1, 1), /* 0x40-0x4f */
32 DUK__MKBITS(1, 1, 1, 1, 1, 1, 1, 1), DUK__MKBITS(1, 1, 1, 0, 0, 0, 0, 1), /* 0x50-0x5f */
33 DUK__MKBITS(0, 1, 1, 1, 1, 1, 1, 1), DUK__MKBITS(1, 1, 1, 1, 1, 1, 1, 1), /* 0x60-0x6f */
[all …]
Dduk_bi_json.c10 * safe: input string data is always NUL-terminated (0x00) and valid JSON
84 /* 0x00 ... 0x7f: as is
85 * 0x80: escape generically
86 * 0x81: slow path
87 * 0xa0 ... 0xff: backslash + one char
90 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0xe2, 0xf4, 0xee, 0x80, 0xe6, 0xf2, 0x80, 0x80,
91 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80,
92 0x20, 0x21, 0xa2, 0x23, 0x24, 0x25, 0x26, 0x27, 0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f,
93 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x3a, 0x3b, 0x3c, 0x3d, 0x3e, 0x3f,
94 0x40, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48, 0x49, 0x4a, 0x4b, 0x4c, 0x4d, 0x4e, 0x4f,
[all …]
Dduk_unicode_support.c14 /* 0: not IdentifierStart or IdentifierPart
18 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x00...0x0f */
19 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x10...0x1f */
20 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x20...0x2f */
21 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, /* 0x30...0x3f */
22 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, /* 0x40...0x4f */
23 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, /* 0x50...0x5f */
24 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, /* 0x60...0x6f */
25 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0 /* 0x70...0x7f */
35 if (x < 0x80UL) { in duk_unicode_get_xutf8_length()
[all …]
Dduk_unicode.h24 #define DUK_UNICODE_CP_ZWNJ 0x200cL /* zero-width non-joiner */
25 #define DUK_UNICODE_CP_ZWJ 0x200dL /* zero-width joiner */
26 #define DUK_UNICODE_CP_REPLACEMENT_CHARACTER 0xfffdL /* http://en.wikipedia.org/wiki/Replacement_…
39 #define DUK_ASC_NUL 0x00
40 #define DUK_ASC_SOH 0x01
41 #define DUK_ASC_STX 0x02
42 #define DUK_ASC_ETX 0x03
43 #define DUK_ASC_EOT 0x04
44 #define DUK_ASC_ENQ 0x05
45 #define DUK_ASC_ACK 0x06
[all …]
Dduk_builtins.c22 186,17,22,138,38,0,172,140,19,154,84,26,145,0,86,69,17,180,97,34,0,172,132,
37 38,73,105,228,142,136,178,48,141,152,228,73,150,83,0,148,39,137,75,67,73,
45 24,246,103,139,172,150,56,125,145,1,17,29,44,112,250,183,0,100,24,200,218,
230 104,105,115,44,68,117,107,116,97,112,101,41,59,10,0,
235 105,195,75,32,3,148,52,154,248,9,26,13,128,112,105,0,240,22,20,26,95,124,6,
236 152,52,137,0,120,99,74,239,129,18,70,241,191,2,98,13,79,32,42,88,210,90,2,
237 240,1,50,141,37,168,76,94,216,118,69,229,203,127,44,0,84,163,73,106,21,75,
238 14,236,249,98,242,229,191,150,0,46,81,164,181,14,165,151,54,94,89,119,99,
240 176,1,178,141,37,168,77,79,60,50,197,229,203,127,44,0,116,163,73,106,17,86,
244 145,0,31,40,107,26,2,18,138,26,228,192,142,0,16,161,174,76,9,74,26,228,192,
[all …]
Dduk_selftest.c20 if (DUK_MEMCMP((const void *) (a), (const void *) (b), sizeof(duk__test_double_union)) != 0) { \
23 } while (0)
26 if (DUK_MEMCMP((const void *) (a), (const void *) (b), sizeof(duk__test_double_union)) == 0) { \
29 } while (0)
88 * 'test' will be 0xFF for two's complement. in duk__selftest_twos_complement()
90 if (((volatile duk_uint8_t *) &test)[0] != (duk_uint8_t) 0xff) { in duk__selftest_twos_complement()
110 u1.c[0] = 0xef; u1.c[1] = 0xbe; u1.c[2] = 0xad; u1.c[3] = 0xde; in duk__selftest_byte_order()
114 u1.c[0] = 0xde; u1.c[1] = 0xad; u1.c[2] = 0xbe; u1.c[3] = 0xef; in duk__selftest_byte_order()
120 u2.c[0] = 0x00; u2.c[1] = 0x00; u2.c[2] = 0xc4; u2.c[3] = 0x6d; in duk__selftest_byte_order()
121 u2.c[4] = 0x7c; u2.c[5] = 0xc1; u2.c[6] = 0x37; u2.c[7] = 0x42; in duk__selftest_byte_order()
[all …]
Dduk_debugger.h7 #define DUK_DBG_IB_EOM 0x00
8 #define DUK_DBG_IB_REQUEST 0x01
9 #define DUK_DBG_IB_REPLY 0x02
10 #define DUK_DBG_IB_ERROR 0x03
11 #define DUK_DBG_IB_NOTIFY 0x04
14 #define DUK_DBG_IB_INT4 0x10
15 #define DUK_DBG_IB_STR4 0x11
16 #define DUK_DBG_IB_STR2 0x12
17 #define DUK_DBG_IB_BUF4 0x13
18 #define DUK_DBG_IB_BUF2 0x14
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_util_misc.c37 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x00-0x0f */
38 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x10-0x1f */
39 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x20-0x2f */
40 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, -1, -1, -1, -1, -1, -1, /* 0x30-0x3f */
41 -1, 10, 11, 12, 13, 14, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x40-0x4f */
42 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x50-0x5f */
43 -1, 10, 11, 12, 13, 14, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x60-0x6f */
44 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x70-0x7f */
45 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x80-0x8f */
46 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x90-0x9f */
[all …]
Dduk_bi_global.c12 * lookups (no shifting) and no explicit check for x < 0x80 before table
20 ((a) << 0) | ((b) << 1) | ((c) << 2) | ((d) << 3) | \
23 #define DUK__CHECK_BITMASK(table,cp) ((table)[(cp) >> 3] & (1 << ((cp) & 0x07)))
27 DUK__MKBITS(0, 0, 0, 0, 0, 0, 0, 0), DUK__MKBITS(0, 0, 0, 0, 0, 0, 0, 0), /* 0x00-0x0f */
28 DUK__MKBITS(0, 0, 0, 0, 0, 0, 0, 0), DUK__MKBITS(0, 0, 0, 0, 0, 0, 0, 0), /* 0x10-0x1f */
29 DUK__MKBITS(0, 1, 0, 1, 1, 0, 1, 1), DUK__MKBITS(1, 1, 1, 1, 1, 1, 1, 1), /* 0x20-0x2f */
30 DUK__MKBITS(1, 1, 1, 1, 1, 1, 1, 1), DUK__MKBITS(1, 1, 1, 1, 0, 1, 0, 1), /* 0x30-0x3f */
31 DUK__MKBITS(1, 1, 1, 1, 1, 1, 1, 1), DUK__MKBITS(1, 1, 1, 1, 1, 1, 1, 1), /* 0x40-0x4f */
32 DUK__MKBITS(1, 1, 1, 1, 1, 1, 1, 1), DUK__MKBITS(1, 1, 1, 0, 0, 0, 0, 1), /* 0x50-0x5f */
33 DUK__MKBITS(0, 1, 1, 1, 1, 1, 1, 1), DUK__MKBITS(1, 1, 1, 1, 1, 1, 1, 1), /* 0x60-0x6f */
[all …]
Dduk_bi_json.c10 * safe: input string data is always NUL-terminated (0x00) and valid JSON
84 /* 0x00 ... 0x7f: as is
85 * 0x80: escape generically
86 * 0x81: slow path
87 * 0xa0 ... 0xff: backslash + one char
90 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0xe2, 0xf4, 0xee, 0x80, 0xe6, 0xf2, 0x80, 0x80,
91 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80,
92 0x20, 0x21, 0xa2, 0x23, 0x24, 0x25, 0x26, 0x27, 0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f,
93 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x3a, 0x3b, 0x3c, 0x3d, 0x3e, 0x3f,
94 0x40, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48, 0x49, 0x4a, 0x4b, 0x4c, 0x4d, 0x4e, 0x4f,
[all …]
Dduk_unicode_support.c14 /* 0: not IdentifierStart or IdentifierPart
18 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x00...0x0f */
19 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x10...0x1f */
20 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0x20...0x2f */
21 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, /* 0x30...0x3f */
22 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, /* 0x40...0x4f */
23 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, /* 0x50...0x5f */
24 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, /* 0x60...0x6f */
25 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0 /* 0x70...0x7f */
35 if (x < 0x80UL) { in duk_unicode_get_xutf8_length()
[all …]
Dduk_unicode.h24 #define DUK_UNICODE_CP_ZWNJ 0x200cL /* zero-width non-joiner */
25 #define DUK_UNICODE_CP_ZWJ 0x200dL /* zero-width joiner */
26 #define DUK_UNICODE_CP_REPLACEMENT_CHARACTER 0xfffdL /* http://en.wikipedia.org/wiki/Replacement_…
39 #define DUK_ASC_NUL 0x00
40 #define DUK_ASC_SOH 0x01
41 #define DUK_ASC_STX 0x02
42 #define DUK_ASC_ETX 0x03
43 #define DUK_ASC_EOT 0x04
44 #define DUK_ASC_ENQ 0x05
45 #define DUK_ASC_ACK 0x06
[all …]
Dduk_builtins.c22 186,17,22,138,38,0,172,140,19,154,84,26,145,0,86,69,17,180,97,34,0,172,132,
37 38,73,105,228,142,136,178,48,141,152,228,73,150,83,0,148,39,137,75,67,73,
45 24,246,103,139,172,150,56,125,145,1,17,29,44,112,250,183,0,100,24,200,218,
230 104,105,115,44,68,117,107,116,97,112,101,41,59,10,0,
235 105,195,75,32,3,148,52,154,248,9,26,13,128,112,105,0,240,22,20,26,95,124,6,
236 152,52,137,0,120,99,74,239,129,18,70,241,191,2,98,13,79,32,42,88,210,90,2,
237 240,1,50,141,37,168,76,94,216,118,69,229,203,127,44,0,84,163,73,106,21,75,
238 14,236,249,98,242,229,191,150,0,46,81,164,181,14,165,151,54,94,89,119,99,
240 176,1,178,141,37,168,77,79,60,50,197,229,203,127,44,0,116,163,73,106,17,86,
244 145,0,31,40,107,26,2,18,138,26,228,192,142,0,16,161,174,76,9,74,26,228,192,
[all …]
Dduk_selftest.c20 if (DUK_MEMCMP((const void *) (a), (const void *) (b), sizeof(duk__test_double_union)) != 0) { \
23 } while (0)
26 if (DUK_MEMCMP((const void *) (a), (const void *) (b), sizeof(duk__test_double_union)) == 0) { \
29 } while (0)
88 * 'test' will be 0xFF for two's complement. in duk__selftest_twos_complement()
90 if (((volatile duk_uint8_t *) &test)[0] != (duk_uint8_t) 0xff) { in duk__selftest_twos_complement()
110 u1.c[0] = 0xef; u1.c[1] = 0xbe; u1.c[2] = 0xad; u1.c[3] = 0xde; in duk__selftest_byte_order()
114 u1.c[0] = 0xde; u1.c[1] = 0xad; u1.c[2] = 0xbe; u1.c[3] = 0xef; in duk__selftest_byte_order()
120 u2.c[0] = 0x00; u2.c[1] = 0x00; u2.c[2] = 0xc4; u2.c[3] = 0x6d; in duk__selftest_byte_order()
121 u2.c[4] = 0x7c; u2.c[5] = 0xc1; u2.c[6] = 0x37; u2.c[7] = 0x42; in duk__selftest_byte_order()
[all …]
Dduk_debugger.h7 #define DUK_DBG_IB_EOM 0x00
8 #define DUK_DBG_IB_REQUEST 0x01
9 #define DUK_DBG_IB_REPLY 0x02
10 #define DUK_DBG_IB_ERROR 0x03
11 #define DUK_DBG_IB_NOTIFY 0x04
14 #define DUK_DBG_IB_INT4 0x10
15 #define DUK_DBG_IB_STR4 0x11
16 #define DUK_DBG_IB_STR2 0x12
17 #define DUK_DBG_IB_BUF4 0x13
18 #define DUK_DBG_IB_BUF2 0x14
[all …]
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/
Dlctype.c20 0x00, /* EOZ */
21 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0. */
22 0x00, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00,
23 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 1. */
24 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
25 0x0c, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, /* 2. */
26 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
27 0x16, 0x16, 0x16, 0x16, 0x16, 0x16, 0x16, 0x16, /* 3. */
28 0x16, 0x16, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
29 0x04, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x05, /* 4. */
[all …]
Dlopcodes.c76 opmode(0, 1, OpArgR, OpArgN, iABC) /* OP_MOVE */
77 ,opmode(0, 1, OpArgK, OpArgN, iABx) /* OP_LOADK */
78 ,opmode(0, 1, OpArgN, OpArgN, iABx) /* OP_LOADKX */
79 ,opmode(0, 1, OpArgU, OpArgU, iABC) /* OP_LOADBOOL */
80 ,opmode(0, 1, OpArgU, OpArgN, iABC) /* OP_LOADNIL */
81 ,opmode(0, 1, OpArgU, OpArgN, iABC) /* OP_GETUPVAL */
82 ,opmode(0, 1, OpArgU, OpArgK, iABC) /* OP_GETTABUP */
83 ,opmode(0, 1, OpArgR, OpArgK, iABC) /* OP_GETTABLE */
84 ,opmode(0, 0, OpArgK, OpArgK, iABC) /* OP_SETTABUP */
85 ,opmode(0, 0, OpArgU, OpArgN, iABC) /* OP_SETUPVAL */
[all …]
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/
Dlctype.c17 0x00, /* EOZ */
18 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0. */
19 0x00, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00,
20 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 1. */
21 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
22 0x0c, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, /* 2. */
23 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
24 0x16, 0x16, 0x16, 0x16, 0x16, 0x16, 0x16, 0x16, /* 3. */
25 0x16, 0x16, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04,
26 0x04, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x05, /* 4. */
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/codepage-conv/
Dtest.c6 (unsigned int) 0x0000,
7 (unsigned int) 0x0001,
8 (unsigned int) 0x0002,
9 (unsigned int) 0x0003,
10 (unsigned int) 0x0004,
11 (unsigned int) 0x0005,
12 (unsigned int) 0x0006,
13 (unsigned int) 0x0007,
14 (unsigned int) 0x0008,
15 (unsigned int) 0x0009,
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/examples/codepage-conv/
Dtest.c6 (unsigned int) 0x0000,
7 (unsigned int) 0x0001,
8 (unsigned int) 0x0002,
9 (unsigned int) 0x0003,
10 (unsigned int) 0x0004,
11 (unsigned int) 0x0005,
12 (unsigned int) 0x0006,
13 (unsigned int) 0x0007,
14 (unsigned int) 0x0008,
15 (unsigned int) 0x0009,
[all …]
/civetweb-2.7.6/examples/embedded_c/
Dembedded_c.c47 int exitNow = 0;
68 "<p>To see a page from the B handler (0) <a " in ExampleHandler()
247 *to++ = hex[p[0] >> 4]; in bin2str()
248 *to++ = hex[p[0] & 0x0f]; in bin2str()
250 *to = '\0'; in bin2str()
282 if ((key != NULL) && (key[0] == '\0')) { in field_get()
286 if ((valuelen > 0) && (value == NULL)) { in field_get()
296 if (valuelen > 0) { in field_get()
310 #if 0 /* for debugging */ in field_get()
320 return 0; in field_get()
[all …]
/civetweb-2.7.6/src/
Dmd5.inl42 * byte order. If ARCH_IS_BIG_ENDIAN is defined as 0, the code will be
137 #undef BYTE_ORDER /* 1 = big-endian, -1 = little-endian, 0 = unknown */
141 #define BYTE_ORDER (0)
144 #define T_MASK ((md5_word_t)~0)
145 #define T1 /* 0xd76aa478 */ (T_MASK ^ 0x28955b87)
146 #define T2 /* 0xe8c7b756 */ (T_MASK ^ 0x173848a9)
147 #define T3 (0x242070db)
148 #define T4 /* 0xc1bdceee */ (T_MASK ^ 0x3e423111)
149 #define T5 /* 0xf57c0faf */ (T_MASK ^ 0x0a83f050)
150 #define T6 (0x4787c62a)
[all …]
Dmain.c95 #define _WIN32_WINNT 0x0501 /* for tdm-gcc so we can use getconsolewindow */
151 } while (0)
172 volatile int g_exit_flag = 0; /* 0 = continue running main loop */
242 msg[sizeof(msg) - 1] = 0; in die()
277 if (exeName == 0 || *exeName == 0) { in show_usage_and_exit()
300 for (i = 0; options[i].name != NULL; i++) { in show_usage_and_exit()
310 for (i = 0; options[i].name != NULL; i++) { in show_usage_and_exit()
379 for (i = 0; options[i].name != NULL; i++) { in create_config_file()
411 #if 0 /* Unused code from "string duplicate with escape" */
415 if ((x >= '0') && (x <= '9')) {
[all …]
/civetweb-2.7.6/test/
DHugeText.lua6 [' '] = {0,0,0,0,0},
7 ['!'] = {0,0,95,0,0},
8 ['"'] = {0,3,4,3,0},
13 ["'"] = {0,11,7,0,0},
14 ['('] = {0,28,34,65,0},
15 [')'] = {0,65,34,28,0},
18 [','] = {0,88,56,0,0},
20 ['.'] = {0,96,96,0,0},
22 ['0'] = {62,81,73,69,62},
23 ['1'] = {0,66,127,64,0},
[all …]

12345678910>>...28