Searched refs:buffs (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_ras_eeprom.c386 unsigned char *buffs, *buff; local
393 buffs = kcalloc(num, EEPROM_ADDRESS_SIZE + EEPROM_TABLE_RECORD_SIZE,
395 if (!buffs)
417 buff = &buffs[i * (EEPROM_ADDRESS_SIZE + EEPROM_TABLE_RECORD_SIZE)];
459 buff = &buffs[i*(EEPROM_ADDRESS_SIZE + EEPROM_TABLE_RECORD_SIZE)];
485 __update_table_header(control, buffs);
496 kfree(buffs);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_common_test.cc308 const char *buffs[22] = { local
322 for (size_t i = 0; i < ARRAY_SIZE(buffs); i+=2) {
323 char *buffer_copy = internal_strdup(buffs[i]);
325 EXPECT_STREQ(buffer_copy, buffs[i+1]);

Completed in 91 milliseconds