Searched refs:write_idx (Results 1 - 6 of 6) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dclosefs.c144 int check_idx, write_idx, size; local
162 write_idx = check_idx;
166 size = 2 * (check_idx - write_idx);
169 size, write_idx*2);
172 SUPERBLOCK_OFFSET + (2 * write_idx), size,
173 new_super + write_idx);
/external/chromium/net/tools/flip_server/
H A Dring_buffer.h91 int write_idx() const { return write_idx_; } function in class:net::RingBuffer
/external/chromium_org/net/tools/flip_server/
H A Dring_buffer.h91 int write_idx() const { return write_idx_; } function in class:net::RingBuffer
/external/libvpx/libvpx/vp8/encoder/
H A Dlookahead.c23 unsigned int write_idx; /* Write index */ member in struct:lookahead_ctx
119 buf = pop(ctx, &ctx->write_idx);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_lookahead.c22 unsigned int write_idx; /* Write index */ member in struct:lookahead_ctx
100 buf = pop(ctx, &ctx->write_idx);
/external/opencv/cv/src/
H A Dcvhistogram.cpp831 int idx = -1, write_idx = ICV_HIST_DUMMY_IDX, sz = size[i]; local
844 tab[i*(hi - lo) + j - lo] = write_idx;
851 write_idx = idx*step;

Completed in 849 milliseconds