| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| tri-2101010-dlist.c | 42 static unsigned iconv(int x, int y, int z, int w) function 77 glVertexP3ui(GL_INT_2_10_10_10_REV, iconv(-90, -90, -30, 0)); 79 glVertexP3ui(GL_INT_2_10_10_10_REV, iconv(90, -90, -30, 0)); 81 glVertexP3ui(GL_INT_2_10_10_10_REV, iconv(0, 90, -30, 0));
|
| tri-2101010.c | 83 static unsigned iconv(int x, int y, int z, int w) function 102 glVertexP3ui(GL_INT_2_10_10_10_REV, iconv(-90, -90, -30, 0)); 104 glVertexP3ui(GL_INT_2_10_10_10_REV, iconv(90, -90, -30, 0)); 106 glVertexP3ui(GL_INT_2_10_10_10_REV, iconv(0, 90, -30, 0));
|
| vbo-drawarrays-2101010.c | 18 static unsigned iconv(int x, int y, int z, int w) function 42 verts[0].pos = iconv(-XYVAL, -XYVAL, ZVAL, 1); 45 verts[1].pos = iconv(XYVAL, -XYVAL, ZVAL, 1); 48 verts[2].pos = iconv(0, XYVAL, ZVAL, 1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ci/ |
| create-rootfs.sh | 56 rm -rf usr/bin/iconv
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/ |
| create-rootfs.sh | 140 rm -rf usr/bin/iconv
|
| /xsrc/external/mit/xwininfo/dist/ |
| xwininfo.c | 81 # include <iconv.h> 1925 int convres = iconv (iconv_from_utf8, &inp, &inlen, &outp, &outlen); 1941 printf (" (can't load iconv conversion for UTF8_STRING to %s)",
|
| configure | 5355 names_next_round='iconv ' 5563 if test "$name" = 'iconv'; then 5570 if test "$name" = 'iconv'; then 5787 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5 5788 printf %s "checking for iconv... " >&6; } 5800 #include <iconv.h> 5806 iconv(cd,NULL,NULL,NULL,NULL); 5825 #include <iconv.h> 5831 iconv(cd,NULL,NULL,NULL,NULL); 5851 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working iconv" >& [all...] |
| /xsrc/external/mit/fontconfig/dist/src/ |
| fcfreetype.c | 668 #include <iconv.h> 860 size_t did = iconv (cd,
|
| /xsrc/external/mit/xclock/dist/ |
| Clock.c | 92 #include <iconv.h> 2141 ret = iconv(cd, &inptr, &ileft, &outptr, &oleft);
|
| configure | 11881 names_next_round='iconv ' 12089 if test "$name" = 'iconv'; then 12096 if test "$name" = 'iconv'; then 12313 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5 12314 printf %s "checking for iconv... " >&6; } 12326 #include <iconv.h> 12332 iconv(cd,NULL,NULL,NULL,NULL); 12351 #include <iconv.h> 12357 iconv(cd,NULL,NULL,NULL,NULL); 12377 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for working iconv" >& [all...] |
| /xsrc/external/mit/fontconfig/dist/ |
| configure | 1592 --enable-iconv Use iconv to support non-Unicode SFNT name 15353 names_next_round='iconv ' 15561 if test "$name" = 'iconv'; then 15568 if test "$name" = 'iconv'; then 15967 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5 15968 printf %s "checking for iconv... " >&6; } 15980 #include <iconv.h> 15986 iconv(cd,NULL,NULL,NULL,NULL); 16005 #include <iconv.h [all...] |