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

/xsrc/external/mit/xtrap/dist/
H A Dchparse.c385 static unsigned char *bptr; local in function:kbinr
387 if (bptr >= bend) {
401 bptr = buffer;
404 return (*bptr++);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglthread_marshal.h617 GLbyte *bptr; local in function:_mesa_glthread_CallLists
627 bptr = (GLbyte *) lists;
629 _mesa_glthread_CallList(ctx, base + bptr[i]);
H A Ddlist.c13627 GLbyte *bptr; local in function:replace_op_vertex_list_recursively
13636 bptr = (GLbyte *) get_pointer(&n[3]);
13638 replace_op_vertex_list_recursively(ctx, _mesa_lookup_list(ctx, (int)bptr[i], true));
13961 GLbyte *bptr; local in function:_mesa_CallLists
13976 bptr = (GLbyte *) lists;
13978 execute_list(ctx, base + (int)bptr[i]);
/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Dvcn_tests.c211 static uint32_t remove_03 (uint8_t *bptr, uint32_t len);
1027 static uint32_t remove_03 (uint8_t * bptr, uint32_t len) argument
1031 if (bptr[0] == 0 && bptr[1] == 0 && bptr[2] == 3) {
1032 bptr += 2;
1035 memmove (bptr, bptr + 1, len - nal_len);
1037 bptr++;
/xsrc/local/programs/bdfload/
H A Dbdfload.c449 char *bptr = gptr + top; local in function:interpret
462 *bptr = l;
463 bptr++;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_draw.c264 GLboolean *bptr = space; local in function:_tnl_import_edgeflag
268 *bptr++ = ((GLfloat *)ptr)[0] == 1.0F;
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_draw.c262 GLboolean *bptr = space; local in function:_tnl_import_edgeflag
265 *bptr++ = ((GLfloat *)ptr)[0] == 1.0F;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddlist.c1279 GLbyte *bptr; local in function:translate_id
1289 bptr = (GLbyte *) list;
1290 return (GLint) bptr[n];

Completed in 44 milliseconds