Home
last modified time | relevance | path

Searched refs:frameend (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dcve-2018-10195.patch14 Zendnames[(frameend-ZCRCE)&3]));
26 xsendline(ZDLE); xsendline(frameend);
27 crc = updcrc(frameend, crc);
/OK3568_Linux_fs/u-boot/common/
H A Dzm.c428 zsdata(const char *buf, size_t length, int frameend) in zsdata() argument
433 Zendnames[(frameend-ZCRCE)&3])); in zsdata()
439 xsendline(ZDLE); xsendline(frameend); in zsdata()
440 crc = updcrc(frameend, crc); in zsdata()
444 if (frameend == ZCRCW) { in zsdata()
450 zsda32(const char *buf, size_t length, int frameend) in zsda32() argument
455 VPRINTF(3,("zsdat32: %d %s", (u32)length, Zendnames[(frameend-ZCRCE)&3])); in zsda32()
464 xsendline(ZDLE); xsendline(frameend); in zsda32()
465 crc = UPDC32(frameend, crc); in zsda32()
476 if (frameend == ZCRCW) { in zsda32()
H A Dzglobal.h445 void zsdata __P ((const char *buf, size_t length, int frameend));
446 void zsda32 __P ((const char *buf, size_t length, int frameend));