OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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/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/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-fallback.cc
415
unsigned int
last_cluster
= buffer->info[0].cluster;
local
418
if (buffer->info[i].cluster !=
last_cluster
) {
421
last_cluster
= buffer->info[i].cluster;
hb-buffer.cc
479
unsigned int i, start, count,
last_cluster
;
local
488
last_cluster
= info[0].cluster;
490
if (
last_cluster
!= info[i].cluster) {
493
last_cluster
= info[i].cluster;
Completed in 60 milliseconds