Home
last modified time | relevance | path

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

12345678910>>...38

/third_party/cmsis/CMSIS/Core/Include/
Dcachel1_armv7.h146 uint32_t ways; in SCB_EnableDCache() local
158 ways = (uint32_t)(CCSIDR_WAYS(ccsidr)); in SCB_EnableDCache()
161 ((ways << SCB_DCISW_WAY_Pos) & SCB_DCISW_WAY_Msk) ); in SCB_EnableDCache()
165 } while (ways-- != 0U); in SCB_EnableDCache()
186 uint32_t ways; in SCB_DisableDCache() local
199 ways = (uint32_t)(CCSIDR_WAYS(ccsidr)); in SCB_DisableDCache()
202 ((ways << SCB_DCCISW_WAY_Pos) & SCB_DCCISW_WAY_Msk) ); in SCB_DisableDCache()
206 } while (ways-- != 0U); in SCB_DisableDCache()
224 uint32_t ways; in SCB_InvalidateDCache() local
234 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/json/doc/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/flutter/skia/site/dev/contrib/
Dindex.md4 Here some ways you can get involved and help us improve Skia.
20 Draw something interesting and profile it to find ways to speed up Skia's
/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/tracing/.github/ISSUE_TEMPLATE/
Dfeature_request.md32 Are there other ways to solve this problem that you've considered? What are
/third_party/littlefs/tests/
Dtest_evil.toml59 // of ways to access the dir, some can fail, but some don't
105 // of ways to access the dir, some can fail, but some don't
166 // of ways to access the dir, some can fail, but some don't
/third_party/rust/crates/bindgen/book/src/
Dcustomizing-generated-bindings.md4 few ways:
/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/flutter/skia/site/dev/tools/
Dtracing.md7 Skia is instrumented to provide execution traces in several ways. Within Chrome, Skia is traced
13 in three ways, controlled by the `--trace` command line argument.
/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/flutter/flutter/packages/flutter/lib/src/painting/
Dbasic_types.dart79 /// in other ways.
84 /// The two objects are different but only in ways that affect paint, not layout.
92 /// The two objects are different in ways that affect layout (and therefore paint).
/third_party/mbedtls/tests/
DDescriptions.txt15 version, both ways (client/server), using client authentication or not.
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/
Ddrag.dart9 /// This interface is used in various ways. For example,
/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/freetype/docs/
DREADME5 There are two ways to generate the documentation:
/third_party/flutter/flutter/packages/flutter_tools/doc/
Dattach.md10 There are four ways for the attach command to discover a running app:
/third_party/skia/third_party/externals/freetype/docs/
DREADME5 There are two ways to generate the documentation:
/third_party/musl/porting/linux/user/ldso/
DREADME.md10 There are two ways to use the linker namespace:
/third_party/flutter/skia/third_party/externals/freetype/docs/reference/
DREADME5 There are two ways to generate the documentation:

12345678910>>...38