/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_builtins.c | 52 235,63,239,69,163,69,247,83,141,9,255,165,12,72,5,16,64,145,10,32,76,71,64, 244 145,0,31,40,107,26,2,18,138,26,228,192,142,0,16,161,174,76,9,74,26,228,192, 248 136,1,152,32,16,194,0,166,24,6,49,0,57,138,2,12,96,18,99,128,163,32,5,153, 254 19,54,224,161,185,5,77,216,44,111,65,115,126,12,28,16,100,225,156,16,32,18, 265 135,110,94,109,100,131,99,229,151,15,76,172,168,8,89,217,16,201,151,54,157, 270 230,214,80,0,31,255,193,2,38,103,110,117,24,81,115,0,78,228,0,161,208,16, 277 61,0,231,208,126,89,123,101,229,207,40,72,32,188,244,105,205,208,40,16,94, 281 105,4,231,191,110,80,67,80,0,24,62,109,252,162,225,199,160,16,212,0,10,7, 288 195,223,183,134,30,89,97,9,5,219,135,166,61,16,164,131,242,203,195,102,28, 306 195,211,45,62,156,180,238,206,72,16,0,72,151,77,243,55,227,195,179,45,77, [all …]
|
D | duk_tval.h | 10 * 64-bit environments (it usually pads to 16 bytes per value). 64 …(v)->ull[DUK_DBL_IDX_ULL0] = (((duk_uint64_t) (tag)) << 16) | (((duk_uint64_t) (duk_uint32_t) (h))… 73 (v)->ui[DUK_DBL_IDX_UI0] = ((duk_uint32_t) (tag)) << 16; \ 82 (v)->ull[DUK_DBL_IDX_ULL0] = (((duk_uint64_t) DUK_TAG_LIGHTFUNC) << 16) | \ 95 …(v)->ui[DUK_DBL_IDX_UI0] = (((duk_uint32_t) DUK_TAG_LIGHTFUNC) << 16) | ((duk_uint32_t) (flags)); \ 104 …(v)->ui[DUK_DBL_IDX_UI0] = ((duk_uint32_t) DUK_TAG_FASTINT) << 16 | (((duk_uint32_t) ((i) >> 32)) … 108 (v)->ui[DUK_DBL_IDX_UI0] = ((duk_uint32_t) DUK_TAG_FASTINT) << 16; \ 125 /* XXX: clumsy sign extend and masking of 16 topmost bits */ 127 …nt64_t) (v)->ui[DUK_DBL_IDX_UI0]) << 32) | ((duk_uint64_t) (v)->ui[DUK_DBL_IDX_UI1]))) << 16 >> 16) 129 #define DUK__TVAL_GET_FASTINT(v) ((((duk_int64_t) (v)->ull[DUK_DBL_IDX_ULL0]) << 16) >> 16) [all …]
|
D | duk_heap_hashstring.c | 58 skip = (duk_size_t) (16 * DUK__STRHASH_BLOCKSIZE + DUK__STRHASH_BLOCKSIZE); in duk_heap_hashstring() 76 /* Truncate to 16 bits here, so that a computed hash can be compared in duk_heap_hashstring() 77 * against a hash stored in a 16-bit field. in duk_heap_hashstring() 113 /* Truncate to 16 bits here, so that a computed hash can be compared in duk_heap_hashstring() 114 * against a hash stored in a 16-bit field. in duk_heap_hashstring()
|
D | duk_hobject_pc2line.c | 100 duk_be_encode(be_ctx, (0x07 << 16) + ((next_line >> 16) & 0xffffU), 19); in duk_hobject_pc2line_pack() 101 duk_be_encode(be_ctx, next_line & 0xffffU, 16); in duk_hobject_pc2line_pack() 197 t = duk_bd_decode(bd_ctx, 16); /* workaround: max nbits = 24 now */ in duk__hobject_pc2line_query_raw() 198 t = (t << 16) + duk_bd_decode(bd_ctx, 16); in duk__hobject_pc2line_query_raw()
|
D | duk_hstring.h | 12 * 16-bit codepoint can take 3 bytes in CESU-8, this representation can only 82 #define DUK_HSTRING_GET_HASH(x) ((x)->hdr.h_flags >> 16) 84 (x)->hdr.h_flags = ((x)->hdr.h_flags & 0x0000ffffUL) | ((v) << 16); \ 154 * the 32-bit flags field is unused by flags, so we can stuff a 16-bit 159 /* Note: we could try to stuff a partial hash (e.g. 16 bits) into the 165 /* If 16-bit hash is in use, stuff it into duk_heaphdr_string flags. */
|
D | duk_unicode_support.c | 42 /* 16 bits */ in duk_unicode_get_xutf8_length() 69 /* 16 bits */ in duk_unicode_get_cesu8_length() 144 * 16-bit values as expected in Ecmascript. The surrogate in duk_unicode_encode_cesu8() 171 out[1] = (duk_uint8_t) (0xa0 + ((x >> 16) & 0x0f)); in duk_unicode_encode_cesu8() 214 /* 1110 xxxx 10xx xxxx 10xx xxxx [16 bits] */ in duk_unicode_decode_xutf8() 330 if (blen < 16) { in duk_unicode_unvalidated_utf8_length() 335 * End of string check not needed because blen >= 16. in duk_unicode_unvalidated_utf8_length() 837 start_i = (duk_codepoint_t) duk_bd_decode(bd_ctx, 16); in duk__slow_case_conversion() 838 start_o = (duk_codepoint_t) duk_bd_decode(bd_ctx, 16); in duk__slow_case_conversion() 859 start_i = (duk_codepoint_t) duk_bd_decode(bd_ctx, 16); in duk__slow_case_conversion() [all …]
|
D | duk_numconv.c | 37 20, 19, 19, 18, 18, 17, 17, 17, 16, 16, /* 12 to 21 */ 38 16, 16, 16, 15, 15, 15, 15, 15, 15, 14, /* 22 to 31 */ 435 * Multiply + add + carry for 32-bit components using only 16x16->32 in duk__bi_mul() 438 * 1st mult, 32-bit: (A*2^16 + B) in duk__bi_mul() 439 * 2nd mult, 32-bit: (C*2^16 + D) in duk__bi_mul() 443 * (AC*2^16 + B) * (C*2^16 + D) + E + F in duk__bi_mul() 444 * = AC*2^32 + AD*2^16 + BC*2^16 + BD + E + F in duk__bi_mul() 445 * = AC*2^32 + (AD + BC)*2^16 + (BD + E + F) in duk__bi_mul() 446 * = AC*2^32 + AD*2^16 + BC*2^16 + (BD + E + F) in duk__bi_mul() 451 a = y->v[i]; b = a & 0xffffUL; a = a >> 16; in duk__bi_mul() [all …]
|
D | duk_hbuffer.h | 63 #define DUK_HBUFFER_GET_SIZE(x) ((x)->hdr.h_flags >> 16) 68 (x)->hdr.h_flags = ((x)->hdr.h_flags & 0x0000ffffUL) | (((duk_uint32_t) duk__v) << 16); \ 71 (x)->hdr.h_flags += ((dv) << 16); \ 74 (x)->hdr.h_flags -= ((dv) << 16); \
|
D | duk_heap.h | 126 #define DUK_HEAP_STRINGCACHE_NOCACHE_LIMIT 16 /* strings up to the this length are … 246 #define DUK_HEAP_MAX_BREAKPOINTS 16 324 /* A 16-bit listlen makes sense with 16-bit heap pointers: there 358 /* Precomputed pointers when using 16-bit heap pointer packing. */
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_builtins.c | 52 235,63,239,69,163,69,247,83,141,9,255,165,12,72,5,16,64,145,10,32,76,71,64, 244 145,0,31,40,107,26,2,18,138,26,228,192,142,0,16,161,174,76,9,74,26,228,192, 248 136,1,152,32,16,194,0,166,24,6,49,0,57,138,2,12,96,18,99,128,163,32,5,153, 254 19,54,224,161,185,5,77,216,44,111,65,115,126,12,28,16,100,225,156,16,32,18, 265 135,110,94,109,100,131,99,229,151,15,76,172,168,8,89,217,16,201,151,54,157, 270 230,214,80,0,31,255,193,2,38,103,110,117,24,81,115,0,78,228,0,161,208,16, 277 61,0,231,208,126,89,123,101,229,207,40,72,32,188,244,105,205,208,40,16,94, 281 105,4,231,191,110,80,67,80,0,24,62,109,252,162,225,199,160,16,212,0,10,7, 288 195,223,183,134,30,89,97,9,5,219,135,166,61,16,164,131,242,203,195,102,28, 306 195,211,45,62,156,180,238,206,72,16,0,72,151,77,243,55,227,195,179,45,77, [all …]
|
D | duk_tval.h | 10 * 64-bit environments (it usually pads to 16 bytes per value). 64 …(v)->ull[DUK_DBL_IDX_ULL0] = (((duk_uint64_t) (tag)) << 16) | (((duk_uint64_t) (duk_uint32_t) (h))… 73 (v)->ui[DUK_DBL_IDX_UI0] = ((duk_uint32_t) (tag)) << 16; \ 82 (v)->ull[DUK_DBL_IDX_ULL0] = (((duk_uint64_t) DUK_TAG_LIGHTFUNC) << 16) | \ 95 …(v)->ui[DUK_DBL_IDX_UI0] = (((duk_uint32_t) DUK_TAG_LIGHTFUNC) << 16) | ((duk_uint32_t) (flags)); \ 104 …(v)->ui[DUK_DBL_IDX_UI0] = ((duk_uint32_t) DUK_TAG_FASTINT) << 16 | (((duk_uint32_t) ((i) >> 32)) … 108 (v)->ui[DUK_DBL_IDX_UI0] = ((duk_uint32_t) DUK_TAG_FASTINT) << 16; \ 125 /* XXX: clumsy sign extend and masking of 16 topmost bits */ 127 …nt64_t) (v)->ui[DUK_DBL_IDX_UI0]) << 32) | ((duk_uint64_t) (v)->ui[DUK_DBL_IDX_UI1]))) << 16 >> 16) 129 #define DUK__TVAL_GET_FASTINT(v) ((((duk_int64_t) (v)->ull[DUK_DBL_IDX_ULL0]) << 16) >> 16) [all …]
|
D | duk_heap_hashstring.c | 58 skip = (duk_size_t) (16 * DUK__STRHASH_BLOCKSIZE + DUK__STRHASH_BLOCKSIZE); in duk_heap_hashstring() 76 /* Truncate to 16 bits here, so that a computed hash can be compared in duk_heap_hashstring() 77 * against a hash stored in a 16-bit field. in duk_heap_hashstring() 113 /* Truncate to 16 bits here, so that a computed hash can be compared in duk_heap_hashstring() 114 * against a hash stored in a 16-bit field. in duk_heap_hashstring()
|
D | duk_hobject_pc2line.c | 100 duk_be_encode(be_ctx, (0x07 << 16) + ((next_line >> 16) & 0xffffU), 19); in duk_hobject_pc2line_pack() 101 duk_be_encode(be_ctx, next_line & 0xffffU, 16); in duk_hobject_pc2line_pack() 197 t = duk_bd_decode(bd_ctx, 16); /* workaround: max nbits = 24 now */ in duk__hobject_pc2line_query_raw() 198 t = (t << 16) + duk_bd_decode(bd_ctx, 16); in duk__hobject_pc2line_query_raw()
|
D | duk_hstring.h | 12 * 16-bit codepoint can take 3 bytes in CESU-8, this representation can only 82 #define DUK_HSTRING_GET_HASH(x) ((x)->hdr.h_flags >> 16) 84 (x)->hdr.h_flags = ((x)->hdr.h_flags & 0x0000ffffUL) | ((v) << 16); \ 154 * the 32-bit flags field is unused by flags, so we can stuff a 16-bit 159 /* Note: we could try to stuff a partial hash (e.g. 16 bits) into the 165 /* If 16-bit hash is in use, stuff it into duk_heaphdr_string flags. */
|
D | duk_unicode_support.c | 42 /* 16 bits */ in duk_unicode_get_xutf8_length() 69 /* 16 bits */ in duk_unicode_get_cesu8_length() 144 * 16-bit values as expected in Ecmascript. The surrogate in duk_unicode_encode_cesu8() 171 out[1] = (duk_uint8_t) (0xa0 + ((x >> 16) & 0x0f)); in duk_unicode_encode_cesu8() 214 /* 1110 xxxx 10xx xxxx 10xx xxxx [16 bits] */ in duk_unicode_decode_xutf8() 330 if (blen < 16) { in duk_unicode_unvalidated_utf8_length() 335 * End of string check not needed because blen >= 16. in duk_unicode_unvalidated_utf8_length() 837 start_i = (duk_codepoint_t) duk_bd_decode(bd_ctx, 16); in duk__slow_case_conversion() 838 start_o = (duk_codepoint_t) duk_bd_decode(bd_ctx, 16); in duk__slow_case_conversion() 859 start_i = (duk_codepoint_t) duk_bd_decode(bd_ctx, 16); in duk__slow_case_conversion() [all …]
|
D | duk_numconv.c | 37 20, 19, 19, 18, 18, 17, 17, 17, 16, 16, /* 12 to 21 */ 38 16, 16, 16, 15, 15, 15, 15, 15, 15, 14, /* 22 to 31 */ 435 * Multiply + add + carry for 32-bit components using only 16x16->32 in duk__bi_mul() 438 * 1st mult, 32-bit: (A*2^16 + B) in duk__bi_mul() 439 * 2nd mult, 32-bit: (C*2^16 + D) in duk__bi_mul() 443 * (AC*2^16 + B) * (C*2^16 + D) + E + F in duk__bi_mul() 444 * = AC*2^32 + AD*2^16 + BC*2^16 + BD + E + F in duk__bi_mul() 445 * = AC*2^32 + (AD + BC)*2^16 + (BD + E + F) in duk__bi_mul() 446 * = AC*2^32 + AD*2^16 + BC*2^16 + (BD + E + F) in duk__bi_mul() 451 a = y->v[i]; b = a & 0xffffUL; a = a >> 16; in duk__bi_mul() [all …]
|
D | duk_hbuffer.h | 63 #define DUK_HBUFFER_GET_SIZE(x) ((x)->hdr.h_flags >> 16) 68 (x)->hdr.h_flags = ((x)->hdr.h_flags & 0x0000ffffUL) | (((duk_uint32_t) duk__v) << 16); \ 71 (x)->hdr.h_flags += ((dv) << 16); \ 74 (x)->hdr.h_flags -= ((dv) << 16); \
|
D | duk_heap.h | 126 #define DUK_HEAP_STRINGCACHE_NOCACHE_LIMIT 16 /* strings up to the this length are … 246 #define DUK_HEAP_MAX_BREAKPOINTS 16 324 /* A 16-bit listlen makes sense with 16-bit heap pointers: there 358 /* Precomputed pointers when using 16-bit heap pointer packing. */
|
/civetweb-2.7.6/src/ |
D | md5.inl | 72 MD5_STATIC void md5_finish(md5_state_t *pms, md5_byte_t digest[16]); 218 md5_word_t X[16]; 221 md5_word_t xbuf[16]; 273 for (i = 0; i < 16; ++i, xp += 4) 275 + (md5_word_t)(xp[2] << 16) 291 /* Do the following 16 operations. */ 318 /* Do the following 16 operations. */ 345 /* Do the following 16 operations. */ 348 SET(c, d, a, b, 11, 16, T35); 352 SET(c, d, a, b, 7, 16, T39); [all …]
|
D | sha1.inl | 11 Corrected a problem which generated improper hash values on 16 bit machines 20 However, on 16 bit machines an int is too small for the shifts being done 25 Since the file IO in main() reads 16K at a time, any file 8K or larger would 108 uint32_t l[16]; 182 R1(e, a, b, c, d, 16);
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/doc/ |
D | lua.1 | 1 .\" $Id: lua.man,v 1.13 2011/11/16 17:16:53 lhf Exp $ 2 .TH LUA 1 "$Date: 2011/11/16 17:16:53 $"
|
D | manual.css | 22 padding-left: 16px ; 23 margin-left: -16px ;
|
/civetweb-2.7.6/test/ |
D | HugeText.lua | 21 ['/'] = {32,16,8,4,2}, 26 ['4'] = {24,20,18,127,16}, 52 ['N'] = {127,4,8,16,127}, 66 ['\\'] = {2,4,8,16,32}, 81 ['k'] = {127,16,40,68,0}, 100 ['~'] = {8,4,8,16,8},
|
D | handle_form.lua | 92 for l=0,maxlen,16 do 93 for m=1,16 do 101 mg.write(" - " .. form_field_value:sub(l+1,l+16):gsub("[%c%z%s]", " ") .. "\r\n")
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/test/ |
D | xd.lua | 6 local s=io.read(16) 11 io.write(string.rep(" ",3*(16-string.len(s)))) 13 offset=offset+16
|