Searched refs:core1 (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/contrib/libsodium/test/default/
H A DMakefile.am26 core1.exp \
101 core1.res \
177 core1.final \
248 core1.nexe \
331 core1 \
452 core1_SOURCE = cmptest.h core1.c
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp23 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2,
1084 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2, argument
1086 if (core1 == core2)
1089 switch (core1) {
1294 if (core2 >= ArchSpec::kCore_mips32_first && core2 <= (core1 - 10))
1296 if (core2 >= ArchSpec::kCore_mips64_first && core2 <= (core1 - 1))
1306 if (core2 >= ArchSpec::kCore_mips32el_first && core2 <= (core1 - 10))
1308 if (core2 >= ArchSpec::kCore_mips64el_first && core2 <= (core1 - 1))
1318 if (core2 >= ArchSpec::kCore_mips32_first && core2 <= core1)
1327 if (core2 >= ArchSpec::kCore_mips32el_first && core2 <= core1)
[all...]
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c322 int core1 = 0; local
323 for (core1 = 0; core1 < CVMX_MAX_CORES; core1++)
325 if ((1u<<core1) & coremask)
326 cvmx_debug_install_handler(core1);
/freebsd-12-stable/contrib/gcc/
H A Dfold-const.c13600 tree core1, core2;
13604 core1 = split_address_to_core_and_offset (e1, &bitpos1, &toffset1);
13609 || !operand_equal_p (core1, core2, 0))
13565 tree core1, core2; local

Completed in 198 milliseconds