OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pcluster
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc
1230
Cluster* const
pCluster
= m_clusters[idx];
1231
if (
pCluster
== NULL ||
pCluster
->m_index >= 0)
1234
const long long off =
pCluster
->GetPosition();
1245
const long long element_size =
pCluster
->GetElementSize();
1250
pos =
pCluster
->m_element_start + element_size;
1253
pCluster
->m_index = idx; // move from preloaded to loaded
1285
Cluster* const
pCluster
= Cluster::Create(this, idx, cluster_off);
1286
if (
pCluster
== NULL)
1289
if (!AppendCluster(
pCluster
)) {
[
all
...]
/external/libvpx/libwebm/mkvparser/
mkvparser.cc
1224
Cluster* const
pCluster
= m_clusters[idx];
1225
if (
pCluster
== NULL ||
pCluster
->m_index >= 0)
1228
const long long off =
pCluster
->GetPosition();
1239
const long long element_size =
pCluster
->GetElementSize();
1244
pos =
pCluster
->m_element_start + element_size;
1247
pCluster
->m_index = idx; // move from preloaded to loaded
1279
Cluster* const
pCluster
= Cluster::Create(this, idx, cluster_off);
1280
if (
pCluster
== NULL)
1283
if (!AppendCluster(
pCluster
)) {
[
all
...]
/external/syslinux/core/fs/fat/
fat.c
93
uint32_t
pcluster
;
local
105
pcluster
= ((PVT(inode)->here - data_area) >> sbi->clust_shift) + 2;
109
pcluster
= PVT(inode)->start_cluster;
113
if (
pcluster
-2 >= sbi->clusters) {
122
pcluster
= get_next_cluster(fs,
pcluster
);
126
((sector_t)(
pcluster
-2) << sbi->clust_shift) + data_area;
131
xcluster = get_next_cluster(fs,
pcluster
);
132
if (xcluster != ++
pcluster
)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msclus.h
[
all
...]
Completed in 632 milliseconds