HomeSort by relevance Sort by last modified time
    Searched defs:tptr (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
ia64-mont.pl 94 tptr=r16; // &tp[0]
200 add tptr=16,sp
206 ldf8 ahi[3]=[tptr] // tp[0]
228 { .mfi; st8 [tptr]=r0 // tp[0] is already accounted
254 { .mfi; (p21) ld8 t[0]=[tptr],8
297 add tptr=16,sp }
316 { .mfi; (p16) ld8 t[0]=[tptr],8 // t=*(tp++)
336 sub tptr=tptr,len
338 { .mmi; and aptr=tptr,topbi
333 sub tptr=tptr,len subroutine
    [all...]
  /external/openssl/crypto/bn/asm/
ia64-mont.pl 94 tptr=r16; // &tp[0]
200 add tptr=16,sp
206 ldf8 ahi[3]=[tptr] // tp[0]
228 { .mfi; st8 [tptr]=r0 // tp[0] is already accounted
254 { .mfi; (p21) ld8 t[0]=[tptr],8
297 add tptr=16,sp }
316 { .mfi; (p16) ld8 t[0]=[tptr],8 // t=*(tp++)
336 sub tptr=tptr,len
338 { .mmi; and aptr=tptr,topbi
333 sub tptr=tptr,len subroutine
    [all...]
  /external/tcpdump/
print-dtp.c 52 const u_char *tptr; local
57 tptr = pptr;
59 if (!TTEST2(*tptr, DTP_HEADER_LEN))
63 (*tptr),
73 tptr += DTP_HEADER_LEN;
75 while (tptr < (pptr+length)) {
77 if (!TTEST2(*tptr, 4))
80 type = EXTRACT_16BITS(tptr);
81 len = EXTRACT_16BITS(tptr+2);
94 printf(", %s", tptr+4)
    [all...]
print-udld.c 89 const u_char *tptr; local
94 tptr = pptr;
96 if (!TTEST2(*tptr, UDLD_HEADER_LEN))
99 code = UDLD_EXTRACT_OPCODE(*tptr);
102 UDLD_EXTRACT_VERSION(*tptr),
105 bittok2str(udld_flags_values, "none", *(tptr+1)),
106 *(tptr+1),
116 printf("\n\tChecksum 0x%04x (unverified)", EXTRACT_16BITS(tptr+2));
118 tptr += UDLD_HEADER_LEN;
120 while (tptr < (pptr+length))
    [all...]
print-cdp.c 92 const u_char *tptr; local
99 tptr = pptr; /* temporary pointer */
101 if (!TTEST2(*tptr, CDP_HEADER_LEN))
103 printf("CDPv%u, ttl: %us", *tptr, *(tptr+1));
105 printf(", checksum: %u (unverified), length %u", EXTRACT_16BITS(tptr), length);
106 tptr += CDP_HEADER_LEN;
108 while (tptr < (pptr+length)) {
110 if (!TTEST2(*tptr, 4)) /* read out Type and Length */
112 type = EXTRACT_16BITS(tptr);
    [all...]
print-ospf6.c 159 ospf6_print_lsaprefix(const u_int8_t *tptr, u_int lsa_length)
161 const struct lsa6_prefix *lsapp = (struct lsa6_prefix *)tptr;
219 const u_int8_t *tptr; local
235 tptr = (u_int8_t *)lsap+sizeof(struct lsa6_hdr);
321 tptr = (u_int8_t *)lsap->lsa_un.un_inter_ap.inter_ap_prefix;
323 bytelen = ospf6_print_lsaprefix(tptr, lsa_length);
327 tptr += bytelen;
343 tptr = (u_int8_t *)lsap->lsa_un.un_asla.asla_prefix;
344 lsapp = (struct lsa6_prefix *)tptr;
345 bytelen = ospf6_print_lsaprefix(tptr, lsa_length)
    [all...]
print-vqp.c 114 const u_char *tptr; local
120 tptr=pptr;
157 tptr+=sizeof(const struct vqp_common_header_t);
162 vqp_obj_tlv = (const struct vqp_obj_tlv_t *)tptr;
165 tptr+=sizeof(struct vqp_obj_tlv_t);
178 if (!TTEST2(*tptr, vqp_obj_len))
183 printf("%s (0x%08x)", ipaddr_string(tptr), EXTRACT_32BITS(tptr));
190 safeputs((const char *)tptr, vqp_obj_len);
195 printf("%s", etheraddr_string(tptr));
    [all...]
print-vtp.c 127 const u_char *tptr; local
133 tptr = pptr;
135 if (!TTEST2(*tptr, VTP_HEADER_LEN))
138 type = *(tptr+1);
140 *tptr,
142 *(tptr+1),
152 (tptr+4),
153 tok2str(vtp_header_values,"Unknown",*(tptr+1)),
154 *(tptr+2));
156 tptr += VTP_HEADER_LEN
    [all...]
print-eap.c 167 const u_char *tptr; local
171 tptr = cp;
192 tptr += sizeof(const struct eap_frame_t);
197 type = *(tptr);
198 len = EXTRACT_16BITS(tptr+2);
202 *(tptr+1),
205 if (!TTEST2(*tptr, len))
209 subtype = *(tptr+4);
211 tok2str(eap_type_values, "unknown", *(tptr+4)),
212 *(tptr+4))
    [all...]
print-lwapp.c 176 const u_char *tptr; local
180 tptr=pptr;
184 if (!TTEST2(*tptr, 6))
224 etheraddr_string(tptr));
225 tptr+=sizeof(const struct lwapp_transport_header)+6;
227 tptr+=sizeof(const struct lwapp_transport_header);
233 if (!TTEST2(*tptr, sizeof(struct lwapp_control_header)))
236 lwapp_control_header = (const struct lwapp_control_header *)tptr;
248 if (!TTEST2(*tptr, msg_tlen))
288 tptr += sizeof(struct lwapp_control_header) + msg_tlen
301 const u_char *tptr; local
    [all...]
print-mpcp.c 146 const u_char *tptr; local
151 tptr=pptr;
154 if (!TTEST2(*tptr, sizeof(const struct mpcp_common_header_t)))
166 tptr += sizeof(const struct mpcp_common_header_t);
173 if (!TTEST2(*tptr, MPCP_GRANT_NUMBER_LEN))
175 grant_numbers = *tptr & MPCP_GRANT_NUMBER_MASK;
180 *tptr &~ MPCP_GRANT_NUMBER_MASK));
181 tptr++;
184 if (!TTEST2(*tptr, sizeof(const struct mpcp_grant_t)))
186 mpcp.grant = (const struct mpcp_grant_t *)tptr;
    [all...]
print-ospf.c 196 ospf_print_grace_lsa (const u_int8_t *tptr, u_int ls_length) {
202 TCHECK2(*tptr, 4);
207 tlv_type = EXTRACT_16BITS(tptr);
208 tlv_length = EXTRACT_16BITS(tptr+2);
209 tptr+=4;
228 TCHECK2(*tptr, tlv_length);
236 printf("%us",EXTRACT_32BITS(tptr));
245 tok2str(lsa_opaque_grace_tlv_reason_values, "Unknown", *tptr),
246 *tptr);
254 printf("%s", ipaddr_string(tptr));
569 const u_int8_t *tptr; local
    [all...]
print-rpki-rtr.c 178 rpki_rtr_pdu_print (const u_char *tptr, u_int indent)
184 pdu_header = (rpki_rtr_pdu *)tptr;
231 pdu = (rpki_rtr_pdu_ipv4_prefix *)tptr;
245 pdu = (rpki_rtr_pdu_ipv6_prefix *)tptr;
261 pdu = (rpki_rtr_pdu_error_report *)tptr;
271 tptr += sizeof(*pdu);
280 rpki_rtr_pdu_print(tptr, indent+2);
283 tptr += encapsulated_pdu_length;
291 text_length = EXTRACT_32BITS(tptr);
292 tptr += 4
321 const u_char *tptr; local
    [all...]
print-olsr.c 267 const u_char *tptr, *msg_data; local
269 tptr = pptr;
275 if (!TTEST2(*tptr, sizeof(struct olsr_common))) {
279 ptr.common = (struct olsr_common *)tptr;
287 tptr += sizeof(struct olsr_common);
296 while (tptr < (pptr+length)) {
304 if (!TTEST2(*tptr, sizeof(struct olsr_msg4)))
310 msgptr.v6 = (struct olsr_msg6 *) tptr;
333 msg_data = tptr + sizeof(struct olsr_msg6);
338 msgptr.v4 = (struct olsr_msg4 *) tptr;
    [all...]
print-cfm.c 240 cfm_mgmt_addr_print(register const u_char *tptr) {
250 mgmt_addr_type = *tptr;
260 printf(", %s", ipaddr_string(tptr + 1));
265 printf(", %s", ip6addr_string(tptr + 1));
281 cfm_egress_id_string(register const u_char *tptr) {
286 EXTRACT_16BITS(tptr),
287 etheraddr_string(tptr+2));
297 const u_int8_t *tptr, *tlv_ptr, *ma_name, *ma_nameformat, *ma_namelength; local
308 tptr=pptr;
336 tptr += sizeof(const struct cfm_common_header_t)
    [all...]
print-eigrp.c 218 const u_char *tptr,*tlv_tptr; local
232 tptr=pptr;
270 tptr+=sizeof(const struct eigrp_common_header);
274 TCHECK2(*tptr, sizeof(struct eigrp_tlv_header));
276 eigrp_tlv_header = (const struct eigrp_tlv_header *)tptr;
283 print_unknown_data(tptr+sizeof(struct eigrp_tlv_header),"\n\t ",tlen);
294 tlv_tptr=tptr+sizeof(struct eigrp_tlv_header);
298 TCHECK2(*tptr, eigrp_tlv_len);
471 print_unknown_data(tptr+sizeof(struct eigrp_tlv_header),"\n\t ",
474 tptr+=eigrp_tlv_len
    [all...]
print-fr.c 404 const u_int8_t *tptr; local
427 tptr = p + 3;
435 TCHECK2(*tptr, sizeof(struct ie_tlv_header_t));
436 ie_type=tptr[0];
437 ie_len=tptr[1];
448 TCHECK2(*tptr,ie_len);
449 tptr+=sizeof(struct ie_tlv_header_t);
457 printf("0x%08x",EXTRACT_32BITS(tptr));
463 if (*(tptr+idx) != 0) /* don't print null termination */
464 safeputchar(*(tptr+idx))
    [all...]
print-ldp.c 242 TCHECK2(*tptr, minlen); if (tlv_tlen < minlen) goto badtlv;
245 ldp_tlv_print(register const u_char *tptr) {
259 ldp_tlv_header = (const struct ldp_tlv_header *)tptr;
274 tptr+=sizeof(struct ldp_tlv_header);
281 EXTRACT_16BITS(tptr),
282 (EXTRACT_16BITS(tptr+2)&0x8000) ? "Targeted" : "Link",
283 (EXTRACT_16BITS(tptr+2)&0x4000) ? ", Request for targeted Hellos" : "");
288 printf("\n\t IPv4 Transport Address: %s", ipaddr_string(tptr));
293 printf("\n\t IPv6 Transport Address: %s", ip6addr_string(tptr));
298 printf("\n\t Sequence Number: %u", EXTRACT_32BITS(tptr));
565 const u_char *tptr,*msg_tptr; local
    [all...]
print-lmp.c 368 const u_char *tptr,*obj_tptr; local
379 tptr=pptr;
411 tptr+=sizeof(const struct lmp_common_header);
416 if (!TTEST2(*tptr, sizeof(struct lmp_object_header)))
419 lmp_obj_header = (const struct lmp_object_header *)tptr;
438 obj_tptr=tptr+sizeof(struct lmp_object_header);
442 if (!TTEST2(*tptr, lmp_obj_len))
874 print_unknown_data(tptr+sizeof(struct lmp_object_header),"\n\t ",
877 tptr+=lmp_obj_len;
print-lspping.c 474 const u_char *tptr,*tlv_tptr,*subtlv_tptr; local
500 tptr=pptr;
573 tptr+=sizeof(const struct lspping_common_header);
579 if (!TTEST2(*tptr, sizeof(struct lspping_tlv_header)))
582 lspping_tlv_header = (const struct lspping_tlv_header *)tptr;
602 tlv_tptr=tptr+sizeof(struct lspping_tlv_header);
606 if (!TTEST2(*tptr, lspping_tlv_len))
615 if (!TTEST2(*tptr, sizeof(struct lspping_tlv_header)))
    [all...]
  /external/clang/test/Parser/
MicrosoftExtensions.c 4 typedef int (__cdecl *tptr)(void); typedef
  /external/chromium_org/third_party/libpng/
pngwutil.c 2812 png_bytep tptr; local
    [all...]
  /external/libpng/
pngwutil.c 3004 png_bytep tptr; local
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngwutil.c 2812 png_bytep tptr; local
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 406 _cb = tptr[0]; \
408 _cg = tptr[1]; \
410 _cr = tptr[2]; \
412 tptr[0] = (uchar)_cb; \
413 tptr[1] = (uchar)_cg; \
414 tptr[2] = (uchar)_cr; \
422 uchar *tptr = ptr + ((pt1.y >> XY_SHIFT) - 1) * step; local
432 tptr += step;
437 tptr += step;
454 uchar *tptr = ptr + ((pt1.x >> XY_SHIFT) - 1) * 3 local
497 uchar *tptr = ptr + ((pt1.y >> XY_SHIFT) - 1) * step; local
529 uchar *tptr = ptr + ((pt1.x >> XY_SHIFT) - 1); local
572 uchar *ptr = (uchar*)(img->data.ptr), *tptr; local
    [all...]

Completed in 4134 milliseconds

1 2