Searched refs:bcnt (Results 1 – 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/pipe/ |
D | pipe04.c | 82 int acnt = 0, bcnt = 0; in main() local 133 while ((acnt < 100) && (bcnt < 100)) { in main() 145 bcnt++; in main()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | test_optimizer.cpp | 398 BEGIN_TEST(optimize.bcnt) 404 Temp bcnt; variable 408 bcnt = bld.vop3(aco_opcode::v_bcnt_u32_b32, bld.def(v1), Operand(inputs[0]), Operand::zero()); 409 writeout(0, bld.vadd32(bld.def(v1), bcnt, Operand(inputs[0]))); 413 bcnt = bld.vop3(aco_opcode::v_bcnt_u32_b32, bld.def(v1), Operand(inputs[0]), Operand::zero()); 414 writeout(1, bld.vadd32(bld.def(v1), bcnt, Operand(inputs[1]))); 418 bcnt = bld.vop3(aco_opcode::v_bcnt_u32_b32, bld.def(v1), Operand(inputs[0]), Operand::zero()); 419 writeout(2, bld.vadd32(bld.def(v1), bcnt, Operand::c32(42u))); 425 bcnt = bld.vop3(aco_opcode::v_bcnt_u32_b32, bld.def(v1), Operand(inputs[1]), Operand::zero()); 426 writeout(3, bld.vadd32(bld.def(v1), bcnt, Operand(inputs[0]))); [all …]
|
/third_party/iowow/src/fs/tests/ |
D | iwfs_test2.c | 299 #define bcnt 4096 in test_fsm_uniform_alloc_impl() macro 300 ASLOT aslots[bcnt]; in test_fsm_uniform_alloc_impl() 310 for (int i = 0; i < bcnt; ++i) { in test_fsm_uniform_alloc_impl() 380 for ( ; i < bcnt; ++i) { in test_fsm_uniform_alloc_impl()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_valtable.cpp | 375 unsigned bcnt = blocks.size(); in delete_all() local 377 for (unsigned b = 0; b < bcnt; ++b) { in delete_all()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 85026 __u64 bcnt; member
|