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

  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
level0.h 49 uint16 Insert0Octet(uint8 cur_byte, uint16 num_bits_from_octet, uint8* out_buffer);
56 void Remove0Octet(uint8 cur_byte, int num_bits_from_octet);
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
level0.cpp 218 uint8 cur_byte = bsbuf[bytenum]; local
222 cur_bit = (uint8)(cur_byte & 0x1);
223 cur_byte >>= 1;
328 void Level0PduParcom::Remove0Octet(uint8 cur_byte, int num_bits_from_octet)
333 cur_bit = (uint8)(cur_byte & 0x1);
334 cur_byte >>= 1;

Completed in 1379 milliseconds