HomeSort by relevance Sort by last modified time
    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 365 BYTE* testmem=NULL; local
371 while (!testmem) {
374 testmem = (BYTE*) malloc ((size_t)requiredMem);
376 free (testmem);
  /external/lz4/tests/
fullbench.c 136 BYTE* testmem=NULL; local
142 while (!testmem) {
145 testmem = (BYTE*) malloc ((size_t)requiredMem);
147 free (testmem);

Completed in 257 milliseconds