Lines Matching refs:u16ref
365 uint16_t *u16ref = new uint16_t[65536]; in TEST() local
369 u16ref[i] = i; in TEST()
375 memset(u16ary, 0x99, 65536 * sizeof(u16ref[0])); in TEST()
376 memcpy_by_channel_mask(u16ary, dst_mask, u16ref, src_mask, sizeof(u16ref[0]), in TEST()
383 memset(u16ary, 0, 65536 * sizeof(u16ref[0])); in TEST()
384 memcpy_by_channel_mask(u16ary, dst_mask, u16ref, src_mask, sizeof(u16ref[0]), in TEST()
390 memset(u16ary, 0x99, 65536 * sizeof(u16ref[0])); in TEST()
391 memcpy_by_channel_mask(u16ary, dst_mask, u16ref, src_mask, sizeof(u16ref[0]), 555); in TEST()
392 EXPECT_EQ(0, memcmp(u16ary, u16ref, 555 * sizeof(u16ref[0]) * __builtin_popcount(dst_mask))); in TEST()
399 memcpy_by_channel_mask(u16ary, dst_mask, u16ref, src_mask, sizeof(u16ref[0]), in TEST()
409 memcpy_by_channel_mask(u16ary, dst_mask, u16ref, src_mask, sizeof(u16ref[0]), in TEST()
413 delete[] u16ref; in TEST()
436 uint16_t *u16ref = new uint16_t[65536]; in TEST() local
446 u16ref[i] = i; in TEST()
448 memcpy_to_p24_from_i16((uint8_t*)u24ref, (int16_t*)u16ref, 65536); in TEST()
495 delete[] u16ref; in TEST()
520 uint16_t *u16ref = new uint16_t[65536]; in TEST() local
530 u16ref[i] = i; in TEST()
532 memcpy_to_p24_from_i16((uint8_t*)u24ref, (int16_t*)u16ref, 65536); in TEST()
580 delete[] u16ref; in TEST()
605 uint16_t *u16ref = new uint16_t[65536]; in TEST() local
615 u16ref[i] = i; in TEST()
617 memcpy_to_p24_from_i16((uint8_t*)u24ref, (int16_t*)u16ref, 65536); in TEST()
672 delete[] u16ref; in TEST()