Searched refs:ConstMap (Results 1 – 10 of 10) sorted by relevance
/external/syzkaller/sys/targets/ |
D | common.go | 13 prot := target.ConstMap["PROT_READ"] | target.ConstMap["PROT_WRITE"] 14 …flags := target.ConstMap["MAP_ANONYMOUS"] | target.ConstMap["MAP_PRIVATE"] | target.ConstMap["MAP_… 59 MAP_FIXED: target.ConstMap["MAP_FIXED"], 60 MREMAP_MAYMOVE: target.ConstMap["MREMAP_MAYMOVE"], 61 MREMAP_FIXED: target.ConstMap["MREMAP_FIXED"], 62 S_IFREG: target.ConstMap["S_IFREG"], 63 S_IFCHR: target.ConstMap["S_IFCHR"], 64 S_IFBLK: target.ConstMap["S_IFBLK"], 65 S_IFIFO: target.ConstMap["S_IFIFO"], 66 S_IFSOCK: target.ConstMap["S_IFSOCK"],
|
/external/syzkaller/sys/linux/ |
D | init.go | 27 SYSLOG_ACTION_CONSOLE_OFF: target.ConstMap["SYSLOG_ACTION_CONSOLE_OFF"], 28 SYSLOG_ACTION_CONSOLE_ON: target.ConstMap["SYSLOG_ACTION_CONSOLE_ON"], 29 SYSLOG_ACTION_SIZE_UNREAD: target.ConstMap["SYSLOG_ACTION_SIZE_UNREAD"], 30 FIFREEZE: target.ConstMap["FIFREEZE"], 31 FITHAW: target.ConstMap["FITHAW"], 32 PTRACE_TRACEME: target.ConstMap["PTRACE_TRACEME"], 33 CLOCK_REALTIME: target.ConstMap["CLOCK_REALTIME"], 34 ARCH_SET_FS: target.ConstMap["ARCH_SET_FS"], 35 ARCH_SET_GS: target.ConstMap["ARCH_SET_GS"], 36 AF_NFC: target.ConstMap["AF_NFC"], [all …]
|
/external/syzkaller/sys/windows/ |
D | init.go | 13 MEM_COMMIT: target.ConstMap["MEM_COMMIT"], 14 MEM_RESERVE: target.ConstMap["MEM_RESERVE"], 15 PAGE_EXECUTE_READWRITE: target.ConstMap["PAGE_EXECUTE_READWRITE"],
|
/external/gemmlowp/doc/ |
D | quantization_example.cc | 165 gemmlowp::MatrixMap<const tScalar, tOrder> ConstMap() const { in ConstMap() function in MatrixWithStorage 184 return s << m.ConstMap(); in operator <<() 260 FloatMatrixMultiplication(float_lhs.ConstMap(), float_rhs.ConstMap(), in main() 363 &gemm_context, uint8_lhs.ConstMap(), uint8_rhs.ConstMap(), in main()
|
/external/syzkaller/prog/ |
D | target.go | 51 ConstMap map[string]uint64 member 103 target.ConstMap = nil // currently used only by initArch 107 target.ConstMap = make(map[string]uint64) 109 target.ConstMap[c.Name] = c.Value
|
/external/gemmlowp/test/ |
D | test.h | 50 typedef MatrixMap<const tScalar, tOrder> ConstMap; typedef 89 ConstMap const_map() const { return ConstMap(data_, rows_, cols_, stride_); } in const_map()
|
D | benchmark_all_sizes.cc | 52 typedef MatrixMap<const tScalar, tOrder> ConstMap; typedef in gemmlowp::Matrix 91 ConstMap const_map() const { return ConstMap(data_, rows_, cols_, stride_); } in const_map()
|
/external/llvm/unittests/ADT/ |
D | DenseMapTest.cpp | 138 const TypeParam &ConstMap = this->Map; in TYPED_TEST() local 139 EXPECT_EQ(0u, ConstMap.size()); in TYPED_TEST() 140 EXPECT_TRUE(ConstMap.empty()); in TYPED_TEST() 141 EXPECT_TRUE(ConstMap.begin() == ConstMap.end()); in TYPED_TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | DenseMapTest.cpp | 138 const TypeParam &ConstMap = this->Map; in TYPED_TEST() local 139 EXPECT_EQ(0u, ConstMap.size()); in TYPED_TEST() 140 EXPECT_TRUE(ConstMap.empty()); in TYPED_TEST() 141 EXPECT_TRUE(ConstMap.begin() == ConstMap.end()); in TYPED_TEST()
|
/external/syzkaller/sys/netbsd/ |
D | init.go | 13 MAP_FIXED: target.ConstMap["MAP_FIXED"],
|