Home
last modified time | relevance | path

Searched refs:in_func (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/utils/abtest/
Dmark_armfns.py42 in_func = None variable
46 if in_func is not None and linenum == end:
47 out.write("# -- End %s\n" % in_func)
48 in_func = None variable
52 in_func, begin, end = triple variable
53 out.write("# -- Begin %s\n" % in_func)
Dmark_aarch64fns.py53 in_func = None variable
57 if in_func is not None and linenum == end:
58 out.write("# -- End %s\n" % in_func)
59 in_func = None variable
63 in_func, begin, end = triple variable
64 out.write("# -- Begin %s\n" % in_func)
/external/zlib/src/contrib/infback9/
Dinfback9.h24 in_func in, void FAR *in_desc,
Dinfback9.c219 in_func in;
/external/zlib/src/contrib/pascal/
Dzlibpas.pas22 in_func = function(opaque: Pointer; var buf: PByte): Integer; in paque()
138 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer; in inflateBack()
/external/syslinux/com32/include/
Dzlib.h970 typedef unsigned (*in_func) OF((void FAR *, unsigned char FAR * FAR *));
974 in_func in, void FAR *in_desc,
Dzconf.h117 # define in_func z_in_func macro
/external/python/cpython2/Modules/zlib/
Dzlib.h1025 typedef unsigned (*in_func) OF((void FAR *,
1030 in_func in, void FAR *in_desc,
Dzconf.h138 # define in_func z_in_func macro
Dinfback.c252 in_func in;
Dzconf.h.cmakein140 # define in_func z_in_func
Dzconf.h.in138 # define in_func z_in_func macro
/external/zlib/
Dzlib.h1093 typedef unsigned (*in_func) OF((void FAR *,
1098 in_func in, void FAR *in_desc,
Dzconf.h151 # define in_func z_in_func macro
/external/zlib/src/
Dzlib.h1093 typedef unsigned (*in_func) OF((void FAR *,
1098 in_func in, void FAR *in_desc,
Dzconf.h151 # define in_func z_in_func macro
Dinfback.c252 in_func in;
Dzconf.h.cmakein153 # define in_func z_in_func
Dzconf.h.in151 # define in_func z_in_func macro
/external/python/cpython3/Modules/zlib/
Dzlib.h1092 typedef unsigned (*in_func) OF((void FAR *,
1097 in_func in, void FAR *in_desc,
Dzconf.h151 # define in_func z_in_func macro
Dinfback.c252 in_func in;
Dzconf.h.cmakein153 # define in_func z_in_func
Dzconf.h.in151 # define in_func z_in_func macro
/external/syslinux/com32/lib/zlib/
Dinfback.c243 in_func in;

12