Home
last modified time | relevance | path

Searched defs:words (Results 1 – 25 of 223) sorted by relevance

123456789

/external/deqp-deps/SPIRV-Tools/test/
Dbinary_parse_test.cpp62 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/
Dbinary_parse_test.cpp62 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/
Dtypes.cpp178 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 …]
Dconst_folding_rules.cpp173 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 …]
Dflatten_decoration_pass.cpp56 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/
Dtypes.cpp178 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 …]
Dconst_folding_rules.cpp173 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 …]
Dflatten_decoration_pass.cpp56 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/
Drandom.c149 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
Dbn.c294 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/
Dau1x00_ide.c11 void ide_input_swap_data(int dev, ulong *sect_buf, int words) in ide_input_swap_data()
/external/apache-commons-bcel/src/test/resources/
DJava8Example.java7 List<String> words = Arrays.asList("Hello", "World", "hi"); in hello() local
/external/python/cpython2/Modules/
Dcgen.py450 words = string.split(line) variable
485 words = words[2:] variable
/external/perfetto/src/traced/probes/filesystem/
Dfs_mount.cc39 base::StringSplitter words(&lines, ' '); in ParseMounts() local
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Dasm.h96 #define EALIGN(name, alignt, words) \ argument
107 #define EALIGN(name, alignt, words) \ argument
/external/libffi/src/powerpc/
Dasm.h96 #define EALIGN(name, alignt, words) \ argument
107 #define EALIGN(name, alignt, words) \ argument
/external/u-boot/drivers/block/
Dide.c847 __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/
Dsys_stats_data_source.cc189 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/
Dinstruction.h41 std::vector<uint32_t> words; member
Did_descriptor.cpp27 uint32_t HashU32Array(const std::vector<uint32_t>& words) { in HashU32Array()
/external/deqp-deps/SPIRV-Tools/source/
Dinstruction.h41 std::vector<uint32_t> words; member
Did_descriptor.cpp27 uint32_t HashU32Array(const std::vector<uint32_t>& words) { in HashU32Array()
/external/brotli/c/enc/
Dencoder_dict.h21 const BrotliDictionary* words; member
/external/autotest/client/tests/unixbench/
Dunixbench.py57 def check_for_error(self, words): argument
/external/tcpdump/
Dprint-smb.c173 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()
439const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) in print_sesssetup()
483const 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

123456789