Searched defs:fcs (Results 1 – 8 of 8) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
D | pppos.c | 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() 857 pppos_output_last(pppos_pcb *pppos, err_t err, struct pbuf *nb, u16_t *fcs) in pppos_output_last()
|
D | demand.c | 66 int fcs; variable
|
/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/FreeBSD/sys/net/ |
D | ppp_defs.h | 87 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) argument
|
/third_party/flutter/skia/third_party/externals/wuffs/test/c/std/ |
D | gif.c | 1801 wuffs_base__frame_config fcs[4]; in do_test_wuffs_gif_io_position() local
|
/third_party/ffmpeg/libavcodec/ |
D | cbs_av1.c | 559 #define fcs(width, name, range_min, range_max, subs, ...) \ macro
|
/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
|