MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / bmove_upp

Function bmove_upp

strings/bmove_upp.c:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26#include "m_string.h"
27
28void bmove_upp(register uchar *dst, register const uchar *src,
29 register size_t len)
30{
31 while (len-- != 0) *--dst = *--src;
32}

Callers 5

bchangeFunction · 0.85
str_to_timeFunction · 0.85
replaceMethod · 0.85
unpack_dirnameFunction · 0.85
doinsertFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected