OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BITSET
(Results
1 - 16
of
16
) sorted by null
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
bit2.s
17
//
BITSET
( Dreg , uimm5 ) ; /* (a) */
18
BITSET
( R7 , 0 ) ;
19
BITSET
( R7 , 31 ) ;
20
BITSET
( R7 , 15 ) ;
21
BITSET
( R1 , 0 ) ;
22
BITSET
( R2 , 1 ) ;
23
BITSET
( R3 , 19 ) ;
bit2.d
14
c: 07 4a
BITSET
\(R7, 0x0\);.*
15
e: ff 4a
BITSET
\(R7, 0x1f\);.*
16
10: 7f 4a
BITSET
\(R7, 0xf\);.*
17
12: 01 4a
BITSET
\(R1, 0x0\);.*
18
14: 0a 4a
BITSET
\(R2, 0x1\);.*
19
16: 9b 4a
BITSET
\(R3, 0x13\);.*
bit.d
10
00000004 <
bitset
>:
11
4: f2 4a
BITSET
\(R2, 0x1e\);.*
12
6: eb 4a
BITSET
\(R3, 0x1d\);.*
bit.s
8
.global
bitset
9
bitset
:
label
10
BITSET
(R2, 30);
11
BiTsET
(r3, 29);
/external/libhevc/common/
ihevc_macros.h
81
#define
BITSET
(x, pos) ((x) | (1 << (pos)))
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
ICUPropertyFactory.java
12
import java.util.
BitSet
;
455
static
BitSet
BITSET
= new
BitSet
();
457
int result = UScript.getScriptExtensions(codePoint,
BITSET
);
462
for (int scriptCode =
BITSET
.nextSetBit(0); scriptCode >= 0; scriptCode =
BITSET
.nextSetBit(scriptCode+1)) {
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
ICUPropertyFactory.java
11
import java.util.
BitSet
;
454
static
BitSet
BITSET
= new
BitSet
();
456
int result = UScript.getScriptExtensions(codePoint,
BITSET
);
461
for (int scriptCode =
BITSET
.nextSetBit(0); scriptCode >= 0; scriptCode =
BITSET
.nextSetBit(scriptCode+1)) {
/toolchain/binutils/binutils-2.25/gas/config/
bfin-lex.l
202
[bB][iI][tT][sS][eE][tT] return
BITSET
;
bfin-parse.y
559
%token BITTGL BITCLR
BITSET
BITTST BITMUX
[
all
...]
/external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar
/prebuilts/tools/common/m2/repository/antlr/antlr/2.7.7/
antlr-2.7.7.jar
/development/tools/checkstyle/
checkstyle.jar
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
/prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar
Completed in 340 milliseconds