/third_party/lwip/src/netif/ppp/ |
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);
|
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()
|
/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/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 1806 fcs[i] = ((wuffs_base__frame_config){}); in do_test_wuffs_gif_io_position() 1807 status = wuffs_gif__decoder__decode_frame_config(&dec, &fcs[i], &src); in do_test_wuffs_gif_io_position() 1812 uint64_t index_got = wuffs_base__frame_config__index(&fcs[i]); in do_test_wuffs_gif_io_position() 1819 uint32_t width_got = wuffs_base__frame_config__width(&fcs[i]); in do_test_wuffs_gif_io_position() 1826 uint64_t pos_got = wuffs_base__frame_config__io_position(&fcs[i]); in do_test_wuffs_gif_io_position() 1868 &dec, i, wuffs_base__frame_config__io_position(&fcs[i])); in do_test_wuffs_gif_io_position()
|
/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | arg.h | 55 auto fcs = conv.Wrap<FormatConversionSpecT>(); 57 return AbslFormatConvert(v, fcs, &fs);
|
/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/skia/third_party/externals/icu/source/data/misc/ |
D | supplementalData.txt | 5480 "fcs",
|
/third_party/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 5480 "fcs",
|
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/ |
D | supplementalData.txt | 5280 "fcs",
|