HomeSort by relevance Sort by last modified time
    Searched full:otherbits (Results 1 - 8 of 8) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstLiteral32.java 53 int otherBits = ((CstLiteral32) other).bits;
55 if (bits < otherBits) {
57 } else if (bits > otherBits) {
CstLiteral64.java 53 long otherBits = ((CstLiteral64) other).bits;
55 if (bits < otherBits) {
57 } else if (bits > otherBits) {
  /dalvik/dx/src/com/android/dx/rop/cst/
CstLiteral32.java 53 int otherBits = ((CstLiteral32) other).bits;
55 if (bits < otherBits) {
57 } else if (bits > otherBits) {
CstLiteral64.java 53 long otherBits = ((CstLiteral64) other).bits;
55 if (bits < otherBits) {
57 } else if (bits > otherBits) {
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstLiteral32.java 53 int otherBits = ((CstLiteral32) other).bits;
55 if (bits < otherBits) {
57 } else if (bits > otherBits) {
CstLiteral64.java 53 long otherBits = ((CstLiteral64) other).bits;
55 if (bits < otherBits) {
57 } else if (bits > otherBits) {
  /external/chromium_org/net/quic/crypto/
strike_register.cc 35 void SetOtherBits(uint8 otherbits) {
37 data_[1] |= otherbits;
48 uint8 otherbits() const { return data_[1]; } function in class:net::StrikeRegister::InternalNode
222 node->otherbits() > new_other_bits) {
226 node->otherbits() == new_other_bits) {
232 (1 + static_cast<unsigned>(node->otherbits() | c)) >> 8;
297 (1 + static_cast<unsigned>(node->otherbits() | b)) >> 8;
395 switch (i->otherbits()) {
strike_register.h 36 // as a byte number and a byte (|otherbits|) which has all the bits set

Completed in 301 milliseconds