OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mem_addr
(Results
1 - 4
of
4
) sorted by null
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
mlsl.h
148
* @
mem_addr
The location in the memory to read from.
157
unsigned short
mem_addr
,
168
* @
mem_addr
The location in the memory to write to.
177
unsigned short
mem_addr
,
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlsl.h
148
* @
mem_addr
The location in the memory to read from.
157
unsigned short
mem_addr
,
168
* @
mem_addr
The location in the memory to write to.
177
unsigned short
mem_addr
,
/hardware/invensense/60xx/mlsdk/platform/include/
mlsl.h
163
* @
mem_addr
The location in the memory to read from.
172
unsigned short
mem_addr
,
180
* @
mem_addr
The location in the memory to write to.
189
unsigned short
mem_addr
,
/external/valgrind/main/coregrind/m_gdbserver/
server.c
749
CORE_ADDR
mem_addr
;
local
881
decode_m_packet (&own_buf[1], &
mem_addr
, &len);
882
if (valgrind_read_memory (
mem_addr
, mem_buf, len) == 0)
888
decode_M_packet (&own_buf[1], &
mem_addr
, &len, mem_buf);
889
if (valgrind_write_memory (
mem_addr
, mem_buf, len) == 0)
896
&
mem_addr
, &len, mem_buf) < 0
897
|| valgrind_write_memory (
mem_addr
, mem_buf, len) != 0)
[
all
...]
Completed in 1720 milliseconds