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

  /external/opencv3/3rdparty/libwebp/webp/
demux.h 184 // Retrieves the 'chunk_number' instance of the chunk with id 'fourcc' from
188 // Setting 'chunk_number' equal to 0 will return the last chunk in a set.
194 const char fourcc[4], int chunk_number,
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 60 unsigned chunk_number) {
62 if (!CCStr || chunk_number >= CCStr->size())
65 switch ((*CCStr)[chunk_number].Kind) {
114 unsigned chunk_number) {
116 if (!CCStr || chunk_number >= CCStr->size())
119 switch ((*CCStr)[chunk_number].Kind) {
140 return cxstring::createRef((*CCStr)[chunk_number].Text);
153 unsigned chunk_number) {
155 if (!CCStr || chunk_number >= CCStr->size())
158 switch ((*CCStr)[chunk_number].Kind)
    [all...]
  /external/webp/include/webp/
demux.h 191 // Retrieves the 'chunk_number' instance of the chunk with id 'fourcc' from
195 // Setting 'chunk_number' equal to 0 will return the last chunk in a set.
201 const char fourcc[4], int chunk_number,
  /external/webp/src/webp/
demux.h 191 // Retrieves the 'chunk_number' instance of the chunk with id 'fourcc' from
195 // Setting 'chunk_number' equal to 0 will return the last chunk in a set.
201 const char fourcc[4], int chunk_number,
  /toolchain/binutils/binutils-2.25/bfd/
tekhex.c 631 bfd_vma chunk_number = addr & ~(bfd_vma) CHUNK_MASK; local
635 if (chunk_number != prev_number || (!d && must_write))
638 d = find_chunk (abfd, chunk_number, must_write);
639 prev_number = chunk_number;
  /external/clang/include/clang-c/
Index.h     [all...]

Completed in 251 milliseconds