OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mask_length
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
cgen.h
917
unsigned char
mask_length
;
918
#define CGEN_IFMT_MASK_LENGTH(ifmt) ((ifmt)->
mask_length
)
924
/* Mask to apply to the first
MASK_LENGTH
bits.
903
unsigned char
mask_length
;
member in struct:__anon76102
[
all
...]
/external/mesa3d/src/glsl/
ir_reader.cpp
570
unsigned
mask_length
= strlen(mask_str);
local
571
if (
mask_length
> 4) {
578
for (unsigned i = 0; i <
mask_length
; i++) {
Completed in 66 milliseconds