Home
last modified time | relevance | path

Searched refs:fcs (Results 1 – 25 of 27) sorted by relevance

12

/external/tcpdump/tests/
Dsflow_multiple_counter_30_pdus.out12 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/
Ddemand.c62 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/
Ddecode_test.py23 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/
Dppp_defs.h113 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) argument
/external/fec/
Drstest.c18 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/
Dmod.rs67 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/
Dthread_info.cc101 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/
Dpppoe.h285 UINT16_t pppFCS16(UINT16_t fcs, unsigned char *cp, int len);
/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/
Darg.h69 auto fcs = conv.Wrap<FormatConversionSpecT>();
71 return AbslFormatConvert(v, fcs, &fs);
/external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/
Darg.h55 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/
Darg.h55 auto fcs = conv.Wrap<FormatConversionSpecT>();
57 return AbslFormatConvert(v, fcs, &fs);
/external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/
Darg.h69 auto fcs = conv.Wrap<FormatConversionSpecT>();
71 return AbslFormatConvert(v, fcs, &fs);
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc391 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/
Dcc_toolchain_config.bzl551 "-fcs-profile-generate=%{cs_fdo_instrument_path}",
/external/tensorflow/third_party/gpus/crosstool/
Dhipcc_cc_toolchain_config.bzl.tpl551 "-fcs-profile-generate=%{cs_fdo_instrument_path}",
/external/llvm-project/llvm/cmake/modules/
DHandleLLVMOptions.cmake921 append("-fcs-profile-generate=\"${LLVM_CSPROFILE_DATA_DIR}\""
925 append("-fcs-profile-generate=\"${LLVM_CSPROFILE_DATA_DIR}\""
/external/ImageMagick/Magick++/tests/
Dtest_image.miff1236 …MD�� ����� (7&#?-&B2)N91fNCvXJ}\I{aM�jX�zl��}��}�ll�louVY}fcs\X^ECT==J..L+,7 <#…
/external/python/cpython3/Lib/test/
Dmime.types474 application/vnd.isac.fcs fcs
/external/llvm-project/clang/docs/
DUsersManual.rst2179 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 \
DClangCommandLineReference.rst1410 .. option:: -fcs-profile-generate
1415 .. option:: -fcs-profile-generate=<directory>
/external/llvm-project/clang/include/clang/Driver/
DOptions.td886 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/
DentityToCode.tsv1585 http://www.wikidata.org/entity/Q13193 fcs
/external/cldr/tools/java/org/unicode/cldr/util/data/
Dlanguage-subtag-registry11227 Subtag: fcs
42944 Subtag: fcs
42947 Preferred-Value: fcs
Diso-639-3_Name_Index.tab1990 fcs Quebec Sign Language Quebec Sign Language
/external/icu/icu4c/source/data/misc/
DsupplementalData.txt5481 "fcs",

12