Home
last modified time | relevance | path

Searched refs:subpage (Results 1 – 13 of 13) sorted by relevance

/external/eigen/doc/
DManual.dox8 - \subpage TopicCustomizing_Plugins
9 - \subpage TopicCustomizing_InheritingMatrix
10 - \subpage TopicCustomizing_CustomScalar
11 - \subpage TopicCustomizing_NullaryExpr
12 - \subpage TopicNewExpressionType
18 - \subpage Eigen2ToEigen3
19 - \subpage TopicFunctionTakingEigenTypes
20 - \subpage TopicPreprocessorDirectives
21 - \subpage TopicAssertions
22 - \subpage TopicMultiThreading
[all …]
DOverview.dox20 Under the \subpage UserManual_CustomizingEigen section, you will find discussions and examples on e…
22 Under the \subpage UserManual_Generalities section, you will find documentation on more general top…
/external/linux-kselftest/tools/testing/selftests/powerpc/mm/
Dsubpage_prot.c68 static inline void check_faulted(void *addr, long page, long subpage, int write) in check_faulted() argument
70 int want_fault = (subpage == ((page + 3) % 16)); in check_faulted()
73 want_fault |= (subpage == ((page + 1) % 16)); in check_faulted()
77 addr, page, subpage, write, in check_faulted()
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dmainpage.dox21 /// - \subpage changes331 Check here for API changes
33 /// - \subpage build Building the runtime itself from source code;
34 /// - \subpage generate How to tell ANTLR to generate code for the C target;
35 /// - \subpage buildrec How to build the generated code
36 /// - \subpage using Using the runtime and the libraries and so on;
37 /// - \subpage runtime The documentation of the runtime code and functions;
Dusing.dox36 /// Detailed documentation of these sections is given here: \subpage atsections
51 /// Detailed documentation of macros and rule action interoperation is given here: \subpage interop
Dchanges31.dox23 /// documentation for more details. This beta version contains \subpage knownissues regarding
/external/libvpx/libvpx/
Dusage.dox18 \li \subpage usage_decode
21 \li \subpage usage_encode
/external/clang/include/clang/AST/
DCommentCommands.td205 def Subpage : VerbatimLineCommand<"subpage">;
/external/tinyxml/
Dreadme.txt75 - @subpage tutorial0
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal.h.in843 * We can't achieve subpage alignment, so round up alignment
/external/jemalloc/
DChangeLog728 "arenas.cacheline", "arenas.subpage", "arenas.[tqcs]space_{min,max}", and
/external/sqlite/dist/orig/
Dsqlite3.c63932 Pgno subpage;
63934 subpage = get4byte(&pRoot->aData[pRoot->hdrOffset+8]);
63936 rc = moveToChild(pCur, subpage);
/external/sqlite/dist/
Dsqlite3.c63932 Pgno subpage;
63934 subpage = get4byte(&pRoot->aData[pRoot->hdrOffset+8]);
63936 rc = moveToChild(pCur, subpage);