OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copy_length
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nxp/src/
phFriNfc_TopazDynamicMap.c
2476
uint16_t
copy_length
= 0;
local
2564
uint16_t
copy_length
= 0;
local
3824
uint8_t
copy_length
;
local
[
all
...]
/external/compiler-rt/lib/asan/
asan_interceptors.cc
392
uptr
copy_length
= Min(size, from_length + 1);
local
393
ASAN_READ_RANGE(from,
copy_length
);
398
CHECK_RANGES_OVERLAP("strncat", to, to_length +
copy_length
+ 1,
399
from,
copy_length
);
Completed in 546 milliseconds