HomeSort by relevance Sort by last modified time
    Searched refs:return_type (Results 1 - 6 of 6) sorted by null

  /external/libffi/src/sh64/
ffi.c 37 return_type (ffi_type *arg) function
71 if (return_type (ecif->cif->rtype) == FFI_TYPE_STRUCT)
166 greg = (return_type (cif->rtype) == FFI_TYPE_STRUCT ? 1 : 0);
218 cif->flags = return_type (cif->rtype);
262 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
289 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
361 if (return_type (cif->rtype) == FFI_TYPE_STRUCT)
451 return return_type (cif->rtype);
  /bionic/libc/tools/
bionic_utils.py 155 return_type = line[:pos_lparen].strip().split()
156 if len(return_type) < 2:
160 syscall_func = return_type[-1]
161 return_type = string.join(return_type[:-1],' ')
224 "decl" : "%-15s %s (%s);" % (return_type, syscall_func, params) }
  /external/libffi/src/sh/
ffi.c 57 return_type (ffi_type *arg) function
127 if (return_type (ecif->cif->rtype) == FFI_TYPE_STRUCT)
334 greg = ((return_type (cif->rtype) == FFI_TYPE_STRUCT) &&
390 cif->flags += (unsigned) (return_type (cif->rtype)) << 24;
424 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
447 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
470 insn = (return_type (cif->rtype) == FFI_TYPE_STRUCT
715 return return_type (cif->rtype);
  /external/bluetooth/glib/gobject/
gsignal.h 224 * @return_type: The return type for user callbacks.
229 * @return_type callback (#gpointer data1,
243 GType return_type; /* mangled with G_SIGNAL_TYPE_STATIC_SCOPE flag */ member in struct:_GSignalQuery
257 GType return_type,
267 GType return_type,
277 GType return_type,
287 GType return_type,
gsignal.c 211 GType return_type; /* mangled with G_SIGNAL_TYPE_STATIC_SCOPE flag */ member in struct:_SignalNode
    [all...]
  /bionic/libc/kernel/tools/
utils.py 124 return_type = line[:pos_lparen].strip().split()
125 if len(return_type) < 2:
129 syscall_func = return_type[-1]
130 return_type = string.join(return_type[:-1],' ')
171 "decl" : "%-15s %s (%s);" % (return_type, syscall_func, params) }

Completed in 138 milliseconds