Home
last modified time | relevance | path

Searched defs:call_context (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
Dffi.c47 struct call_context struct
49 UINT64 x [AARCH64_N_XREG];
74 get_x_addr (struct call_context *context, unsigned n) in get_x_addr() argument
/external/libffi/src/aarch64/
Dffi.c47 struct call_context struct
49 UINT64 x [AARCH64_N_XREG];
74 get_x_addr (struct call_context *context, unsigned n) in get_x_addr() argument
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer_utils.py386 def call_context(): function