/third_party/cmsis/CMSIS/Core/Include/m-profile/ |
D | armv7m_cachel1.h | 144 uint32_t ways; in SCB_EnableDCache() local 156 ways = (uint32_t)(CCSIDR_WAYS(ccsidr)); in SCB_EnableDCache() 159 ((ways << SCB_DCISW_WAY_Pos) & SCB_DCISW_WAY_Msk) ); in SCB_EnableDCache() 163 } while (ways-- != 0U); in SCB_EnableDCache() 185 uint32_t ways; in SCB_DisableDCache() member 214 SCB->DCCIMVAC = (uint32_t)&locals.ways; in SCB_DisableDCache() 227 locals.ways = (uint32_t)(CCSIDR_WAYS(locals.ccsidr)); in SCB_DisableDCache() 230 ((locals.ways << SCB_DCCISW_WAY_Pos) & SCB_DCCISW_WAY_Msk) ); in SCB_DisableDCache() 234 } while (locals.ways-- != 0U); in SCB_DisableDCache() 252 uint32_t ways; in SCB_InvalidateDCache() local [all …]
|
/third_party/lzma/Asm/x86/ |
D | AesOpt.asm | 105 ways = 11 define 107 ways = 4 define 112 iv equ @CatStr(xmm, %(ways_start_reg + ways)) 113 iv_ymm equ @CatStr(ymm, %(ways_start_reg + ways)) 118 rept ways
|
/third_party/cmsis/CMSIS/Core/Include/ |
D | core_starmc1.h | 3182 uint32_t ways; in SCB_EnableDCache() local 3194 ways = (uint32_t)(CCSIDR_WAYS(ccsidr)); in SCB_EnableDCache() 3197 ((ways << SCB_DCISW_WAY_Pos) & SCB_DCISW_WAY_Msk) ); in SCB_EnableDCache() 3201 } while (ways-- != 0U); in SCB_EnableDCache() 3222 uint32_t ways; in SCB_DisableDCache() local 3235 ways = (uint32_t)(CCSIDR_WAYS(ccsidr)); in SCB_DisableDCache() 3238 ((ways << SCB_DCCISW_WAY_Pos) & SCB_DCCISW_WAY_Msk) ); in SCB_DisableDCache() 3242 } while (ways-- != 0U); in SCB_DisableDCache() 3260 uint32_t ways; in SCB_InvalidateDCache() local 3270 ways = (uint32_t)(CCSIDR_WAYS(ccsidr)); in SCB_InvalidateDCache() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | intersectionTypeNormalization.types | 14 // Identical ways of writing the same type 39 // Identical ways of writing the same type 64 // Identical ways of writing the same type
|
/third_party/curl/docs/ |
D | HELP-US.md | 4 looking for ways to contribute and help out, this document aims to give a few 15 One of the best ways is to start working on any problems or issues you have 74 brainstorming on specific ways to do the implementation etc.
|
D | SSL-PROBLEMS.md | 30 handshake, but as browsers have ways to survive or work around such 34 Browsers work around this problem in two ways: they cache intermediate
|
/third_party/json/docs/mkdocs/docs/features/element_access/ |
D | index.md | 3 There are many ways elements in a JSON value can be accessed:
|
/third_party/skia/site/docs/dev/contrib/ |
D | _index.md | 11 Here some ways you can get involved and help us improve Skia. 24 interesting and profile it to find ways to speed up Skia's implementation.We
|
/third_party/python/Doc/library/ |
D | modules.rst | 7 The modules described in this chapter provide new ways to import other Python
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | README | 4 There are two ways how this driver might get used:
|
/third_party/selinux/secilc/docs/ |
D | cil_introduction.md | 49 The design is aims to provide simplicity in several ways: 53 3. The statements are unambiguous and overlap in very well defined ways. This is in contrast to the… 55 …ules required the entire representation in memory as well. It is, in many ways, a natural result o… 57 In many ways, this design document describes what is different between the current language and CIL…
|
/third_party/rust/crates/bindgen/book/src/ |
D | customizing-generated-bindings.md | 4 few ways:
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_AMDX_shader_enqueue.adoc | 16 The functionality may: change in ways that break backwards compatibility
|
/third_party/benchmark/docs/ |
D | reducing_variance.md | 14 benchmark, as well as consider other ways to stabilize the performance of 70 Some of the easier and and effective ways of reducing variance on a typical
|
/third_party/skia/site/docs/dev/tools/ |
D | tracing.md | 12 Skia is instrumented to provide execution traces in several ways. Within Chrome, Skia is traced 18 in three ways, controlled by the `--trace` command line argument.
|
/third_party/rust/crates/cxx/book/src/ |
D | concepts.md | 11 the single source of truth, though there are ways to do sharing based on a 82 to use CXX bridge effectively as it won't work in all the ways that you may be
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | README.txt | 6 ".o" file support is needed for many common ways of using LLVM, such as 60 Some notes on ways that the generated code could be improved follow: 86 we should consider alternate ways to model stack dependencies.
|
/third_party/littlefs/tests/ |
D | test_evil.toml | 62 // of ways to access the dir, some can fail, but some don't 114 // of ways to access the dir, some can fail, but some don't 179 // of ways to access the dir, some can fail, but some don't
|
/third_party/curl/tests/data/ |
D | test842 | 43 # The protocol section doesn't support ways of specifying the raw data in the
|
/third_party/mbedtls/tests/ |
D | Descriptions.txt | 15 version, both ways (client/server), using client authentication or not.
|
/third_party/vk-gl-cts/doc/testspecs/GLES3/ |
D | functional.fbo.invalidate.txt | 39 Test cases exercise framebuffer invalidate API in various ways. Results are
|
/third_party/python/Doc/distutils/ |
D | extending.rst | 9 Distutils can be extended in various ways. Most extensions take the form of new 37 There are different ways to integrate new command implementations into
|
/third_party/musl/porting/linux/user/ldso/ |
D | README.md | 10 There are two ways to use the linker namespace:
|
/third_party/musl/ldso/linux/ |
D | README.md | 10 There are two ways to use the linker namespace:
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | README | 5 There are two ways to generate the documentation:
|