/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 }}; 37 const uint8_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) = "8.0.0"; 58 const uint32_t PRIV(ucd_caseless_sets)[] = { 85 const ucd_record PRIV(ucd_records)[] = { /* 5952 bytes, record size 8 */ 832 const uint8_t PRIV(ucd_stage1)[] = { /* 8704 bytes */ 1379 const uint16_t PRIV(ucd_stage2)[] = { /* 60416 bytes, block = 128 */
|
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 | 66 PRIV(strcmp)(PCRE2_SPTR str1, PCRE2_SPTR str2) in PRIV() function 94 PRIV(strcmp_c8)(PCRE2_SPTR str1, const char *str2) in PRIV() function 121 PRIV(strncmp)(PCRE2_SPTR str1, PCRE2_SPTR str2, size_t len) in PRIV() function 150 PRIV(strncmp_c8)(PCRE2_SPTR str1, const char *str2, size_t len) in PRIV() function 173 PRIV(strlen)(PCRE2_SPTR str) in PRIV() function 193 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 | 232 #ifndef PRIV 233 #define PRIV(name) _pcre2_##name macro 501 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \ 515 PRIV(was_newline)((p), NLBLOCK->nltype, NLBLOCK->PSSTART, \ 1797 #define GET_UCD(ch) (PRIV(ucd_records) + \ 1798 PRIV(ucd_stage2)[PRIV(ucd_stage1)[(int)(ch) / UCD_BLOCK_SIZE] * \ 1803 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)] 1844 extern const int PRIV(utf8_table1)[]; 1845 extern const int PRIV(utf8_table1_size); 1846 extern const int PRIV(utf8_table2)[]; [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 | 130 const char *v = PRIV(jit_get_target)(); in pcre2_config() 132 strlen(v) : PRIV(strcpy_c8)((PCRE2_UCHAR *)where, v))); in pcre2_config() 169 const char *v = PRIV(unicode_version); in pcre2_config() 174 strlen(v) : PRIV(strcpy_c8)((PCRE2_UCHAR *)where, v))); in pcre2_config() 211 strlen(v) : PRIV(strcpy_c8)((PCRE2_UCHAR *)where, v))); in pcre2_config()
|
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 */ 149 pcre2_compile_context *ccontext = PRIV(memctl_malloc)( in pcre2_compile_context_create() 152 *ccontext = PRIV(default_compile_context); in pcre2_compile_context_create() 162 const pcre2_match_context PRIV(default_match_context) = { 183 pcre2_match_context *mcontext = PRIV(memctl_malloc)( in pcre2_match_context_create() 186 *mcontext = PRIV(default_match_context); in pcre2_match_context_create()
|
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() 599 code += PRIV(OP_lengths)[c]; in compare_opcodes() [all …]
|
D | pcre2_study.c | 252 cc += PRIV(OP_lengths)[*cc]; in find_minlength() 265 cc += PRIV(OP_lengths)[*cc]; in find_minlength() 376 cc += PRIV(OP_lengths)[op]; in find_minlength() 384 cc += PRIV(OP_lengths)[op]; in find_minlength() 398 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength() 400 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength() 463 ce = cs = (PCRE2_UCHAR *)PRIV(find_bracket)(startcode, utf, GET2(slot, 0)); in find_minlength() 506 ce = cs = (PCRE2_UCHAR *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1)); in find_minlength() 662 cc += PRIV(OP_lengths)[op]; in find_minlength() 674 cc += PRIV(OP_lengths)[op] + cc[1]; in find_minlength() [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() 143 code += PRIV(OP_lengths)[c]; in PRIV()
|
D | pcre2_substitute.c | 130 erc = PRIV(check_escape)(&ptr, ptrend, &ch, &errorcode, in find_text_end() 265 if (length == PCRE2_ZERO_TERMINATED) length = PRIV(strlen)(subject); in pcre2_substitute() 266 if (rlength == PCRE2_ZERO_TERMINATED) rlength = PRIV(strlen)(replacement); in pcre2_substitute() 274 rc = PRIV(valid_utf)(replacement, rlength, &(match_data->rightchar)); in pcre2_substitute() 540 if (PRIV(strcmp_c8)(name, STRING_MARK) == 0) in pcre2_substitute() 666 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute() 682 if (utf) chlen = PRIV(ord2utf)(ch, temp); else in pcre2_substitute() 731 rc = PRIV(check_escape)(&ptr, repend, &ch, &errorcode, in pcre2_substitute() 768 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute() 784 if (utf) chlen = PRIV(ord2utf)(ch, temp); else in pcre2_substitute()
|
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_pattern_info.c | 170 PRIV(jit_get_size)(re->executable_jit) : 0; in pcre2_pattern_info() 340 cc += PRIV(OP_lengths)[*cc]; in pcre2_callout_enumerate() 359 cc += PRIV(OP_lengths)[*cc]; in pcre2_callout_enumerate() 375 cc += PRIV(OP_lengths)[*cc] + cc[1]; in pcre2_callout_enumerate() 387 cc += PRIV(OP_lengths)[*cc]; in pcre2_callout_enumerate() 404 cc += PRIV(OP_lengths)[*cc]; in pcre2_callout_enumerate()
|
D | pcre2_compile.c | 777 PRIV(jit_free)(code->executable_jit, &code->memctl); in pcre2_code_free() 822 return code + PRIV(OP_lengths)[OP_CALLOUT]; in auto_callout() 1028 cc += cc[1] + PRIV(OP_lengths)[*cc]; in find_fixedlength() 1056 cc += PRIV(OP_lengths)[*cc]; in find_fixedlength() 1137 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength() 1139 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength() 1301 code += PRIV(OP_lengths)[*code]; in first_significant_code() 1316 code += PRIV(OP_lengths)[*code]; in first_significant_code() 1403 for (code = first_significant_code(code + PRIV(OP_lengths)[*code], TRUE); in could_be_empty_branch() 1405 code = first_significant_code(code + PRIV(OP_lengths)[c], TRUE)) in could_be_empty_branch() [all …]
|
D | pcre2_dfa_match.c | 1030 OK = PRIV(ucp_gentype)[prop->chartype] == code[2]; in internal_dfa_match() 1044 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1045 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match() 1062 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match() 1068 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1069 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match() 1074 cp = PRIV(ucd_caseless_sets) + code[2]; in internal_dfa_match() 1288 OK = PRIV(ucp_gentype)[prop->chartype] == code[3]; in internal_dfa_match() 1302 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1303 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match() [all …]
|
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_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() 487 int c = PRIV(strcmp)(stringname, entry + IMM2_SIZE); in pcre2_substring_nametable_scan() 497 if (PRIV(strcmp)(stringname, (first - entrysize + IMM2_SIZE)) != 0) break; in pcre2_substring_nametable_scan() 502 if (PRIV(strcmp)(stringname, (last + entrysize + IMM2_SIZE)) != 0) break; in pcre2_substring_nametable_scan()
|
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_match.c | 199 const uint32_t *pp = PRIV(ucd_caseless_sets) + ur->caseset; in match_ref() 491 rrc = match(eptr, callpat + PRIV(OP_lengths)[*callpat], mstart, offset_top, in op_recurse_ovecsave() 805 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, mb, in match() 818 PRIV(strcmp)(ecode + 2, mb->start_match_ptr) == 0) in match() 829 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, mb, in match() 835 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, mb, in match() 843 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, mb, in match() 851 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, mb, in match() 869 ecode += PRIV(OP_lengths)[*ecode] + ecode[1]; in match() 872 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, mb, in match() [all …]
|
D | pcre2_serialize.c | 85 &gcontext->memctl : &PRIV(default_compile_context).memctl; in pcre2_serialize_encode() 150 &gcontext->memctl : &PRIV(default_compile_context).memctl; in pcre2_serialize_decode() 197 dst_re = (pcre2_real_code *)PRIV(memctl_malloc)(blocksize, in pcre2_serialize_decode()
|
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_chartables.c | 29 const uint8_t PRIV(default_tables)[] = {
|
/external/icu/icu4c/source/common/ |
D | uloc_tag.cpp | 1777 #define PRIV 0x0080 macro 1870 next = LANG | PRIV; in ultag_parse() 1904 next = EXTL | SCRT | REGN | VART | EXTS | PRIV; in ultag_parse() 1915 next = EXTL | SCRT | REGN | VART | EXTS | PRIV; in ultag_parse() 1917 next = SCRT | REGN | VART | EXTS | PRIV; in ultag_parse() 1938 next = REGN | VART | EXTS | PRIV; in ultag_parse() 1948 next = VART | EXTS | PRIV; in ultag_parse() 1972 next = VART | EXTS | PRIV; in ultag_parse() 2032 next = EXTS | EXTV | PRIV; in ultag_parse() 2037 if (next & PRIV) { in ultag_parse()
|