OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testmem
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/epiphany/
sample.s
60
.macro
testmem
nm:req
69
testmem
ldrb
70
testmem
ldrh
71
testmem
ldr
72
testmem
ldrd
75
testmem
strb
76
testmem
strh
77
testmem
str
78
testmem
strd
/external/lz4/programs/
bench.c
201
BYTE*
testmem
=NULL;
local
207
while (!
testmem
)
210
testmem
= (BYTE*) malloc ((size_t)requiredMem);
213
free (
testmem
);
fullbench.c
221
BYTE*
testmem
=NULL;
local
227
while (!
testmem
)
230
testmem
= (BYTE*) malloc ((size_t)requiredMem);
233
free (
testmem
);
Completed in 2772 milliseconds