Home
last modified time | relevance | path

Searched +defs:cc +defs:flags (Results 1 – 25 of 92) sorted by relevance

1234

/external/sdv/vsomeip/third_party/boost/function_types/include/boost/function_types/detail/synthesize_impl/
Dmaster.hpp25 # 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
/external/regex-re2/re2/
Dregexp.cc187 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 …]
Dparse.cc77 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 …]
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.cc188 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 …]
Dparse.cc77 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 …]
/external/cronet/third_party/re2/src/re2/
Dregexp.cc198 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 …]
Dparse.cc76 ParseFlags flags() { return flags_; } in flags() function in re2::Regexp::ParseState
192 Regexp::ParseState::ParseState(ParseFlags flags, in ParseState()
343 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 …]
/external/curl/tests/unit/
Dunit1604.c47 static char *getflagstr(int flags) in getflagstr()
64 static char *getcurlcodestr(int cc) in getcurlcodestr()
81 int flags; member
/external/pdfium/third_party/libtiff/
Dtif_predict.c342 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 …]
/external/toybox/toys/pending/
Dsh.c575 char *var = 0, *val, cc = **nospace(ss); in recalculate() local
784 static int getutf8(char *s, int len, int *cc) in getutf8()
851 long ii, jj, kk, flags = var->flags&~VAR_WHITEOUT; in setvar_found() local
853 int cc, vlen = varend(s)-s; in setvar_found() local
1044 char *types = "rxnuliaA", *esc = "$\"\\`", *in, flags[16], *out = flags, *ss; in declarep() local
1445 char *s = 0, *ss, cc = *str; in getvar_special() local
1479 struct sh_arg *deck, int flags) in wildcard_matchlen()
1571 static int wildcard_match(char *s, char *p, struct sh_arg *deck, int flags) in wildcard_match()
1675 char cc = new[oo]; in collect_wildcards() local
1803 static int expand_arg_nobrace(struct sh_arg *arg, char *str, unsigned flags, in expand_arg_nobrace()
[all …]
/external/clang/lib/Headers/
Dhtmintrin.h147 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
/external/zstd/tests/fuzz/
Dfuzz.py151 def parse_env_flags(args, flags): argument
180 def compiler_version(cc, cxx): argument
203 def overflow_ubsan_flags(cc, cxx): argument
/external/toybox/toys/posix/
Dsed.c512 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
/external/libpcap/
Dpcap-snit.c118 register int cc, n; in pcap_read_snit() local
238 bpf_u_int32 flags; in nit_setflags() local
Dpcap-dlpi.c185 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
/external/iputils/
Drdisc.c71 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
/external/ltp/testcases/kernel/syscalls/send/
Dsend01.c61 unsigned flags; /* send's 4th argument */ member
211 int nfds, cc, fd; in do_child() local
/external/linux-kselftest/tools/testing/selftests/powerpc/nx-gzip/include/
Dcrb.h76 __u8 flags; member
78 __u8 cc; member
95 __be16 flags; member
122 __be32 flags; member
/external/tensorflow/tensorflow/core/lib/jpeg/
Djpeg_mem_unittest.cc68 UncompressFlags flags; in TestJPEG() local
110 UncompressFlags flags = default_flags; in TestCropAndDecodeJpeg() local
134 UncompressFlags flags = default_flags; in TestCropAndDecodeJpeg() local
184 UncompressFlags flags; in TEST() local
194 UncompressFlags flags; in TEST() local
204 UncompressFlags flags; in TEST() local
214 UncompressFlags flags; in TEST() local
233 UncompressFlags flags; in TEST() local
245 int ww, hh, cc; in CheckInvalidCropWindowFailed() local
246 UncompressFlags flags; in CheckInvalidCropWindowFailed() local
[all …]
/external/virglrenderer/
Dmeson.build44 cc = meson.get_compiler('c') variable
61 flags = [ variable
/external/ltp/testcases/kernel/syscalls/recv/
Drecv01.c76 unsigned flags; /* recv's 4th argument */ member
268 int nfds, cc, fd; in do_child() local
/external/ltp/testcases/kernel/syscalls/recvfrom/
Drecvfrom01.c83 unsigned flags; /* recv's 4th argument */ member
297 int nfds, cc, fd; in do_child() local
/external/ltp/testcases/kernel/syscalls/sendto/
Dsendto01.c60 unsigned flags; /* send's 4th argument */ member
282 int nfds, cc, fd; in do_child() local
/external/python/cpython3/Modules/_ctypes/
Dcallbacks.c155 int flags, in _CallPythonObject()
348 int flags) in _ctypes_alloc_callback()
353 ffi_abi cc; in _ctypes_alloc_callback() local
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/client/
Dchttp2_connector.cc182 RefCountedPtr<Chttp2Connector> cc = self->Ref(); in OnHandshakeDone() local
406 int flags = fcntl(fd, F_GETFL, 0); in grpc_channel_create_from_fd() local

1234