HomeSort by relevance Sort by last modified time
    Searched refs:sizeof_irtype (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/memcheck/tests/vbit-test/
vtest.h 122 unsigned sizeof_irtype(IRType);
128 return type == Ity_I1 ? 1 : sizeof_irtype(type) * 8;
valgrind.c 45 num_bytes = opnd->type == Ity_I1 ? 4 : sizeof_irtype(opnd->type);
65 num_bytes = opnd->type == Ity_I1 ? 4 : sizeof_irtype(opnd->type);
util.c 176 sizeof_irtype(IRType ty) function
    [all...]

Completed in 135 milliseconds