Home
last modified time | relevance | path

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

12345678910

/third_party/nghttp2/
H A Dhelp2rst.py144 rest = rest.strip() variable
/third_party/skia/src/core/
H A DSkCubicSolver.h23 static float eval_poly(float t, float m, float b, Rest... rest) { in eval_poly() argument
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
H A Dav7110_ipack.c136 int rest = p->size - p->count; in write_ipack() local
H A Ddvb_filter.c87 int ret=0, rest; in dvb_filter_pes2ts() local
/kernel/linux/linux-6.6/drivers/staging/media/av7110/
H A Dav7110_ipack.c136 int rest = p->size - p->count; in write_ipack() local
H A Ddvb_filter.c87 int ret=0, rest; in dvb_filter_pes2ts() local
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/
H A Dvlset.c43 char *rest; in parse_options() local
/third_party/f2fs-tools/tools/debug_tools/
H A Dfsck_debug.c47 unsigned int rest = len; in hex_info_dump() local
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DNfaFlattenerTest.java205 private static Edge seq(Edge first, Edge second, Edge... rest) { in seq() argument
H A DEdgeWriterTest.java130 private static Edge seq(Edge first, Edge second, Edge... rest) { in seq() argument
/kernel/linux/linux-5.10/drivers/media/radio/
H A Dradio-terratec.c87 long rest; in terratec_s_frequency() local
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/sc/sc_1.0/
H A Dia_css_sc.host.c85 u32 slice, rest, i; in ia_css_sc_config() local
/kernel/linux/linux-6.6/drivers/media/radio/
H A Dradio-terratec.c86 long rest; in terratec_s_frequency() 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

Completed in 16 milliseconds

12345678910