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

  /external/webp/src/utils/
bit_reader_inl.h 65 lbit_t in_bits; local
66 memcpy(&in_bits, br->buf_, sizeof(in_bits));
69 lbit_t in_bits; local
75 "ulw %[in_bits], 0(%[p_buf_]) \n\t"
77 : [in_bits]"=r"(in_bits)
82 const lbit_t in_bits = *(const lbit_t*)br->buf_; local
87 bits = BSwap64(in_bits);
90 bits = BSwap32(in_bits);
    [all...]
  /external/lldb/include/lldb/Core/
Broadcaster.h 65 uint32_t in_bits = in_spec.GetEventBits();
66 if (in_bits == m_event_bits)
70 if ((m_event_bits & in_bits) != 0
71 && (m_event_bits & ~in_bits) == 0)

Completed in 78 milliseconds