HomeSort by relevance Sort by last modified time
    Searched defs:p_size (Results 1 - 5 of 5) sorted by null

  /system/nfc/src/nfc/nci/
nci_hmsgs.c 324 uint8_t *pp, *p_size, *p_start; local
339 p_size = pp;
347 *p_size = (uint8_t)(pp - p_start);
348 p->len = NCI_MSG_HDR_SIZE + *p_size;
435 uint8_t *pp, *p_size, *p_start; local
451 p_size = pp;
460 *p_size = (uint8_t)(pp - p_start);
461 p->len = NCI_MSG_HDR_SIZE + *p_size;
  /external/fio/
client.c 671 size_t p_size; local
676 p_size = sizeof(*pdu) + strlen(filename) + 1;
677 pdu = malloc(p_size);
678 memset(pdu, 0, p_size);
684 ret = fio_net_send_cmd(client->fd, FIO_NET_CMD_LOAD_FILE, pdu, p_size,NULL, NULL);
697 size_t p_size; local
720 p_size = sb.st_size + sizeof(*pdu);
721 pdu = malloc(p_size);
737 ret = fio_net_send_cmd(client->fd, FIO_NET_CMD_JOB, pdu, p_size, NULL, NULL);
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
internal.h 267 bfd_vma p_size; member in struct:elf_segment_map
279 /* Whether the p_size field is valid; if not, the size are based
  /external/libxml2/os400/iconv/bldcsndfa/
bldcsndfa.c 79 unsigned int p_size; /* Current allocated size. */ member in struct:__anon24736
597 s->p_size = GRANULE;
609 if (s->p_card >= s->p_size) {
610 s->p_size += GRANULE;
612 sizeof *s + s->p_size * sizeof s->p_set);
614 s->p_set[s->p_size] = (t_state *) NULL;
    [all...]
  /build/make/tools/ijar/
classfile.cc 1362 u1* p_size = p; local
    [all...]

Completed in 278 milliseconds