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 928 UINTN StrBufferLen;
945 StrBufferLen = 0;
948 &StrBufferLen,
954 ConfigHdr = EfiLibAllocateZeroPool (StrBufferLen);
957 &StrBufferLen,
981 StrBufferLen = EfiStrSize (ConfigHdr);
982 StrBufferLen = StrBufferLen + EfiStrSize (BlockName) - sizeof (CHAR16);
983 ConfigRequest = EfiLibAllocateZeroPool (StrBufferLen);
1027 StrBufferLen = 5;
    [all...]
  /external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h 386 int32_t StrBufferLen;

Completed in 58 milliseconds