Home
last modified time | relevance | path

Searched refs:Uint16 (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libefivar/
H A Defivar-dp-parse.c1648 UINT16 Uint16; in DevPathFromTextSAS() local
1677 Uint16 = (UINT16)Strtoi (DriveBayStr); in DevPathFromTextSAS()
1678 if (Uint16 == 0) { in DevPathFromTextSAS()
1681 Info = (UINT16)(0x2 | ((Uint16 - 1) << 8)); in DevPathFromTextSAS()
1693 Uint16 = 1; in DevPathFromTextSAS()
1695 Uint16 = 0; in DevPathFromTextSAS()
1697 Uint16 = ((UINT16)Strtoi (LocationStr) & BIT0); in DevPathFromTextSAS()
1700 Info |= (Uint16 << 5); in DevPathFromTextSAS()
1707 Uint16 = 1; in DevPathFromTextSAS()
1709 Uint16 = 0; in DevPathFromTextSAS()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DOpcodes.td23 def Uint16 : Type;
80 let Types = [Sint8, Uint8, Sint16, Uint16, Sint32,
85 let Types = [Sint8, Uint8, Sint16, Uint16, Sint32,
249 def ConstUint16 : ConstOpcode<Uint16, ArgUint16>;
608 let Types = [Uint8, Sint8, Uint16, Sint16, Uint32, Sint32, Uint64, Sint64, Bool, IntAP, IntAPS];
612 let Types = [Uint8, Sint8, Uint16, Sint16, Uint32, Sint32, Uint64, Sint64, Bool];
625 let Types = [Uint8, Sint8, Uint16, Sint16, Uint32, Sint32, Uint64, Sint64, Bool];
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DRISCVVTypes.def279 //===- Uint16 tuple types -------------------------------------------------===//
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseLib.h5249 UINT16 Uint16; member