Home
last modified time | relevance | path

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

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