Searched defs:from (Results 1 – 6 of 6) sorted by relevance
17 #define va_copy(to, from) __builtin_va_copy(to, from) argument
47 void sp_state_wait_switch(sp_context_t *sp_ptr, sp_state_t from, sp_state_t to) in sp_state_wait_switch()68 int sp_state_try_switch(sp_context_t *sp_ptr, sp_state_t from, sp_state_t to) in sp_state_try_switch()
75 unsigned char FAR *from; /* where to copy match from */ in inflate_fast() local
599 unsigned char FAR *from; /* where to copy match bytes from */ in inflate() local
49 void imx8mq_dram_timing_copy(struct dram_timing_info *from) in imx8mq_dram_timing_copy()
779 static void _tblcopy(uint32_t *to, const uint32_t *from, uint32_t size) in _tblcopy()