HomeSort by relevance Sort by last modified time
    Searched defs:StrBufferLen (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrForm.c 924 UINTN StrBufferLen;
941 StrBufferLen = 0;
944 &StrBufferLen,
950 ConfigHdr = EfiLibAllocateZeroPool (StrBufferLen);
953 &StrBufferLen,
977 StrBufferLen = EfiStrSize (ConfigHdr);
978 StrBufferLen = StrBufferLen + EfiStrSize (BlockName) - sizeof (CHAR16);
979 ConfigRequest = EfiLibAllocateZeroPool (StrBufferLen);
1023 StrBufferLen = 5;
    [all...]
  /external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h 386 int32_t StrBufferLen;

Completed in 234 milliseconds