Searched defs:GetBit (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/
H A Daddrcommon.h640 static inline UINT_32 GetBit( function in namespace:Addr
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/
H A Daddrcommon.h640 static inline UINT_32 GetBit( function in namespace:Addr
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/
H A Daddrcommon.h661 static inline UINT_32 GetBit( function in namespace:Addr
/xsrc/external/mit/xorg-server.old/dist/xfixes/
H A Dcursor.c278 GetBit (unsigned char *line, int x) function in typeref:typename:int
/xsrc/external/mit/xorg-server/dist/xfixes/
H A Dcursor.c282 GetBit(unsigned char *line, int x) function in typeref:typename:int
/xsrc/external/mit/bitmap/dist/
H A DGraphics.c70 #define GetBit(image, x, y)\ macro
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1953 bool GetBit(int n) const { int off = (n >> 5); int mask = 1 << (n & 31); return (UsedChars[off] & mask) != 0; } // Get bit n in the array function in struct:ImFontGlyphRangesBuilder
H A Dimgui_internal.h258 bool GetBit(int n) const { int off = (n >> 5); int mask = 1 << (n & 31); return (Storage[off] & mask) != 0; } function in struct:ImBoolVector
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1953 bool GetBit(int n) const { int off = (n >> 5); int mask = 1 << (n & 31); return (UsedChars[off] & mask) != 0; } // Get bit n in the array function in struct:ImFontGlyphRangesBuilder
H A Dimgui_internal.h258 bool GetBit(int n) const { int off = (n >> 5); int mask = 1 << (n & 31); return (Storage[off] & mask) != 0; } function in struct:ImBoolVector

Completed in 39 milliseconds