Searched defs:SourceSize (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Dsread.c26 UINTN SourceSize; member in struct:_SIMPLE_READ_FILE
36 IN UINTN SourceSize,
88 FHand->SourceSize = SourceSize;
209 SourceSize = 0;
216 &SourceSize,
226 SourceBuffer = AllocatePool (SourceSize);
231 FHand->SourceSize = SourceSize;
239 &SourceSize,
33 OpenSimpleReadFile( IN BOOLEAN BootPolicy, IN VOID *SourceBuffer OPTIONAL, IN UINTN SourceSize, IN OUT EFI_DEVICE_PATH **FilePath, OUT EFI_HANDLE *DeviceHandle, OUT SIMPLE_READ_FILE *SimpleReadHandle ) argument
[all...]
/external/v8/src/ast/
H A Dast.h2577 int SourceSize() const { return end_position() - start_position(); } function in class:v8::internal::final
/external/v8/src/
H A Dobjects.cc13364 int SharedFunctionInfo::SourceSize() { function in class:v8::internal::__anon27795::SharedFunctionInfo

Completed in 207 milliseconds