HomeSort by relevance Sort by last modified time
    Searched refs:bitNum (Results 1 - 4 of 4) sorted by null

  /external/icu4c/test/intltest/
itspoof.cpp 315 for (int bitNum=28; bitNum>=0; bitNum-=4) {
316 if (bitNum <= 12) {
319 int hexDigit = (c>>bitNum) & 0x0f;
  /dalvik/vm/analysis/
RegisterMap.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c     [all...]
  /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 399 milliseconds