OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chunk_num
(Results
1 - 7
of
7
) sorted by null
/external/e2fsprogs/misc/
e2freefrag.c
97
unsigned long long
chunk_num
;
local
102
for (
chunk_num
= 0;
chunk_num
< chunks;
chunk_num
++) {
118
if (
chunk_num
== 0 && blk == 0) {
/external/webp/src/demux/
demux.c
867
const char fourcc[4], int
chunk_num
) {
874
if (count ==
chunk_num
) break;
879
static int SetChunk(const char fourcc[4], int
chunk_num
,
884
if (dmux == NULL || fourcc == NULL ||
chunk_num
< 0) return 0;
887
if (
chunk_num
== 0)
chunk_num
= count;
889
if (
chunk_num
<= count) {
891
const Chunk* const chunk = GetChunk(dmux, fourcc,
chunk_num
);
895
iter->
chunk_num
=
chunk_num
;
[
all
...]
/external/qemu/block/
dmg.c
186
uint32_t
chunk_num
,int sector_num)
188
if(
chunk_num
>=s->n_chunks || s->sectors[
chunk_num
]>sector_num ||
189
s->sectors[
chunk_num
]+s->sectorcounts[
chunk_num
]<=sector_num)
/external/webp/include/webp/
demux.h
176
int
chunk_num
;
member in struct:WebPChunkIterator
197
// Sets 'iter->chunk' to point to the next ('iter->
chunk_num
' + 1) or previous
198
// ('iter->
chunk_num
' - 1) chunk. These functions do not loop.
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_runner.py
333
(
chunk_num
, chunk_len) = chunk_value.split(":")
334
chunk_num
= int(
chunk_num
)
335
assert(
chunk_num
>= 0)
348
# In this case
chunk_num
can be really large. We need
350
slice_start = (
chunk_num
* chunk_len) % num_tests
354
assert(
chunk_num
<= test_size)
365
slice_start = chunk_len * (
chunk_num
- 1)
[
all
...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
ucode_download.c
96
ucode_ptr->
chunk_num
++;
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h
289
uint32
chunk_num
;
member in struct:wl_ucode_info
[
all
...]
Completed in 124 milliseconds