Searched refs:bk (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dmspace.c328 struct malloc_chunk* bk; member in struct:malloc_chunk
485 work in the same way as fd/bk pointers of small chunks.
522 struct malloc_tree_chunk* bk; member in struct:malloc_tree_chunk
631 waste, we allocate only the fd/bk pointers of bins, and then use
1235 assert(m->user_data, p->fd->bk == p);
1236 assert(m->user_data, p->bk->fd == p);
1276 assert(m->user_data, u->fd->bk == u);
1277 assert(m->user_data, u->bk->fd == u);
1322 mchunkptr p = b->bk;
1327 for (; p != b; p = p->bk) {
[all...]
/xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
H A DMESA_trace.spec11 Bernd Kreimeier, Loki Entertainment, bk 'at' lokigames.com
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
H A DMESA_trace.spec11 Bernd Kreimeier, Loki Entertainment, bk 'at' lokigames.com
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/trace/
H A Ddiff_state.py151 bk = b.keys()
153 bk.sort()
154 if ak != bk and not self.ignore_added:
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dtobezier.cc280 for( Breakpt *bk = knotspec->bbegin; bk <= knotspec->bend; bk++ ) local in function:Splinespec::setupquilt
281 *(k++) = bk->value;
/xsrc/external/mit/MesaLib/dist/src/gallium/tools/trace/
H A Ddiff_state.py150 bk = sorted(b)
151 if ak != bk and not self.ignore_added:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmipmap.c155 const GLfloat bk = _mesa_half_to_float(rowB[k][e]); \
160 dst[i][e] = _mesa_float_to_half((aj + ak + bj + bk + cj + ck + dj + dk) \
441 GLfloat aj, ak, bj, bk; local in function:do_row
445 bk = _mesa_half_to_float(rowB[k][comp]);
446 dst[i][comp] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);
458 GLfloat aj, ak, bj, bk; local in function:do_row
462 bk = _mesa_half_to_float(rowB[k][comp]);
463 dst[i][comp] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);
475 GLfloat aj, ak, bj, bk; local in function:do_row
479 bk
491 GLfloat aj, ak, bj, bk; local in function:do_row
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmipmap.c155 const GLfloat bk = _mesa_half_to_float(rowB[k][e]); \
160 dst[i][e] = _mesa_float_to_half((aj + ak + bj + bk + cj + ck + dj + dk) \
441 GLfloat aj, ak, bj, bk; local in function:do_row
445 bk = _mesa_half_to_float(rowB[k][comp]);
446 dst[i][comp] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);
458 GLfloat aj, ak, bj, bk; local in function:do_row
462 bk = _mesa_half_to_float(rowB[k][comp]);
463 dst[i][comp] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);
475 GLfloat aj, ak, bj, bk; local in function:do_row
479 bk
491 GLfloat aj, ak, bj, bk; local in function:do_row
[all...]

Completed in 14 milliseconds