/external/toolchain-utils/binary_search_tool/full_bisect_test/ |
main.c | 9 char in_order[] = { 'a', '*', 'x', '^', '2', '+', 'b', '&', 'y', '-', 'c', variable
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
nanosleep.c | 80 static inline int in_order(struct timespec a, struct timespec b) function 114 if (!in_order(target, now)) 126 if (!in_order(target, now))
|
inconsistency-check.c | 80 static inline int in_order(struct timespec a, struct timespec b) function 118 if (!in_order(list[i], list[i+1]))
|
leap-a-day.c | 60 static inline int in_order(struct timespec a, struct timespec b) function 169 if (!in_order(target, now)) {
|
/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/source/ |
receive_statistics_impl.cc | 63 bool in_order = InOrderPacketInternal(header.sequenceNumber); local 67 if (!in_order && retransmitted) { 78 if (in_order) {
|
/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 &&
|