Home
last modified time | relevance | path

Searched defs:have (Results 1 – 25 of 237) sorted by relevance

12345678910

/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/
Dgzwrite.c77 unsigned have; in gz_comp() local
193 unsigned have, copy; in gz_write() local
288 unsigned have; in PREFIX() local
Dinflate.c396 unsigned have, left; /* available input and output */ in PREFIX() local
1181 static uint32_t syncsearch(uint32_t *have, const uint8_t *buf, uint32_t len) { in syncsearch()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/json_parser/detail/
Dparser.hpp61 bool have(encoding_predicate p, Action& a) { in have() function in boost::property_tree::json_parser::detail::source
70 bool have(encoding_predicate p) { in have() function in boost::property_tree::json_parser::detail::source
401 bool have(encoding_predicate p, Action& a) { return src.have(p, a); } in have() function in boost::property_tree::json_parser::detail::parser
402 bool have(encoding_predicate p) { return src.have(p); } in have() function in boost::property_tree::json_parser::detail::parser
/aosp_15_r20/external/zstd/zlibWrapper/
H A Dgzwrite.c78 unsigned have, put, max = ((unsigned)-1 >> 2) + 1; in gz_comp() local
197 z_size_t have, copy; in gz_write() local
291 unsigned have; in gzputc() local
/aosp_15_r20/external/zlib/
H A Dgzwrite.c67 unsigned have, put, max = ((unsigned)-1 >> 2) + 1; in gz_comp() local
195 unsigned have, copy; in gz_write() local
288 unsigned have; in gzputc() local
H A Dinflate.c595 unsigned have, left; /* available input and output */ in inflate() local
1357 local unsigned syncsearch(unsigned FAR *have, const unsigned char FAR *buf, in syncsearch()
/aosp_15_r20/external/python/cpython2/Modules/zlib/
Dgzwrite.c78 unsigned have, put, max = ((unsigned)-1 >> 2) + 1; local
204 unsigned have, copy; local
308 unsigned have; local
Dinflate.c629 unsigned have, left; /* available input and output */ local
1377 local unsigned syncsearch(have, buf, len) in syncsearch() argument
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/
Dgzwrite.c78 unsigned have, put, max = ((unsigned)-1 >> 2) + 1; local
204 unsigned have, copy; local
308 unsigned have; local
Dinflate.c629 unsigned have, left; /* available input and output */ local
1377 local unsigned syncsearch(have, buf, len) in syncsearch() argument
/aosp_15_r20/external/regex-re2/re2/testing/
H A Dregexp_test.cc54 const std::map<string, int>* have = x->NamedCaptures(); in TEST() local
73 const std::map<int, string>* have = x->CaptureNames(); in TEST() local
/aosp_15_r20/external/cronet/third_party/re2/src/re2/testing/
H A Dregexp_test.cc54 const std::map<std::string, int>* have = x->NamedCaptures(); in TEST() local
73 const std::map<int, std::string>* have = x->CaptureNames(); in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dregexp_test.cc54 const std::map<std::string, int>* have = x->NamedCaptures(); in TEST() local
73 const std::map<int, std::string>* have = x->CaptureNames(); in TEST() local
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/examples/zlib/
H A Dzpipe.c39 unsigned have; in def() local
95 unsigned have; in inf() local
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/examples/
Dzpipe.c39 unsigned have; in def() local
95 unsigned have; in inf() local
Dgun.c200 local int lunpipe(unsigned have, z_const unsigned char *next, struct ind *indp, in lunpipe()
386 unsigned have, flags, len; in gunpipe() local
/aosp_15_r20/external/zlib/examples/
H A Dzpipe.c43 unsigned have; in def() local
99 unsigned have; in inf() local
/aosp_15_r20/build/make/core/
H A Dchecktree78 have = run("p4 have ...", r'[^#]+#[0-9]+ - (.*)', r'.*') variable
97 have = dict().fromkeys(have, 1) variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/text/
Dencode.c61 size_t have = e->end - e->ptr; in txtenc_putbytes() local
80 size_t have = e->end - e->ptr; in txtenc_printf() local
/aosp_15_r20/external/libwebsockets/win32port/zlib/
H A Dinflate.c596 unsigned have, left; /* available input and output */ local
1322 local unsigned syncsearch(have, buf, len) in syncsearch() argument
/aosp_15_r20/external/zlib/contrib/tests/
H A Dinfcover.cc310 unsigned have; in inf() local
692 unsigned have; in inf_cve_2022_37434() local
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/text/
H A Dencode.c50 size_t have = e->end - e->ptr; in txtenc_putbytes() local
69 size_t have = e->end - e->ptr; in txtenc_printf() local
/aosp_15_r20/external/libxml2/
H A Dxzlib.c53 unsigned int have; /* amount of output data unused at next */ member
221 unsigned int *have) in xz_load()
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/zlib/
Dinflate.c594 unsigned have, left; /* available input and output */ in inflate() local
1355 local unsigned syncsearch(unsigned FAR *have, const unsigned char FAR *buf, in syncsearch()
/aosp_15_r20/external/zlib/contrib/optimizations/
H A Dinflate.c606 unsigned have, left; /* available input and output */ in inflate() local
1390 local unsigned syncsearch(unsigned FAR *have, const unsigned char FAR *buf, in syncsearch()

12345678910