| /external/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 256 key0 equ @CatStr(xmm, %(ways_start_reg + ways + 1)) 257 key0_ymm equ @CatStr(ymm, %(ways_start_reg + ways + 1)) 259 key_last equ @CatStr(xmm, %(ways_start_reg + ways + 2)) 260 key_last_ymm equ @CatStr(ymm, %(ways_start_reg + ways + 2)) 261 key_last_ymm_n equ (ways_start_reg + ways + 2) [all …]
|
| /external/cpu_features/src/ |
| D | impl_x86__base_implementation.inl | 873 .ways = 4, 881 .ways = 0xFF, 889 .ways = 4, 897 .ways = 4, 905 .ways = 4, 913 .ways = 4, 921 .ways = 4, 929 .ways = 4, 937 .ways = 2, 945 .ways = 4, [all …]
|
| /external/cronet/third_party/cpu_features/src/src/ |
| D | impl_x86__base_implementation.inl | 862 .ways = 4, 870 .ways = 0xFF, 878 .ways = 4, 886 .ways = 4, 894 .ways = 4, 902 .ways = 4, 910 .ways = 4, 918 .ways = 4, 926 .ways = 2, 934 .ways = 4, [all …]
|
| /external/eigen/Eigen/src/Core/util/ |
| D | Memory.h | 972 int ways = (abcd[1] & 0xFFC00000) >> 22; // B[31:22] 977 int cache_size = (ways+1) * (partitions+1) * (line_size+1) * (sets+1); 1003 case 0x0A: l1 = 8; break; // 0Ah data L1 cache, 8 KB, 2 ways, 32 byte lines 1004 case 0x0C: l1 = 16; break; // 0Ch data L1 cache, 16 KB, 4 ways, 32 byte lines 1005 case 0x0E: l1 = 24; break; // 0Eh data L1 cache, 24 KB, 6 ways, 64 byte lines 1006 case 0x10: l1 = 16; break; // 10h data L1 cache, 16 KB, 4 ways, 32 byte lines (IA-64) 1007 case 0x15: l1 = 16; break; // 15h code L1 cache, 16 KB, 4 ways, 32 byte lines (IA-64) 1008 case 0x2C: l1 = 32; break; // 2Ch data L1 cache, 32 KB, 8 ways, 64 byte lines 1009 case 0x30: l1 = 32; break; // 30h code L1 cache, 32 KB, 8 ways, 64 byte lines 1010 case 0x60: l1 = 16; break; // 60h data L1 cache, 16 KB, 8 ways, 64 byte lines, sectored [all …]
|
| /external/mesa3d/src/intel/common/ |
| D | intel_pixel_hash.h | 68 * previous 3-way hash table function to an arbitrary number of ways 79 /* If both masks are equal all ways are expected to show up with in intel_compute_pixel_hash_table_nway() 87 * indices given by the bits set on the mask arguments. Ways in intel_compute_pixel_hash_table_nway() 137 * single mask is present (which means that all ways are expected in intel_compute_pixel_hash_table_nway() 141 * In cases where some ways have twice the frequency of the others, in intel_compute_pixel_hash_table_nway() 153 * since ways that appear duplicated in the phys_ids mapping above in intel_compute_pixel_hash_table_nway() 159 * number of ways. in intel_compute_pixel_hash_table_nway()
|
| /external/jazzer-api/src/main/java/com/code_intelligence/jazzer/api/ |
| D | Autofuzz.java | 107 * meaningful ways for a number of reasons. 137 * meaningful ways for a number of reasons. 167 * meaningful ways for a number of reasons. 197 * meaningful ways for a number of reasons. 228 * meaningful ways for a number of reasons. 259 * meaningful ways for a number of reasons. 284 * meaningful ways for a number of reasons. 309 * meaningful ways for a number of reasons. 334 * meaningful ways for a number of reasons. 360 * meaningful ways for a number of reasons.
|
| /external/eigen/bench/ |
| D | check_cache_queries.cpp | 65 int ways = (abcd[1] & 0xFFC00000) >> 22; // B[31:22] in main() local 69 int cache_size = (ways+1) * (partitions+1) * (line_size+1) * (sets+1); in main() 73 cout << "cache[" << cache_id << "].ways = " << ways << "\n"; in main()
|
| /external/cronet/third_party/cpu_features/src/test/ |
| D | cpuinfo_x86_test.cc | 284 EXPECT_EQ(info.levels[0].ways, 8); in TEST_F() 293 EXPECT_EQ(info.levels[1].ways, 8); in TEST_F() 301 EXPECT_EQ(info.levels[2].ways, 4); in TEST_F() 309 EXPECT_EQ(info.levels[3].ways, 12); in TEST_F() 334 EXPECT_EQ(info.levels[0].ways, 8); in TEST_F() 343 EXPECT_EQ(info.levels[1].ways, 8); in TEST_F() 351 EXPECT_EQ(info.levels[2].ways, 8); in TEST_F() 359 EXPECT_EQ(info.levels[3].ways, 12); in TEST_F() 519 EXPECT_EQ(info.levels[0].ways, 4); in TEST_F() 528 EXPECT_EQ(info.levels[1].ways, 2); in TEST_F() [all …]
|
| /external/curl/docs/ |
| D | HELP-US.md | 10 looking for ways to contribute and help out, this document aims to give a few 21 One of the best ways is to start working on any problems or issues you have 80 brainstorming on specific ways to do the implementation etc.
|
| /external/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…
|
| /external/rust/crates/rustix/src/mm/ |
| D | userfaultfd.rs | 6 //! observe and manipulate process memory in magical ways. 19 /// observe and manipulate process memory in magical ways.
|
| /external/cpu_features/test/ |
| D | cpuinfo_x86_test.cc | 286 EXPECT_EQ(info.levels[0].ways, 8); in TEST_F() 295 EXPECT_EQ(info.levels[1].ways, 8); in TEST_F() 303 EXPECT_EQ(info.levels[2].ways, 4); in TEST_F() 311 EXPECT_EQ(info.levels[3].ways, 12); in TEST_F() 336 EXPECT_EQ(info.levels[0].ways, 8); in TEST_F() 345 EXPECT_EQ(info.levels[1].ways, 8); in TEST_F() 353 EXPECT_EQ(info.levels[2].ways, 8); in TEST_F() 361 EXPECT_EQ(info.levels[3].ways, 12); in TEST_F() 521 EXPECT_EQ(info.levels[0].ways, 4); in TEST_F() 530 EXPECT_EQ(info.levels[1].ways, 2); in TEST_F() [all …]
|
| /external/tensorflow/tensorflow/core/ops/ |
| D | scoped_allocator_ops.cc | 38 op in unsafe ways. 70 op in unsafe ways. 105 op in unsafe ways.
|
| /external/google-cloud-java/java-retail/proto-google-cloud-retail-v2alpha/src/main/java/com/google/cloud/retail/v2alpha/ |
| D | SetInventoryRequestOrBuilder.java | 54 * following ways: 61 * the following ways: 114 * following ways: 121 * the following ways: 174 * following ways: 181 * the following ways:
|
| D | SetInventoryRequest.java | 100 * following ways: 107 * the following ways: 163 * following ways: 170 * the following ways: 228 * following ways: 235 * the following ways: 866 * following ways: 873 * the following ways: 928 * following ways: 935 * the following ways: [all …]
|
| /external/google-cloud-java/java-retail/proto-google-cloud-retail-v2/src/main/java/com/google/cloud/retail/v2/ |
| D | SetInventoryRequestOrBuilder.java | 54 * following ways: 61 * the following ways: 113 * following ways: 120 * the following ways: 172 * following ways: 179 * the following ways:
|
| D | SetInventoryRequest.java | 100 * following ways: 107 * the following ways: 162 * following ways: 169 * the following ways: 226 * following ways: 233 * the following ways: 862 * following ways: 869 * the following ways: 924 * following ways: 931 * the following ways: [all …]
|
| /external/google-cloud-java/java-retail/proto-google-cloud-retail-v2beta/src/main/java/com/google/cloud/retail/v2beta/ |
| D | SetInventoryRequestOrBuilder.java | 54 * following ways: 61 * the following ways: 114 * following ways: 121 * the following ways: 174 * following ways: 181 * the following ways:
|
| D | SetInventoryRequest.java | 100 * following ways: 107 * the following ways: 163 * following ways: 170 * the following ways: 228 * following ways: 235 * the following ways: 866 * following ways: 873 * the following ways: 928 * following ways: 935 * the following ways: [all …]
|
| /external/selinux/ |
| D | README.android | 1 This fork of Android differs in the following ways: 17 This fork differs from upstream libselinux in at least the following ways:
|
| /external/sdv/vsomeip/third_party/boost/spirit/doc/qi/ |
| D | actions.qbk | 40 Presented are various ways to attach semantic actions: 88 There are more ways to bind semantic action functions, but the examples above 105 [important There are different ways to write semantic actions for __qi__:
|
| /external/google-cloud-java/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ |
| D | KeyUsageOrBuilder.java | 30 * Describes high-level ways in which a key may be used. 42 * Describes high-level ways in which a key may be used. 54 * Describes high-level ways in which a key may be used.
|
| /external/google-cloud-java/java-security-private-ca/proto-google-cloud-security-private-ca-v1beta1/src/main/java/com/google/cloud/security/privateca/v1beta1/ |
| D | KeyUsageOrBuilder.java | 30 * Describes high-level ways in which a key may be used. 43 * Describes high-level ways in which a key may be used. 56 * Describes high-level ways in which a key may be used.
|
| /external/icu/icu4c/source/test/intltest/ |
| D | citrtest.h | 33 * test the iteration functionality in different ways 37 * test the iteration functionality in different ways with unicodestring of UChar32's
|
| /external/cronet/third_party/icu/source/test/intltest/ |
| D | citrtest.h | 33 * test the iteration functionality in different ways 37 * test the iteration functionality in different ways with unicodestring of UChar32's
|