Searched refs:pentry (Results 1 - 7 of 7) sorted by relevance

/external/svox/pico/lib/
H A Dpicoklex.c540 picoos_uint32 pentry; local
549 pentry = 0x000000ff & (ind[0]);
550 pentry |= ((picoos_uint32)(ind[1]) << 8);
551 pentry |= ((picoos_uint32)(ind[2]) << 16);
554 if (pentry >= ((picoos_uint32)klex->nrblocks * PICOKLEX_LEXBLOCK_SIZE)) {
558 pentry += (klex->lexblocks[pentry]);
559 *phonlen = (klex->lexblocks[pentry++]) - 2;
560 *pos = klex->lexblocks[pentry++];
561 *phon = &(klex->lexblocks[pentry]);
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Ddosio.c109 static PTABLE_ENTRY *scan_partition_table(PTABLE_ENTRY *pentry, argument
120 if(pentry[*pno].type == LINUX_EXT2FS)
121 return &pentry[*pno];
124 if(!pentry[*pno].type)
126 else if(pentry[*pno].type == LINUX_SWAP)
133 if(pentry[i].type == LINUX_EXT2FS)
136 return &pentry[i];
/external/qemu/
H A Delf_ops.h181 int must_swab, uint64_t *pentry,
213 if (pentry)
214 *pentry = (uint64_t)(elf_sword)ehdr.e_entry;
H A Dloader.c308 uint64_t *pentry, uint64_t *lowaddr, uint64_t *highaddr)
342 ret = load_elf64(fd, address_offset, must_swab, pentry,
345 ret = load_elf32(fd, address_offset, must_swab, pentry,
307 load_elf(const char *filename, int64_t address_offset, uint64_t *pentry, uint64_t *lowaddr, uint64_t *highaddr) argument
H A Dsysemu.h230 uint64_t *pentry, uint64_t *lowaddr, uint64_t *highaddr);
/external/icu4c/tools/tzcode/
H A Dzdump.c1001 listentry * pentry; local
1008 if ((pentry = malloc(sizeof(listentry))) == NULL) {
1012 pentry->name = pzonename;
1013 pentry->next = NULL;
1014 (*last)->next = pentry;
1015 *last = pentry;
/external/bluetooth/glib/gobject/
H A Dgtype.c1780 IFaceEntry *pentry = type_lookup_iface_entry_L (pnode, iface); local
1782 if (pentry)
1783 vtable = g_memdup (pentry->vtable, iface->data->iface.vtable_size);
1963 IFaceEntry *pentry = CLASSED_NODE_IFACES_ENTRIES (pnode) + j; local
1965 if (pentry->iface_type == entry->iface_type)
1967 entry->vtable = pentry->vtable;

Completed in 232 milliseconds