Searched refs:StrSize (Results 1 - 8 of 8) sorted by relevance

/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Dstr.c135 StrSize ( function
152 Size = StrSize(Src);
H A Dprint.c426 IN UINTN StrSize,
440 StrSize - Size of Str. String is truncated to this size.
457 spc.maxlen = StrSize / sizeof(CHAR16) - 1;
468 IN UINTN StrSize,
482 StrSize - Size of Str. String is truncated to this size.
497 len = VSPrint(Str, StrSize, fmt, args);
424 VSPrint( OUT CHAR16 *Str, IN UINTN StrSize, IN CHAR16 *fmt, va_list args ) argument
466 SPrint( OUT CHAR16 *Str, IN UINTN StrSize, IN CHAR16 *fmt, ... ) argument
H A Ddpath.c242 Size = StrSize(FileName);
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVUtil.h377 auto StrSize = Str.size(); local
379 for (unsigned I = 0u; I < StrSize; ++I) {
389 if (StrSize % 4 == 0)
/external/syslinux/efi32/include/efi/
H A Defilib.h248 StrSize (
404 IN UINTN StrSize,
412 IN UINTN StrSize,
/external/syslinux/efi64/include/efi/
H A Defilib.h248 StrSize (
404 IN UINTN StrSize,
412 IN UINTN StrSize,
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Defilib.h248 StrSize (
404 IN UINTN StrSize,
412 IN UINTN StrSize,
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp3451 size_t StrSize = Str.size(); local
3453 while ((VectorStringLength + 1) < StrSize &&

Completed in 209 milliseconds