HomeSort by relevance Sort by last modified time
    Searched refs:ack (Results 1 - 25 of 393) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
controlflow-recursive.js 5 function ack(m,n){ function
7 if (n==0) { return ack(m-1,1); }
8 return ack(m-1, ack(m,n-1) );
22 ack(3,i);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
controlflow-recursive.js 5 function ack(m,n){ function
7 if (n==0) { return ack(m-1,1); }
8 return ack(m-1, ack(m,n-1) );
22 ack(3,i);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
controlflow-recursive.js 5 function ack(m,n){ function
7 if (n==0) { return ack(m-1,1); }
8 return ack(m-1, ack(m,n-1) );
22 ack(3,i);
  /external/tcpdump/
atime.awk 1 $6 ~ /^ack/ && $5 !~ /[SFR]/ {
2 # given a tcpdump ftp trace, output one line for each ack
4 # <ack time> <seq no>
5 # where <ack time> is the time packet was acked (in seconds with
7 # number of the ack divided by 1024 (i.e., Kbytes acked).
stime.awk 1 $6 !~ /^ack/ && $5 !~ /[SFR]/ {
print-decnet.c 435 int ack; local
444 ack = EXTRACT_LE_16BITS(shp->sh_seq[0]);
445 if (ack & SGQ_ACK) { /* acknum field */
446 if ((ack & SGQ_NAK) == SGQ_NAK)
447 (void)printf("nak %d ", ack & SGQ_MASK);
449 (void)printf("ack %d ", ack & SGQ_MASK);
454 ack = EXTRACT_LE_16BITS(shp->sh_seq[1]);
455 if (ack & SGQ_OACK) { /* ackoth field */
456 if ((ack & SGQ_ONAK) == SGQ_ONAK
481 int ack; local
529 int ack; local
593 int ack; local
618 int ack; local
    [all...]
print-tcp.c 82 tcp_seq ack; member in struct:tcp_seq_hash
96 tcp_seq ack; member in struct:tcp_seq_hash6
161 u_int32_t seq, ack, thseq, thack; local
226 ack = EXTRACT_32BITS(&tp->th_ack);
292 th->ack = seq, th->seq = ack - 1;
294 th->seq = seq, th->ack = ack - 1;
297 seq -= th->ack, ack -= th->seq
    [all...]
  /external/chromium_org/content/common/
frame_param_macros.h 54 IPC_STRUCT_MEMBER(cc::CompositorFrameAck, ack)
61 IPC_STRUCT_MEMBER(cc::CompositorFrameAck, ack)
  /frameworks/av/include/media/
SingleStateQueue.h 58 // returns a sequence number which can be used with ack()
62 bool ack();
65 bool ack(int32_t sequence);
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
serverpairingsession.cc 53 message::PairingRequestAckMessage ack(service_name());
54 wire()->SendPairingRequestAckMessage(ack);
97 message::ConfigurationAckMessage ack; local
98 wire()->SendConfigurationAckMessage(ack);
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
ClientPairingSession.java 74 PairingRequestAckMessage ack = (PairingRequestAckMessage) getNextMessage( local
77 if (ack.hasServerName()) {
78 mPeerName = ack.getServerName();
102 ConfigurationAckMessage ack = (ConfigurationAckMessage) local
  /external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
protobufwireadapter.cc 65 ConfigurationAck ack; local
68 ack.SerializeAsString());
120 PairingRequestAck ack; local
123 ack.set_server_name(message.server_name());
127 ack.SerializeAsString());
145 SecretAck ack; local
146 ack.set_secret(&message.secret()[0], message.secret().size());
149 ack.SerializeAsString());
249 ConfigurationAck ack; local
250 if (!ack.ParseFromString(payload))
313 PairingRequestAck ack; local
345 SecretAck ack; local
    [all...]
  /external/chromium_org/cc/output/
output_surface_client.h 39 virtual void ReclaimResources(const CompositorFrameAck* ack) = 0;
  /frameworks/av/services/audioflinger/
StateQueue.cpp 96 #define PUSH_BLOCK_ACK_NS 3000000L // 3 ms: time between checks for ack in push()
120 const T *ack = (const T *) mAck; // no additional barrier needed local
121 if (ack == mExpecting) {
164 const T *ack = (const T *) mAck; // no additional barrier needed local
165 if (ack == mExpecting) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
connector.h 66 __u32 ack; member in struct:cn_msg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
connector.h 66 __u32 ack; member in struct:cn_msg
  /external/chromium_org/content/renderer/gpu/
mailbox_output_surface.cc 148 const cc::CompositorFrameAck& ack) {
152 CompositorOutputSurface::OnSwapAck(output_surface_id, ack);
155 if (!ack.gl_frame_data->mailbox.IsZero()) {
156 DCHECK(!ack.gl_frame_data->size.IsEmpty());
163 ack.gl_frame_data->mailbox.name,
165 DCHECK(it->size == ack.gl_frame_data->size);
170 it->sync_point = ack.gl_frame_data->sync_point;
189 CompositorOutputSurface::OnSwapAck(output_surface_id, ack);
  /external/chromium_org/net/tools/quic/test_tools/
quic_test_utils.cc 72 QuicAckFrame ack = MakeAckFrame(2 * num_nack_ranges + least_unacked, local
76 ack.received_info.missing_packets.insert(least_unacked + i);
78 return ack;
  /external/smack/src/com/kenai/jbosh/
CMSessionParams.java 44 private final AttrAck ack; field in class:CMSessionParams
75 ack = aAck;
85 resp.getAttribute(Attributes.ACK));
166 return ack;
  /bionic/libc/kernel/uapi/linux/
connector.h 57 __u32 ack; member in struct:cn_msg
if_arcnet.h 71 __u8 ack; member in union:arc_cap::__anon470
  /development/ndk/platforms/android-3/include/linux/
if_arcnet.h 67 uint8_t ack; member in union:arc_cap::__anon1366
  /development/ndk/platforms/android-L/include/linux/
connector.h 57 __u32 ack; member in struct:cn_msg
if_arcnet.h 71 __u8 ack; member in union:arc_cap::__anon2074
  /external/chromium_org/net/quic/congestion_control/
hybrid_slow_start.h 34 // ShouldExitSlowStart should be called on every new ack frame, since a new
36 // rtt: the RTT for this ack packet.
48 // Returns true if this ack the last sequence number of our current slow start
51 bool IsEndOfRound(QuicPacketSequenceNumber ack) const;
65 ACK_TRAIN, // A closely spaced ack train is too long.
79 // Last time when the spacing between ack arrivals was less than 2 ms.

Completed in 2717 milliseconds

1 2 3 4 5 6 7 8 91011>>