HomeSort by relevance Sort by last modified time
    Searched refs:last_cluster (Results 1 - 6 of 6) sorted by null

  /system/extras/fatblock/
fat.h 78 cluster_t last_cluster; member in struct:fat_info_sector
fs.c 213 is->last_cluster = htole32(FAT_CLUSTER_ZERO);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-fallback.cc 401 unsigned int last_cluster = buffer->info[0].cluster; local
404 if (buffer->info[i].cluster != last_cluster) {
407 last_cluster = buffer->info[i].cluster;
hb-buffer.cc 427 unsigned int i, start, count, last_cluster; local
436 last_cluster = info[0].cluster;
438 if (last_cluster != info[i].cluster) {
441 last_cluster = info[i].cluster;
  /external/harfbuzz_ng/src/
hb-ot-shape-fallback.cc 401 unsigned int last_cluster = buffer->info[0].cluster; local
404 if (buffer->info[i].cluster != last_cluster) {
407 last_cluster = buffer->info[i].cluster;
hb-buffer.cc 427 unsigned int i, start, count, last_cluster; local
436 last_cluster = info[0].cluster;
438 if (last_cluster != info[i].cluster) {
441 last_cluster = info[i].cluster;

Completed in 444 milliseconds