OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitno
(Results
26 - 37
of
37
) sorted by null
1
2
/external/llvm/include/llvm/Bitcode/
BitstreamReader.h
325
void JumpToBit(uint64_t
BitNo
) {
326
uintptr_t ByteNo = uintptr_t(
BitNo
/8) & ~(sizeof(word_t)-1);
327
unsigned WordBitNo = unsigned(
BitNo
& (sizeof(word_t)*8-1));
/external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp
[
all
...]
/external/llvm/include/llvm/ADT/
APInt.h
476
static APInt getOneBitSet(unsigned numBits, unsigned
BitNo
) {
478
Res.setBit(
BitNo
);
[
all
...]
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dec_amr.cpp
624
bitno
[mode],
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
[
all
...]
/external/valgrind/main/VEX/switchback/
test_bzip2.c
5964
int
bitno
= bit % 8;
local
[
all
...]
/external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c
5991
int
bitno
= bit % 8;
local
[
all
...]
/external/valgrind/main/memcheck/tests/
origin5-bz2.c
5983
int
bitno
= bit % 8;
local
[
all
...]
varinfo6.c
6020
int
bitno
= bit % 8;
local
[
all
...]
/external/valgrind/main/perf/
bz2.c
5982
int
bitno
= bit % 8;
local
[
all
...]
test_input_for_tinycc.c
4444
int
bitno
= bit % 8;
local
[
all
...]
/packages/inputmethods/LatinIME/dictionaries/
hr_wordlist.combined.gz
Completed in 465 milliseconds
1
2