HomeSort by relevance Sort by last modified time
    Searched refs:pbuf (Results 101 - 125 of 181) sorted by null

1 2 3 45 6 7 8

  /external/python/cpython2/Modules/
socketmodule.c 2801 Py_buffer pbuf; local
2851 Py_buffer pbuf; local
2924 Py_buffer pbuf; local
4168 char pbuf[30]; local
4286 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV]; local
    [all...]
cStringIO.c 69 Py_buffer pbuf; member in struct:__anon32776
609 PyBuffer_Release(&self->pbuf);
638 PyBuffer_Release(&self->pbuf);
702 self->pbuf=buf;
  /external/python/cpython3/Objects/
bytesobject.c 532 format_obj(PyObject *v, const char **pbuf, Py_ssize_t *plen)
538 *pbuf = PyBytes_AS_STRING(v);
544 *pbuf = PyByteArray_AS_STRING(v);
563 *pbuf = PyBytes_AS_STRING(result);
643 const char *pbuf = NULL; local
822 pbuf = (const char *)PyUnicode_1BYTE_DATA(temp);
831 temp = format_obj(v, &pbuf, &len);
884 pbuf = (const char *)PyUnicode_1BYTE_DATA(temp);
910 pbuf = PyBytes_AS_STRING(temp);
918 pbuf = &onechar
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 2707 Py_buffer pbuf; local
2755 Py_buffer pbuf; local
2826 Py_buffer pbuf; local
4061 char pbuf[30]; local
4164 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV]; local
    [all...]
cStringIO.c 71 PyObject *pbuf; member in struct:__anon4736
587 Py_CLEAR(self->pbuf);
616 Py_XDECREF(self->pbuf);
675 self->pbuf=s;
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_buffer.c 329 struct pb_buffer *pbuf = vmw_pb_buffer(buf); local
331 pb_reference(&pbuf, NULL);
  /external/syslinux/core/lwip/src/core/snmp/
msg_out.c 71 static u16_t snmp_resp_header_enc(struct snmp_msg_pstat *m_stat, struct pbuf *p);
72 static u16_t snmp_trap_header_enc(struct snmp_msg_trap *m_trap, struct pbuf *p);
73 static u16_t snmp_varbind_list_enc(struct snmp_varbind_root *root, struct pbuf *p, u16_t ofs);
116 struct pbuf *p;
124 /* try allocating pbuf(s) for complete response */
141 /* first pbuf alloc try or retry alloc success */
146 /* pass 1, size error, encode packet ino the pbuf(s) */
197 /* first pbuf alloc try or retry alloc failed
225 struct pbuf *p;
260 /* allocate pbuf(s) *
    [all...]
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c 403 static int handleApp(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t appId, uint32_t appVer, bool verbose)
409 uint8_t *buf = *pbuf;
415 *pbuf = buf;
573 static int handleKey(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t appId, uint64_t keyId)
575 uint8_t *buf = *pbuf;
600 static int handleOs(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, bool bare)
602 uint8_t *buf = *pbuf;
postprocess_elf.c 291 static int handleApp(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t appId, uint32_t appVer, uint32_t chreApi, bool verbose)
302 uint8_t *buf = *pbuf;
307 *pbuf = buf;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
mactoolboxglue.c 192 PyMac_GetStr255(PyObject *v, Str255 pbuf)
200 pbuf[0] = len;
201 memcpy((char *)(pbuf+1), PyString_AsString(v), len);
  /external/iputils/
tracepath6.c 385 char pbuf[NI_MAXSERV]; local
434 sprintf(pbuf, "%u", base_port);
443 gai = getaddrinfo(argv[0], pbuf, &hints, &ai0);
  /external/one-true-awk/
lex.c 101 int gettok(char **pbuf, int *psz) /* get next input token */
104 char *buf = *pbuf;
159 *pbuf = buf;
  /external/python/cpython2/Python/
mactoolboxglue.c 192 PyMac_GetStr255(PyObject *v, Str255 pbuf)
200 pbuf[0] = len;
201 memcpy((char *)(pbuf+1), PyString_AsString(v), len);
  /external/syslinux/core/lwip/src/include/lwip/
tcp_impl.h 42 #include "lwip/pbuf.h"
65 void tcp_input (struct pbuf *p, struct netif *inp);
280 struct pbuf *p; /* buffer containing data + TCP header */
284 pbuf in unsent (used for asserting vs.
443 err_t tcp_recv_null(void *arg, struct tcp_pcb *pcb, struct pbuf *p, err_t err);
dhcp.h 46 struct pbuf *p_out; /* pbuf of outcoming msg */
  /system/bt/stack/hid/
hidh_api.cc 412 uint16_t data, uint8_t report_id, BT_HDR* pbuf) {
432 osi_free(pbuf);
435 hidh_conn_snd_data(dev_handle, t_type, param, data, report_id, pbuf);
  /toolchain/binutils/binutils-2.27/gold/
dynobj.cc 1754 unsigned char* pbuf = new unsigned char[sz]; local
1813 unsigned char* pbuf = new unsigned char[sz]; local
1856 unsigned char* pbuf = new unsigned char[sz]; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cStringIO.c 69 Py_buffer pbuf; member in struct:__anon4403
609 PyBuffer_Release(&self->pbuf);
638 PyBuffer_Release(&self->pbuf);
702 self->pbuf=buf;
  /external/syslinux/core/lwip/src/core/ipv4/
igmp.c 144 static err_t igmp_ip_output_if(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, struct netif *netif);
390 igmp_input(struct pbuf *p, struct netif *inp, ip_addr_t *dest)
757 igmp_ip_output_if(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, struct netif *netif)
776 struct pbuf* p = NULL;
786 LWIP_ASSERT("igmp_send: check that first pbuf can hold struct igmp_msg",
  /hardware/intel/img/psb_video/src/
psb_buffer.c 477 unsigned int *pBuf = NULL;
481 pBuf = (unsigned int *)(vaCodedBufSeg[uiPipeIndex].buf);
482 pBuf -= 16;
485 drv_debug_msg(VIDEO_DEBUG_GENERAL, "%s: 0x%08x\n", __FUNCTION__, pBuf[(i*4) + j]);
579 void **pbuf /* out */
590 CHECK_INVALID_PARAM(pbuf == NULL);
602 raw_codedbuf = *pbuf;
606 *pbuf = p = &obj_buffer->codedbuf_mapinfo[0];
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 451 glXDestroyPbuffer(Display *dpy, GLXPbuffer pbuf)
457 t->DestroyPbuffer(dpy, pbuf);
790 glXDestroyGLXPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuf)
796 t->DestroyGLXPbufferSGIX(dpy, pbuf);
800 glXQueryGLXPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value)
806 return t->QueryGLXPbufferSGIX(dpy, pbuf, attribute, value);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
stringobject.c 4288 char *pbuf; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
stringobject.c 4268 char *pbuf = NULL; local
    [all...]
  /external/python/cpython2/Objects/
stringobject.c 4303 char *pbuf; local
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_inf.c 129 vchar_t *pbuf = NULL;
281 if (!(pbuf = isakmp_parse(msg))) {
287 for (pa = (struct isakmp_parse_t *)pbuf->v; pa->type; pa++) {
322 if (pbuf != NULL)
323 vfree(pbuf);
338 vchar_t *pbuf;
455 vchar_t *pbuf;
128 vchar_t *pbuf = NULL; local
337 vchar_t *pbuf; local
454 vchar_t *pbuf; local
    [all...]

Completed in 550 milliseconds

1 2 3 45 6 7 8