OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:block_copy_nn
(Results
1 - 1
of
1
) sorted by null
/system/bt/stack/smp/
aes.c
303
# define
block_copy_nn
(d, s, l) memcpy(d, s, l)
macro
306
# define
block_copy_nn
(d, s, l) copy_block_nn(d, s, l)
macro
528
block_copy_nn
(ctx->ksch, key, keylen);
Completed in 2999 milliseconds