Home
last modified time | relevance | path

Searched refs:bits_set (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/tests/quick_tests/
H A Daffinity.cc33 getaffinity(unsigned int &bits_set, unsigned int &mask) in getaffinity() argument
35 bits_set = 0; in getaffinity()
51 bits_set += CPU_ISSET(i, &my_set); in getaffinity()
89 unsigned int bits_set, mask; in main() local
90 if (!getaffinity(bits_set, mask)) in main()
98 bits_set, in main()
104 if (bits_set != 0 && bits_set != nprocs) in main()
108 bits_set, in main()
/dports/devel/libfirm/libfirm-1.21.0/ir/ana/
H A Dvrp.c61 attr->bits_set = get_mode_null(mode); in vrp_get_or_set_info()
115 new_bits_set = tarval_and(vrp_left->bits_set, vrp_right->bits_set); in vrp_update_node()
196 new_bits_set = tarval_or(vrp_left->bits_set, vrp_right->bits_set); in vrp_update_node()
268 tarval_and(vrp_left->bits_set,vrp_right->bits_set), in vrp_update_node()
277 new_bits_set = vrp_pred->bits_set; in vrp_update_node()
288 new_bits_not_set = tarval_not(vrp_pred->bits_set); in vrp_update_node()
357 new_bits_set = vrp_pred->bits_set; in vrp_update_node()
410 vrp->bits_set = tarval_convert_to(vrp->bits_set, get_irn_mode(node)); in vrp_update_node()
425 if (new_bits_set != vrp->bits_set) { in vrp_update_node()
427 vrp->bits_set = new_bits_set; in vrp_update_node()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/7100757/
H A DTest7100757.java56 int bits_set = 0; in test() local
61 bits_set++; in test()
70 if (check_bits != bits_set) { in test()
72 System.err.printf("cardinality bits: %d != %d bs: %s\n", check_bits, bits_set, bs_str); in test()
80 if (check_bits != bits_set) { in test()
82 System.err.printf("nextSetBit bits: %d != %d bs: %s\n", check_bits, bits_set, bs_str); in test()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/7100757/
H A DTest7100757.java56 int bits_set = 0; in test() local
61 bits_set++; in test()
70 if (check_bits != bits_set) { in test()
72 System.err.printf("cardinality bits: %d != %d bs: %s\n", check_bits, bits_set, bs_str); in test()
80 if (check_bits != bits_set) { in test()
82 System.err.printf("nextSetBit bits: %d != %d bs: %s\n", check_bits, bits_set, bs_str); in test()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/codegen/
H A DTest7100757.java63 int bits_set = 0; in test() local
68 bits_set++; in test()
77 if (check_bits != bits_set) { in test()
79 System.err.printf("cardinality bits: %d != %d bs: %s\n", check_bits, bits_set, bs_str); in test()
87 if (check_bits != bits_set) { in test()
89 System.err.printf("nextSetBit bits: %d != %d bs: %s\n", check_bits, bits_set, bs_str); in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/codegen/
H A DTest7100757.java63 int bits_set = 0; in test() local
68 bits_set++; in test()
77 if (check_bits != bits_set) { in test()
79 System.err.printf("cardinality bits: %d != %d bs: %s\n", check_bits, bits_set, bs_str); in test()
87 if (check_bits != bits_set) { in test()
89 System.err.printf("nextSetBit bits: %d != %d bs: %s\n", check_bits, bits_set, bs_str); in test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/codegen/
H A DTest7100757.java63 int bits_set = 0; in test() local
68 bits_set++; in test()
77 if (check_bits != bits_set) { in test()
79 System.err.printf("cardinality bits: %d != %d bs: %s\n", check_bits, bits_set, bs_str); in test()
87 if (check_bits != bits_set) { in test()
89 System.err.printf("nextSetBit bits: %d != %d bs: %s\n", check_bits, bits_set, bs_str); in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/codegen/
H A DTest7100757.java64 int bits_set = 0; in test() local
69 bits_set++; in test()
78 if (check_bits != bits_set) { in test()
80 System.err.printf("cardinality bits: %d != %d bs: %s\n", check_bits, bits_set, bs_str); in test()
88 if (check_bits != bits_set) { in test()
90 System.err.printf("nextSetBit bits: %d != %d bs: %s\n", check_bits, bits_set, bs_str); in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/codegen/
H A DTest7100757.java64 int bits_set = 0; in test() local
69 bits_set++; in test()
78 if (check_bits != bits_set) { in test()
80 System.err.printf("cardinality bits: %d != %d bs: %s\n", check_bits, bits_set, bs_str); in test()
88 if (check_bits != bits_set) { in test()
90 System.err.printf("nextSetBit bits: %d != %d bs: %s\n", check_bits, bits_set, bs_str); in test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/codegen/
H A DTest7100757.java64 int bits_set = 0; in test() local
69 bits_set++; in test()
78 if (check_bits != bits_set) { in test()
80 System.err.printf("cardinality bits: %d != %d bs: %s\n", check_bits, bits_set, bs_str); in test()
88 if (check_bits != bits_set) { in test()
90 System.err.printf("nextSetBit bits: %d != %d bs: %s\n", check_bits, bits_set, bs_str); in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/codegen/
H A DTest7100757.java63 int bits_set = 0; in test() local
68 bits_set++; in test()
77 if (check_bits != bits_set) { in test()
79 System.err.printf("cardinality bits: %d != %d bs: %s\n", check_bits, bits_set, bs_str); in test()
87 if (check_bits != bits_set) { in test()
89 System.err.printf("nextSetBit bits: %d != %d bs: %s\n", check_bits, bits_set, bs_str); in test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/codegen/
H A DTest7100757.java63 int bits_set = 0; in test() local
68 bits_set++; in test()
77 if (check_bits != bits_set) { in test()
79 System.err.printf("cardinality bits: %d != %d bs: %s\n", check_bits, bits_set, bs_str); in test()
87 if (check_bits != bits_set) { in test()
89 System.err.printf("nextSetBit bits: %d != %d bs: %s\n", check_bits, bits_set, bs_str); in test()
/dports/security/dropbear/dropbear-2020.81/libtomcrypt/src/pk/dh/
H A Ddh_check_pubkey.c23 int i, digit_count, bits_set = 0, err; in dh_check_pubkey() local
42 for (i = 0; i < digit_count && bits_set < 2; i++) { in dh_check_pubkey()
45 if (digit & 1) bits_set++; in dh_check_pubkey()
49 if (bits_set > 1) { in dh_check_pubkey()
/dports/security/libtomcrypt/libtomcrypt-1.18.2/src/pk/dh/
H A Ddh_check_pubkey.c23 int i, digit_count, bits_set = 0, err;
42 for (i = 0; i < digit_count && bits_set < 2; i++) {
45 if (digit & 1) bits_set++;
49 if (bits_set > 1) {
/dports/security/p5-CryptX/CryptX-0.075/src/ltc/pk/dh/
H A Ddh_check_pubkey.c17 int i, digit_count, bits_set = 0, err; in dh_check_pubkey() local
36 for (i = 0; i < digit_count && bits_set < 2; i++) { in dh_check_pubkey()
39 if (digit & 1) bits_set++; in dh_check_pubkey()
43 if (bits_set > 1) { in dh_check_pubkey()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp125 uint32_t bits_set = mask & m_bits; in WaitForSetEvents() local
127 return bits_set; in WaitForSetEvents()
138 uint32_t bits_set = mask & m_bits; in WaitForSetEvents() local
139 return bits_set; in WaitForSetEvents()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp125 uint32_t bits_set = mask & m_bits; in WaitForSetEvents() local
127 return bits_set; in WaitForSetEvents()
138 uint32_t bits_set = mask & m_bits; in WaitForSetEvents() local
139 return bits_set; in WaitForSetEvents()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp125 uint32_t bits_set = mask & m_bits; in WaitForSetEvents() local
127 return bits_set; in WaitForSetEvents()
138 uint32_t bits_set = mask & m_bits; in WaitForSetEvents() local
139 return bits_set; in WaitForSetEvents()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp125 uint32_t bits_set = mask & m_bits; in WaitForSetEvents() local
127 return bits_set; in WaitForSetEvents()
138 uint32_t bits_set = mask & m_bits; in WaitForSetEvents() local
139 return bits_set; in WaitForSetEvents()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp125 uint32_t bits_set = mask & m_bits; in WaitForSetEvents() local
127 return bits_set; in WaitForSetEvents()
138 uint32_t bits_set = mask & m_bits; in WaitForSetEvents() local
139 return bits_set; in WaitForSetEvents()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp125 uint32_t bits_set = mask & m_bits; in WaitForSetEvents() local
127 return bits_set; in WaitForSetEvents()
138 uint32_t bits_set = mask & m_bits; in WaitForSetEvents() local
139 return bits_set; in WaitForSetEvents()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp125 uint32_t bits_set = mask & m_bits; in WaitForSetEvents() local
127 return bits_set; in WaitForSetEvents()
138 uint32_t bits_set = mask & m_bits; in WaitForSetEvents() local
139 return bits_set; in WaitForSetEvents()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp125 uint32_t bits_set = mask & m_bits; in WaitForSetEvents() local
127 return bits_set; in WaitForSetEvents()
138 uint32_t bits_set = mask & m_bits; in WaitForSetEvents() local
139 return bits_set; in WaitForSetEvents()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp125 uint32_t bits_set = mask & m_bits; in WaitForSetEvents() local
127 return bits_set; in WaitForSetEvents()
138 uint32_t bits_set = mask & m_bits; in WaitForSetEvents() local
139 return bits_set; in WaitForSetEvents()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp125 uint32_t bits_set = mask & m_bits; in WaitForSetEvents() local
127 return bits_set; in WaitForSetEvents()
138 uint32_t bits_set = mask & m_bits; in WaitForSetEvents() local
139 return bits_set; in WaitForSetEvents()

12345678910>>...13