OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BitIndex
(Results
1 - 5
of
5
) sorted by null
/external/v8/src/
data-flow.cc
151
int AssignedVariablesAnalyzer::
BitIndex
(Variable* var) {
166
av_.Add(
BitIndex
(var));
177
(var->is_this() || !av_.Contains(
BitIndex
(var)))) {
283
if (var != NULL && !av_.Contains(
BitIndex
(var))) {
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_BitDec_s.h
565
;// $
BitIndex
- Destination BitCount after the addition of Offset number of bits
568
M_BD_ADD $ByteIndex, $
BitIndex
, $Offset
570
;// ($ByteIndex,$
BitIndex
) = Current position + $Offset bits
572
AND $
BitIndex
, $Offset, #7
589
;// $
BitIndex
- Destination BitCount after the move
598
M_BD_MOV $ByteIndex, $
BitIndex
600
;// ($pBitStream, $Offset) = ($ByteIndex,$
BitIndex
)
601
MOV $BitCount, $
BitIndex
613
;// $
BitIndex
- Destination BitCount
624
M_BD_CMP $ByteIndex, $
BitIndex
, $T
[
all
...]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_BitDec_s.h
565
;// $
BitIndex
- Destination BitCount after the addition of Offset number of bits
568
M_BD_ADD $ByteIndex, $
BitIndex
, $Offset
570
;// ($ByteIndex,$
BitIndex
) = Current position + $Offset bits
572
AND $
BitIndex
, $Offset, #7
589
;// $
BitIndex
- Destination BitCount after the move
598
M_BD_MOV $ByteIndex, $
BitIndex
600
;// ($pBitStream, $Offset) = ($ByteIndex,$
BitIndex
)
601
MOV $BitCount, $
BitIndex
613
;// $
BitIndex
- Destination BitCount
624
M_BD_CMP $ByteIndex, $
BitIndex
, $T
[
all
...]
/external/llvm/utils/TableGen/
ARMDecoderEmitter.cpp
514
void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned
BitIndex
,
606
unsigned
bitIndex
;
610
for (
bitIndex
= 0;
bitIndex
< NumBits;
bitIndex
++)
611
BitValueArray[StartBit +
bitIndex
] = BIT_UNSET;
638
for (
bitIndex
= 0;
bitIndex
< NumBits;
bitIndex
++) {
639
if (mapIterator->first & (1ULL <<
bitIndex
))
[
all
...]
FixedLenDecoderEmitter.cpp
340
void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned
BitIndex
,
431
unsigned
bitIndex
;
435
for (
bitIndex
= 0;
bitIndex
< NumBits;
bitIndex
++)
436
BitValueArray[StartBit +
bitIndex
] = BIT_UNSET;
464
for (
bitIndex
= 0;
bitIndex
< NumBits;
bitIndex
++) {
465
if (mapIterator->first & (1ULL <<
bitIndex
))
[
all
...]
Completed in 438 milliseconds