Searched refs:maskbits (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_float.c | 198 unsigned maskbits = (1 << (mantissa_bits + exponent_bits)) - 1; local in function:lp_build_float_to_smallfloat 200 maskbits << (23 - mantissa_bits));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_float.c | 198 unsigned maskbits = (1 << (mantissa_bits + exponent_bits)) - 1; local in function:lp_build_float_to_smallfloat 200 maskbits << (23 - mantissa_bits));
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | ewmh.c | 858 unsigned char *maskbits; local in function:ExtractIcon 900 maskbits = calloc(height, rowbytes); 914 maskbits [rowbytes * y + (x / 8)] |= 0x01 << (x % 8); 930 mask = XCreatePixmapFromBitmapData(dpy, scr->Root, (char *)maskbits, 933 free(maskbits);
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imstb_truetype.h | 1980 int in_header = 1, maskbits = 0, subr_stack_height = 0, sp = 0, v, i, b0; local in function:stbtt__run_charstring 1999 maskbits += (sp / 2); // implicit "vstem" 2001 stbtt__buf_skip(&b, (maskbits + 7) / 8); 2008 maskbits += (sp / 2);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imstb_truetype.h | 1980 int in_header = 1, maskbits = 0, subr_stack_height = 0, sp = 0, v, i, b0; local in function:stbtt__run_charstring 1999 maskbits += (sp / 2); // implicit "vstem" 2001 stbtt__buf_skip(&b, (maskbits + 7) / 8); 2008 maskbits += (sp / 2);
|
Completed in 22 milliseconds