| /external/deqp-deps/SPIRV-Tools/test/ |
| D | binary_parse_test.cpp | 62 std::vector<uint32_t> words; member 200 void Parse(const SpirvVector& words, spv_result_t expected_result, in Parse() 236 const auto words = CompileSuccessfully(""); in TEST_F() local 245 const auto words = CompileSuccessfully(""); in TEST_F() local 255 auto words = CompileSuccessfully(""); in TEST_F() local 268 auto words = CompileSuccessfully(""); in TEST_F() local 282 const auto words = CompileSuccessfully(""); in TEST_F() local 299 auto words = CompileSuccessfully(""); in TEST_F() local 325 const auto words = CompileSuccessfully(""); in TEST_F() local 343 auto words = CompileSuccessfully(""); in TEST_F() local [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/test/ |
| D | binary_parse_test.cpp | 62 std::vector<uint32_t> words; member 202 void Parse(const SpirvVector& words, spv_result_t expected_result, in Parse() 238 const auto words = CompileSuccessfully(""); in TEST_F() local 247 const auto words = CompileSuccessfully(""); in TEST_F() local 257 auto words = CompileSuccessfully(""); in TEST_F() local 270 auto words = CompileSuccessfully(""); in TEST_F() local 284 const auto words = CompileSuccessfully(""); in TEST_F() local 301 auto words = CompileSuccessfully(""); in TEST_F() local 327 const auto words = CompileSuccessfully(""); in TEST_F() local 345 auto words = CompileSuccessfully(""); in TEST_F() local [all …]
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | types.cpp | 178 void Type::GetHashWords(std::vector<uint32_t>* words, in GetHashWords() 231 std::vector<uint32_t> words; in HashValue() local 252 void Integer::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords() 269 void Float::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords() 293 void Vector::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords() 318 void Matrix::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords() 356 void Image::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords() 382 std::vector<uint32_t>* words, std::unordered_set<const Type*>* seen) const { in GetExtraHashWords() 405 void Array::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords() 432 std::vector<uint32_t>* words, std::unordered_set<const Type*>* seen) const { in GetExtraHashWords() [all …]
|
| D | const_folding_rules.cpp | 173 std::vector<uint32_t> words = result.GetWords(); in FoldVectorTimesScalar() local 184 std::vector<uint32_t> words = result.GetWords(); in FoldVectorTimesScalar() local 365 std::vector<uint32_t> words = {result}; in FoldFToIOp() local 372 std::vector<uint32_t> words = {result}; in FoldFToIOp() local 397 std::vector<uint32_t> words = {result.data()}; in FoldIToFOp() local 404 std::vector<uint32_t> words = result.GetWords(); in FoldIToFOp() local 560 std::vector<uint32_t> words = result.GetWords(); in FoldOpDotWithConstants() local 565 std::vector<uint32_t> words = result.GetWords(); in FoldOpDotWithConstants() local 582 std::vector<uint32_t> words = result.GetWords(); in FoldOpDotWithConstants() local 611 std::vector<uint32_t> words = result.GetWords(); in FoldFNegateOp() local [all …]
|
| D | flatten_decoration_pass.cpp | 56 Words& words = normal_uses[inst.GetSingleWordInOperand(0)]; in Process() local 62 Words& words = member_uses[inst.GetSingleWordInOperand(0)]; in Process() local
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | types.cpp | 178 void Type::GetHashWords(std::vector<uint32_t>* words, in GetHashWords() 231 std::vector<uint32_t> words; in HashValue() local 252 void Integer::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords() 269 void Float::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords() 293 void Vector::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords() 318 void Matrix::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords() 356 void Image::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords() 382 std::vector<uint32_t>* words, std::unordered_set<const Type*>* seen) const { in GetExtraHashWords() 405 void Array::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords() 432 std::vector<uint32_t>* words, std::unordered_set<const Type*>* seen) const { in GetExtraHashWords() [all …]
|
| D | const_folding_rules.cpp | 173 std::vector<uint32_t> words = result.GetWords(); in FoldVectorTimesScalar() local 184 std::vector<uint32_t> words = result.GetWords(); in FoldVectorTimesScalar() local 365 std::vector<uint32_t> words = {result}; in FoldFToIOp() local 372 std::vector<uint32_t> words = {result}; in FoldFToIOp() local 397 std::vector<uint32_t> words = {result.data()}; in FoldIToFOp() local 404 std::vector<uint32_t> words = result.GetWords(); in FoldIToFOp() local 560 std::vector<uint32_t> words = result.GetWords(); in FoldOpDotWithConstants() local 565 std::vector<uint32_t> words = result.GetWords(); in FoldOpDotWithConstants() local 582 std::vector<uint32_t> words = result.GetWords(); in FoldOpDotWithConstants() local 611 std::vector<uint32_t> words = result.GetWords(); in FoldFNegateOp() local [all …]
|
| D | flatten_decoration_pass.cpp | 56 Words& words = normal_uses[inst.GetSingleWordInOperand(0)]; in Process() local 62 Words& words = member_uses[inst.GetSingleWordInOperand(0)]; in Process() local
|
| /external/boringssl/src/crypto/fipsmodule/bn/ |
| D | random.c | 149 int words = (bits + BN_BITS2 - 1) / BN_BITS2; in BN_rand() local 220 size_t words = len; in bn_range_to_mask() local 255 size_t words; in bn_rand_range_words() local 299 size_t words; in bn_rand_secret_range() local
|
| D | bn.c | 294 int bn_set_words(BIGNUM *bn, const BN_ULONG *words, size_t num) { in bn_set_words() 346 int bn_wexpand(BIGNUM *bn, size_t words) { in bn_wexpand() 386 int bn_resize_words(BIGNUM *bn, size_t words) { in bn_resize_words()
|
| /external/u-boot/arch/mips/mach-au1x00/ |
| D | au1x00_ide.c | 11 void ide_input_swap_data(int dev, ulong *sect_buf, int words) in ide_input_swap_data()
|
| /external/apache-commons-bcel/src/test/resources/ |
| D | Java8Example.java | 7 List<String> words = Arrays.asList("Hello", "World", "hi"); in hello() local
|
| /external/python/cpython2/Modules/ |
| D | cgen.py | 450 words = string.split(line) variable 485 words = words[2:] variable
|
| /external/perfetto/src/traced/probes/filesystem/ |
| D | fs_mount.cc | 39 base::StringSplitter words(&lines, ' '); in ParseMounts() local
|
| /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
| D | asm.h | 96 #define EALIGN(name, alignt, words) \ argument 107 #define EALIGN(name, alignt, words) \ argument
|
| /external/libffi/src/powerpc/ |
| D | asm.h | 96 #define EALIGN(name, alignt, words) \ argument 107 #define EALIGN(name, alignt, words) \ argument
|
| /external/u-boot/drivers/block/ |
| D | ide.c | 847 __weak void ide_input_swap_data(int dev, ulong *sect_buf, int words) in ide_input_swap_data() 852 __weak void ide_input_swap_data(int dev, ulong *sect_buf, int words) in ide_input_swap_data() 875 __weak void ide_output_data(int dev, const ulong *sect_buf, int words) in ide_output_data() 890 __weak void ide_output_data(int dev, const ulong *sect_buf, int words) in ide_output_data() 901 __weak void ide_input_data(int dev, ulong *sect_buf, int words) in ide_input_data() 919 __weak void ide_input_data(int dev, ulong *sect_buf, int words) in ide_input_data()
|
| /external/perfetto/src/traced/probes/sys_stats/ |
| D | sys_stats_data_source.cc | 189 base::StringSplitter words(&lines, ' '); in ReadMeminfo() local 213 base::StringSplitter words(&lines, ' '); in ReadVmstat() local 235 base::StringSplitter words(&lines, ' '); in ReadStat() local
|
| /external/swiftshader/third_party/SPIRV-Tools/source/ |
| D | instruction.h | 41 std::vector<uint32_t> words; member
|
| D | id_descriptor.cpp | 27 uint32_t HashU32Array(const std::vector<uint32_t>& words) { in HashU32Array()
|
| /external/deqp-deps/SPIRV-Tools/source/ |
| D | instruction.h | 41 std::vector<uint32_t> words; member
|
| D | id_descriptor.cpp | 27 uint32_t HashU32Array(const std::vector<uint32_t>& words) { in HashU32Array()
|
| /external/brotli/c/enc/ |
| D | encoder_dict.h | 21 const BrotliDictionary* words; member
|
| /external/autotest/client/tests/unixbench/ |
| D | unixbench.py | 57 def check_for_error(self, words): argument
|
| /external/tcpdump/ |
| D | print-smb.c | 173 const u_char *words, const u_char *dat, const u_char *buf, const u_char *maxbuf) in print_trans2() 336 const u_char *words, const u_char *data1, const u_char *buf, const u_char *maxbuf) in print_trans() 398 const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) in print_negprot() 439 … const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) in print_sesssetup() 483 … const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) in print_lockingandx() 801 const u_char *words, *maxwords, *data; in print_smb() local
|