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

  /external/libnfc-nci/src/nfc/nci/
nci_hmsgs.c 339 UINT8 *pp, *p_size, *p_start; local
354 p_size = pp;
363 *p_size = (UINT8) (pp - p_start);
364 p->len = NCI_MSG_HDR_SIZE + *p_size;
453 UINT8 *pp, *p_size, *p_start; local
469 p_size = pp;
479 *p_size = (UINT8) (pp - p_start);
480 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...]
  /external/libxml2/os400/iconv/bldcsndfa/
bldcsndfa.c 79 unsigned int p_size; /* Current allocated size. */ member in struct:__anon14037
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...]

Completed in 236 milliseconds