Home
last modified time | relevance | path

Searched refs:bcnt (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/pipe/
Dpipe04.c82 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/
Dtest_optimizer.cpp398 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/
Diwfs_test2.c299 #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/
Dsb_valtable.cpp375 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/
Dvmlinux.h85026 __u64 bcnt; member