OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:load32
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/testsuite/bfin/
load.s
9
.macro
load32
num:req, reg0:req, reg1:req
85
load32
0 R0 R1
86
load32
0xFFFFFFFF R0 R1
87
load32
0x55aaaa55 r0 r1
88
load32
0x12345678 r0 r1
89
load32
0x12345678 R0 R2
90
load32
0x23456789 R0 R3
91
load32
0x3456789a R0 R4
92
load32
0x456789ab R0 R5
93
load32
0x56789abc R0 R
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
load.s
9
.macro
load32
num:req, reg0:req, reg1:req
85
load32
0 R0 R1
86
load32
0xFFFFFFFF R0 R1
87
load32
0x55aaaa55 r0 r1
88
load32
0x12345678 r0 r1
89
load32
0x12345678 R0 R2
90
load32
0x23456789 R0 R3
91
load32
0x3456789a R0 R4
92
load32
0x456789ab R0 R5
93
load32
0x56789abc R0 R
[
all
...]
/src/crypto/external/apache2/openssl/dist/providers/implementations/digests/
blake2_impl.h
20
static ossl_inline uint32_t
load32
(const uint8_t *src)
function
blake2s_prov.c
72
S->h[i] ^=
load32
(&p[i * 4]);
182
m[i] =
load32
(blocks + i * sizeof(m[i]));
/src/crypto/external/bsd/openssl/dist/providers/implementations/digests/
blake2_impl.h
20
static ossl_inline uint32_t
load32
(const uint8_t *src)
function
blake2s_prov.c
74
S->h[i] ^=
load32
(&p[i*4]);
183
m[i] =
load32
(blocks + i * sizeof(m[i]));
/src/crypto/external/bsd/openssl.old/dist/crypto/blake2/
blake2_impl.h
19
static ossl_inline uint32_t
load32
(const uint8_t *src)
function
blake2s.c
73
S->h[i] ^=
load32
(&p[i*4]);
133
m[i] =
load32
(blocks + i * sizeof(m[i]));
/src/external/gpl3/gdb/dist/sim/testsuite/mips/
testutils.inc
108
.macro
load32
reg, val
138
load32
$1, \val
/src/external/gpl3/gdb.old/dist/sim/testsuite/mips/
testutils.inc
108
.macro
load32
reg, val
138
load32
$1, \val
/src/external/apache2/argon2/dist/phc-winner-argon2/src/blake2/
blake2-impl.h
48
static BLAKE2_INLINE uint32_t
load32
(const void *src) {
function
/src/external/bsd/libarchive/dist/libarchive/
archive_blake2_impl.h
34
static BLAKE2_INLINE uint32_t
load32
( const void *src )
function
archive_blake2s_ref.c
87
S->h[i] ^=
load32
( &p[i * 4] );
181
m[i] =
load32
( in + i * sizeof( m[i] ) );
Completed in 33 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026