Searched refs:ptable (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/ctype/
H A D__ctype_tolower_loc.c27 static const int32_t* const ptable = table + 128; variable
30 return (void*)&ptable;
H A D__ctype_toupper_loc.c27 static const int32_t* const ptable = table + 128; variable
30 return (void*)&ptable;
H A D__ctype_b_loc.c55 static const unsigned short* const ptable = table + 128; variable
58 return (void*)&ptable;
/fuchsia/zircon/system/ulib/gpt/
H A Dgpt.c58 gpt_partition_t ptable[PARTITIONS_COUNT]; member in struct:gpt_priv
241 gpt_partition_t* ptable = priv->ptable; local
253 rc = read(fd, ptable, ptable_size);
259 crc = crc32(0, (const unsigned char*)ptable, ptable_size);
266 memcpy(priv->backup, priv->ptable, sizeof(priv->ptable));
270 if (ptable[i].first == 0 && ptable[i].last == 0) continue;
271 priv->device.partitions[i] = &ptable[
286 gpt_sync_current(int fd, uint64_t blocksize, gpt_header_t* header, gpt_partition_t* ptable) argument
[all...]
/fuchsia/zircon/scripts/
H A Dflash-hikey66 fastboot flash ptable ${FIRMWARE_DIR}/installer/hikey960/ptable.img

Completed in 83 milliseconds