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

1 2 3 4

  /external/opencv3/3rdparty/tbb/
android_additional.h 10 char* pbuf = fgets(buf, sizeof(buf), cpuPossible); local
12 if(!pbuf)
18 while(*pbuf)
20 const char* pos = pbuf;
22 while(*pbuf && *pbuf != ',')
24 if(*pbuf == '-') range = true;
25 ++pbuf;
27 if(*pbuf) *pbuf++ = 0
    [all...]
  /external/mesa3d/src/glx/apple/
apple_glx_pbuffer.c 74 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer; local
79 cglerr = apple_cgl.set_pbuffer(ac->context_obj, pbuf->buffer_obj, 0, 0, 0);
87 apple_glapi_oglfw_viewport_scissor(0, 0, pbuf->width, pbuf->height);
99 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer; local
106 apple_cgl.destroy_pbuffer(pbuf->buffer_obj);
107 XFreePixmap(dpy, pbuf->xid);
112 apple_glx_pbuffer_destroy(Display * dpy, GLXPbuffer pbuf)
114 return !apple_glx_drawable_destroy_by_type(dpy, pbuf,
125 struct apple_glx_pbuffer *pbuf = NULL local
265 struct apple_glx_pbuffer *pbuf; local
    [all...]
apple_glx_drawable.h 196 GLXPbuffer * pbuf);
199 bool apple_glx_pbuffer_destroy(Display * dpy, GLXPbuffer pbuf);
  /external/boringssl/src/crypto/asn1/
bio_ndef.c 101 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
102 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg);
103 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
104 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg);
160 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg)
177 *pbuf = p;
183 *plen = *ndef_aux->boundary - *pbuf;
188 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg)
201 *pbuf = NULL;
206 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg
    [all...]
  /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:__anon27644
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
open_memstream.c 31 char **pbuf; /* point to the stream */ member in struct:state
57 *st->pbuf = st->string = p;
114 open_memstream(char **pbuf, size_t *psize)
119 if (pbuf == NULL || psize == NULL) {
142 st->pbuf = pbuf;
145 *pbuf = st->string;
open_wmemstream.c 32 wchar_t **pbuf; /* point to the stream */ member in struct:state
59 *st->pbuf = st->string = p;
124 open_wmemstream(wchar_t **pbuf, size_t *psize)
129 if (pbuf == NULL || psize == NULL) {
152 st->pbuf = pbuf;
156 *pbuf = st->string;
  /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 498 char buf[1024], *pbuf; local
499 pbuf = buf;
500 pbuf += sprintf (pbuf, "\tpeers_identifier %s",
503 pbuf += sprintf (pbuf, " \"%s\"", id->id->v);
513 char buf[1024], *pbuf; local
515 pbuf = buf;
516 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/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...]
  /hardware/intel/common/libva/va/
va_trace.c 702 void **pbuf /* out */
723 if ((pbuf == NULL) || (*pbuf == NULL))
726 buf_list = (VACodedBufferSegment *)(*pbuf);
753 void *pbuf
757 unsigned char *p = pbuf;
3035 unsigned char *pbuf = NULL; local
    [all...]
va_fool.h 74 void **pbuf /* out */
  /cts/apps/CtsVerifier/jni/verifier/
com_android_cts_verifier_camera_StatsImage.cpp 54 unsigned char *pbuf = buf + 2*y*w + 2*gx*gw; local
57 int byte0 = *pbuf++;
58 int byte1 = *pbuf++;
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 175 char *pbuf; local
203 pbuf = buf;
204 pbuf += snprintf(pbuf, buf_len - wpabuf_len(ap_wps_p2p_ie),
206 *pbuf++ = '\0';
207 os_memcpy(pbuf, wpabuf_head(ap_wps_p2p_ie), wpabuf_len(ap_wps_p2p_ie));
  /external/opencv3/modules/core/src/
parallel.cpp 466 char* pbuf = fgets(buf, sizeof(buf), cpuPossible); local
468 if(!pbuf)
474 while(*pbuf)
476 const char* pos = pbuf;
478 while(*pbuf && *pbuf != ',')
480 if(*pbuf == '-') range = true;
481 ++pbuf;
483 if(*pbuf) *pbuf++ = 0
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 614 int my_read(int fd, uchar *pbuf, int len)
625 ALOGD_IF((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: enter, pbuf=%lx, len = %d\n", __func__, (unsigned long)pbuf, len);
626 memset(pbuf, 0, len);
665 ret = TEMP_FAILURE_RETRY(read(fd, pbuf+offset, (size_t)count));
677 if (pbuf[offset] == HCIT_TYPE_NFC)
679 else if (pbuf[offset] == HCIT_TYPE_EVENT)
683 ALOGD( "%s: unknown HCIT type header pbuf[%d] = %x\n", __func__, offset, pbuf[offset]);
691 count = pbuf[offset-1]
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_resource.c 35 struct pipe_resource *pbuf,
43 pipe_resource_reference(&sf->base.texture, pbuf);
  /system/bt/stack/include/
hidh_api.h 176 UINT8 report_id, BT_HDR *pbuf);
  /device/google/contexthub/util/nanoapp_encr/
nanoapp_encr.c 56 static int handleEncrypt(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint64_t keyId, uint32_t *key)
66 uint8_t *buf = *pbuf;
97 *pbuf = buf;
153 static int handleDecrypt(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t *key)
164 uint8_t *buf = *pbuf;

Completed in 281 milliseconds

1 2 3 4