Searched refs:call_context (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/ |
D | ffi.c | 47 struct call_context struct 74 get_x_addr (struct call_context *context, unsigned n) in get_x_addr() argument 80 get_s_addr (struct call_context *context, unsigned n) in get_s_addr() 90 get_d_addr (struct call_context *context, unsigned n) in get_d_addr() 100 get_v_addr (struct call_context *context, unsigned n) in get_v_addr() 109 get_basic_type_addr (unsigned short type, struct call_context *context, in get_basic_type_addr() 223 ffi_call_SYSV (unsigned (*)(struct call_context *context, unsigned char *, 225 struct call_context *context, 449 allocate_to_x (struct call_context *context, struct arg_state *state) in allocate_to_x() 456 allocate_to_s (struct call_context *context, struct arg_state *state) in allocate_to_s() [all …]
|
/external/libffi/src/aarch64/ |
D | ffi.c | 47 struct call_context struct 74 get_x_addr (struct call_context *context, unsigned n) in get_x_addr() argument 80 get_s_addr (struct call_context *context, unsigned n) in get_s_addr() 90 get_d_addr (struct call_context *context, unsigned n) in get_d_addr() 100 get_v_addr (struct call_context *context, unsigned n) in get_v_addr() 109 get_basic_type_addr (unsigned short type, struct call_context *context, in get_basic_type_addr() 226 ffi_call_SYSV (unsigned (*)(struct call_context *context, unsigned char *, 228 struct call_context *context, 452 allocate_to_x (struct call_context *context, struct arg_state *state) in allocate_to_x() 459 allocate_to_s (struct call_context *context, struct arg_state *state) in allocate_to_s() [all …]
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | base_layer_utils.py | 386 def call_context(): function
|
D | base_layer.py | 577 with base_layer_utils.call_context():
|