Searched refs:IntSizeInWords (Results 1 – 2 of 2) sorted by relevance
128 IN UINTN IntSizeInWords, in Int2OctStr() argument137 Ptr1 < (UINT8 *)(Integer + IntSizeInWords) && Ptr2 >= OctetString; in Int2OctStr()142 for (; Ptr1 < (CONST UINT8 *)(Integer + IntSizeInWords) && *Ptr1 == 0; Ptr1++); in Int2OctStr()144 if (Ptr1 < (CONST UINT8 *)(Integer + IntSizeInWords)) { in Int2OctStr()
582 IN UINTN IntSizeInWords,