/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/ |
H A D | Bsearch.c | 58 ("$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 D | search.h | 41 void* __cdecl bsearch(const void*,const void*,size_t,size_t,int (*)(const void*,const void*));
|
H A D | stdlib.h | 211 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 D | search.h | 41 void* __cdecl bsearch(const void*,const void*,size_t,size_t,int (*)(const void*,const void*));
|
H A D | stdlib.h | 200 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 D | stdlib.h | 59 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 D | cptable.c | 184 if (!(res = bsearch( &codepage, cptables, NB_CODEPAGES,
|
H A D | debug.c | 68 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 D | debug.c | 80 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 D | debug.c | 80 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 D | debug.c | 80 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 D | debug.c | 90 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 D | xf86_libc.h | 239 #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 D | xf86_libc.h | 239 #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 D | xf86_libc.h | 245 #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 D | xf86_libc.h | 201 #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 D | xf86_libc.h | 245 #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 D | libteac.c | 306 h=(host_t*)bsearch(hn, hosts, nodeCount, sizeof(host_t), hostnameLookup);
|