Home
last modified time | relevance | path

Searched defs:rest (Results 51 - 75 of 138) sorted by relevance

123456

/third_party/rust/crates/nom/src/combinator/
H A Dmod.rs31 pub fn rest<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in rest() functions
[all...]
/third_party/ffmpeg/libavcodec/
H A Dcbs_mpeg2.c305 size_t rest = slice->data_size - (slice->data_bit_start + 7) / 8; in cbs_mpeg2_write_slice() local
324 memcpy(put_bits_ptr(pbc), pos, rest); in cbs_mpeg2_write_slice() local
/third_party/backends/backend/
H A Dkvs20xx.c457 int rest = s->side_size - s->read - s->dummy_size; in sane_read() local
/third_party/lame/frontend/
H A Dlame_main.c443 int rest = iread; in lame_encoder_loop() local
/third_party/lame/libmp3lame/vector/
H A Dxmm_quantize_sub.c70 int rest = upper-upper4; in init_xrpow_core_sse() local
/third_party/json/include/nlohmann/detail/conversions/
H A Dto_chars.hpp546 grisu2_round(char* buf, int len, std::uint64_t dist, std::uint64_t delta, std::uint64_t rest, std::uint64_t ten_k) grisu2_round() argument
683 const std::uint64_t rest = (std::uint64_t{p1} << -one.e) + p2; grisu2_digit_gen() local
[all...]
/third_party/node/src/
H A Dnode_sockaddr-inl.h22 inline void hash_combine(size_t* seed, const T& value, Args... rest) { in hash_combine() argument
/third_party/node/deps/v8/src/bigint/
H A Dtostring.cc79 char* DivideByMagic(RWDigits rest, Digits input, char* output) { in DivideByMagic() argument
[all...]
/third_party/node/deps/v8/src/base/numbers/
H A Dfast-dtoa.cc42 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
156 RoundWeedCounted(Vector<char> buffer, int length, uint64_t rest, uint64_t ten_kappa, uint64_t unit, int* kappa) RoundWeedCounted() argument
409 uint64_t rest = global() local
519 uint64_t rest = global() local
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Dsystem-jit-metadata-win.h182 SetFieldDescriptors(EVENT_DATA_DESCRIPTOR* data_descriptors, const T& value, const Ts&... rest) SetFieldDescriptors() argument
190 SetFieldDescriptors(EVENT_DATA_DESCRIPTOR* data_descriptors, const std::wstring& value, const Ts&... rest) SetFieldDescriptors() argument
198 SetFieldDescriptors(EVENT_DATA_DESCRIPTOR* data_descriptors, const std::string& value, const Ts&... rest) SetFieldDescriptors() argument
206 SetFieldDescriptors(EVENT_DATA_DESCRIPTOR* data_descriptors, const char* value, const Ts&... rest) SetFieldDescriptors() argument
[all...]
/third_party/mesa3d/src/util/
H A Du_debug.c334 static char rest[64]; in debug_dump_enum() local
352 static char rest[64]; in debug_dump_enum_noprefix() local
375 static char rest[256]; in debug_dump_flags() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_bio.c112 size_t rest; in bio_read() local
271 size_t rest; in bio_write() local
[all...]
/third_party/popt/tests/
H A Dtest1.c195 const char ** rest; in main() local
/third_party/openssl/crypto/bio/
H A Dbss_bio.c112 size_t rest; in bio_read() local
271 size_t rest; in bio_write() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferTextureBufferRange.cpp550 glw::GLuint rest = totalSize % offsetAlignment; in countAlignedSize() local
/base/security/selinux_adapter/framework/policycoreutils/src/
H A Dcontexts_trie.c116 char *rest = NULL; in InsertParamToTrie() local
373 char *rest = NULL; in LoadParameterContexts() local
/base/startup/init/interfaces/innerkits/fs_manager/
H A Dfstab.c143 char *rest = NULL; in ParseFstabPerLine() local
/third_party/eudev/src/udev/
H A Dudev-builtin-net_id.c236 char *rest; in dev_pci_slot() local
H A Dudev-builtin-path_id.c360 char *rest; in handle_scsi_default() local
/third_party/curl/src/
H A Dtool_setopt.c315 unsigned long rest = (unsigned long)lval; in tool_setopt_bitmask() local
/third_party/icu/icu4c/source/common/
H A Dunisetspan.cpp652 int32_t pos=spanLength, rest=length-pos; in span() local
982 int32_t pos=spanLength, rest=length-pos; spanUTF8() local
1350 int32_t pos=0, rest=length; spanNot() local
1436 int32_t pos=0, rest=length; spanNotUTF8() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dunisetspan.cpp652 int32_t pos=spanLength, rest=length-pos; in span() local
982 int32_t pos=spanLength, rest=length-pos; spanUTF8() local
1350 int32_t pos=0, rest=length; spanNot() local
1436 int32_t pos=0, rest=length; spanNotUTF8() local
[all...]
/third_party/mesa3d/src/microsoft/clc/
H A Dcompute_test.h284 void gather_args(std::vector<RawShaderArg *> &args, T &arg, Rest&... rest) in gather_args() argument
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-common.c150 size_t rest; in calc_checksum() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeTable.java502 public RangeTable subTable(RangeTree bounds, Column<?> first, Column<?>... rest) { in subTable() argument
662 simplify( Function<Change, RangeTree> simplifyFn, int minPrefixLength, Column<?> first, Column<?>... rest) simplify() argument

Completed in 23 milliseconds

123456