Home
last modified time | relevance | path

Searched refs:compfunc (Results 26 – 50 of 83) sorted by relevance

1234

/dports/print/ttftot42/ttftot42-0.3.1/
H A Dwrite_afm.c46 typedef int (*compfunc)(const void *, const void *); typedef
183 qsort(encoding->reverse, j, sizeof(struct rev_enc), (compfunc)code_cmp); in make_revenc()
229 qsort(glyph, j, sizeof(struct glyph), (compfunc)glyph_cmp); in make_glyph()
285 qsort(kern, nkern, sizeof(struct kern), (compfunc)kern_cmp); in make_kern()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dbfcobra.cpp202 uint8_t compfunc; member
522 BLITPRG_READ(compfunc); in RunBlit()
664 if (blitter.compfunc & CMPFUNC_BEQ) in RunBlit()
675 if (blitter.compfunc & CMPFUNC_LT) in RunBlit()
686 if (blitter.compfunc & CMPFUNC_EQ) in RunBlit()
697 if (blitter.compfunc & CMPFUNC_GT) in RunBlit()
1885 BLITPRG_READ(compfunc); in RunBlit()
2027 if (blitter.compfunc & CMPFUNC_BEQ) in RunBlit()
2038 if (blitter.compfunc & CMPFUNC_LT) in RunBlit()
2049 if (blitter.compfunc & CMPFUNC_EQ) in RunBlit()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dbfcobra.cpp202 uint8_t compfunc; member
522 BLITPRG_READ(compfunc); in RunBlit()
664 if (blitter.compfunc & CMPFUNC_BEQ) in RunBlit()
675 if (blitter.compfunc & CMPFUNC_LT) in RunBlit()
686 if (blitter.compfunc & CMPFUNC_EQ) in RunBlit()
697 if (blitter.compfunc & CMPFUNC_GT) in RunBlit()
1885 BLITPRG_READ(compfunc); in RunBlit()
2027 if (blitter.compfunc & CMPFUNC_BEQ) in RunBlit()
2038 if (blitter.compfunc & CMPFUNC_LT) in RunBlit()
2049 if (blitter.compfunc & CMPFUNC_EQ) in RunBlit()
[all …]
/dports/shells/yash/yash-2.51/share/completion/
H A DINIT570 typeset compfunc= cmdbase
580 set -- "$compfunc"
581 unset opt OPTIND extonly fallback compfunc cmdbase
592 # The result is set to the "compfunc" variable
595 compfunc="completion/$1"
597 compfunc="completion/${1##*/}"
600 compfunc="completion/$1"
602 compfunc="completion/${1##*/}"
605 compfunc="completion/$1"
607 compfunc="completion/${1##*/}"
[all …]
/dports/dns/getdns/getdns-1.5.2/src/util/orig-headers/
H A Dlruhash.h153 lruhash_compfunc_type compfunc; member
239 lruhash_sizefunc_type sizefunc, lruhash_compfunc_type compfunc,
/dports/security/xinetd/xinetd-2.3.15/xinetd/
H A Dincludedir.c33 static int compfunc( const void *_a, const void *_b ) in compfunc() function
89 pset_sort(dir_list, compfunc); in handle_includedir()
/dports/dns/unbound/unbound-1.14.0/util/storage/
H A Dlruhash.h153 lruhash_compfunc_type compfunc; member
239 lruhash_sizefunc_type sizefunc, lruhash_compfunc_type compfunc,
H A Dslabhash.c50 lruhash_compfunc_type compfunc, lruhash_delkeyfunc_type delkeyfunc, in slabhash_create() argument
78 sizefunc, compfunc, delkeyfunc, deldatafunc, arg); in slabhash_create()
H A Dslabhash.h84 lruhash_compfunc_type compfunc, lruhash_delkeyfunc_type delkeyfunc,
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/sieve/
H A Dmessage.h111 comparator_t *compfunc; member
179 comparator_t *compfunc, void *comprock);
/dports/lang/guile2/guile-2.2.7/guile-readline/
H A Dreadline.c405 SCM compfunc = SCM_VARIABLE_REF (scm_readline_completion_function_var); in completion_function() local
408 if (scm_is_false (compfunc)) in completion_function()
414 res = scm_apply (compfunc, scm_list_2 (t, c), SCM_EOL); in completion_function()
/dports/lang/guile1/guile-1.8.8/guile-readline/
H A Dreadline.c410 SCM compfunc = SCM_VARIABLE_REF (scm_readline_completion_function_var); in completion_function() local
413 if (scm_is_false (compfunc)) in completion_function()
419 res = scm_apply (compfunc, scm_list_2 (t, c), SCM_EOL); in completion_function()
/dports/lang/guile/guile-3.0.7/guile-readline/
H A Dreadline.c405 SCM compfunc = SCM_VARIABLE_REF (scm_readline_completion_function_var); in completion_function() local
408 if (scm_is_false (compfunc)) in completion_function()
414 res = scm_apply (compfunc, scm_list_2 (t, c), SCM_EOL); in completion_function()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/gamer/src/tetgen/src_c/
H A Dtetgen.h995 typedef int (*compfunc) (const void *, const void *); typedef
1011 static void set_compfunc(char* str, int* itembytes, compfunc* pcomp);
1045 compfunc comp;
1049 list(int itbytes, compfunc pcomp, int mitems = 256, int exsize = 128) {
1060 void listinit(int itbytes, compfunc pcomp, int mitems, int exsize);
1061 void setcomp(compfunc compf) { comp = compf; } in setcomp()
1177 compfunc comp;
1181 link(int _itembytes, compfunc _comp, int itemcount) { in link()
1189 void linkinit(int _itembytes, compfunc _comp, int itemcount);
1190 void setcomp(compfunc compf) { comp = compf; } in setcomp()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/gamer/src/tetgen/gamer/
H A Dtetgen.h1042 typedef int (*compfunc) (const void *, const void *); typedef
1058 static void set_compfunc(char* str, int* itembytes, compfunc* pcomp);
1092 compfunc comp;
1096 list(int itbytes, compfunc pcomp, int mitems = 256, int exsize = 128) {
1107 void listinit(int itbytes, compfunc pcomp, int mitems, int exsize);
1108 void setcomp(compfunc compf) { comp = compf; } in setcomp()
1224 compfunc comp;
1228 link(int _itembytes, compfunc _comp, int itemcount) { in link()
1236 void linkinit(int _itembytes, compfunc _comp, int itemcount);
1237 void setcomp(compfunc compf) { comp = compf; } in setcomp()
/dports/editors/led/led-2.0/src/
H A Dvminibuff.h65 u_char **(*compfunc)(vminibuff_t *, int *startidx); member
H A Dvminibuff.c228 comps = v->compfunc(v, &startidx); in vminibuff_complete()
367 if (keysym == '\t' && v->compfunc) in vminibuff_input()
387 v->compfunc = NULL; in vminibuff_map()
560 v->compfunc = NULL; in vminibuff_exit()
/dports/devel/splint/splint-3.1.2/test/tests2.4/
H A Dhash.h15 int (*compfunc)(void *c1, void *c2); member
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dlist.h126 greater( wxSortCompareFunction compfunc = NULL ) \
127 : m_CompFunc( compfunc ) {} \
340 void Sort( wxSortCompareFunction compfunc ) \
341 { sort( WX_LIST_SORTFUNCTION( elT, compfunc ) ); } \
633 void Sort(const wxSortCompareFunction compfunc);
1206 void Sort(wxSortCompareFunction compfunc) { wxListBase::Sort(compfunc); } in Sort() argument
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dlist.h126 greater( wxSortCompareFunction compfunc = NULL ) \
127 : m_CompFunc( compfunc ) {} \
340 void Sort( wxSortCompareFunction compfunc ) \
341 { sort( WX_LIST_SORTFUNCTION( elT, compfunc ) ); } \
633 void Sort(const wxSortCompareFunction compfunc);
1206 void Sort(wxSortCompareFunction compfunc) { wxListBase::Sort(compfunc); } in Sort() argument
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dlist.h126 greater( wxSortCompareFunction compfunc = NULL ) \
127 : m_CompFunc( compfunc ) {} \
340 void Sort( wxSortCompareFunction compfunc ) \
341 { sort( WX_LIST_SORTFUNCTION( elT, compfunc ) ); } \
633 void Sort(const wxSortCompareFunction compfunc);
1206 void Sort(wxSortCompareFunction compfunc) { wxListBase::Sort(compfunc); } in Sort() argument
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dlist.h126 greater( wxSortCompareFunction compfunc = NULL ) \
127 : m_CompFunc( compfunc ) {} \
340 void Sort( wxSortCompareFunction compfunc ) \
341 { sort( WX_LIST_SORTFUNCTION( elT, compfunc ) ); } \
633 void Sort(const wxSortCompareFunction compfunc);
1206 void Sort(wxSortCompareFunction compfunc) { wxListBase::Sort(compfunc); } in Sort() argument
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Dlist.h324 void Sort(const wxSortCompareFunction compfunc);
522 void Sort(wxSortCompareFunction compfunc) { wxListBase::Sort(compfunc); } in Sort() argument
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dlist.h98 greater( wxSortCompareFunction compfunc = NULL ) \
99 : m_CompFunc( compfunc ) {} \
320 void Sort( wxSortCompareFunction compfunc ) \
321 { sort( WX_LIST_SORTFUNCTION( elT, compfunc ) ); } \
607 void Sort(const wxSortCompareFunction compfunc);
1216 void Sort(wxSortCompareFunction compfunc) { wxListBase::Sort(compfunc); } in Sort() argument
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dlist.h98 greater( wxSortCompareFunction compfunc = NULL ) \
99 : m_CompFunc( compfunc ) {} \
320 void Sort( wxSortCompareFunction compfunc ) \
321 { sort( WX_LIST_SORTFUNCTION( elT, compfunc ) ); } \
607 void Sort(const wxSortCompareFunction compfunc);
1216 void Sort(wxSortCompareFunction compfunc) { wxListBase::Sort(compfunc); } in Sort() argument

1234