Searched refs:NNSi_FndGetBitValue (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/fnd/detail/ |
| D | fnd_DetailHeapCommonImpl.h | 81 #define NNSi_FndGetBitValue(data, st, bits) \ macro 164 return (u16)NNSi_FndGetBitValue(pHeapHd->attribute, 0, 8); in GetOptForHeap()
|
| D | fnd_DetailHeap.cpp | 254 return (u16)NNSi_FndGetBitValue(pMBlkHd->attribute, 8, 7); in GetAlignmentForMBlock() 279 return (u16)NNSi_FndGetBitValue(pMBHead->attribute, 0, 8); in GetGroupIDForMBlock() 294 return (u16)NNSi_FndGetBitValue(pMBHead->attribute, 15, 1); in GetAllocDirForMBlock() 323 return (u16)NNSi_FndGetBitValue(pEHHead->feature, 0, 1); in GetAllocMode()
|