/external/boringssl/src/crypto/curve25519/ |
D | ed25519_tests.txt | 13 # print "PRIV:", private 19 PRIV: 9d61b19deffd5a60ba844af492ec2cc44449c5697b326919703bac031cae7f60d75a980182b10ab7d54bfed3c9640… 24 PRIV: 4ccd089b28ff96da9db6c346ec114e0f5b8a319f35aba624da8cf6ed4fb8a6fb3d4017c3e843895a92b70aa74d1b7… 29 PRIV: c5aa8df43f9f837bedb7442f31dcb7b166d38535076f094b85ce3a2e0b4458f7fc51cd8e6218a1a38da47ed00230f… 34 PRIV: 0d4a05b07352a5436e180356da0ae6efa0345ff7fb1572575772e8005ed978e9e61a185bcef2613a6c7cb79763ce9… 39 PRIV: 6df9340c138cc188b5fe4464ebaa3f7fc206a2d55c3434707e74c9fc04e20ebbc0dac102c4533186e25dc43128472… 44 PRIV: b780381a65edf8b78f6945e8dbec7941ac049fd4c61040cf0c324357975a293ce253af0766804b869bb1595be9765… 49 PRIV: 78ae9effe6f245e924a7be63041146ebc670dbd3060cba67fbc6216febc44546fbcfbfa40505d7f2be444a33d185c… 54 PRIV: 691865bfc82a1e4b574eecde4c7519093faf0cf867380234e3664645c61c5f7998a5e3a36e67aaba89888bf093de1… 59 PRIV: 3b26516fb3dc88eb181b9ed73f0bcd52bcd6b4c788e4bcaf46057fd078bee073f81fb54a825fced95eb033afcd643… [all …]
|
/external/pcre/dist2/src/ |
D | pcre2_ucd.c | 36 const ucd_record PRIV(ucd_records)[] = {{0,0,0,0,0,0,0 }}; 37 const uint16_t PRIV(ucd_stage1)[] = {0}; 38 const uint16_t PRIV(ucd_stage2)[] = {0}; 39 const uint32_t PRIV(ucd_caseless_sets)[] = {0}; 42 const char *PRIV(unicode_version) = "11.0.0"; 49 const ucd_record PRIV(dummy_ucd_record)[] = {{ 78 const uint32_t PRIV(ucd_caseless_sets)[] = { 118 const uint32_t PRIV(ucd_digit_sets)[] = { 133 const uint8_t PRIV(ucd_script_sets)[] = { 188 const ucd_record PRIV(ucd_records)[] = { /* 11136 bytes, record size 12 */ [all …]
|
D | pcre2_xclass.c | 69 PRIV(xclass)(uint32_t c, PCRE2_SPTR data, BOOL utf) in PRIV() function 151 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop) in PRIV() 164 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV() 165 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) in PRIV() 183 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV() 190 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV() 191 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV() 223 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV() 224 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV() 237 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV() [all …]
|
D | pcre2_string_utils.c | 63 PRIV(memmove)(void *d, const void *s, size_t n) in PRIV() function 102 PRIV(strcmp)(PCRE2_SPTR str1, PCRE2_SPTR str2) in PRIV() function 130 PRIV(strcmp_c8)(PCRE2_SPTR str1, const char *str2) in PRIV() function 157 PRIV(strncmp)(PCRE2_SPTR str1, PCRE2_SPTR str2, size_t len) in PRIV() function 186 PRIV(strncmp_c8)(PCRE2_SPTR str1, const char *str2, size_t len) in PRIV() function 209 PRIV(strlen)(PCRE2_SPTR str) in PRIV() function 229 PRIV(strcpy_c8)(PCRE2_UCHAR *str1, const char *str2) in PRIV() function
|
D | pcre2_ord2utf.c | 59 PRIV(ord2utf)(uint32_t cvalue, PCRE2_UCHAR *buffer) in PRIV() function 81 PRIV(ord2utf)(uint32_t cvalue, PCRE2_UCHAR *buffer) in PRIV() function 87 for (i = 0; i < PRIV(utf8_table1_size); i++) in PRIV() 88 if ((int)cvalue <= PRIV(utf8_table1)[i]) break; in PRIV() 95 *buffer = PRIV(utf8_table2)[i] | cvalue; in PRIV()
|
D | pcre2_internal.h | 176 #ifndef PRIV 177 #define PRIV(name) _pcre2_##name macro 198 #define memmove(a, b, c) PRIV(memmove)(a, b, c) 482 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \ 496 PRIV(was_newline)((p), NLBLOCK->nltype, NLBLOCK->PSSTART, \ 1794 #define REAL_GET_UCD(ch) (PRIV(ucd_records) + \ 1795 PRIV(ucd_stage2)[PRIV(ucd_stage1)[(int)(ch) / UCD_BLOCK_SIZE] * \ 1800 PRIV(dummy_ucd_record) : REAL_GET_UCD(ch)) 1807 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)] 1849 extern const int PRIV(utf8_table1)[]; [all …]
|
D | pcre2_context.c | 86 PRIV(memctl_malloc)(size_t size, pcre2_memctl *memctl) in PRIV() function 133 const pcre2_compile_context PRIV(default_compile_context) = { 137 PRIV(default_tables), /* Character tables */ 150 pcre2_compile_context *ccontext = PRIV(memctl_malloc)( in pcre2_compile_context_create() 153 *ccontext = PRIV(default_compile_context); in pcre2_compile_context_create() 163 const pcre2_match_context PRIV(default_match_context) = { 184 pcre2_match_context *mcontext = PRIV(memctl_malloc)( in pcre2_match_context_create() 187 *mcontext = PRIV(default_match_context); in pcre2_match_context_create() 197 const pcre2_convert_context PRIV(default_convert_context) = { 214 pcre2_convert_context *ccontext = PRIV(memctl_malloc)( in pcre2_convert_context_create() [all …]
|
D | pcre2_jit_misc.c | 53 PRIV(jit_free_rodata)(void *current, void *allocator_data) in PRIV() function 78 PRIV(jit_free)(void *executable_jit, pcre2_memctl *memctl) in PRIV() function 93 PRIV(jit_free_rodata)(functions->read_only_data_heads[i], allocator_data); in PRIV() 145 jit_stack = PRIV(memctl_malloc)(sizeof(pcre2_real_jit_stack), (pcre2_memctl *)gcontext); in pcre2_jit_stack_create() 200 PRIV(jit_get_target)(void) in PRIV() function 215 PRIV(jit_get_size)(void *executable_jit) in PRIV() function
|
D | pcre2_config.c | 155 const char *v = PRIV(jit_get_target)(); in pcre2_config() 157 strlen(v) : PRIV(strcpy_c8)((PCRE2_UCHAR *)where, v))); in pcre2_config() 197 const char *v = PRIV(unicode_version); in pcre2_config() 202 strlen(v) : PRIV(strcpy_c8)((PCRE2_UCHAR *)where, v))); in pcre2_config() 239 strlen(v) : PRIV(strcpy_c8)((PCRE2_UCHAR *)where, v))); in pcre2_config()
|
D | pcre2_script_run.c | 85 PRIV(script_run)(PCRE2_SPTR ptr, PCRE2_SPTR endptr, BOOL utf) in PRIV() function 258 const uint8_t *list = PRIV(ucd_script_sets) - scriptx; in PRIV() 263 require_list = PRIV(ucd_script_sets) - scriptx; in PRIV() 403 if (c <= PRIV(ucd_digit_sets)[1]) digitset = 1; else in PRIV() 407 int top = PRIV(ucd_digit_sets)[0]; in PRIV() 416 if (c <= PRIV(ucd_digit_sets)[mid]) top = mid; else bot = mid; in PRIV()
|
D | pcre2_study.c | 264 cc += PRIV(OP_lengths)[*cc]; in find_minlength() 277 cc += PRIV(OP_lengths)[*cc]; in find_minlength() 388 cc += PRIV(OP_lengths)[op]; in find_minlength() 396 cc += PRIV(OP_lengths)[op]; in find_minlength() 410 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength() 412 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength() 482 ce = cs = (PCRE2_UCHAR *)PRIV(find_bracket)(startcode, utf, recno); in find_minlength() 538 ce = cs = (PCRE2_UCHAR *)PRIV(find_bracket)(startcode, utf, recno); in find_minlength() 702 cc += PRIV(OP_lengths)[op]; in find_minlength() 715 cc += PRIV(OP_lengths)[op] + cc[1]; in find_minlength() [all …]
|
D | pcre2_auto_possess.c | 210 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop() 221 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop() 222 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop() 237 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop() 242 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop() 243 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop() 247 p = PRIV(ucd_caseless_sets) + prop->caseset; in check_char_prop() 429 clist_src = PRIV(ucd_caseless_sets) + code[1]; in get_chr_property_list() 551 code += PRIV(OP_lengths)[c]; in compare_opcodes() 631 code += PRIV(OP_lengths)[c]; in compare_opcodes() [all …]
|
D | pcre2_find_bracket.c | 70 PRIV(find_bracket)(PCRE2_SPTR code, BOOL utf, int number) in PRIV() function 91 code += PRIV(OP_lengths)[c]; in PRIV() 101 code += PRIV(OP_lengths)[c]; in PRIV() 144 code += PRIV(OP_lengths)[c]; in PRIV()
|
D | pcre2_printint.c | 143 int a = PRIV(utf8_table4)[c & 0x3f]; /* Number of additional bytes */ in print_char() 145 c = (c & PRIV(utf8_table3)[a]) << s; in print_char() 240 for (i = PRIV(utt_size) - 1; i >= 0; i--) in get_ucpname() 242 if (ptype == PRIV(utt)[i].type && pvalue == PRIV(utt)[i].value) break; in get_ucpname() 244 return (i >= 0)? PRIV(utt_names) + PRIV(utt)[i].name_offset : "??"; in get_ucpname() 282 const uint32_t *p = PRIV(ucd_caseless_sets) + code[2]; in print_prop() 620 for (i = 0; PRIV(callout_start_delims)[i] != 0; i++) in pcre2_printint() 621 if (c == PRIV(callout_start_delims)[i]) in pcre2_printint() 623 c = PRIV(callout_end_delims)[i]; in pcre2_printint()
|
D | pcre2_extuni.c | 60 PRIV(extuni)(uint32_t c, PCRE2_SPTR eptr, PCRE2_SPTR start_subject, in PRIV() function 92 PRIV(extuni)(uint32_t c, PCRE2_SPTR eptr, PCRE2_SPTR start_subject, in PRIV() function 103 if ((PRIV(ucp_gbtable)[lgb] & (1u << rgb)) == 0) break; in PRIV()
|
D | pcre2_dfa_match.c | 356 (PCRE2_SIZE)PRIV(OP_lengths)[OP_CALLOUT] : in do_callout() 1178 OK = PRIV(ucp_gentype)[prop->chartype] == code[2]; in internal_dfa_match() 1192 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1193 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match() 1210 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match() 1216 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1217 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match() 1222 cp = PRIV(ucd_caseless_sets) + code[2]; in internal_dfa_match() 1436 OK = PRIV(ucp_gentype)[prop->chartype] == code[3]; in internal_dfa_match() 1450 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() [all …]
|
D | pcre2_pattern_info.c | 192 PRIV(jit_get_size)(re->executable_jit) : 0; in pcre2_pattern_info() 361 cc += PRIV(OP_lengths)[*cc]; in pcre2_callout_enumerate() 380 cc += PRIV(OP_lengths)[*cc]; in pcre2_callout_enumerate() 397 cc += PRIV(OP_lengths)[*cc] + cc[1]; in pcre2_callout_enumerate() 409 cc += PRIV(OP_lengths)[*cc]; in pcre2_callout_enumerate() 426 cc += PRIV(OP_lengths)[*cc]; in pcre2_callout_enumerate()
|
D | pcre2_substitute.c | 131 erc = PRIV(check_escape)(&ptr, ptrend, &ch, &errorcode, in find_text_end() 280 if (length == PCRE2_ZERO_TERMINATED) length = PRIV(strlen)(subject); in pcre2_substitute() 281 if (rlength == PCRE2_ZERO_TERMINATED) rlength = PRIV(strlen)(replacement); in pcre2_substitute() 289 rc = PRIV(valid_utf)(replacement, rlength, &(match_data->rightchar)); in pcre2_substitute() 584 if (PRIV(strcmp_c8)(name, STRING_MARK) == 0) in pcre2_substitute() 710 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute() 726 if (utf) chlen = PRIV(ord2utf)(ch, temp); else in pcre2_substitute() 776 rc = PRIV(check_escape)(&ptr, repend, &ch, &errorcode, in pcre2_substitute() 812 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute() 828 if (utf) chlen = PRIV(ord2utf)(ch, temp); else in pcre2_substitute()
|
D | pcre2_tables.c | 60 const uint8_t PRIV(OP_lengths)[] = { OP_LENGTHS }; 66 const uint32_t PRIV(hspace_list)[] = { HSPACE_LIST }; 67 const uint32_t PRIV(vspace_list)[] = { VSPACE_LIST }; 73 const uint32_t PRIV(callout_start_delims)[] = { 78 const uint32_t PRIV(callout_end_delims[]) = { 100 const int PRIV(utf8_table1)[] = 103 const int PRIV(utf8_table1_size) = sizeof(PRIV(utf8_table1)) / sizeof(int); 108 const int PRIV(utf8_table2)[] = { 0, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc}; 109 const int PRIV(utf8_table3)[] = { 0xff, 0x1f, 0x0f, 0x07, 0x03, 0x01}; 114 const uint8_t PRIV(utf8_table4)[] = { [all …]
|
D | pcre2_valid_utf.c | 63 PRIV(valid_utf)(PCRE2_SPTR string, PCRE2_SIZE length, PCRE2_SIZE *erroroffset) in PRIV() function 94 PRIV(valid_utf)(PCRE2_SPTR string, PCRE2_SIZE length, PCRE2_SIZE *erroroffset) in PRIV() function 155 ab = PRIV(utf8_table4)[c & 0x3f]; /* Number of additional bytes (1-5) */ in PRIV()
|
D | pcre2_substring.c | 217 yield = PRIV(memctl_malloc)(sizeof(pcre2_memctl) + in pcre2_substring_get_bynumber() 397 memp = PRIV(memctl_malloc)(size, (pcre2_memctl *)match_data); in pcre2_substring_list_get() 492 int c = PRIV(strcmp)(stringname, entry + IMM2_SIZE); in pcre2_substring_nametable_scan() 502 if (PRIV(strcmp)(stringname, (first - entrysize + IMM2_SIZE)) != 0) break; in pcre2_substring_nametable_scan() 507 if (PRIV(strcmp)(stringname, (last + entrysize + IMM2_SIZE)) != 0) break; in pcre2_substring_nametable_scan()
|
D | pcre2_compile.c | 1240 PRIV(jit_free)(code->executable_jit, &code->memctl); in pcre2_code_free() 1461 PRIV(check_escape)(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, uint32_t *chptr, in PRIV() function 2092 top = PRIV(utt_size); in get_ucp() 2098 r = PRIV(strcmp_c8)(name, PRIV(utt_names) + PRIV(utt)[i].name_offset); in get_ucp() 2101 *ptypeptr = PRIV(utt)[i].type; in get_ucp() 2102 *pdataptr = PRIV(utt)[i].value; in get_ucp() 2213 PRIV(strncmp_c8)(ptr, pn, (unsigned int)len) == 0) return yield; in check_posix_name() 2287 if (type != ucp_Nd && PRIV(ucp_gentype)[type] != ucp_L && in read_name() 2675 escape = PRIV(check_escape)(&ptr, ptrend, &c, &errorcode, options, in parse_regex() 2865 escape = PRIV(check_escape)(&ptr, ptrend, &c, &errorcode, options, in parse_regex() [all …]
|
D | pcre2_match.c | 274 PRIV(OP_lengths)[OP_CALLOUT] : GET(Fecode, 1 + 2*LINK_SIZE); in do_callout() 406 const uint32_t *pp = PRIV(ucd_caseless_sets) + ur->caseset; in match_ref() 767 Fecode += PRIV(OP_lengths)[*Fecode]; in match() 1157 Loclength = PRIV(ord2utf)(othercase, Foccu); in match() 2082 if (!PRIV(xclass)(fc, Lxclass_data, utf)) RRETURN(MATCH_NOMATCH); in match() 2105 if (!PRIV(xclass)(fc, Lxclass_data, utf)) RRETURN(MATCH_NOMATCH); in match() 2128 if (!PRIV(xclass)(fc, Lxclass_data, utf)) break; in match() 2365 if ((Fecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (Fop == OP_PROP)) in match() 2382 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match() 2383 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (Fop == OP_NOTPROP)) in match() [all …]
|
D | pcre2_newline.c | 79 PRIV(is_newline)(PCRE2_SPTR ptr, uint32_t type, PCRE2_SPTR endptr, in PRIV() function 169 PRIV(was_newline)(PCRE2_SPTR ptr, uint32_t type, PCRE2_SPTR startptr, in PRIV() function
|
D | pcre2_serialize.c | 85 &gcontext->memctl : &PRIV(default_compile_context).memctl; in pcre2_serialize_encode() 168 &gcontext->memctl : &PRIV(default_compile_context).memctl; in pcre2_serialize_decode() 215 dst_re = (pcre2_real_code *)PRIV(memctl_malloc)(blocksize, in pcre2_serialize_decode()
|