Home
last modified time | relevance | path

Searched refs:subpage (Results 1 – 21 of 21) 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/u-boot/doc/
DREADME.ubispl106 * FLASH chip to do subpage writes.
108 * If the flash chip supports subpage writes, then the VID
109 * header starts at the second subpage. So for 2k pages size
112 * If the flash chip does not support subpage writes then the
/external/antlr/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/libaom/libaom/
Dusage.dox18 \li \subpage usage_decode
21 \li \subpage usage_encode
Ddocs.cmake211 file(APPEND "${samples_dox}" " - \\subpage example_${ex_name} ${ex_desc}\n")
220 file(APPEND "${samples_dox}" " - \\subpage example_${ex_name} ${ex_desc}\n")
/external/libvpx/libvpx/
Dusage.dox18 \li \subpage usage_decode
21 \li \subpage usage_encode
/external/u-boot/drivers/mtd/onenand/
Donenand_base.c1414 int written = 0, column, thislen, subpage; in onenand_write_ops_nolock() local
1455 subpage = thislen < mtd->writesize; in onenand_write_ops_nolock()
1456 if (subpage) { in onenand_write_ops_nolock()
1488 onenand_update_bufferram(mtd, to, !ret && !subpage); in onenand_write_ops_nolock()
1491 onenand_update_bufferram(mtd, to + this->writesize, !ret && !subpage); in onenand_write_ops_nolock()
/external/clang/include/clang/AST/
DCommentCommands.td205 def Subpage : VerbatimLineCommand<"subpage">;
/external/u-boot/drivers/mtd/nand/
Dnand_base.c2423 int status, subpage; in nand_write_page() local
2427 subpage = offset || (data_len < mtd->writesize); in nand_write_page()
2429 subpage = 0; in nand_write_page()
2437 else if (subpage) in nand_write_page()
/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/jemalloc_new/
DChangeLog1102 "arenas.cacheline", "arenas.subpage", "arenas.[tqcs]space_{min,max}", and
/external/u-boot/
DREADME3414 Option to disable subpage write in NAND driver
/external/grpc-grpc-java/netty/shaded/
Dgrpc-netty-shaded-1.14.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...
/external/sqlite/dist/orig/
Dsqlite3.c65479 Pgno subpage;
65481 subpage = get4byte(&pRoot->aData[pRoot->hdrOffset+8]);
65483 rc = moveToChild(pCur, subpage);
/external/sqlite/dist/
Dsqlite3.c65495 Pgno subpage;
65497 subpage = get4byte(&pRoot->aData[pRoot->hdrOffset+8]);
65499 rc = moveToChild(pCur, subpage);