HomeSort by relevance Sort by last modified time
    Searched defs:packet (Results 251 - 275 of 551) sorted by null

<<11121314151617181920>>

  /external/deqp/modules/gles2/functional/
es2fStencilTests.cpp 92 rr::VertexPacket& packet = *packets[packetNdx]; local
94 packet.position = rr::readVertexAttribFloat(inputs[0], packet.instanceNdx, packet.vertexNdx);
  /external/deqp/modules/gles3/functional/
es3fFboTestUtil.cpp 115 rr::VertexPacket& packet = *packets[packetNdx]; local
117 packet.position = rr::readVertexAttribFloat(inputs[0], packet.instanceNdx, packet.vertexNdx);
200 rr::VertexPacket& packet = *packets[packetNdx]; local
202 packet.position = rr::readVertexAttribFloat(inputs[0], packet.instanceNdx, packet.vertexNdx);
203 packet.outputs[0] = rr::readVertexAttribFloat(inputs[1], packet.instanceNdx, packet.vertexNdx)
364 rr::VertexPacket& packet = *packets[packetNdx]; local
516 rr::VertexPacket& packet = *packets[packetNdx]; local
625 rr::VertexPacket& packet = *packets[packetNdx]; local
733 rr::VertexPacket& packet = *packets[packetNdx]; local
830 rr::VertexPacket& packet = *packets[packetNdx]; local
    [all...]
es3fStencilTests.cpp 95 rr::VertexPacket& packet = *packets[packetNdx]; local
97 packet.position = rr::readVertexAttribFloat(inputs[0], packet.instanceNdx, packet.vertexNdx);
  /external/dhcpcd-6.8.2/
dhcpcd.h 129 uint8_t *packet; member in struct:dhcpcd_ctx
  /external/dnsmasq/src/
