Home
last modified time | relevance | path

Searched defs:rest (Results 26 - 50 of 142) sorted by relevance

123456

/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DEdgeWriterTest.java130 private static Edge seq(Edge first, Edge second, Edge... rest) { in seq() argument
H A DEdgeTest.java209 private static Edge seq(Edge first, Edge second, Edge... rest) { in seq() argument
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Dhash.h149 inline void HashCombine(uint64_t& seed, const Rest&... rest) in HashCombine() argument
155 inline uint64_t Hash(Rest&&... rest) in Hash() argument
/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dinit_utils.c106 char *rest = NULL; in SplitStringExt() local
/third_party/ffmpeg/libavformat/
H A Dsubfile.c103 int64_t rest = c->end - c->pos; in subfile_read() local
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dfast-dtoa.cc61 RoundWeed(Vector<char> buffer, int length, uint64_t distance_too_high_w, uint64_t unsafe_interval, uint64_t rest, uint64_t ten_kappa, uint64_t unit) RoundWeed() argument
181 RoundWeedCounted(Vector<char> buffer, int length, uint64_t rest, uint64_t ten_kappa, uint64_t unit, int* kappa) RoundWeedCounted() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-fast-dtoa.cpp75 RoundWeed(Vector<char> buffer, int length, uint64_t distance_too_high_w, uint64_t unsafe_interval, uint64_t rest, uint64_t ten_kappa, uint64_t unit) RoundWeed() argument
195 RoundWeedCounted(Vector<char> buffer, int length, uint64_t rest, uint64_t ten_kappa, uint64_t unit, int* kappa) RoundWeedCounted() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-fast-dtoa.cpp75 RoundWeed(Vector<char> buffer, int length, uint64_t distance_too_high_w, uint64_t unsafe_interval, uint64_t rest, uint64_t ten_kappa, uint64_t unit) RoundWeed() argument
195 RoundWeedCounted(Vector<char> buffer, int length, uint64_t rest, uint64_t ten_kappa, uint64_t unit, int* kappa) RoundWeedCounted() argument
[all...]
/third_party/lwip/test/unit/core/
H A Dtest_pbuf.c111 struct pbuf *p, *rest=NULL; in START_TEST() local
/third_party/python/Include/internal/
H A Dpycore_blocks_output_buffer.h213 Py_ssize_t rest = buffer->max_length - buffer->allocated; in _BlocksOutputBuffer_Grow() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-fast-dtoa.cpp75 RoundWeed(Vector<char> buffer, int length, uint64_t distance_too_high_w, uint64_t unsafe_interval, uint64_t rest, uint64_t ten_kappa, uint64_t unit) RoundWeed() argument
195 RoundWeedCounted(Vector<char> buffer, int length, uint64_t rest, uint64_t ten_kappa, uint64_t unit, int* kappa) RoundWeedCounted() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_node/utils/
H A DDebug.h98 inline std::ostream& Write(std::ostream& out, FIRST&& first, REST&&... rest) { in Write() argument
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvmort.c185 FT_UInt rest; in gxv_mort_subtables_validate() local
H A Dgxvmorx.c75 FT_ULong rest; in gxv_morx_subtables_validate() local
/third_party/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser_test.cc110 StringPiece rest = json.substr(split); in RunTest() local
111 GOOGLE_LOG(INFO) << "Testing split: " << first << "><" << rest; in RunTest() local
/third_party/skia/fuzz/
H A DFuzz.h100 inline void Fuzz::next(Arg* first, Args... rest) { in next() argument
H A DFuzzCommon.cpp20 static void fuzz_nice_float(Fuzz* fuzz, float* f, Args... rest) { in fuzz_nice_float() argument
/base/update/updater/test/unittest/applypatch_test/
H A Dall_cmd_unittest.cpp80 size_t rest = size; in WriteTestBin() local
/third_party/curl/lib/
H A Dnoproxy.c83 int rest; in Curl_cidr6_match() local
/third_party/node/deps/v8/src/compiler/
H A Dfunctional-list.h30 Cons* const rest; member
/third_party/node/deps/v8/src/inspector/
H A Dstring-16.h138 void appendAll(T first, R... rest) { in appendAll() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_etc2.c124 const uint8_t rest = (buffer[3] & 0x0f); in swap_colors() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dalpha_processing_mips_dsp_r2.c133 const int rest = len & 1; in PackARGB_MIPSdspR2() local
175 const int rest = len & 1; in PackRGB_MIPSdspR2() local
[all...]
/third_party/python/Modules/_decimal/libmpdec/
H A Dbasearith.c505 mpd_uint_t rnd, rest; /* rounding digit, rest */ in _mpd_baseshiftr() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dlayout.h290 constexpr size_t Max(size_t a, size_t b, Ts... rest) { in Max() argument

Completed in 21 milliseconds

123456