Searched defs:ack (Results 1 - 25 of 60) sorted by relevance

123

/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dcontrolflow-recursive.js5 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/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dcontrolflow-recursive.js5 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/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
H A Ddebug-mode.rb40 ack
44 ack
54 def ack method in class:ANTLRDebugger
/external/arduino/libraries/Wire/utility/
H A Dtwi.c283 * Input ack: byte indicating to ack or to nack
286 void twi_reply(uint8_t ack) argument
288 // transmit master read ready signal, with or without ack
289 if(ack){
338 // copy device address and r/w bit to output register and ack
348 // copy data to output register and ack
369 case TW_MR_DATA_ACK: // data received, ack sent
372 case TW_MR_SLA_ACK: // address sent, ack received
373 // ack i
[all...]
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3debugeventlistener.h288 void (*ack) (pANTLR3_DEBUG_EVENT_LISTENER delboy); member in struct:ANTLR3_DEBUG_EVENT_LISTENER_struct
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dsocket.rb55 ack
77 def ack method in class:ANTLR3.Debug.EventSocketProxy
85 ack()
293 ack
296 def ack method in class:ANTLR3.Debug.RemoteEventSocketListener
297 @socket.puts( "ack" )
323 ack
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DClassTest.java68 public Object ack = new Object(); field in class:ClassTest.TestClass
/external/kernel-headers/original/linux/
H A Dif_arcnet.h97 uint8_t ack; member in union:arc_cap::__anon6908
H A Dirq.h73 * @ack: start of a new interrupt
75 * @mask_ack: ack and mask an interrupt source
94 void (*ack)(unsigned int irq); member in struct:irq_chip
H A Domap_csmi.h26 void (*ack)(int mailbox); member in struct:__anon7059
/external/qemu/slirp/
H A Dtcp_subr.c99 * In any case the ack and sequence number of the transmitted
104 tcp_seq ack, tcp_seq seq, int flags)
113 DEBUG_ARG("ack = %u", ack);
152 ti->ti_ack = htonl(ack);
103 tcp_respond(struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m, tcp_seq ack, tcp_seq seq, int flags) argument
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugEventSocketProxy.java87 ack();
106 protected void ack() { method in class:DebugEventSocketProxy
118 ack();
H A DRemoteDebugEventSocketListener.java177 ack();
243 ack();
247 protected void ack() { method in class:RemoteDebugEventSocketListener
248 out.println("ack");
/external/dnsmasq/src/
H A Dtftp.c376 struct ack { struct
378 } *mess = (struct ack *)daemon->packet;
390 if ((len = recv(transfer->sockfd, daemon->packet, daemon->packet_buff_sz, 0)) >= (ssize_t)sizeof(struct ack))
394 /* Got ack, ensure we take the (re)transmit path */
402 char *p = daemon->packet + sizeof(struct ack);
/external/qemu/slirp-android/
H A Dtcp_subr.c101 * In any case the ack and sequence number of the transmitted
106 tcp_seq ack, tcp_seq seq, int flags)
115 DEBUG_ARG("ack = %u", ack);
154 ti->ti_ack = htonl(ack);
105 tcp_respond(struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m, tcp_seq ack, tcp_seq seq, int flags) argument
/external/tcpdump/
H A Dprint-decnet.c435 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
481 int ack; local
529 int ack; local
593 int ack; local
618 int ack; local
[all...]
H A Dprint-tcp.c86 tcp_seq ack; member in struct:tcp_seq_hash
200 u_int32_t seq, ack, thseq, thack; local
283 ack = EXTRACT_32BITS(&tp->th_ack);
401 th->ack = seq, th->seq = ack - 1;
403 th->seq = seq, th->ack = ack - 1;
406 seq -= th->ack, ack -= th->seq;
408 seq -= th->seq, ack
[all...]
H A Dprint-eigrp.c47 u_int8_t ack[4]; member in struct:eigrp_common_header
257 printf("\n\tEIGRP v%u, opcode: %s (%u), chksum: 0x%04x, Flags: [%s]\n\tseq: 0x%08x, ack: 0x%08x, AS: %u, length: %u",
266 EXTRACT_32BITS(&eigrp_com_header->ack),
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3debughandlers.c87 static void ack (pANTLR3_DEBUG_EVENT_LISTENER delboy);
314 ack (delboy);
321 // Send the supplied text and wait for an ack from the client
326 ack(delboy);
330 ack (pANTLR3_DEBUG_EVENT_LISTENER delboy) function
350 // completely if we don't get the terminating '\n' for the ack.
640 // Transmit the message and wait for ack
660 // Transmit the message and wait for ack
689 // Transmit the message and wait for ack
702 // Transmit the message and wait for ack
[all...]
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Ddebug.py890 self.ack()
899 def ack(self): member in class:DebugEventSocketProxy
906 self.ack();
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.h118 uint32 conv, seq, ack; member in struct:cricket::PseudoTcp::Segment
/external/libppp/src/
H A Dfsm.h70 u_char ack[FSM_OPTLEN], *ackend; member in struct:fsm_decode
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11.c1745 const u8 *buf, size_t len, int ack)
1765 ack ? "ACKed" : "did not ACK");
1766 if (ack)
1770 ieee802_1x_tx_status(hapd, sta, buf, len, ack);
1775 const u8 *data, size_t len, int ack)
1797 ieee802_1x_eapol_tx_status(hapd, sta, data, len, ack);
1744 hostapd_tx_status(struct hostapd_data *hapd, const u8 *addr, const u8 *buf, size_t len, int ack) argument
1774 hostapd_eapol_tx_status(struct hostapd_data *hapd, const u8 *dst, const u8 *data, size_t len, int ack) argument
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11.c1745 const u8 *buf, size_t len, int ack)
1765 ack ? "ACKed" : "did not ACK");
1766 if (ack)
1770 ieee802_1x_tx_status(hapd, sta, buf, len, ack);
1775 const u8 *data, size_t len, int ack)
1797 ieee802_1x_eapol_tx_status(hapd, sta, data, len, ack);
1744 hostapd_tx_status(struct hostapd_data *hapd, const u8 *addr, const u8 *buf, size_t len, int ack) argument
1774 hostapd_eapol_tx_status(struct hostapd_data *hapd, const u8 *dst, const u8 *data, size_t len, int ack) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dap.c616 const u8 *buf, size_t len, int ack)
620 hostapd_tx_status(wpa_s->ap_iface->bss[0], addr, buf, len, ack);
626 const u8 *data, size_t len, int ack)
630 hostapd_tx_status(wpa_s->ap_iface->bss[0], dst, data, len, ack);
615 ap_tx_status(void *ctx, const u8 *addr, const u8 *buf, size_t len, int ack) argument
625 ap_eapol_tx_status(void *ctx, const u8 *dst, const u8 *data, size_t len, int ack) argument

Completed in 819 milliseconds

123