Searched refs:before (Results 1 – 5 of 5) sorted by relevance
/lk-master/tools/ |
A D | bin2h.py | 14 if options.before and len(options.before) > 0: 15 for b in options.before:
|
/lk-master/kernel/vm/ |
A D | vmm.c | 211 uint arch_mmu_flags, struct list_node **before) { in alloc_spot() argument 242 if (before) in alloc_spot() 243 *before = r ? &r->node : &aspace->region_list; in alloc_spot() 266 struct list_node *before = NULL; in alloc_region() local 268 vaddr = alloc_spot(aspace, size, align_pow2, arch_mmu_flags, &before); in alloc_region() 269 LTRACEF("alloc_spot returns 0x%lx, before %p\n", vaddr, before); in alloc_region() 277 DEBUG_ASSERT(before != NULL); in alloc_region() 282 list_add_after(before, &r->node); in alloc_region()
|
/lk-master/arch/mips/ |
A D | mips.ld | 158 can access them all, and initialized data all before uninitialized, so
|
/lk-master/external/platform/nrfx/doc/ |
A D | nrfx.doxyfile | 22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv 110 # description of a member or function before the detailed description 145 # before files name in the file list and in the header files. If set to NO the 907 # Note that the filter must not add or remove lines; it is applied before the 1425 # After copying Eclipse needs to be restarted before the help appears. 1507 # the HTML output directory before the changes have effect. 1541 # MathJax from https://www.mathjax.org before deployment. 2081 # defined before the preprocessor is started (similar to the -D option of e.g. 2302 # for no limit. Note that the threshold may be exceeded by 50% before the limit
|
/lk-master/external/platform/stm32f0xx/CMSIS/ |
A D | CMSIS_END_USER_LICENCE_AGREEMENT.txt | 64 …lege infringement in legal or administrative proceedings, or proceedings before any other competen…
|
Completed in 10 milliseconds