OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitNum
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
itspoof.cpp
301
for (int
bitNum
=28;
bitNum
>=0;
bitNum
-=4) {
302
if (
bitNum
<= 12) {
305
int hexDigit = (c>>
bitNum
) & 0x0f;
/dalvik/vm/analysis/
RegisterMap.cpp
[
all
...]
/external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c
[
all
...]
/external/icu4c/test/intltest/
itspoof.cpp
353
for (int
bitNum
=28;
bitNum
>=0;
bitNum
-=4) {
354
if (
bitNum
<= 12) {
357
int hexDigit = (c>>
bitNum
) & 0x0f;
/external/antlr/antlr-3.4/runtime/C/include/
antlr3collections.h
351
ANTLR3_UINT32
bitNum
; /**< This is the left/right bit index for traversal along the nodes */
354
struct ANTLR3_INT_TRIE_NODE_struct * leftN; /**< Pointer to the left node from here when sKey &
bitNum
= 0 */
355
struct ANTLR3_INT_TRIE_NODE_struct * rightN; /**< Pointer to the right node from here when sKey &
bitNum
, = 1 */
Completed in 1124 milliseconds