Home
last modified time | relevance | path

Searched refs:ways (Results 1 – 25 of 850) sorted by relevance

12345678910>>...34

/third_party/cmsis/CMSIS/Core/Include/m-profile/
Darmv7m_cachel1.h144 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/
DAesOpt.asm105 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/
Dcore_starmc1.h3182 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/
DintersectionTypeNormalization.types14 // 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/
DHELP-US.md4 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.
DSSL-PROBLEMS.md30 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/
Dindex.md3 There are many ways elements in a JSON value can be accessed:
/third_party/skia/site/docs/dev/contrib/
D_index.md11 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/
Dmodules.rst7 The modules described in this chapter provide new ways to import other Python
/third_party/mesa3d/src/gallium/drivers/etnaviv/
DREADME4 There are two ways how this driver might get used:
/third_party/selinux/secilc/docs/
Dcil_introduction.md49 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/
Dcustomizing-generated-bindings.md4 few ways:
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_AMDX_shader_enqueue.adoc16 The functionality may: change in ways that break backwards compatibility
/third_party/benchmark/docs/
Dreducing_variance.md14 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/
Dtracing.md12 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/
Dconcepts.md11 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/
DREADME.txt6 ".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/
Dtest_evil.toml62 // 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/
Dtest84243 # The protocol section doesn't support ways of specifying the raw data in the
/third_party/mbedtls/tests/
DDescriptions.txt15 version, both ways (client/server), using client authentication or not.
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.fbo.invalidate.txt39 Test cases exercise framebuffer invalidate API in various ways. Results are
/third_party/python/Doc/distutils/
Dextending.rst9 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/
DREADME.md10 There are two ways to use the linker namespace:
/third_party/musl/ldso/linux/
DREADME.md10 There are two ways to use the linker namespace:
/third_party/skia/third_party/externals/freetype/docs/
DREADME5 There are two ways to generate the documentation:

12345678910>>...34