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

  /external/ltp/tools/pounder21/src/time_tests/
inconsistency-check.c 33 static inline int in_order(struct timespec a, struct timespec b) function
75 if (!in_order(list[i], list[i + 1]))
  /external/linux-kselftest/tools/testing/selftests/timers/
nanosleep.c 91 static inline int in_order(struct timespec a, struct timespec b) function
125 if (!in_order(target, now))
137 if (!in_order(target, now))
inconsistency-check.c 91 static inline int in_order(struct timespec a, struct timespec b) function
129 if (!in_order(list[i], list[i+1]))
leap-a-day.c 71 static inline int in_order(struct timespec a, struct timespec b) function
180 if (!in_order(target, now)) {
  /external/webrtc/webrtc/video/
vie_receiver.cc 257 bool in_order = IsPacketInOrder(header); local
258 return ReceivePacket(rtp_packet, rtp_packet_length, header, in_order);
306 bool in_order = IsPacketInOrder(header); local
308 int ret = ReceivePacket(rtp_packet, rtp_packet_length, header, in_order)
315 header, rtp_packet_length, IsPacketRetransmitted(header, in_order));
322 bool in_order) {
335 payload_specific, in_order);
469 bool in_order) const {
480 return !in_order &&
vie_receiver.h 95 bool in_order);
104 bool IsPacketRetransmitted(const RTPHeader& header, bool in_order) const;
  /external/ltp/testcases/kernel/timers/leapsec/
leapsec_timer.c 41 static inline int in_order(struct timespec a, struct timespec b);
66 static inline int in_order(struct timespec a, struct timespec b) function
142 fail = !in_order(target, now);
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_receiver.h 77 bool in_order) = 0;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_receiver_impl.h 48 bool in_order) override;
receive_statistics_impl.cc 63 bool in_order = InOrderPacketInternal(header.sequenceNumber); local
67 if (!in_order && retransmitted) {
78 if (in_order) {
rtp_receiver_impl.cc 165 bool in_order) {
215 if (in_order) {
  /build/make/tools/releasetools/
blockimgdiff.py 887 in_order = 0
898 in_order += 1
    [all...]
  /external/webrtc/webrtc/voice_engine/
channel.h 474 const RTPHeader& header, bool in_order);
479 bool IsPacketRetransmitted(const RTPHeader& header, bool in_order) const;
channel.cc     [all...]

Completed in 471 milliseconds