Home
last modified time | relevance | path

Searched refs:__fileDECL (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/lib/ucrt/stdlib/
H A Dqsort.cpp29 #define __fileDECL __clrcall macro
31 #define __fileDECL __cdecl
50 static void __fileDECL swap(_Inout_updates_(width) char* a, _Inout_updates_(width) char* b, size_t … in swap()
75 static void __fileDECL shortsort_s(
79 int (__fileDECL* comp)(void*, void const*, void const*),
83 static void __fileDECL shortsort(
87 int (__fileDECL* comp)(void const*, void const*)
156 void __fileDECL qsort_s( in qsort_s()
160 int (__fileDECL* const comp)(void*, void const*, void const*), in qsort_s()
164 void __fileDECL qsort( in qsort_s()
[all …]
H A Dlfind.cpp12 #define __fileDECL __clrcall macro
14 #define __fileDECL __cdecl macro
42 void* __fileDECL _lfind_s( in _lfind_s()
47 int (__fileDECL* const compare)(void*, void const*, void const*), in _lfind_s()
51 void* __fileDECL _lfind( in _lfind_s()
56 int (__fileDECL* const compare)(void const*, void const*) in _lfind_s()
H A Dlsearch.cpp14 #define __fileDECL __clrcall macro
16 #define __fileDECL __cdecl macro
48 void* __fileDECL _lsearch_s( in _lsearch_s()
53 int (__fileDECL* compare)(void*, void const*, void const*), in _lsearch_s()
57 void* __fileDECL _lsearch( in _lsearch_s()
62 int (__fileDECL* compare)(void const*, void const*) in _lsearch_s()
H A Dbsearch.cpp12 #define __fileDECL __clrcall macro
14 #define __fileDECL __cdecl macro
56 void* __fileDECL bsearch_s( in bsearch_s()
61 int (__fileDECL* const compare)(void*, void const*, void const*), in bsearch_s()
65 void* __fileDECL bsearch( in bsearch_s()
70 int (__fileDECL* const compare)(void const*, void const*) in bsearch_s()