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

  /external/webrtc/webrtc/base/
virtualsocket_unittest.cc 82 sec_count(0),
101 sec_count += size;
120 ASSERT_TRUE(sec_count <= 5 * bandwidth / 4);
121 sec_count = 0;
130 size_t sec_count; member in struct:Receiver
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldlang.c 766 int sec_count = 0; local
787 ++sec_count;
801 if (sec_count == 0 || sec_count > 4)
815 signature = (sec_count << 8) + wild_name_count;
    [all...]

Completed in 136 milliseconds