/external/tcpdump/tests/ |
D | sflow_multiple_counter_30_pdus.out | 12 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 24 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 36 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 48 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 60 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 72 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 84 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 98 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 110 align errors 0, fcs errors 2, single collision 0, multiple collision 0, test error 0 122 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 [all …]
|
/external/ppp/pppd/ |
D | demand.c | 62 int fcs; variable 95 fcs = PPP_INITFCS; in demand_conf() 156 fcs = PPP_INITFCS; in demand_discard() 228 && framelen > 2 && fcs == PPP_GOODFCS) { 236 fcs = PPP_INITFCS; 253 fcs = PPP_FCS(fcs, c);
|
/external/pigweed/pw_hdlc/py/ |
D | decode_test.py | 23 from pw_hdlc.protocol import frame_check_sequence as fcs unknown 29 frame += fcs(frame) 64 _PARTIAL = fcs(b'\x0ACmsg\x5e') 119 (b'\x7e\xAA\x7d\x7e\xab\x00Hello' + fcs(b'\xab\0Hello') + b'\x7e', [ 140 (b'\x7e\x7d\x7d\0' + fcs(b'\x5d\0') + b'\x7e', 143 (b'\x7e\0\x7d\x7d' + fcs(b'\0\x5d') + b'\x7e', 146 (b'\x7e\0\1\x7d\x7d' + fcs(b'\0\1\x5d') + b'\x7e', 164 (b'\0\1' + fcs(b'\0\1'), []), 165 (b'\0\1' + fcs(b'\0\1') + b'\x7e',
|
/external/ppp/pppd/include/net/ |
D | ppp_defs.h | 113 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) argument
|
/external/fec/ |
D | rstest.c | 18 int fcs; member 157 rs = init_rs_char(e->symsize,e->genpoly,e->fcs,e->prim,e->nroots,0); in exercise_char() 235 rs = init_rs_int(e->symsize,e->genpoly,e->fcs,e->prim,e->nroots,0); in exercise_int()
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/ |
D | mod.rs | 67 pub fcs: ::c_long, 258 pub fcs: ::c_long, 288 && self.fcs == other.fcs 309 .field("fcs", &self.fcs) 328 self.fcs.hash(state);
|
/external/google-breakpad/src/client/linux/dump_writer_common/ |
D | thread_info.cc | 101 out->float_save.error_selector = fpregs.fcs; in FillCPUContext() 114 U16(out->extended_registers + 12, fpxregs.fcs); in FillCPUContext()
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | pppoe.h | 285 UINT16_t pppFCS16(UINT16_t fcs, unsigned char *cp, int len);
|
/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/ |
D | arg.h | 69 auto fcs = conv.Wrap<FormatConversionSpecT>(); 71 return AbslFormatConvert(v, fcs, &fs);
|
/external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/ |
D | arg.h | 55 auto fcs = conv.Wrap<FormatConversionSpecT>(); 57 return AbslFormatConvert(v, fcs, &fs);
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | arg.h | 55 auto fcs = conv.Wrap<FormatConversionSpecT>(); 57 return AbslFormatConvert(v, fcs, &fs);
|
/external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | arg.h | 69 auto fcs = conv.Wrap<FormatConversionSpecT>(); 71 return AbslFormatConvert(v, fcs, &fs);
|
/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump-2-core.cc | 391 thread->fpregs.fcs = rawregs->float_save.error_selector; in ParseThreadRegisters() 402 thread->fpxregs.fcs = U16(rawregs->extended_registers + 12); in ParseThreadRegisters()
|
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc5-rocm/ |
D | cc_toolchain_config.bzl | 551 "-fcs-profile-generate=%{cs_fdo_instrument_path}",
|
/external/tensorflow/third_party/gpus/crosstool/ |
D | hipcc_cc_toolchain_config.bzl.tpl | 551 "-fcs-profile-generate=%{cs_fdo_instrument_path}",
|
/external/llvm-project/llvm/cmake/modules/ |
D | HandleLLVMOptions.cmake | 921 append("-fcs-profile-generate=\"${LLVM_CSPROFILE_DATA_DIR}\"" 925 append("-fcs-profile-generate=\"${LLVM_CSPROFILE_DATA_DIR}\""
|
/external/ImageMagick/Magick++/tests/ |
D | test_image.miff | 1236 …MD (7&#?-&B2)N91fNCvXJ}\I{aM�jX�zl��}��}�ll�louVY}fcs\X^ECT==J..L+,7 <#…
|
/external/python/cpython3/Lib/test/ |
D | mime.types | 474 application/vnd.isac.fcs fcs
|
/external/llvm-project/clang/docs/ |
D | UsersManual.rst | 2179 profile creation and use. Flag ``-fcs-profile-generate`` also instruments 2213 .. option:: -fcs-profile-generate[=<dirname>] 2215 The ``-fcs-profile-generate`` and ``-fcs-profile-generate=`` flags will use 2222 The profile generated by ``-fcs-profile-generate`` and ``-fprofile-generate`` 2236 $ clang++ -O2 -fprofile-use=code.profdata -fcs-profile-generate=sss/ttt \
|
D | ClangCommandLineReference.rst | 1410 .. option:: -fcs-profile-generate 1415 .. option:: -fcs-profile-generate=<directory>
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Options.td | 886 def fcs_profile_generate : Flag<["-"], "fcs-profile-generate">, 889 def fcs_profile_generate_EQ : Joined<["-"], "fcs-profile-generate=">,
|
/external/cldr/tools/java/org/unicode/cldr/util/data/languages/ |
D | entityToCode.tsv | 1585 http://www.wikidata.org/entity/Q13193 fcs
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | language-subtag-registry | 11227 Subtag: fcs 42944 Subtag: fcs 42947 Preferred-Value: fcs
|
D | iso-639-3_Name_Index.tab | 1990 fcs Quebec Sign Language Quebec Sign Language
|
/external/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 5481 "fcs",
|