/aosp_15_r20/external/regex-re2/re2/ |
H A D | regexp.cc | 187 Regexp* Regexp::HaveMatch(int match_id, ParseFlags flags) { in HaveMatch() 193 Regexp* Regexp::StarPlusOrQuest(RegexpOp op, Regexp* sub, ParseFlags flags) { in StarPlusOrQuest() 222 Regexp* Regexp::Plus(Regexp* sub, ParseFlags flags) { in Plus() 226 Regexp* Regexp::Star(Regexp* sub, ParseFlags flags) { in Star() 230 Regexp* Regexp::Quest(Regexp* sub, ParseFlags flags) { in Quest() 235 ParseFlags flags, bool can_factor) { in ConcatOrAlternate() 286 Regexp* Regexp::Concat(Regexp** sub, int nsub, ParseFlags flags) { in Concat() 290 Regexp* Regexp::Alternate(Regexp** sub, int nsub, ParseFlags flags) { in Alternate() 294 Regexp* Regexp::AlternateNoFactor(Regexp** sub, int nsub, ParseFlags flags) { in AlternateNoFactor() 298 Regexp* Regexp::Capture(Regexp* sub, ParseFlags flags, int cap) { in Capture() [all …]
|
H A D | parse.cc | 77 ParseFlags flags() { return flags_; } in flags() function in re2::Regexp::ParseState 194 Regexp::ParseState::ParseState(ParseFlags flags, in ParseState() 345 static void AddFoldedRange(CharClassBuilder* cc, Rune lo, Rune hi, int depth) { in AddFoldedRange() 775 Regexp::ParseFlags *flags) { in LeadingString() 932 int Regexp::FactorAlternation(Regexp** sub, int nsub, ParseFlags flags) { in FactorAlternation() 1029 Regexp::ParseFlags flags, in Round1() 1081 Regexp::ParseFlags flags, in Round2() 1145 Regexp::ParseFlags flags, in Round3() 1176 CharClass* cc = re->cc(); in Round3() local 1275 bool Regexp::ParseState::MaybeConcatString(int r, ParseFlags flags) { in MaybeConcatString() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | regexp.cc | 188 Regexp* Regexp::HaveMatch(int match_id, ParseFlags flags) { in HaveMatch() 194 Regexp* Regexp::StarPlusOrQuest(RegexpOp op, Regexp* sub, ParseFlags flags) { in StarPlusOrQuest() 223 Regexp* Regexp::Plus(Regexp* sub, ParseFlags flags) { in Plus() 227 Regexp* Regexp::Star(Regexp* sub, ParseFlags flags) { in Star() 231 Regexp* Regexp::Quest(Regexp* sub, ParseFlags flags) { in Quest() 236 ParseFlags flags, bool can_factor) { in ConcatOrAlternate() 283 Regexp* Regexp::Concat(Regexp** sub, int nsub, ParseFlags flags) { in Concat() 287 Regexp* Regexp::Alternate(Regexp** sub, int nsub, ParseFlags flags) { in Alternate() 291 Regexp* Regexp::AlternateNoFactor(Regexp** sub, int nsub, ParseFlags flags) { in AlternateNoFactor() 295 Regexp* Regexp::Capture(Regexp* sub, ParseFlags flags, int cap) { in Capture() [all …]
|
D | parse.cc | 77 ParseFlags flags() { return flags_; } in flags() function in re2::Regexp::ParseState 194 Regexp::ParseState::ParseState(ParseFlags flags, in ParseState() 345 static void AddFoldedRange(CharClassBuilder* cc, Rune lo, Rune hi, int depth) { in AddFoldedRange() 778 Regexp::ParseFlags *flags) { in LeadingString() 935 int Regexp::FactorAlternation(Regexp** sub, int nsub, ParseFlags flags) { in FactorAlternation() 1032 Regexp::ParseFlags flags, in Round1() 1084 Regexp::ParseFlags flags, in Round2() 1148 Regexp::ParseFlags flags, in Round3() 1179 CharClass* cc = re->cc(); in Round3() local 1278 bool Regexp::ParseState::MaybeConcatString(int r, ParseFlags flags) { in MaybeConcatString() [all …]
|
/aosp_15_r20/external/cronet/third_party/re2/src/re2/ |
H A D | regexp.cc | 198 Regexp* Regexp::HaveMatch(int match_id, ParseFlags flags) { in HaveMatch() 204 Regexp* Regexp::StarPlusOrQuest(RegexpOp op, Regexp* sub, ParseFlags flags) { in StarPlusOrQuest() 233 Regexp* Regexp::Plus(Regexp* sub, ParseFlags flags) { in Plus() 237 Regexp* Regexp::Star(Regexp* sub, ParseFlags flags) { in Star() 241 Regexp* Regexp::Quest(Regexp* sub, ParseFlags flags) { in Quest() 246 ParseFlags flags, bool can_factor) { in ConcatOrAlternate() 293 Regexp* Regexp::Concat(Regexp** sub, int nsub, ParseFlags flags) { in Concat() 297 Regexp* Regexp::Alternate(Regexp** sub, int nsub, ParseFlags flags) { in Alternate() 301 Regexp* Regexp::AlternateNoFactor(Regexp** sub, int nsub, ParseFlags flags) { in AlternateNoFactor() 305 Regexp* Regexp::Capture(Regexp* sub, ParseFlags flags, int cap) { in Capture() [all …]
|
H A D | parse.cc | 76 ParseFlags flags() { return flags_; } in flags() function in re2::Regexp::ParseState 192 Regexp::ParseState::ParseState(ParseFlags flags, in ParseState() 341 static void AddFoldedRangeLatin1(CharClassBuilder* cc, Rune lo, Rune hi) { in AddFoldedRangeLatin1() 357 static void AddFoldedRange(CharClassBuilder* cc, Rune lo, Rune hi, int depth) { in AddFoldedRange() 798 Regexp::ParseFlags* flags) { in LeadingString() 956 int Regexp::FactorAlternation(Regexp** sub, int nsub, ParseFlags flags) { in FactorAlternation() 1053 Regexp::ParseFlags flags, in Round1() 1105 Regexp::ParseFlags flags, in Round2() 1169 Regexp::ParseFlags flags, in Round3() 1200 CharClass* cc = re->cc(); in Round3() local [all …]
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | sh.c | 596 char *var = 0, *val, cc = **nospace(ss); in recalculate() local 805 static int getutf8(char *s, int len, int *cc) in getutf8() 862 long ii, jj, kk, flags = var->flags&~VAR_WHITEOUT; in setvar_found() local 864 int cc, vlen = varend(s)-s; in setvar_found() local 1055 char *types = "rxnuliaA", *esc = "$\"\\`", *in, flags[16], *out = flags, *ss; in declarep() local 1456 char *s = 0, *ss, cc = *str; in getvar_special() local 1490 struct sh_arg *deck, int flags) in wildcard_matchlen() 1582 static int wildcard_match(char *s, char *p, struct sh_arg *deck, int flags) in wildcard_match() 1686 char cc = new[oo]; in collect_wildcards() local 1814 static int expand_arg_nobrace(struct sh_arg *arg, char *str, unsigned flags, in expand_arg_nobrace() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/function_types/include/boost/function_types/detail/synthesize_impl/ |
D | master.hpp | 25 # define BOOST_FT_make_type(flags,cc,arity) BOOST_FT_make_type_impl(flags,cc,arity) argument 26 # define BOOST_FT_make_type_impl(flags,cc,arity) make_type_ ## flags ## _ ## cc ## _ ## arity argument
|
/aosp_15_r20/external/pdfium/third_party/libtiff/ |
H A D | tif_predict.c | 342 static int horAcc8(TIFF *tif, uint8_t *cp0, tmsize_t cc) in horAcc8() 401 static int swabHorAcc16(TIFF *tif, uint8_t *cp0, tmsize_t cc) in swabHorAcc16() 411 static int horAcc16(TIFF *tif, uint8_t *cp0, tmsize_t cc) in horAcc16() 438 static int swabHorAcc32(TIFF *tif, uint8_t *cp0, tmsize_t cc) in swabHorAcc32() 448 static int horAcc32(TIFF *tif, uint8_t *cp0, tmsize_t cc) in horAcc32() 472 static int swabHorAcc64(TIFF *tif, uint8_t *cp0, tmsize_t cc) in swabHorAcc64() 482 static int horAcc64(TIFF *tif, uint8_t *cp0, tmsize_t cc) in horAcc64() 509 static int fpAcc(TIFF *tif, uint8_t *cp0, tmsize_t cc) in fpAcc() 614 static int horDiff8(TIFF *tif, uint8_t *cp0, tmsize_t cc) in horDiff8() 692 static int horDiff16(TIFF *tif, uint8_t *cp0, tmsize_t cc) in horDiff16() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/ |
D | htmintrin.h | 133 unsigned char flags; member 155 int cc, i = 0; in __builtin_tbegin_retry_null() local 167 int cc, i = 0; in __builtin_tbegin_retry_tdb() local 184 int cc, i = 0; in __builtin_tbegin_retry_nofloat_null() local 196 int cc, i = 0; in __builtin_tbegin_retry_nofloat_tdb() local
|
/aosp_15_r20/external/clang/lib/Headers/ |
H A D | htmintrin.h | 147 unsigned char flags; member 169 int cc, i = 0; in __builtin_tbegin_retry_null() local 181 int cc, i = 0; in __builtin_tbegin_retry_tdb() local 198 int cc, i = 0; in __builtin_tbegin_retry_nofloat_null() local 210 int cc, i = 0; in __builtin_tbegin_retry_nofloat_tdb() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/ |
D | htmintrin.h | 133 unsigned char flags; member 155 int cc, i = 0; in __builtin_tbegin_retry_null() local 167 int cc, i = 0; in __builtin_tbegin_retry_tdb() local 184 int cc, i = 0; in __builtin_tbegin_retry_nofloat_null() local 196 int cc, i = 0; in __builtin_tbegin_retry_nofloat_tdb() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/ |
D | htmintrin.h | 133 unsigned char flags; member 155 int cc, i = 0; in __builtin_tbegin_retry_null() local 167 int cc, i = 0; in __builtin_tbegin_retry_tdb() local 184 int cc, i = 0; in __builtin_tbegin_retry_nofloat_null() local 196 int cc, i = 0; in __builtin_tbegin_retry_nofloat_tdb() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/ |
D | htmintrin.h | 147 unsigned char flags; member 169 int cc, i = 0; in __builtin_tbegin_retry_null() local 181 int cc, i = 0; in __builtin_tbegin_retry_tdb() local 198 int cc, i = 0; in __builtin_tbegin_retry_nofloat_null() local 210 int cc, i = 0; in __builtin_tbegin_retry_nofloat_tdb() local
|
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/ |
H A D | htmintrin.h | 133 unsigned char flags; member 155 int cc, i = 0; in __builtin_tbegin_retry_null() local 167 int cc, i = 0; in __builtin_tbegin_retry_tdb() local 184 int cc, i = 0; in __builtin_tbegin_retry_nofloat_null() local 196 int cc, i = 0; in __builtin_tbegin_retry_nofloat_tdb() local
|
/aosp_15_r20/prebuilts/sdk/renderscript/clang-include/ |
H A D | htmintrin.h | 147 unsigned char flags; member 169 int cc, i = 0; in __builtin_tbegin_retry_null() local 181 int cc, i = 0; in __builtin_tbegin_retry_tdb() local 198 int cc, i = 0; in __builtin_tbegin_retry_nofloat_null() local 210 int cc, i = 0; in __builtin_tbegin_retry_nofloat_tdb() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/ |
D | htmintrin.h | 133 unsigned char flags; member 155 int cc, i = 0; in __builtin_tbegin_retry_null() local 167 int cc, i = 0; in __builtin_tbegin_retry_tdb() local 184 int cc, i = 0; in __builtin_tbegin_retry_nofloat_null() local 196 int cc, i = 0; in __builtin_tbegin_retry_nofloat_tdb() local
|
/aosp_15_r20/system/nfc/src/nfc/tags/ |
H A D | rw_t5t.cc | 65 uint8_t flags, cc[8]; in rw_t5t_sm_detect_ndef() local 501 uint8_t flags, xx, buff[I93_MAX_BLOCK_LENGH]; in rw_t5t_sm_update_ndef() local 797 uint8_t flags; in rw_t5t_sm_set_read_only() local
|
/aosp_15_r20/external/iputils/ |
H A D | rdisc.c | 71 int flags; member 465 int cc; in main() local 589 int packetlen, i, cc; in advertise() local 720 pr_pack(char *buf, int cc, struct sockaddr_in *from) in pr_pack() 999 int i, cc; in sendbcast() local 1016 int cc; in sendbcastif() local 1041 int i, cc; in sendmcast() local 1058 int cc; in sendmcastif() local
|
/aosp_15_r20/external/libpcap/ |
H A D | pcap-dlpi.c | 185 int cc; in pcap_read_dlpi() local 187 int flags; in pcap_read_dlpi() local 1163 int flags; local 1183 int flags; local 1651 int flags; local 1890 register int cc; local
|
H A D | pcap-bpf.c | 294 pcap_next_zbuf_shm(pcap_t *p, int *cc) in pcap_next_zbuf_shm() 332 pcap_next_zbuf(pcap_t *p, int *cc) in pcap_next_zbuf() 1064 int cc; in pcap_read_bpf() local 2889 get_if_flags(const char *name, bpf_u_int32 *flags, char *errbuf) 2984 get_if_flags(const char *name _U_, bpf_u_int32 *flags, char *errbuf _U_)
|
/aosp_15_r20/external/curl/tests/unit/ |
H A D | unit1604.c | 47 static char *getflagstr(int flags) in getflagstr() 60 static char *getcurlcodestr(int cc) in getcurlcodestr() 77 int flags; member
|
/aosp_15_r20/external/toybox/toys/posix/ |
H A D | sed.c | 512 int cc = -1; in sed_line() local 539 int cc = 0, ll; in sed_line() local 872 int flags; in parse_pattern() local 956 char *cc; in parse_pattern() local
|
/aosp_15_r20/bionic/libc/upstream-openbsd/lib/libc/gen/ |
H A D | fnmatch.c | 103 const struct cclass *cc; in classmatch() local 144 static int fnmatch_ch(const char **pattern, const char **string, int flags) in fnmatch_ch() 284 int fnmatch(const char *pattern, const char *string, int flags) in fnmatch()
|
/aosp_15_r20/external/zstd/tests/fuzz/ |
H A D | fuzz.py | 151 def parse_env_flags(args, flags): argument 180 def compiler_version(cc, cxx): argument 203 def overflow_ubsan_flags(cc, cxx): argument
|