/third_party/lwip/src/netif/ppp/ |
H A D | pppos.c | 75 static err_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]) 149 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ ppp_get_fcs(((fcs) ^ (c)) & 0xff)) 526 /* If the fcs is invalid, drop the packet. */ in pppos_input() 529 ("pppos_input[%d]: Dropping bad fcs in pppos_input() 823 pppos_output_append(pppos_pcb *pppos, err_t err, struct pbuf *nb, u8_t c, u8_t accm, u16_t *fcs) pppos_output_append() argument 857 pppos_output_last(pppos_pcb *pppos, err_t err, struct pbuf *nb, u16_t *fcs) pppos_output_last() argument [all...] |
H A 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/ |
H A D | ppp_defs.h | 85 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
|
/third_party/musl/arch/i386/bits/ |
H A 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/ |
H A 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/ |
H A D | mod.rs | 67 pub fcs: ::c_long, 253 pub fcs: ::c_long, 283 && self.fcs == other.fcs in eq() 304 .field("fcs", &self.fcs) in fmt() 323 self.fcs.hash(state); in hash()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | arg.h | 69 auto fcs = conv.Wrap<FormatConversionSpecT>(); in AbslFormatConvert() 71 return AbslFormatConvert(v, fcs, &fs); in AbslFormatConvert()
|
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_av1_syntax_template.c | 1228 fcs(8, point_y_value[i], in film_grain_params() 1250 fcs(8, point_cb_value[i], in film_grain_params() 1258 fcs(8, point_cr_value[i], in film_grain_params() 1895 fcs(16, spatial_layer_max_width[i], in scalability_structure() 1897 fcs(16, spatial_layer_max_height[i], in scalability_structure()
|
H A D | cbs_av1.c | 559 #define fcs(width, name, range_min, range_max, subs, ...) \ macro
|