HomeSort by relevance Sort by last modified time
    Searched full:struct_value_ptr (Results 1 - 9 of 9) sorted by null

  /external/libffi/src/vax/
ffi.c 57 void *struct_value_ptr; local
63 struct_value_ptr = ecif->rvalue;
65 struct_value_ptr = NULL;
118 return struct_value_ptr;
  /external/python/cpython2/Modules/_ctypes/libffi/src/vax/
ffi.c 57 void *struct_value_ptr; local
63 struct_value_ptr = ecif->rvalue;
65 struct_value_ptr = NULL;
118 return struct_value_ptr;
  /external/python/cpython3/Modules/_ctypes/libffi/src/vax/
ffi.c 57 void *struct_value_ptr; local
63 struct_value_ptr = ecif->rvalue;
65 struct_value_ptr = NULL;
118 return struct_value_ptr;
  /external/libffi/src/m68k/
ffi.c 43 void *struct_value_ptr; local
53 struct_value_ptr = ecif->rvalue;
55 struct_value_ptr = NULL;
115 return struct_value_ptr;
  /external/python/cpython2/Modules/_ctypes/libffi/src/m68k/
ffi.c 43 void *struct_value_ptr; local
53 struct_value_ptr = ecif->rvalue;
55 struct_value_ptr = NULL;
115 return struct_value_ptr;
  /external/python/cpython3/Modules/_ctypes/libffi/src/m68k/
ffi.c 43 void *struct_value_ptr; local
53 struct_value_ptr = ecif->rvalue;
55 struct_value_ptr = NULL;
115 return struct_value_ptr;
  /external/libffi/src/m88k/
ffi.c 80 void *struct_value_ptr; local
88 struct_value_ptr = ecif->rvalue;
90 struct_value_ptr = NULL;
195 return struct_value_ptr;
  /external/python/cpython2/Modules/_ctypes/libffi/src/m88k/
ffi.c 80 void *struct_value_ptr; local
88 struct_value_ptr = ecif->rvalue;
90 struct_value_ptr = NULL;
195 return struct_value_ptr;
  /external/python/cpython3/Modules/_ctypes/libffi/src/m88k/
ffi.c 80 void *struct_value_ptr; local
88 struct_value_ptr = ecif->rvalue;
90 struct_value_ptr = NULL;
195 return struct_value_ptr;

Completed in 663 milliseconds