Home
last modified time | relevance | path

Searched refs:_dst (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/board/gdsys/a38x/
H A Dhre.c291 static void *compute_and(void *_dst, const void *_src, size_t n) in compute_and() argument
293 uint8_t *dst = _dst; in compute_and()
300 return _dst; in compute_and()
303 static void *compute_or(void *_dst, const void *_src, size_t n) in compute_or() argument
305 uint8_t *dst = _dst; in compute_or()
312 return _dst; in compute_or()
315 static void *compute_xor(void *_dst, const void *_src, size_t n) in compute_xor() argument
317 uint8_t *dst = _dst; in compute_xor()
324 return _dst; in compute_xor()
327 static void *compute_extend(void *_dst, const void *_src, size_t n) in compute_extend() argument
[all …]
/rk3399_rockchip-uboot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c520 static void *compute_and(void *_dst, const void *_src, size_t n) in compute_and() argument
522 uint8_t *dst = _dst; in compute_and()
529 return _dst; in compute_and()
532 static void *compute_or(void *_dst, const void *_src, size_t n) in compute_or() argument
534 uint8_t *dst = _dst; in compute_or()
541 return _dst; in compute_or()
544 static void *compute_xor(void *_dst, const void *_src, size_t n) in compute_xor() argument
546 uint8_t *dst = _dst; in compute_xor()
553 return _dst; in compute_xor()
556 static void *compute_extend(void *_dst, const void *_src, size_t n) in compute_extend() argument
[all …]