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

1 2

  /ndk/sources/host-tools/make-3.81/
amiga.c 34 char ** aptr; local
38 for (aptr=argv; *aptr; aptr++)
40 len += strlen (*aptr) + 4;
50 for (aptr=argv; *aptr; aptr++)
52 if (((*aptr)[0] == ';' && !(*aptr)[1])
    [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/
refl_coef_to_lpc.c 23 int16_t *aptr, *aptr2, *anyptr; local
35 aptr = a;
36 aptr++;
44 *anyptr = *aptr + (int16_t)((*aptr2 * *kptr) >> 15);
46 aptr++;
50 aptr = a;
54 *aptr = *anyptr;
55 aptr++;
  /external/c-ares/
ares_parse_txt_reply.c 59 const unsigned char *aptr; local
84 aptr = abuf + HFIXEDSZ;
85 status = ares_expand_name (aptr, abuf, alen, &hostname, &len);
89 if (aptr + len + QFIXEDSZ > abuf + alen)
94 aptr += len + QFIXEDSZ;
100 status = ares_expand_name (aptr, abuf, alen, &rr_name, &len);
105 aptr += len;
106 if (aptr + RRFIXEDSZ > abuf + alen)
111 rr_type = DNS_RR_TYPE (aptr);
112 rr_class = DNS_RR_CLASS (aptr);
    [all...]
ares_parse_ns_reply.c 57 const unsigned char *aptr; local
75 aptr = abuf + HFIXEDSZ;
76 status = ares__expand_name_for_response( aptr, abuf, alen, &hostname, &len);
79 if ( aptr + len + QFIXEDSZ > abuf + alen )
84 aptr += len + QFIXEDSZ;
99 status = ares__expand_name_for_response( aptr, abuf, alen, &rr_name, &len );
102 aptr += len;
103 if ( aptr + RRFIXEDSZ > abuf + alen )
109 rr_type = DNS_RR_TYPE( aptr );
110 rr_class = DNS_RR_CLASS( aptr );
    [all...]
ares_parse_mx_reply.c 53 const unsigned char *aptr, *vptr; local
77 aptr = abuf + HFIXEDSZ;
78 status = ares_expand_name (aptr, abuf, alen, &hostname, &len);
82 if (aptr + len + QFIXEDSZ > abuf + alen)
87 aptr += len + QFIXEDSZ;
93 status = ares_expand_name (aptr, abuf, alen, &rr_name, &len);
98 aptr += len;
99 if (aptr + RRFIXEDSZ > abuf + alen)
104 rr_type = DNS_RR_TYPE (aptr);
105 rr_class = DNS_RR_CLASS (aptr);
    [all...]
ares_parse_srv_reply.c 58 const unsigned char *aptr, *vptr; local
82 aptr = abuf + HFIXEDSZ;
83 status = ares_expand_name (aptr, abuf, alen, &hostname, &len);
87 if (aptr + len + QFIXEDSZ > abuf + alen)
92 aptr += len + QFIXEDSZ;
98 status = ares_expand_name (aptr, abuf, alen, &rr_name, &len);
103 aptr += len;
104 if (aptr + RRFIXEDSZ > abuf + alen)
109 rr_type = DNS_RR_TYPE (aptr);
110 rr_class = DNS_RR_CLASS (aptr);
    [all...]
ares_parse_ptr_reply.c 53 const unsigned char *aptr; local
74 aptr = abuf + HFIXEDSZ;
75 status = ares__expand_name_for_response(aptr, abuf, alen, &ptrname, &len);
78 if (aptr + len + QFIXEDSZ > abuf + alen)
83 aptr += len + QFIXEDSZ;
96 status = ares__expand_name_for_response(aptr, abuf, alen, &rr_name, &len);
99 aptr += len;
100 if (aptr + RRFIXEDSZ > abuf + alen)
106 rr_type = DNS_RR_TYPE(aptr);
107 rr_class = DNS_RR_CLASS(aptr);
    [all...]
adig.c 185 static const unsigned char *display_question(const unsigned char *aptr,
188 static const unsigned char *display_rr(const unsigned char *aptr,
418 const unsigned char *aptr; local
467 aptr = abuf + HFIXEDSZ;
470 aptr = display_question(aptr, abuf, alen);
471 if (aptr == NULL)
479 aptr = display_rr(aptr, abuf, alen);
480 if (aptr == NULL
    [all...]
ares_parse_a_reply.c 63 const unsigned char *aptr; local
87 aptr = abuf + HFIXEDSZ;
88 status = ares__expand_name_for_response(aptr, abuf, alen, &hostname, &len);
91 if (aptr + len + QFIXEDSZ > abuf + alen)
96 aptr += len + QFIXEDSZ;
129 status = ares__expand_name_for_response(aptr, abuf, alen, &rr_name, &len);
132 aptr += len;
133 if (aptr + RRFIXEDSZ > abuf + alen)
139 rr_type = DNS_RR_TYPE(aptr);
140 rr_class = DNS_RR_CLASS(aptr);
    [all...]
ares_parse_aaaa_reply.c 65 const unsigned char *aptr; local
89 aptr = abuf + HFIXEDSZ;
90 status = ares__expand_name_for_response(aptr, abuf, alen, &hostname, &len);
93 if (aptr + len + QFIXEDSZ > abuf + alen)
98 aptr += len + QFIXEDSZ;
129 status = ares__expand_name_for_response(aptr, abuf, alen, &rr_name, &len);
132 aptr += len;
133 if (aptr + RRFIXEDSZ > abuf + alen)
139 rr_type = DNS_RR_TYPE(aptr);
140 rr_class = DNS_RR_CLASS(aptr);
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/cng/
cng_helpfuns.c 20 int16_t *aptr, *aptr2, *anyptr; local
30 aptr = a;
31 aptr++;
38 *anyptr++ = (*aptr++) +
42 aptr = a;
45 *aptr++ = *anyptr++;
  /toolchain/binutils/binutils-2.25/ld/
mri.c 193 struct section_name_struct *aptr; local
199 for (aptr = alignment; aptr; aptr = aptr->next)
200 if (strcmp (aptr->name, p->name) == 0)
201 align = aptr->align;
203 for (aptr = subalignment; aptr; aptr = aptr->next
    [all...]
  /external/libmicrohttpd/src/examples/
chunked_example.c 48 static int aptr; local
54 if (&aptr != *ptr)
57 *ptr = &aptr;
dual_stack_example.c 38 static int aptr; local
45 if (&aptr != *ptr)
48 *ptr = &aptr;
minimal_example.c 38 static int aptr; local
45 if (&aptr != *ptr)
48 *ptr = &aptr;
minimal_example_comet.c 46 static int aptr; local
52 if (&aptr != *ptr)
55 *ptr = &aptr;
authorization_example.c 49 static int aptr; local
59 if (&aptr != *ptr)
62 *ptr = &aptr;
querystring_example.c 39 static int aptr; local
48 if (&aptr != *ptr)
51 *ptr = &aptr;
refuse_post_example.c 44 static int aptr; local
52 if (&aptr != *ptr)
54 *ptr = &aptr;
fileserver_example.c 57 static int aptr; local
65 if (&aptr != *ptr)
68 *ptr = &aptr;
https_fileserver_example.c 124 static int aptr; local
132 if (&aptr != *ptr)
135 *ptr = &aptr;
fileserver_example_dirs.c 87 static int aptr; local
97 if (&aptr != *ptr)
100 *ptr = &aptr;
fileserver_example_external_select.c 57 static int aptr; local
65 if (&aptr != *ptr)
68 *ptr = &aptr;
  /external/libedit/src/
readline.c 640 char *tmp, *search = NULL, *aptr; local
647 aptr = NULL;
668 if ((aptr = el_malloc((offs + 1) * sizeof(*aptr)))
671 (void)strncpy(aptr, command, offs);
672 aptr[offs] = '\0';
683 if (ptr == NULL && aptr == NULL)
687 *result = strdup(aptr ? aptr : ptr);
688 if (aptr)
    [all...]
  /external/boringssl/src/crypto/bn/asm/
x86_64-mont5.pl 395 # ensure that stack frame doesn't alias with $aptr+4*$num
900 my $aptr="%rsi"; # const BN_ULONG *aptr,
946 # ensure that stack frame doesn't alias with $aptr+4*$num
952 sub $aptr,%r11
956 sub %r11,%rsp # align with $aptr
998 mov $aptr,$rptr
1097 lea ($aptr,$num),$aptr # end of a[] buffer, ($aptr,$i)=&ap[2
    [all...]

Completed in 424 milliseconds

1 2