Searched refs:subpage (Results 1 – 21 of 21) sorted by relevance
8 - \subpage TopicCustomizing_Plugins9 - \subpage TopicCustomizing_InheritingMatrix10 - \subpage TopicCustomizing_CustomScalar11 - \subpage TopicCustomizing_NullaryExpr12 - \subpage TopicNewExpressionType18 - \subpage Eigen2ToEigen319 - \subpage TopicFunctionTakingEigenTypes20 - \subpage TopicPreprocessorDirectives21 - \subpage TopicAssertions22 - \subpage TopicMultiThreading[all …]
20 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…
68 static inline void check_faulted(void *addr, long page, long subpage, int write) in check_faulted() argument70 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()
106 * FLASH chip to do subpage writes.108 * If the flash chip supports subpage writes, then the VID109 * header starts at the second subpage. So for 2k pages size112 * If the flash chip does not support subpage writes then the
21 /// - \subpage changes331 Check here for API changes33 /// - \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 code36 /// - \subpage using Using the runtime and the libraries and so on;37 /// - \subpage runtime The documentation of the runtime code and functions;
36 /// Detailed documentation of these sections is given here: \subpage atsections51 /// Detailed documentation of macros and rule action interoperation is given here: \subpage interop
23 /// documentation for more details. This beta version contains \subpage knownissues regarding
18 \li \subpage usage_decode21 \li \subpage usage_encode
211 file(APPEND "${samples_dox}" " - \\subpage example_${ex_name} ${ex_desc}\n")220 file(APPEND "${samples_dox}" " - \\subpage example_${ex_name} ${ex_desc}\n")
1414 int written = 0, column, thislen, subpage; in onenand_write_ops_nolock() local1455 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()
205 def Subpage : VerbatimLineCommand<"subpage">;
2423 int status, subpage; in nand_write_page() local2427 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()
75 - @subpage tutorial0
843 * We can't achieve subpage alignment, so round up alignment
728 "arenas.cacheline", "arenas.subpage", "arenas.[tqcs]space_{min,max}", and
1102 "arenas.cacheline", "arenas.subpage", "arenas.[tqcs]space_{min,max}", and
3414 Option to disable subpage write in NAND driver
META-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...
65479 Pgno subpage;65481 subpage = get4byte(&pRoot->aData[pRoot->hdrOffset+8]);65483 rc = moveToChild(pCur, subpage);
65495 Pgno subpage;65497 subpage = get4byte(&pRoot->aData[pRoot->hdrOffset+8]);65499 rc = moveToChild(pCur, subpage);