Searched refs:SizeOfValue (Results 1 - 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
H A DSynchronization.c343 UINT8 SizeOfValue; local
345 SizeOfValue = sizeof (*Value);
347 switch (SizeOfValue) {
H A DSynchronizationGcc.c382 UINT8 SizeOfValue; local
384 SizeOfValue = sizeof (*Value);
386 switch (SizeOfValue) {
H A DSynchronizationMsc.c354 UINT8 SizeOfValue; local
356 SizeOfValue = (UINT8) sizeof (*Value);
358 switch (SizeOfValue) {
/device/linaro/bootloader/edk2/MdePkg/Library/BaseSynchronizationLib/
H A DSynchronization.c397 UINT8 SizeOfValue; local
399 SizeOfValue = sizeof (*Value);
401 switch (SizeOfValue) {
H A DSynchronizationGcc.c413 UINT8 SizeOfValue; local
415 SizeOfValue = sizeof (*Value);
417 switch (SizeOfValue) {
H A DSynchronizationMsc.c415 UINT8 SizeOfValue; local
417 SizeOfValue = (UINT8) sizeof (*Value);
419 switch (SizeOfValue) {
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
H A DPcd.h466 @param[in, out] SizeOfValue A pointer to the length of the value being set for the PCD token.
467 On input, if the SizeOfValue is greater than the maximum size supported
468 for this TokenNumber then the output value of SizeOfValue will reflect
483 IN OUT UINTN *SizeOfValue,
634 @param[in, out] SizeOfValue A pointer to the length of the value being set for the PCD token.
635 On input, if the SizeOfValue is greater than the maximum size supported
636 for this TokenNumber then the output value of SizeOfValue will reflect
652 IN OUT UINTN *SizeOfValue,
H A DPiPcd.h273 @param[in] SizeOfValue The length of the value being set for the PCD token. If too large of a length is
274 specified, upon return from this function the value of SizeOfValue will reflect the
289 IN OUT UINTN *SizeOfValue,
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DPiPcd.h277 @param[in] SizeOfValue The length of the value being set for the PCD token. If too large of a length is
278 specified, upon return from this function the value of SizeOfValue will
293 IN OUT UINTN *SizeOfValue,

Completed in 207 milliseconds