Home
last modified time | relevance | path

Searched refs:la_Sort (Results 1 – 12 of 12) sorted by relevance

/dports/editors/biew/biew-610/
H A Dbin_util.c211 la_Sort(udn_list,udn_compare); in udnAddItem()
246 la_Sort(udn_list,udn_compare); in udnDeleteItem()
353 if(udn_list) la_Sort(udn_list,udn_compare); in __udnLoadList()
/dports/editors/biew/biew-610/biewlib/
H A Dtw_class.c51 la_Sort(class_set, comp_class); in twcRegisterClass()
H A Dbiewlib.h243 extern void __FASTCALL__ la_Sort(linearArray *obj,func_compare fcompare);
H A Dfile_ini.c1343 la_Sort((linearArray *)opening->cache,__compare_cache); in __addCache()
1372 la_Sort(it->v.leaf,__compare_cache); in __addCache()
1398 la_Sort(it->v.leaf,__compare_cache); in __addCache()
H A Dbiewlib.c717 void __FASTCALL__ la_Sort(linearArray *obj,func_compare compare) in la_Sort() function
/dports/editors/biew/biew-610/plugins/bin/
H A Drdoff.c418 la_Sort(rdoffReloc,rdoff_compare_reloc); in BuildRelocRDOFF()
643 if(PubNames->nItems) la_Sort(PubNames,fmtComparePubNames); in rdoff_ReadPubNameList()
687 if(rdoffImpNames->nItems) la_Sort(rdoffImpNames,compare_impnames); in ReadImpNameList()
H A Dnlm386.c499 la_Sort(RelocNlm,nlm_compare_s); in BuildRelocNlm()
661 if(PubNames->nItems) la_Sort(PubNames,fmtComparePubNames); in nlm_ReadPubNameList()
H A Dcoff386.c447 la_Sort(RelocCoff386,coff386_compare_rels); in BuildRelocCoff386()
680 la_Sort(PubNames,fmtComparePubNames); in coff_ReadPubNameList()
H A Delf386.c1478 la_Sort(CurrElfChain,compare_elf_reloc); in buildElf386RelChain()
2110 la_Sort(*to,is_virt ? vamap_comp_virt : vamap_comp_phys); in __elfReadSegments()
2142 la_Sort(*to,is_virt ? vamap_comp_virt : vamap_comp_phys); in __elfReadSegments()
2307 la_Sort(PubNames,compare_pubnames); in elf_ReadPubNameList()
H A Dpe.c952 la_Sort(CurrPEChain,compare_pe_reloc_s); in BuildPERefChain()
1292 la_Sort(PubNames,fmtComparePubNames); in pe_ReadPubNameList()
H A Dne.c1038 la_Sort(CurrNEChain,compare_chains); in BuildNERefChain()
1369 la_Sort(PubNames,fmtComparePubNames); in ne_ReadPubNameList()
H A Djvmclass.c773 if(PubNames->nItems) la_Sort(PubNames,fmtComparePubNames); in jvm_ReadPubNameList()