Searched refs:ucharbuf (Results 1 – 3 of 3) sorted by relevance
70 unsigned char ucharbuf[1]; in bar() local75 ovl_bar(ucharbuf); in bar()
130 unsigned char ucharbuf[1]; in incompatible_pointer_type_conversions() local136 …foo(ucharbuf); // expected-error{{call to 'foo' is ambiguous}} expected-note@-3{{candidate functio… in incompatible_pointer_type_conversions()142 bar(ucharbuf); in incompatible_pointer_type_conversions()
358 unsigned char *ucharbuf = buf; in fill_buffer() local368 ucharbuf[i] = (unsigned char)(i & 0xff); in fill_buffer()448 memcpy((ucharbuf + i), ucharbuf, BLK_SIZE); in fill_buffer()