| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_pack.c | 652 int nlen = 128 / src_type.width; local in function:lp_build_pack2 653 int lo_off = swap_intrinsic_operands ? nlen : 0; 654 int hi_off = swap_intrinsic_operands ? 0 : nlen; 666 lo, i*nlen*2 + lo_off, nlen); 668 lo, i*nlen*2 + hi_off, nlen); 677 hi, i*nlen*2 + lo_off, nlen); 679 hi, i*nlen* [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_pack.c | 652 int nlen = 128 / src_type.width; local in function:lp_build_pack2 653 int lo_off = swap_intrinsic_operands ? nlen : 0; 654 int hi_off = swap_intrinsic_operands ? 0 : nlen; 666 lo, i*nlen*2 + lo_off, nlen); 668 lo, i*nlen*2 + hi_off, nlen); 677 hi, i*nlen*2 + lo_off, nlen); 679 hi, i*nlen* [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| H A D | workspace_manager.c | 885 size_t nlen; local in function:WMgrHandleKeyPressEvent 892 nlen = strlen(ws->label); 893 newname = malloc(nlen + nkeys + 1); 902 newname[nlen++] = k; 912 if(nlen != 0) { 913 nlen--; 922 newname[nlen] = '\0';
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imstb_truetype.h | 4675 static int stbtt__matchpair(stbtt_uint8 *fc, stbtt_uint32 nm, stbtt_uint8 *name, stbtt_int32 nlen, stbtt_int32 target_id, stbtt_int32 next_id) argument 4694 stbtt_int32 matchlen = stbtt__CompareUTF8toUTF16_bigendian_prefix(name, nlen, fc+stringOffset+off,slen); 4701 if (matchlen == nlen) 4703 } else if (matchlen < nlen && name[matchlen] == ' ') { 4705 if (stbtt_CompareUTF8toUTF16_bigendian_internal((char*) (name+matchlen), nlen-matchlen, (char*)(fc+stringOffset+off),slen)) 4710 if (matchlen == nlen) 4724 stbtt_int32 nlen = (stbtt_int32) STBTT_strlen((char *) name); local in function:stbtt__matches 4739 if (stbtt__matchpair(fc, nm, name, nlen, 16, -1)) return 1; 4740 if (stbtt__matchpair(fc, nm, name, nlen, 1, -1)) return 1; 4741 if (stbtt__matchpair(fc, nm, name, nlen, [all...] |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imstb_truetype.h | 4675 static int stbtt__matchpair(stbtt_uint8 *fc, stbtt_uint32 nm, stbtt_uint8 *name, stbtt_int32 nlen, stbtt_int32 target_id, stbtt_int32 next_id) argument 4694 stbtt_int32 matchlen = stbtt__CompareUTF8toUTF16_bigendian_prefix(name, nlen, fc+stringOffset+off,slen); 4701 if (matchlen == nlen) 4703 } else if (matchlen < nlen && name[matchlen] == ' ') { 4705 if (stbtt_CompareUTF8toUTF16_bigendian_internal((char*) (name+matchlen), nlen-matchlen, (char*)(fc+stringOffset+off),slen)) 4710 if (matchlen == nlen) 4724 stbtt_int32 nlen = (stbtt_int32) STBTT_strlen((char *) name); local in function:stbtt__matches 4739 if (stbtt__matchpair(fc, nm, name, nlen, 16, -1)) return 1; 4740 if (stbtt__matchpair(fc, nm, name, nlen, 1, -1)) return 1; 4741 if (stbtt__matchpair(fc, nm, name, nlen, [all...] |