Home
last modified time | relevance | path

Searched defs:rtype (Results 1 – 25 of 25) sorted by relevance

/external/libffi/src/
Dprep_cif.c89 ffi_type *rtype, ffi_type **atypes) in ffi_prep_cif()
/external/libffi/src/cris/
Dffi.c159 ffi_type * rtype, ffi_type ** atypes) in ffi_prep_cif()
/external/javassist/src/main/javassist/compiler/
DJavac.java162 CtClass rtype = gen.resolver.lookupClass(r); in compileMethod() local
197 CtClass rtype; in compileBody() local
/external/kernel-headers/original/asm-x86/
Duaccess_32.h333 #define __put_user_asm(x, addr, err, itype, rtype, ltype, errret) \ argument
372 #define __get_user_asm(x, addr, err, itype, rtype, ltype, errret) \ argument
/external/javassist/src/main/javassist/
DCtBehavior.java777 CtClass rtype = getReturnType0(); in insertAfter() local
827 ConstPool cp, CtClass rtype, int varNo) in insertAfterAdvice()
879 CtClass rtype, int returnVarNo, in insertAfterHandler()
/external/openssh/
Dserverloop.c1100 char *rtype; in server_input_global_request() local
1172 char *rtype; in server_input_channel_req() local
Dclientloop.c1926 char *rtype; in client_input_channel_req() local
1970 char *rtype; in client_input_global_request() local
Dchannels.c1371 port_open_helper(Channel *c, char *rtype) in port_open_helper()
1452 char *rtype; in channel_post_port_listener() local
Dsession.c2230 session_input_channel_req(Channel *c, const char *rtype) in session_input_channel_req()
Dmonitor_wrap.c168 u_char rtype; in mm_request_receive_expect() local
/external/opencv/ml/src/
Dmlnbayes.cpp294 int rtype = 0, rstep = 0, size; in predict() local
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp1055 #define DEFINE_STUB_FUNCTION(rtype, op) \ argument
1076 #define DEFINE_STUB_FUNCTION(rtype, op) \ argument
1106 #define DEFINE_STUB_FUNCTION(rtype, op) \ argument
1135 #define DEFINE_STUB_FUNCTION(rtype, op) \ argument
1151 #define DEFINE_STUB_FUNCTION(rtype, op) rtype JITStubThunked_##op(STUB_ARGS_DECLARATION) argument
1177 #define DEFINE_STUB_FUNCTION(rtype, op) extern "C" rtype JITStubThunked_##op(STUB_ARGS_DECLARATION) argument
1232 #define DEFINE_STUB_FUNCTION(rtype, op) \ argument
1255 #define DEFINE_STUB_FUNCTION(rtype, op) rtype JIT_STUB cti_##op(STUB_ARGS_DECLARATION) argument
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp219 ffi_type *rtype = ffiTypeFor(RetTy); in ffiInvoke() local
/external/libffi/darwin-x86/
Dffi.h181 ffi_type *rtype; member
/external/libffi/include/
Dffi_real.h182 ffi_type *rtype; member
Dffi.h.in181 ffi_type *rtype; member
/external/wpa_supplicant_8/wpa_supplicant/
Dnotify.c144 enum wpa_ctrl_req_type rtype, in wpas_notify_network_request()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new.h251 enum wpa_ctrl_req_type rtype, const char *default_txt) in wpas_dbus_signal_network_request()
Ddbus_new.c396 enum wpa_ctrl_req_type rtype, in wpas_dbus_signal_network_request()
/external/ppp/pppd/
Deap.c2150 int code, id, len, rtype, vallen; local
/external/bluetooth/glib/gobject/
Dgsignal.c2029 GType rtype = signal_return_type & ~G_SIGNAL_TYPE_STATIC_SCOPE; in g_signal_chain_from_overridden_handler() local
2985 GType rtype = signal_return_type & ~G_SIGNAL_TYPE_STATIC_SCOPE; in g_signal_emit_valist() local
/external/skia/src/core/
DSkDraw.cpp686 RectType rtype; in ComputeRectType() local
725 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize); in drawRect() local
/external/webkit/Source/WebCore/bridge/qt/
Dqt_runtime.cpp1191 int rtype = QMetaType::type(returnTypeName); in findMethodIndex() local
/external/clang/lib/CodeGen/
DCGClass.cpp1213 const RecordType *rtype = type->castAs<RecordType>(); in destroyCXXObject() local
/external/mdnsresponder/mDNSShared/
Duds_daemon.c4189 mDNSlocal char *RecordTypeName(mDNSu8 rtype) in RecordTypeName()