OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:data_word
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/crypto/aes/asm/
aes-x86_64.pl
75
sub
data_word
()
subroutine
[
all
...]
/external/libunwind/src/
elfxx.c
47
unw_word_t
data_word
;
local
50
if ((*a->access_mem) (ei->u.memory.as, addr & ~(sizeof(unw_word_t) - 1), &
data_word
,
55
memcpy (buffer, (uint8_t*) (&
data_word
) + align_bytes, copy_bytes);
73
if ((*a->access_mem) (ei->u.memory.as, addr, &
data_word
, 0, ei->u.memory.as_arg) != 0) {
77
memcpy (buffer, &
data_word
, sizeof(unw_word_t));
93
if ((*a->access_mem) (ei->u.memory.as, addr, &
data_word
, 0, ei->u.memory.as_arg) != 0) {
97
memcpy (buffer, &
data_word
, left_over);
Completed in 291 milliseconds