Newer
Older
AMI-Aptio-BIOS-Reversed / ServerCommonPkg / Universal / GetSec / Pei / TxtPei / memset32.c
@Ajax Dong Ajax Dong 2 days ago 224 bytes Restructure the repo
// Decompiled: 0xffe062d0
// Function: memset32
// Module: TxtPei.efi (TXTPEI)

void *__cdecl memset32(void *buf, unsigned int count, int value)
{
  memset32(buf, value, count); /*0xffe062dd*/
  return buf; /*0xffe062e3*/
}