/third_party/lwip/src/netif/ppp/ |
D | pppos.c | 75 …t pppos_output_append(pppos_pcb *pppos, err_t err, struct pbuf *nb, u8_t c, u8_t accm, u16_t *fcs); 76 static err_t pppos_output_last(pppos_pcb *pppos, err_t err, struct pbuf *nb, u16_t *fcs); 134 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) argument 149 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ ppp_get_fcs(((fcs) ^ (c)) & 0xff)) argument 823 pppos_output_append(pppos_pcb *pppos, err_t err, struct pbuf *nb, u8_t c, u8_t accm, u16_t *fcs) in pppos_output_append() argument 841 if (fcs) { in pppos_output_append() 842 *fcs = PPP_FCS(*fcs, c); in pppos_output_append() 857 pppos_output_last(pppos_pcb *pppos, err_t err, struct pbuf *nb, u16_t *fcs) in pppos_output_last() argument 862 err = pppos_output_append(pppos, err, nb, ~(*fcs) & 0xFF, 1, NULL); in pppos_output_last() 863 err = pppos_output_append(pppos, err, nb, (~(*fcs) >> 8) & 0xFF, 1, NULL); in pppos_output_last()
|
D | demand.c | 66 int fcs; variable 99 fcs = PPP_INITFCS; in demand_conf() 164 fcs = PPP_INITFCS; in demand_discard() 244 && framelen > 2 && fcs == PPP_GOODFCS) { 252 fcs = PPP_INITFCS; 269 fcs = PPP_FCS(fcs, c);
|
/third_party/FreeBSD/sys/net/ |
D | ppp_defs.h | 87 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) argument
|
/third_party/musl/arch/i386/bits/ |
D | user.h | 5 long cwd, swd, twd, fip, fcs, foo, fos, st_space[20]; member 10 long fip, fcs, foo, fos, mxcsr, reserved; member
|
/third_party/musl/arch/microblaze/bits/ |
D | user.h | 2 long cwd, swd, twd, fip, fcs, foo, fos, st_space[20]; member
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/ |
D | mod.rs | 67 pub fcs: ::c_long, 253 pub fcs: ::c_long, 283 && self.fcs == other.fcs 304 .field("fcs", &self.fcs) 323 self.fcs.hash(state);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
D | arg.h | 69 auto fcs = conv.Wrap<FormatConversionSpecT>(); 71 return AbslFormatConvert(v, fcs, &fs);
|
/third_party/ffmpeg/libavcodec/ |
D | cbs_av1_syntax_template.c | 1228 fcs(8, point_y_value[i], in FUNC() 1250 fcs(8, point_cb_value[i], in FUNC() 1258 fcs(8, point_cr_value[i], in FUNC() 1895 fcs(16, spatial_layer_max_width[i], in FUNC() 1897 fcs(16, spatial_layer_max_height[i], in FUNC()
|
D | cbs_av1.c | 559 #define fcs(width, name, range_min, range_max, subs, ...) \ macro
|
/third_party/python/Lib/test/ |
D | mime.types | 474 application/vnd.isac.fcs fcs
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 877 u32 fcs; member 896 u32 fcs; member 919 u32 fcs; member 22118 int fcs; member 22215 u32 fcs; member
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | supplementalData.txt | 5480 "fcs",
|
/third_party/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 5578 "fcs",
|
/third_party/astc-encoder/Test/Images/HDRIHaven/HDR-RGB/ |
D | hdr-rgb-eveningroad.hdr | 1257 …~����������Ͽ���Ҹڭ������������rϬ����l�˶��ss��Ѳ����ȹ�Ȧ����ӽ���ǻ�Ѵͽ�˿���������fcs�������hqvfp�{|{m|��…
|