OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALIGNED_POINTER_LOAD
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/i386/include/
param.h
66
#define
ALIGNED_POINTER_LOAD
(q,p,t) memcpy((q), (p), sizeof(t))
/src/common/lib/libc/hash/murmurhash/
murmurhash.c
60
ALIGNED_POINTER_LOAD
(&k, data, uint32_t);
/src/sys/arch/amd64/include/
param.h
26
#define
ALIGNED_POINTER_LOAD
(q,p,t) memcpy((q), (p), sizeof(t))
/src/sys/sys/
param.h
267
* using
ALIGNED_POINTER_LOAD
. This does not reflect the optimal
275
*
ALIGNED_POINTER_LOAD
(&t, p, uint32_t);
291
#ifndef
ALIGNED_POINTER_LOAD
292
#define
ALIGNED_POINTER_LOAD
(q,p,t) (*(q) = *((const t *)(p)))
Completed in 118 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025