Home
last modified time | relevance | path

Searched defs:at_end (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_simple_list.h160 #define at_end(list, elem) ((elem) == (list)) macro
/external/mesa3d/src/mesa/main/
Dsimple_list.h167 #define at_end(list, elem) ((elem) == (list)) macro
/external/google-breakpad/src/common/linux/
Delf_symbols_to_module.cc51 bool at_end; member
/external/google-breakpad/src/common/
Dstabs_reader.h123 bool at_end; member
/external/vulkan-validation-layers/windowsRuntimeInstaller/
Dconfigure_runtime.c246 for(bool at_end = (find != INVALID_HANDLE_VALUE); at_end; in add_explicit_layers() local
589 for(bool at_end = (find != INVALID_HANDLE_VALUE); at_end; in update_system_file() local
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dconsuming_buffers.hpp54 consuming_buffers_iterator(bool at_end, const Buffer& first, in consuming_buffers_iterator()
/external/swiftshader/third_party/LLVM/utils/lit/lit/
DTclUtil.py27 def at_end(self): member in TclLexer
/external/v8/src/regexp/
Djsregexp.h372 bool at_end: 1; member