Lines Matching defs:buf
105 static void usb_line_statistics( char *cmt, u_short* buf,
116 pvd = pvd2 = (MonoWordDef*)buf;
3005 get_ptrs(Plustek_Device *dev, u_short *buf, u_long offs,
3021 *g = buf;
3022 *b = buf + offs;
3023 *r = buf + offs * 2;
3027 *b = buf;
3028 *g = buf + offs;
3029 *r = buf + offs * 2;
3034 *r = buf;
3035 *g = buf + offs;
3036 *b = buf + offs * 2;