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

  /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 196 // Retrieves the 'chunk_number' instance of the chunk with id 'fourcc' from
200 // Setting 'chunk_number' equal to 0 will return the last chunk in a set.
206 const char fourcc[4], int chunk_number,
  /external/webp/src/webp/
demux.h 196 // Retrieves the 'chunk_number' instance of the chunk with id 'fourcc' from
200 // Setting 'chunk_number' equal to 0 will return the last chunk in a set.
206 const char fourcc[4], int chunk_number,
  /toolchain/binutils/binutils-2.27/bfd/
tekhex.c 638 bfd_vma chunk_number = addr & ~(bfd_vma) CHUNK_MASK; local
642 if (chunk_number != prev_number || (!d && must_write))
645 d = find_chunk (abfd, chunk_number, must_write);
646 prev_number = chunk_number;
  /external/clang/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang-c/
Index.h     [all...]

Completed in 684 milliseconds