Searched refs:nlist (Results 1 - 25 of 353) sorted by relevance

1234567891011>>

/xsrc/external/mit/xauth/dist/tests/
H A D010-xauth-add-inet.script11 xauth nlist
13 xauth nlist examplehost2/unix:0
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_glyphs.c309 glyph_extents(int nlist, argument
320 while (nlist--) {
359 glyph_count(int nlist, argument
363 while (nlist--) {
546 static inline bool clipped_glyphs(PicturePtr dst, int nlist, GlyphListPtr list, GlyphPtr *glyphs) argument
565 glyph_extents(nlist, list, glyphs, &box);
573 __FUNCTION__, glyph_count(nlist, list), nlist, box.x1, box.y1, box.x2, box.y2,
589 int nlist, GlyphListPtr list, GlyphPtr *glyphs)
603 DBG(("%s(op=%d, src=(%d, %d), nlist
584 glyphs_to_dst(struct sna * sna,CARD8 op,PicturePtr src,PicturePtr dst,INT16 src_x,INT16 src_y,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
737 glyphs0_to_dst(struct sna * sna,CARD8 op,PicturePtr src,PicturePtr dst,INT16 src_x,INT16 src_y,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
922 glyphs_slow(struct sna * sna,CARD8 op,PicturePtr src,PicturePtr dst,INT16 src_x,INT16 src_y,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
1110 glyphs_via_mask(struct sna * sna,CARD8 op,PicturePtr src,PicturePtr dst,PictFormatPtr format,INT16 src_x,INT16 src_y,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
1450 glyphs_format(int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
1571 can_discard_mask(uint8_t op,PicturePtr src,PictFormatPtr mask,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
1657 glyphs_fallback(CARD8 op,PicturePtr src,PicturePtr dst,PictFormatPtr mask_format,int src_x,int src_y,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
1983 sna_glyphs(CARD8 op,PicturePtr src,PicturePtr dst,PictFormatPtr mask,INT16 src_x,INT16 src_y,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
2070 glyphs_via_image(struct sna * sna,CARD8 op,PicturePtr src,PicturePtr dst,PictFormatPtr format,INT16 src_x,INT16 src_y,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
2307 sna_glyphs__shared(CARD8 op,PicturePtr src,PicturePtr dst,PictFormatPtr mask,INT16 src_x,INT16 src_y,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_glyphs.c309 glyph_extents(int nlist, argument
320 while (nlist--) {
359 glyph_count(int nlist, argument
363 while (nlist--) {
546 static inline bool clipped_glyphs(PicturePtr dst, int nlist, GlyphListPtr list, GlyphPtr *glyphs) argument
565 glyph_extents(nlist, list, glyphs, &box);
573 __FUNCTION__, glyph_count(nlist, list), nlist, box.x1, box.y1, box.x2, box.y2,
589 int nlist, GlyphListPtr list, GlyphPtr *glyphs)
603 DBG(("%s(op=%d, src=(%d, %d), nlist
584 glyphs_to_dst(struct sna * sna,CARD8 op,PicturePtr src,PicturePtr dst,INT16 src_x,INT16 src_y,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
737 glyphs0_to_dst(struct sna * sna,CARD8 op,PicturePtr src,PicturePtr dst,INT16 src_x,INT16 src_y,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
922 glyphs_slow(struct sna * sna,CARD8 op,PicturePtr src,PicturePtr dst,INT16 src_x,INT16 src_y,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
1107 glyphs_via_mask(struct sna * sna,CARD8 op,PicturePtr src,PicturePtr dst,PictFormatPtr format,INT16 src_x,INT16 src_y,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
1452 glyphs_format(int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
1570 can_discard_mask(uint8_t op,PicturePtr src,PictFormatPtr mask,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
1623 glyphs_fallback(CARD8 op,PicturePtr src,PicturePtr dst,PictFormatPtr mask_format,int src_x,int src_y,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
1949 sna_glyphs(CARD8 op,PicturePtr src,PicturePtr dst,PictFormatPtr mask,INT16 src_x,INT16 src_y,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
2036 glyphs_via_image(struct sna * sna,CARD8 op,PicturePtr src,PicturePtr dst,PictFormatPtr format,INT16 src_x,INT16 src_y,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
2279 sna_glyphs__shared(CARD8 op,PicturePtr src,PicturePtr dst,PictFormatPtr mask,INT16 src_x,INT16 src_y,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
[all...]
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DICWrap.c73 XIMArg *nlist, /* This is the new list */
80 nlist += _XIMNestedListToNestedList(nlist, (XIMArg *)ptr->value);
82 nlist->name = ptr->name;
83 nlist->value = ptr->value;
85 nlist++;
72 _XIMNestedListToNestedList(XIMArg * nlist,XIMArg * list) argument
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-glyphs.c320 uxa_glyph_extents(int nlist, argument
329 while (nlist--) {
368 uxa_glyphs_intersect(int nlist, GlyphListPtr list, GlyphPtr * glyphs) argument
382 while (nlist--) {
444 INT16 ySrc, int nlist, GlyphListPtr list, GlyphPtr * glyphs)
461 uxa_glyph_extents(nlist, list, glyphs, &extents);
517 while (nlist--) {
730 int nlist, GlyphListPtr list, GlyphPtr * glyphs)
743 uxa_glyph_extents(nlist, list, glyphs, &box);
803 while (nlist
439 uxa_check_glyphs(CARD8 op,PicturePtr src,PicturePtr dst,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
725 uxa_glyphs_via_mask(CARD8 op,PicturePtr pSrc,PicturePtr pDst,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
885 uxa_glyphs_to_dst(CARD8 op,PicturePtr pSrc,PicturePtr pDst,INT16 xSrc,INT16 ySrc,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
957 uxa_glyphs(CARD8 op,PicturePtr pSrc,PicturePtr pDst,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-glyphs.c320 uxa_glyph_extents(int nlist, argument
329 while (nlist--) {
368 uxa_glyphs_intersect(int nlist, GlyphListPtr list, GlyphPtr * glyphs) argument
382 while (nlist--) {
444 INT16 ySrc, int nlist, GlyphListPtr list, GlyphPtr * glyphs)
461 uxa_glyph_extents(nlist, list, glyphs, &extents);
517 while (nlist--) {
730 int nlist, GlyphListPtr list, GlyphPtr * glyphs)
743 uxa_glyph_extents(nlist, list, glyphs, &box);
803 while (nlist
439 uxa_check_glyphs(CARD8 op,PicturePtr src,PicturePtr dst,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
725 uxa_glyphs_via_mask(CARD8 op,PicturePtr pSrc,PicturePtr pDst,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
885 uxa_glyphs_to_dst(CARD8 op,PicturePtr pSrc,PicturePtr pDst,INT16 xSrc,INT16 ySrc,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
957 uxa_glyphs(CARD8 op,PicturePtr pSrc,PicturePtr pDst,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
[all...]
/xsrc/external/mit/xload/dist/
H A Dget_load.c133 # include <nlist.h>
342 static struct nlist namelist[] = { /* namelist for vmunix grubbing */
354 extern void nlist();
357 nlist( KERNEL_FILE, namelist);
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbpict.h75 INT16 ySrc, int nlist,
H A Dfbpict.c99 INT16 ySrc, int nlist,
118 for (i = 0; i < nlist; ++i)
133 while (nlist--) {
94 fbGlyphs(CARD8 op,PicturePtr pSrc,PicturePtr pDst,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-glyphs.c307 uxa_glyph_extents(int nlist, argument
316 while (nlist--) {
355 uxa_glyphs_intersect(int nlist, GlyphListPtr list, GlyphPtr * glyphs) argument
369 while (nlist--) {
431 INT16 ySrc, int nlist, GlyphListPtr list, GlyphPtr * glyphs)
447 uxa_glyph_extents(nlist, list, glyphs, &extents);
491 while (nlist--) {
653 int nlist, GlyphListPtr list, GlyphPtr * glyphs,
682 uxa_glyph_extents(nlist, list, glyphs, &box);
737 while (nlist
426 uxa_check_glyphs(CARD8 op,PicturePtr src,PicturePtr dst,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
648 uxa_glyphs_to_dst(CARD8 op,PicturePtr pSrc,PicturePtr pDst,INT16 src_x,INT16 src_y,INT16 xDst,INT16 yDst,int nlist,GlyphListPtr list,GlyphPtr * glyphs,BoxPtr extents) argument
880 uxa_glyphs_via_mask(CARD8 op,PicturePtr pSrc,PicturePtr pDst,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,INT16 xDst,INT16 yDst,int nlist,GlyphListPtr list,GlyphPtr * glyphs,BoxPtr extents) argument
1033 uxa_glyphs(CARD8 op,PicturePtr pSrc,PicturePtr pDst,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dglyph.c536 GlyphExtents (int nlist, argument
552 while (nlist--)
596 int nlist,
604 (*ps->Glyphs) (op, pSrc, pDst, maskFormat, xSrc, ySrc, nlist, lists, glyphs);
627 int nlist,
649 GlyphExtents (nlist, list, glyphs, &extents);
686 while (nlist--)
590 CompositeGlyphs(CARD8 op,PicturePtr pSrc,PicturePtr pDst,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,int nlist,GlyphListPtr lists,GlyphPtr * glyphs) argument
621 miGlyphs(CARD8 op,PicturePtr pSrc,PicturePtr pDst,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
H A Dmipict.h121 int nlist,
/xsrc/external/mit/xorg-server/dist/render/
H A Dglyph.c497 GlyphExtents(int nlist, GlyphListPtr list, GlyphPtr * glyphs, BoxPtr extents) argument
510 while (nlist--) {
551 INT16 ySrc, int nlist, GlyphListPtr lists, GlyphPtr * glyphs)
557 (*ps->Glyphs) (op, pSrc, pDst, maskFormat, xSrc, ySrc, nlist, lists,
578 INT16 ySrc, int nlist, GlyphListPtr list, GlyphPtr * glyphs)
597 GlyphExtents(nlist, list, glyphs, &extents);
632 while (nlist--) {
546 CompositeGlyphs(CARD8 op,PicturePtr pSrc,PicturePtr pDst,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,int nlist,GlyphListPtr lists,GlyphPtr * glyphs) argument
573 miGlyphs(CARD8 op,PicturePtr pSrc,PicturePtr pDst,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
H A Dmipict.h87 INT16 ySrc, int nlist, GlyphListPtr list, GlyphPtr * glyphs);
/xsrc/external/mit/libXfontcache/dist/
H A Dltmain.sh4577 # Discover the nlist of each of the dlfiles.
4578 nlist="$output_objdir/${outputname}.nm"
4580 $show "$rm $nlist ${nlist}S ${nlist}T"
4581 $run $rm "$nlist" "${nlist}S" "${nlist}T"
4603 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
4609 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
[all...]
/xsrc/external/mit/libxkbui/dist/
H A Dltmain.sh4502 # Discover the nlist of each of the dlfiles.
4503 nlist="$output_objdir/${outputname}.nm"
4505 $show "$rm $nlist ${nlist}S ${nlist}T"
4506 $run $rm "$nlist" "${nlist}S" "${nlist}T"
4528 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
4534 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
[all...]
/xsrc/external/mit/xf86-video-imstt/dist/
H A Dltmain.sh4502 # Discover the nlist of each of the dlfiles.
4503 nlist="$output_objdir/${outputname}.nm"
4505 $show "$rm $nlist ${nlist}S ${nlist}T"
4506 $run $rm "$nlist" "${nlist}S" "${nlist}T"
4528 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
4534 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
[all...]
/xsrc/external/mit/xf86-video-nsc/dist/
H A Dltmain.sh4533 # Discover the nlist of each of the dlfiles.
4534 nlist="$output_objdir/${outputname}.nm"
4536 $show "$rm $nlist ${nlist}S ${nlist}T"
4537 $run $rm "$nlist" "${nlist}S" "${nlist}T"
4559 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
4565 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
[all...]
/xsrc/external/mit/xf86-input-ws/dist/
H A Dltmain.sh4593 # Discover the nlist of each of the dlfiles.
4594 nlist="$output_objdir/${outputname}.nm"
4596 $show "$rm $nlist ${nlist}S ${nlist}T"
4597 $run $rm "$nlist" "${nlist}S" "${nlist}T"
4619 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
4625 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa-glyphs.c593 uxa_glyph_extents (int nlist, argument
609 while (nlist--)
649 uxa_glyphs_intersect(int nlist, GlyphListPtr list, GlyphPtr *glyphs) argument
664 while (nlist--) {
728 int nlist,
756 for (i = 0; i < nlist; i++) {
764 uxa_glyphs_intersect(nlist, list, glyphs))) {
774 uxa_glyph_extents (nlist, list, glyphs, &extents);
821 while (nlist--)
722 uxa_glyphs(CARD8 op,PicturePtr pSrc,PicturePtr pDst,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaPict.c584 int nlist,
616 miGlyphs(op, pSrc, pDst, maskFormat, xSrc, ySrc, nlist, list, glyphs);
629 int nlist,
639 xSrc, ySrc, nlist, list, glyphs))
648 xSrc, ySrc, nlist, list, glyphs);
578 XAADoGlyphs(CARD8 op,PicturePtr pSrc,PicturePtr pDst,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
623 XAAGlyphs(CARD8 op,PicturePtr pSrc,PicturePtr pDst,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_glyphs.c642 GlyphExtents (int nlist, argument
658 while (nlist--)
700 int nlist,
723 GlyphExtents (nlist, list, glyphs, &extents);
797 while (nlist--)
694 exaGlyphs(CARD8 op,PicturePtr pSrc,PicturePtr pDst,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_glyphs.c632 GlyphExtents(int nlist, GlyphListPtr list, GlyphPtr * glyphs, BoxPtr extents) argument
645 while (nlist--) {
684 INT16 ySrc, int nlist, GlyphListPtr list, GlyphPtr * glyphs)
704 GlyphExtents(nlist, list, glyphs, &extents);
777 while (nlist--) {
679 exaGlyphs(CARD8 op,PicturePtr pSrc,PicturePtr pDst,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,int nlist,GlyphListPtr list,GlyphPtr * glyphs) argument
/xsrc/external/mit/libXfont/dist/
H A Dltmain.sh4586 # Discover the nlist of each of the dlfiles.
4587 nlist=$output_objdir/$my_outputname.nm
4589 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4626 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
4633 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
4638 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4639 eval '$MV "$nlist"
[all...]
/xsrc/external/mit/mesa-demos/dist/
H A Dltmain.sh4586 # Discover the nlist of each of the dlfiles.
4587 nlist=$output_objdir/$my_outputname.nm
4589 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4626 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
4633 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
4638 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4639 eval '$MV "$nlist"
[all...]

Completed in 163 milliseconds

1234567891011>>