Searched defs:from (Results 1 – 7 of 7) sorted by relevance
17 #define va_copy(to, from) __builtin_va_copy(to, from) argument
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
7 packages = [{include = "memory", from = "src"}] qkey
55 static void sp_state_wait_switch(sp_context_t *sp_ptr, sp_state_t from, sp_state_t to) in sp_state_wait_switch()
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()