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

1 2 3

  /dalvik/vm/compiler/codegen/x86/libenc/
dec_base.cpp 191 const unsigned char ** pbuf, Inst * pinst
199 unsigned data_byte = **pbuf;
208 const ModRM& modrm = *(ModRM*)*pbuf;
211 decodeModRM(odesc, pbuf, pinst, rex);
213 decodeModRM(odesc, pbuf, pinst);
228 decodeModRM(odesc, pbuf, pinst, rex);
230 decodeModRM(odesc, pbuf, pinst);
272 ++*pbuf;
277 char offset = *(char*)*pbuf;
278 *pbuf += 1
    [all...]
dec_base.h 118 const unsigned char ** pbuf, Inst * pinst
124 unsigned aux, const unsigned char ** pbuf,
130 static bool try_mn(Mnemonic mn, const unsigned char ** pbuf, Inst * pinst);
  /external/openssl/crypto/asn1/
bio_ndef.c 96 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
97 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg);
98 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
99 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg);
155 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg)
169 *pbuf = p;
175 *plen = *ndef_aux->boundary - *pbuf;
180 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg)
193 *pbuf = NULL;
198 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg
    [all...]
asn_pack.c 73 const unsigned char *pbuf; local
74 pbuf = buf;
75 if (!(sk = d2i_ASN1_SET(NULL, &pbuf, len, d2i, free_func,
  /external/openssl/crypto/pkcs12/
p12_crpt.c 75 const unsigned char *pbuf; local
85 pbuf = param->value.sequence->data;
86 if (!(pbe = d2i_PBEPARAM(NULL, &pbuf, param->value.sequence->length))) {
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
ec_gains.cpp 545 tmp = gmed_n (st->pbuf, 5);
593 tmp = gmed_n(st->pbuf, 5);
657 state->pbuf[i] = 1640;
697 state->pbuf[i] = 1640;
779 st->pbuf[i - 1] = st->pbuf[i];
781 st->pbuf[4] = st->past_gain_pit;
837 st->pbuf[i - 1] = st->pbuf[i];
839 st->pbuf[4] = st->past_gain_pit
    [all...]
ec_gains.h 101 Word16 pbuf[5]; member in struct:__anon19275
  /external/quake/quake/src/QW/client/
snd_mix.c 69 DWORD *pbuf; local
87 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &pbuf, &dwSize,
110 pbuf = (DWORD *)shm->buffer;
118 snd_out = (short *) pbuf + (lpos<<1);
135 pDSBuf->lpVtbl->Unlock(pDSBuf, pbuf, dwSize, NULL, 0);
148 DWORD *pbuf; local
174 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &pbuf, &dwSize,
197 pbuf = (DWORD *)shm->buffer;
202 short *out = (short *) pbuf;
217 unsigned char *out = (unsigned char *) pbuf;
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_newg.c 89 vchar_t *pbuf = NULL;
92 if ((pbuf = isakmp_parse(msg)) == NULL)
95 for (pa = (struct isakmp_parse_t *)pbuf->v;
106 vfree(pbuf);
117 vfree(pbuf);
131 vfree(pbuf);
135 vfree(pbuf);
remoteconf.c 500 char buf[1024], *pbuf; local
501 pbuf = buf;
502 pbuf += sprintf (pbuf, "\tpeers_identifier %s",
505 pbuf += sprintf (pbuf, " \"%s\"", id->id->v);
515 char buf[1024], *pbuf; local
517 pbuf = buf;
518 pbuf += sprintf(pbuf, "remote %s", saddr2str(p->remote))
    [all...]
isakmp_ident.c 256 vchar_t *pbuf = NULL; local
279 pbuf = isakmp_parse(msg);
280 if (pbuf == NULL)
282 pa = (struct isakmp_parse_t *)pbuf->v;
335 if (pbuf)
336 vfree(pbuf);
427 vchar_t *pbuf = NULL; local
446 pbuf = isakmp_parse(msg);
447 if (pbuf == NULL)
450 for (pa = (struct isakmp_parse_t *)pbuf->v
671 vchar_t *pbuf = NULL; local
861 vchar_t *pbuf = NULL; local
1123 vchar_t *pbuf = NULL; local
1343 vchar_t *pbuf = NULL; local
    [all...]
isakmp_base.c 296 vchar_t *pbuf = NULL; local
314 pbuf = isakmp_parse(msg);
315 if (pbuf == NULL)
317 pa = (struct isakmp_parse_t *)pbuf->v;
391 if (pbuf)
392 vfree(pbuf);
588 vchar_t *pbuf = NULL; local
605 pbuf = isakmp_parse(msg);
606 if (pbuf == NULL)
609 for (pa = (struct isakmp_parse_t *)pbuf->v
792 vchar_t *pbuf = NULL; local
1077 vchar_t *pbuf = NULL; local
    [all...]
security.c 71 vchar_t *pbuf = NULL; local
90 pbuf = isakmp_parsewoh(ISAKMP_NPTYPE_P, (struct isakmp_gen *)bp, len);
91 if (pbuf == NULL)
94 pa = (struct isakmp_parse_t *)pbuf->v;
99 vfree(pbuf);
106 vfree(pbuf);
isakmp_agg.c 342 vchar_t *pbuf = NULL; local
375 pbuf = isakmp_parse(msg);
376 if (pbuf == NULL)
378 pa = (struct isakmp_parse_t *)pbuf->v;
584 if (pbuf)
585 vfree(pbuf);
782 vchar_t *pbuf = NULL; local
797 pbuf = isakmp_parse(msg);
798 if (pbuf == NULL)
800 pa = (struct isakmp_parse_t *)pbuf->v
1322 vchar_t *pbuf = NULL; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dec_gain2_amr_wb.cpp 156 /* next 5 pbuf[] */
185 int16 *past_gain_pit, *past_gain_code, *past_qua_en, *gbuf, *pbuf, *prev_gc; local
196 pbuf = mem + 7;
219 tmp = median5(&pbuf[2]);
284 pbuf[i - 1] = pbuf[i];
287 pbuf[4] = *past_gain_pit;
360 tmp1 = pbuf[1];
365 pbuf[i - 1] = tmp1;
368 tmp1 = pbuf[i]
    [all...]
  /external/srec/srec/clib/
srec_arb.c 285 char* pbuf; local
304 pbuf = buffer;
326 pbuf += sizeof(*allotree) / BYTES_PER_ATOM;
327 pbuf -= sizeof(void*); // PCPinfo
329 ASSERT(pftell(fp) == pbuf - buffer);
332 PLogMessage("read allotree done %d\n", (int)(pbuf - buffer));
335 allotree->questions = (srec_question *)pbuf;
336 read_questions(&allotree->questions, allotree->num_questions, &pbuf, fp);
338 PLogMessage("read_questions done %d\n", (int)(pbuf - buffer));
340 ASSERT(pftell(fp) == pbuf - buffer)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 124 char *pbuf; local
140 pbuf = buf;
141 pbuf += sprintf(pbuf, "%s %d", _cmd, cmd_arr[i].cmd);
142 *pbuf++ = '\0';
146 os_memcpy(pbuf, wpabuf_head(ap_wps_p2p_ie), wpabuf_len(ap_wps_p2p_ie));
  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 133 char *pbuf; local
149 pbuf = buf;
150 pbuf += sprintf(pbuf, "%s %d", _cmd, cmd_arr[i].cmd);
151 *pbuf++ = '\0';
155 os_memcpy(pbuf, wpabuf_head(ap_wps_p2p_ie), wpabuf_len(ap_wps_p2p_ie));
  /external/quake/quake/src/WinQuake/
snd_mix.cpp 77 DWORD *pbuf; local
95 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &pbuf, &dwSize,
118 pbuf = (DWORD *)shm->buffer;
126 snd_out = (short *) pbuf + (lpos<<1);
143 pDSBuf->lpVtbl->Unlock(pDSBuf, pbuf, dwSize, NULL, 0);
156 DWORD *pbuf; local
182 while ((hresult = pDSBuf->lpVtbl->Lock(pDSBuf, 0, gSndBufSize, &pbuf, &dwSize,
205 pbuf = (DWORD *)shm->buffer;
210 short *out = (short *) pbuf;
225 unsigned char *out = (unsigned char *) pbuf;
    [all...]
  /external/ipsec-tools/src/libipsec/
policy_parse.y 100 static u_int8_t *pbuf = NULL; /* sadb_x_policy buffer */
101 static int tlen = 0; /* total length of pbuf */
102 static int offset = 0; /* offset of pbuf */
476 if (pbuf) {
477 free(pbuf);
480 pbuf = malloc(sizeof(struct sadb_x_policy));
481 if (pbuf == NULL) {
487 memset(pbuf, 0, tlen);
488 p = (struct sadb_x_policy *)pbuf;
525 n = realloc(pbuf, tlen)
    [all...]
  /external/openssl/crypto/ec/
ec_print.c 142 unsigned char *buf, *pbuf; local
165 pbuf = buf;
168 int v = (int) *(pbuf++);
  /external/openssl/crypto/evp/
p5_crpt.c 83 const unsigned char *pbuf; local
95 pbuf = param->value.sequence->data;
96 if (!(pbe = d2i_PBEPARAM(NULL, &pbuf, param->value.sequence->length))) {
p5_crpt2.c 176 const unsigned char *pbuf; local
189 pbuf = param->value.sequence->data;
191 if(!(pbe2 = d2i_PBE2PARAM(NULL, &pbuf, plen))) {
235 const unsigned char *pbuf; local
259 pbuf = param->value.sequence->data;
262 if(!(kdf = d2i_PBKDF2PARAM(NULL, &pbuf, plen)) ) {
  /hardware/libhardware_legacy/wifi/
wifi.c 342 char *pbuf; local
350 pbuf = malloc(sb.st_size + PROPERTY_VALUE_MAX);
351 if (!pbuf)
356 free(pbuf);
359 nread = TEMP_FAILURE_RETRY(read(srcfd, pbuf, sb.st_size));
363 free(pbuf);
384 if (sptr = strstr(pbuf, "ctrl_interface=")) {
386 if ((!strstr(pbuf, "ctrl_interface=DIR=")) &&
387 (!strstr(pbuf, "ctrl_interface=/"))) {
394 while (((ilen + (iptr - pbuf)) < nread) && (iptr[ilen] != '\n')
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
MacNative.m 146 NSOpenGLPixelBuffer *pbuf = (NSOpenGLPixelBuffer*)pbuffer;
147 if(pbuf != nil){
148 [pbuf release];

Completed in 2589 milliseconds

1 2 3