Home
last modified time | relevance | path

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

/busybox-1.35.0/include/
Dplatform.h238 # define move_from_unaligned_int(v, intp) ((v) = *(bb__aliased_int*)(intp)) macro
250 # define move_from_unaligned_int(v, intp) (memcpy(&(v), (intp), sizeof(int))) macro