| /third_party/icu/icu4c/source/i18n/ |
| H A D | double-conversion-fast-dtoa.cpp | 75 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 D | double-conversion-fast-dtoa.cpp | 75 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 D | test_pbuf.c | 111 struct pbuf *p, *rest=NULL; in START_TEST() local
|
| /third_party/python/Include/internal/ |
| H A D | pycore_blocks_output_buffer.h | 213 Py_ssize_t rest = buffer->max_length - buffer->allocated; in _BlocksOutputBuffer_Grow() local
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | double-conversion-fast-dtoa.cpp | 75 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 D | Debug.h | 98 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 D | gxvmort.c | 185 FT_UInt rest; in gxv_mort_subtables_validate() local
|
| H A D | gxvmorx.c | 75 FT_ULong rest; in gxv_morx_subtables_validate() local
|
| /third_party/protobuf/src/google/protobuf/util/internal/ |
| H A D | json_stream_parser_test.cc | 110 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 D | Fuzz.h | 100 inline void Fuzz::next(Arg* first, Args... rest) { in next() argument
|
| H A D | FuzzCommon.cpp | 20 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 D | all_cmd_unittest.cpp | 80 size_t rest = size;
in WriteTestBin() local
|
| /kernel/linux/linux-5.10/lib/zstd/ |
| H A D | entropy_common.c | 226 U32 const rest = total - weightTotal; in HUF_readStats_wksp() local
|
| /kernel/linux/linux-5.10/fs/squashfs/ |
| H A D | xattr.c | 36 size_t rest = buffer_size; in squashfs_listxattr() local
|
| /kernel/linux/linux-6.6/fs/squashfs/ |
| H A D | xattr.c | 36 size_t rest = buffer_size; in squashfs_listxattr() local
|
| /third_party/curl/lib/ |
| H A D | noproxy.c | 83 int rest; in Curl_cidr6_match() local
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | functional-list.h | 30 Cons* const rest; member
|
| /third_party/node/deps/v8/src/inspector/ |
| H A D | string-16.h | 138 void appendAll(T first, R... rest) { in appendAll() argument
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_etc2.c | 124 const uint8_t rest = (buffer[3] & 0x0f); in swap_colors() local
|
| /third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/ |
| H A D | EdgeTest.java | 209 private static Edge seq(Edge first, Edge second, Edge... rest) { in seq() argument
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | alpha_processing_mips_dsp_r2.c | 133 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 D | basearith.c | 505 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 D | layout.h | 290 constexpr size_t Max(size_t a, size_t b, Ts... rest) { in Max() argument
|
| /third_party/rust/crates/nom/src/combinator/ |
| H A D | mod.rs | 31 pub fn rest<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in rest() functions [all...] |
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | unit_test.h | 178 auto rest = std::accumulate(users_map.begin(), users_map.end(), 0, [](int a, auto &x) { return a + x.second; }); in CheckUsers() local
|