/third_party/icu/icu4c/source/samples/ufortune/resources/ |
H A D | Makefile | 30 include ../../defs.mk
|
/third_party/skia/third_party/externals/icu/source/samples/ufortune/ |
H A D | Makefile | 22 include ../defs.mk
|
/third_party/skia/third_party/externals/icu/source/samples/ufortune/resources/ |
H A D | Makefile | 30 include ../../defs.mk
|
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/ |
H A D | signal.h | 105 #include <asm-generic/signal-defs.h>
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-helper-npi.c | 38 #include <asm/octeon/cvmx-pip-defs.h>
|
/kernel/linux/linux-6.6/arch/m68k/include/uapi/asm/ |
H A D | signal.h | 63 #include <asm-generic/signal-defs.h>
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-helper-npi.c | 38 #include <asm/octeon/cvmx-pip-defs.h>
|
/kernel/linux/linux-6.6/arch/arm/include/uapi/asm/ |
H A D | signal.h | 73 #include <asm-generic/signal-defs.h>
|
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/ |
H A D | signal.h | 58 #include <asm-generic/signal-defs.h>
|
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/ |
H A D | signal.h | 73 #include <asm-generic/signal-defs.h>
|
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-etm-perf.h | 10 #include <linux/percpu-defs.h>
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | scb.h | 22 #include <defs.h>
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | signal.h | 68 #include <asm-generic/signal-defs.h>
|
/kernel/linux/linux-6.6/kernel/ |
H A D | watchdog_buddy.c | 7 #include <linux/percpu-defs.h>
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 291 auto it = defs.find(val); in entry() 293 if (it == defs.end()) { in entry() 294 std::list<ValueDef *> &res = defs[val]; in entry() 295 res = val->defs; in entry() 302 std::unordered_map<Value *, std::list<ValueDef *> > defs; member in nv50_ir::MergedDefs 318 defs.erase(def->get()); in removeDefsOfInstruction() 319 for (auto &p : defs) in removeDefsOfInstruction() 325 for (auto &p : defs) in merge() 326 p.first->defs = p.second; in merge() 910 for (Value::DefCIterator def = lval->defs in isShortRegVal() 1028 const std::list<ValueDef *> &defs = mergedDefs(val); coalesceValues() local 1830 std::list<ValueDef *> &defs = mergedDefs(lval); run() local [all...] |
H A D | nv50_ir.h | 755 std::list<ValueDef *> defs; member in nv50_ir::Value 876 inline ValueDef& def(int s) { return defs[s]; } in def() 878 inline const ValueDef& def(int s) const { return defs[s]; } in def() 880 inline Value *getDef(int d) const { return defs[d].get(); } in getDef() 886 return d < defs.size() && defs[d].exists(); in defExists() 904 unsigned int defCount() const { return defs.size(); }; in defCount() 928 // check whether the defs interfere with srcs and defs of another instruction 982 std::deque<ValueDef> defs; // n member in nv50_ir::Instruction [all...] |
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/ |
H A D | dma-octeon.c | 27 #include <asm/octeon/cvmx-npi-defs.h> 28 #include <asm/octeon/cvmx-pci-defs.h>
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_phi_builder.c | 65 /* Array of SSA defs, indexed by block. For each block, this array has has 76 * one of the defs provided by nir_phi_builder_value_set_blocK_def(). 118 unsigned bit_size, const BITSET_WORD *defs) in nir_phi_builder_add_value() 135 BITSET_FOREACH_SET(i, defs, pb->num_blocks) { in nir_phi_builder_add_value() 220 * Because a phi node may use SSA defs that it does not dominate (this in nir_phi_builder_value_get_block_def() 117 nir_phi_builder_add_value(struct nir_phi_builder *pb, unsigned num_components, unsigned bit_size, const BITSET_WORD *defs) nir_phi_builder_add_value() argument
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | convert_relaxed_to_half_test.cpp | 1343 const std::string defs = in TEST_F() local 1423 SinglePassRunAndMatch<ConvertToHalfPass>(defs + func, true); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | convert_relaxed_to_half_test.cpp | 1343 const std::string defs = in TEST_F() local 1423 SinglePassRunAndMatch<ConvertToHalfPass>(defs + func, true); in TEST_F()
|
/third_party/spirv-tools/test/opt/ |
H A D | convert_relaxed_to_half_test.cpp | 1343 const std::string defs = in TEST_F() local 1423 SinglePassRunAndMatch<ConvertToHalfPass>(defs + func, true); in TEST_F()
|
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/ |
H A D | signal.h | 106 #include <asm-generic/signal-defs.h>
|
/kernel/linux/linux-5.10/arch/h8300/include/uapi/asm/ |
H A D | signal.h | 89 #include <asm-generic/signal-defs.h>
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-spi.h | 35 #include <asm/octeon/cvmx-gmxx-defs.h>
|
/kernel/linux/linux-5.10/arch/m68k/include/uapi/asm/ |
H A D | signal.h | 87 #include <asm-generic/signal-defs.h>
|