HomeSort by relevance Sort by last modified time
    Searched refs:write_idx (Results 1 - 6 of 6) sorted by null

  /external/chromium/net/tools/flip_server/
ring_buffer.h 91 int write_idx() const { return write_idx_; } function in class:net::RingBuffer
  /external/chromium_org/net/tools/flip_server/
ring_buffer.h 91 int write_idx() const { return write_idx_; } function in class:net::RingBuffer
  /external/e2fsprogs/lib/ext2fs/
closefs.c 144 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/libvpx/libvpx/vp8/encoder/
lookahead.c 23 unsigned int write_idx; /* Write index */ member in struct:lookahead_ctx
119 buf = pop(ctx, &ctx->write_idx);
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.c 22 unsigned int write_idx; /* Write index */ member in struct:lookahead_ctx
100 buf = pop(ctx, &ctx->write_idx);
  /external/opencv/cv/src/
cvhistogram.cpp 831 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;
    [all...]

Completed in 378 milliseconds