forward.c 27 /* Send a UDP packet with its source address set as "source"
29 static void send_from(int fd, int nowild, char *packet, size_t len,
47 iov[0].iov_base = packet;
279 packet straight away (helps modem users when offline) */
344 /* Keep info in case we want to re-send this packet */
399 /* If upstream is advertising a larger UDP packet size
465 sections of the packet. Find the new length here and put back pseudoheader
473 /* packet from peer server, extract data for cache, and send to
479 ssize_t n = recvfrom(fd, daemon->packet, daemon->edns_pktsz, 0, &serveraddr.sa, &addrlen);
483 /* packet buffer overwritten *
734 unsigned char *packet = whine_malloc(65536 + MAXDNAME + RRFIXEDSZ); local
    [all...]
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 222 EIGEN_STRONG_INLINE PacketScalar packet(Index rowId, Index colId) const function in class:Eigen::PlainObjectBase
232 EIGEN_STRONG_INLINE PacketScalar packet(Index index) const function in class:Eigen::PlainObjectBase
    [all...]
Redux.h 233 PacketScalar packet_res0 = mat.template packet<alignment,PacketScalar>(alignedStart);
236 PacketScalar packet_res1 = mat.template packet<alignment,PacketScalar>(alignedStart+packetSize);
239 packet_res0 = func.packetOp(packet_res0, mat.template packet<alignment,PacketScalar>(index));
240 packet_res1 = func.packetOp(packet_res1, mat.template packet<alignment,PacketScalar>(index+packetSize));
245 packet_res0 = func.packetOp(packet_res0, mat.template packet<alignment,PacketScalar>(alignedEnd2));
286 PacketType packet_res = mat.template packet<Unaligned,PacketType>(0,0);
372 PacketType packet(Index row, Index col) const function in class:Eigen::internal::redux_evaluator
373 { return m_evaluator.template packet<LoadMode,PacketType>(row, col); }
376 PacketType packet(Index index) const function in class:Eigen::internal::redux_evaluator
377 { return m_evaluator.template packet<LoadMode,PacketType>(index);
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorChipping.h 203 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType packet(Index index) const function in struct:Eigen::TensorEvaluator
224 return m_impl.template packet<LoadMode>(index + m_inputOffset);
230 return m_impl.template packet<LoadMode>(inputIndex);
TensorConcatenation.h 249 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType packet(Index index) const function in struct:Eigen::TensorEvaluator
TensorPadding.h 181 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType packet(Index index) const function in namespace:Eigen
309 return m_impl.template packet<Unaligned>(inputIndex);
367 return m_impl.template packet<Unaligned>(inputIndex);
TensorScan.h 174 EIGEN_DEVICE_FUNC PacketReturnType packet(Index index) const { function in struct:Eigen::TensorEvaluator
  /external/iputils/
clockdiff.c 136 u_char packet[PACKET_IN], opacket[64]; local
137 struct icmphdr *icp = (struct icmphdr *) packet;
139 struct iphdr *ip = (struct iphdr *) packet;
154 cc = recvfrom(sock_raw, (char *)packet, PACKET_IN, 0,
220 cc = recvfrom(sock_raw, (char *)packet, PACKET_IN, 0,
226 icp = (struct icmphdr *)(packet + (ip->ihl << 2));
313 u_char packet[PACKET_IN], opacket[64]; local
314 struct icmphdr *icp = (struct icmphdr *) packet;
316 struct iphdr *ip = (struct iphdr *) packet;
330 cc = recvfrom(sock_raw, (char *)packet, PACKET_IN, 0
    [all...]
  /external/libcups/cups/
snmp.c 34 cups_snmp_t *packet);
36 cups_snmp_t *packet);
65 static void snmp_set_error(cups_snmp_t *packet,
160 _cupsSNMPIsOID(cups_snmp_t *packet, /* I - Response packet */
170 DEBUG_printf(("4_cupsSNMPIsOID(packet=%p, oid=%p)", packet, oid));
172 if (!packet || !oid)
184 i < CUPS_SNMP_MAX_OID && oid[i] >= 0 && packet->object_name[i] >= 0;
186 if (oid[i] != packet->object_name[i]
559 cups_snmp_t packet; \/* Current response packet *\/ local
648 cups_snmp_t packet; \/* SNMP message packet *\/ local
    [all...]
  /external/libopus/tests/
test_opus_api.c 89 unsigned char packet[1276]; local
188 VG_UNDEF(packet,sizeof(packet));
189 packet[0]=63<<2;packet[1]=packet[2]=0;
190 if(opus_decode(dec, packet, 3, sbuf, 960, 0)!=960)test_failed();
196 packet[0]=1;
197 if(opus_decode(dec, packet, 1, sbuf, 960, 0)!=960)test_failed();
247 VG_UNDEF(packet,sizeof(packet))
348 unsigned char packet[1276]; local
712 unsigned char packet[1276]; local
1072 unsigned char packet[1276]; local
1450 unsigned char *packet; local
    [all...]
  /external/ltp/testcases/network/lib6/
asapi_01.c 159 {50, 5, 0, 0, -1, EINVAL}, /* outside of packet */
168 static int recvtprot(int sd, unsigned char *packet)
175 tpt = (struct tprot *)packet;
176 total = cc = recv(sd, packet, sizeof(struct tprot), 0);
184 cc = recv(sd, &packet[total], expected - total, 0);
200 static unsigned short csum(unsigned short partial, unsigned char *packet,
207 ps = (unsigned short *)packet;
211 sum += htons(packet[len - 1] << 8);
281 /* send packet */
315 "0x%02x != 0xa5, offset %zd in packet",
419 static char packet[2048]; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_sanity.c 58 /* New (1.3) state mechanism. 3 commands (packet, scalar, vector) in
66 } packet[RADEON_MAX_STATE_PACKETS] = { variable in typeref:struct:__anon30533
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_sanity.c 54 /* New (1.3) state mechanism. 3 commands (packet, scalar, vector) in
62 } packet[RADEON_MAX_STATE_PACKETS] = { variable in typeref:struct:__anon30545
527 int id = (int)header.packet.packet_id;
528 int sz = packet[id].len;
533 fprintf(stderr, "Packet overflows cmdbuf\n");
537 if (!packet[id].name) {
538 fprintf(stderr, "*** Unknown packet 0 nr %d\n", id );
544 fprintf(stderr, "Packet 0 reg %s nr %d\n", packet[id].name, sz );
547 struct reg *reg = lookup_reg( regs, packet[id].start + i*4 )
    [all...]
  /external/mtpd/
pptp.c 84 static struct packet { struct
  /external/tensorflow/tensorflow/core/framework/
tensor_test.cc 730 int8 packet[4]; local
732 packet[0] = nchw_vect_c(n, c, h, w, 0) = ++val;
733 packet[1] = nchw_vect_c(n, c, h, w, 1) = ++val;
734 packet[2] = nchw_vect_c(n, c, h, w, 2) = ++val;
735 packet[3] = nchw_vect_c(n, c, h, w, 3) = ++val;
736 expected_nchw(n, c, h, w) = *reinterpret_cast<int32*>(&packet[0]);
    [all...]
  /external/toybox/toys/pending/
tftp.c 92 * Makes a request packet in BUFFER with OPCODE and file PATH of MODE
93 * and returns length of packet.
105 * Makes an acknowledgement packet in BUFFER of BLOCNO
106 * and returns packet length.
118 * Makes an error packet in BUFFER with ERRORCODE and ERRORMSG.
119 * and returns packet length.
180 // checks packet for data and updates block no
181 static inline int check_data( uint8_t *packet, uint16_t *opcode,
184 *opcode = (uint16_t) packet[0] << 8 | (uint16_t) packet[1]
270 uint8_t *packet; local
377 uint8_t *packet; local
    [all...]
  /external/tremolo/Tremolo/
ogg.h 126 packet in the logical bitstream */
151 ogg_reference *packet; member in struct:__anon40676
  /external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.cc 207 AudioPacket* packet = new AudioPacket(); local
208 memcpy(packet->dataBuffer, audioSamples, nSamples * nBytesPerSample);
209 packet->nSamples = nSamples;
210 packet->nBytesPerSample = nBytesPerSample;
211 packet->nChannels = nChannels;
212 packet->samplesPerSec = samplesPerSec;
213 _audioList.push_back(packet);
357 AudioPacket* packet = _audioList.front(); local
359 if (packet)
367 const size_t nSamplesIn = packet->nSamples
    [all...]
  /external/webrtc/webrtc/modules/pacing/
paced_sender.cc 26 // Time limit in milliseconds between packet bursts.
40 struct Packet {
41 Packet(RtpPacketSender::Priority priority,
66 std::list<Packet>::iterator this_it;
71 bool operator()(const Packet* first, const Packet* second) {
98 void Push(const Packet& packet) {
99 if (!AddToDupeSet(packet))
102 UpdateQueueTime(packet.enqueue_time_ms)
115 const Packet& packet = *prio_queue_.top(); local
390 const paced_sender::Packet& packet = packets_->BeginPop(); local
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.cc 64 RtpPacket* packet = new RtpPacket; local
65 packet->send_time = time_now_us + kSendSideOffsetUs;
66 packet->size = packet_size;
67 packet->rtp_timestamp = rtp_timestamp_offset_ + static_cast<uint32_t>(
68 ((frequency_ / 1000) * packet->send_time + 500) / 1000);
69 packet->ssrc = ssrc_;
70 packets->push_back(packet);
81 // Generates an RTCP packet.
251 testing::RtpStream::RtpPacket* packet = packets.front(); local
253 // The simulated clock should match the time of packet->arrival_tim
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework_unittest.cc 17 #include "webrtc/modules/remote_bitrate_estimator/test/packet.h"
28 const MediaPacket* packet = static_cast<const MediaPacket*>(*it); local
31 packet->header().sequenceNumber)) {
54 // ...remove the out-of-order packet, insert another in-order packet.
60 for (auto* packet : packets)
61 delete packet;
79 // ...remove the out-of-order packet, insert another in-order packet.
85 for (auto* packet : packets
618 const Packet* packet = output_packets_.front(); local
    [all...]

Completed in 1824 milliseconds

<<11121314151617181920>>