OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cdecl
(Results
51 - 75
of
86
) sorted by null
1
2
3
4
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.h
224
#ifndef
CDECL
226
# define
CDECL
__cdecl
229
# define
CDECL
/* not actual on x86_64 platform */
231
# define
CDECL
__attribute__ ((
cdecl
))
234
#endif /*
CDECL
*/
236
#define JITAPI
CDECL
/external/zlib/src/contrib/pascal/
zlibpas.pas
18
cdecl
;
20
cdecl
;
23
cdecl
;
25
cdecl
;
256
function _malloc(Size: Integer): Pointer;
cdecl
;
261
procedure _free(Block: Pointer);
cdecl
;
266
procedure _memset(P: Pointer; B: Byte; count: Integer);
cdecl
;
271
procedure _memcpy(dest, source: Pointer; count: Integer);
cdecl
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
browser.h
30
#include <pulse/
cdecl
.h>
context.h
31
#include <pulse/
cdecl
.h>
volume.h
29
#include <pulse/
cdecl
.h>
xmalloc.h
31
#include <pulse/
cdecl
.h>
channelmap.h
29
#include <pulse/
cdecl
.h>
mainloop-api.h
31
#include <pulse/
cdecl
.h>
sample.h
33
#include <pulse/
cdecl
.h>
def.h
32
#include <pulse/
cdecl
.h>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
browser.h
30
#include <pulse/
cdecl
.h>
context.h
31
#include <pulse/
cdecl
.h>
volume.h
29
#include <pulse/
cdecl
.h>
xmalloc.h
31
#include <pulse/
cdecl
.h>
channelmap.h
29
#include <pulse/
cdecl
.h>
mainloop-api.h
31
#include <pulse/
cdecl
.h>
sample.h
33
#include <pulse/
cdecl
.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
browser.h
30
#include <pulse/
cdecl
.h>
context.h
31
#include <pulse/
cdecl
.h>
volume.h
29
#include <pulse/
cdecl
.h>
xmalloc.h
31
#include <pulse/
cdecl
.h>
channelmap.h
29
#include <pulse/
cdecl
.h>
mainloop-api.h
31
#include <pulse/
cdecl
.h>
sample.h
33
#include <pulse/
cdecl
.h>
/external/zlib/src/contrib/delphi/
ZLib.pas
19
TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer;
cdecl
;
20
TFree = procedure (AppData, Block: Pointer);
cdecl
;
218
function _malloc(Size: Integer): Pointer;
cdecl
;
223
procedure _free(Block: Pointer);
cdecl
;
228
procedure _memset(P: Pointer; B: Byte; count: Integer);
cdecl
;
233
procedure _memcpy(dest, source: Pointer; count: Integer);
cdecl
;
254
function zlibAllocMem(AppData: Pointer; Items, Size: Integer): Pointer;
cdecl
;
260
procedure zlibFreeMem(AppData, Block: Pointer);
cdecl
;
Completed in 881 milliseconds
1
2
3
4