OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attrmask
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c
41
* @param
attrMask
- Attributes, from the enumeration attributeBits.
45
static InstructionContext contextForAttrs(uint8_t
attrMask
) {
46
return CONTEXTS_SYM[
attrMask
];
689
* @param
attrMask
- The attribute mask to search.
695
uint8_t
attrMask
) {
700
instructionClass = contextForAttrs(
attrMask
);
761
uint8_t
attrMask
;
766
attrMask
= ATTR_NONE;
769
attrMask
|= ATTR_64BIT;
772
attrMask
|= ATTR_VEX
[
all
...]
/external/libpng/contrib/gregbook/
rpng-x.c
435
ulg
attrmask
;
local
543
attrmask
= CWBackingStore | CWEventMask;
548
attrmask
|= CWColormap | CWBackPixel | CWBorderPixel;
552
depth, InputOutput, visual,
attrmask
, &attr);
rpng2-x.c
827
ulg
attrmask
;
local
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.c
165
* Interpolate the active attributes (and'd with
attrMask
) to
172
GLbitfield64
attrMask
)
180
attrMask
&= ~span->arrayAttribs;
183
if (
attrMask
& BITFIELD64_BIT(attr)) {
[
all
...]
/external/mesa3d/src/mesa/swrast/
s_span.c
165
* Interpolate the active attributes (and'd with
attrMask
) to
172
GLbitfield64
attrMask
)
180
attrMask
&= ~span->arrayAttribs;
183
if (
attrMask
& BITFIELD64_BIT(attr)) {
[
all
...]
Completed in 83 milliseconds