OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_CRTIMP
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
need_errno.h
35
/* Define
_CRTIMP
*/
37
#ifndef
_CRTIMP
39
#define
_CRTIMP
__declspec(dllimport)
41
#define
_CRTIMP
43
#endif /*
_CRTIMP
*/
78
_CRTIMP
extern int errno;
implement.h
714
_CRTIMP
unsigned long __cdecl _beginthread (void (__cdecl *) (void *),
716
_CRTIMP
void __cdecl _endthread (void);
717
_CRTIMP
unsigned long __cdecl _beginthreadex (void *, unsigned,
720
_CRTIMP
void __cdecl _endthreadex (unsigned);
[
all
...]
/external/chromium_org/third_party/libusb/src/msvc/
errno.h
92
_CRTIMP
int* __cdecl _errno(void);
/external/chromium_org/third_party/mesa/src/src/glsl/
ralloc.c
39
_CRTIMP
int _vscprintf(const char *format, va_list argptr);
/external/mesa3d/src/glsl/
ralloc.c
39
_CRTIMP
int _vscprintf(const char *format, va_list argptr);
/external/stlport/src/details/
fstream_win32io.cpp
124
extern
_CRTIMP
ioinfo * __pioinfo[];
/ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp
124
extern
_CRTIMP
ioinfo * __pioinfo[];
/external/libvpx/libvpx/vpx/src/
svc_encodeframe.c
29
_CRTIMP
char *__cdecl strtok_s(char *str, const char *delim, char **context);
Completed in 333 milliseconds