OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chunk_num
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/debugfs/
e2freefrag.c
119
unsigned long long
chunk_num
;
local
124
for (
chunk_num
= 0;
chunk_num
< chunks;
chunk_num
++) {
140
if (
chunk_num
== 0 && blk == 0) {
/external/e2fsprogs/misc/
e2freefrag.c
119
unsigned long long
chunk_num
;
local
124
for (
chunk_num
= 0;
chunk_num
< chunks;
chunk_num
++) {
140
if (
chunk_num
== 0 && blk == 0) {
/external/webp/include/webp/
demux.h
188
int
chunk_num
;
member in struct:WebPChunkIterator
209
// Sets 'iter->chunk' to point to the next ('iter->
chunk_num
' + 1) or previous
210
// ('iter->
chunk_num
' - 1) chunk. These functions do not loop.
/external/webp/src/webp/
demux.h
188
int
chunk_num
;
member in struct:WebPChunkIterator
209
// Sets 'iter->chunk' to point to the next ('iter->
chunk_num
' + 1) or previous
210
// ('iter->
chunk_num
' - 1) chunk. These functions do not loop.
Completed in 268 milliseconds