/system/core/libdiskconfig/ |
config_mbr.c | 31 cfg_pentry(struct pc_partition *pentry, uint8_t status, uint8_t type, 37 memset(&pentry->start, 0xff, sizeof(struct chs)); 38 memset(&pentry->end, 0xff, sizeof(struct chs)); 41 memset(&pentry->start, 0, sizeof(struct chs)); 42 memset(&pentry->end, 0, sizeof(struct chs)); 45 pentry->status = status; 46 pentry->type = type; 47 pentry->start_lba = start; 48 pentry->len_lba = len; 50 LOGI("Configuring pentry. status=0x%x type=0x%x start_lba=%u len_lba=%u" 75 struct pc_partition *pentry; local [all...] |
/external/svox/pico/lib/ |
picoklex.c | 540 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/ |
dosio.c | 109 static PTABLE_ENTRY *scan_partition_table(PTABLE_ENTRY *pentry, 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/ |
elf_ops.h | 181 int must_swab, uint64_t *pentry, 213 if (pentry) 214 *pentry = (uint64_t)(elf_sword)ehdr.e_entry;
|
loader.c | 308 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,
|
sysemu.h | 230 uint64_t *pentry, uint64_t *lowaddr, uint64_t *highaddr);
|
/external/icu4c/tools/tzcode/ |
zdump.c | 1001 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/ |
gtype.c | 1780 IFaceEntry *pentry = type_lookup_iface_entry_L (pnode, iface); local 1963 IFaceEntry *pentry = CLASSED_NODE_IFACES_ENTRIES (pnode) + j; local [all...] |