HomeSort by relevance Sort by last modified time
    Searched defs:ibit (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
acceler.c 89 int ibit; local
94 for (ibit = 0; ibit < g->g_ll.ll_nlabels; ibit++) {
95 if (testbit(d1->d_first, ibit)) {
96 if (accel[ibit] != -1)
98 accel[ibit] = a->a_arrow | (1 << 7) |
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
acceler.c 89 int ibit; local
94 for (ibit = 0; ibit < g->g_ll.ll_nlabels; ibit++) {
95 if (testbit(d1->d_first, ibit)) {
96 if (accel[ibit] != -1)
98 accel[ibit] = a->a_arrow | (1 << 7) |
pgen.c 392 int istate, jstate, iarc, jarc, ibit; local
421 for (ibit = 0; ibit < nf->nf_nstates; ++ibit) {
422 if (!testbit(ss, ibit))
424 st = &nf->nf_state[ibit];
497 int i, ibit, iarc; local
510 for (ibit = 0; ibit < nbits; ibit++) {
    [all...]
  /external/valgrind/perf/
ffbench.c 174 int ibit, idim, k1, k2, n, nprev, nrem, ntot; local
199 ibit = ip2 >> 1;
200 while (ibit >= ip1 && i2rev > ibit) {
201 i2rev -= ibit;
202 ibit >>= 1;
204 i2rev += ibit;

Completed in 860 milliseconds