OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onehot_vbits
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/memcheck/tests/vbit-test/
binary.c
215
opnds[0].vbits =
onehot_vbits
(i, bitsof_irtype(opnds[0].type));
234
opnds[1].vbits =
onehot_vbits
(i, bitsof_irtype(opnds[1].type));
295
opnds[0].vbits =
onehot_vbits
(bitpos, bitsof_irtype(opnds[0].type));
309
opnds[1].vbits =
onehot_vbits
(bitpos, bitsof_irtype(opnds[1].type));
327
opnds[0].vbits =
onehot_vbits
(bitpos, bitsof_irtype(opnds[0].type));
341
opnds[1].vbits =
onehot_vbits
(bitpos, bitsof_irtype(opnds[1].type));
373
opnds[0].vbits =
onehot_vbits
(bitpos, bitsof_irtype(opnds[0].type));
389
opnds[1].vbits =
onehot_vbits
(bitpos, bitsof_irtype(opnds[1].type));
409
opnds[0].vbits =
onehot_vbits
(bitpos, bitsof_irtype(opnds[0].type));
425
opnds[1].vbits =
onehot_vbits
(bitpos, bitsof_irtype(opnds[1].type))
[
all
...]
qernary.c
82
opnds[i].vbits =
onehot_vbits
(bitpos, bitsof_irtype(opnds[i].type));
ternary.c
80
opnds[i].vbits =
onehot_vbits
(bitpos, bitsof_irtype(opnds[i].type));
unary.c
89
data->opnds[0].vbits =
onehot_vbits
(bitpos, num_input_bits);
vbits.h
75
vbits_t
onehot_vbits
(unsigned bitno, unsigned num_bits);
vbits.c
604
onehot_vbits
(unsigned bitno, unsigned num_bits)
function
Completed in 115 milliseconds