Searched refs:bsearch (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A DBsearch.c58 ("$FreeBSD: src/lib/libc/stdlib/bsearch.c,v 1.4.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
81 bsearch( function
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dsearch.h41 void* __cdecl bsearch(const void*,const void*,size_t,size_t,int (*)(const void*,const void*));
H A Dstdlib.h211 void* __cdecl bsearch(const void*,const void*,size_t,size_t,int (*)(const void*,const void*));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dsearch.h41 void* __cdecl bsearch(const void*,const void*,size_t,size_t,int (*)(const void*,const void*));
H A Dstdlib.h200 void* __cdecl bsearch(const void*,const void*,size_t,size_t,int (*)(const void*,const void*));
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdlib.h59 void *bsearch (const void *key, const void *base0,
672 /** The bsearch function searches an array of Nmemb objects, the initial
692 @return The bsearch function returns a pointer to a matching element of the
696 void *bsearch( const void *Key, const void *Base,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dcptable.c184 if (!(res = bsearch( &codepage, cptables, NB_CODEPAGES,
H A Ddebug.c68 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
85 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/
H A Ddebug.c80 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
97 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/
H A Ddebug.c80 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
97 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/
H A Ddebug.c80 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
97 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/
H A Ddebug.c90 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
107 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h239 #undef bsearch macro
240 #define bsearch(a,b,c,d,e) xf86bsearch(a,b,c,d,e) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h239 #undef bsearch macro
240 #define bsearch(a,b,c,d,e) xf86bsearch(a,b,c,d,e) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h245 #undef bsearch macro
246 #define bsearch(a,b,c,d,e) xf86bsearch(a,b,c,d,e) macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h201 #undef bsearch macro
202 #define bsearch(a,b,c,d,e) xf86bsearch(a,b,c,d,e) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h245 #undef bsearch macro
246 #define bsearch(a,b,c,d,e) xf86bsearch(a,b,c,d,e) macro
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dlibteac.c306 h=(host_t*)bsearch(hn, hosts, nodeCount, sizeof(host_t), hostnameLookup);

Completed in 1499 milliseconds