Home
last modified time | relevance | path

Searched refs:BUFLEN (Results 1 – 2 of 2) sorted by relevance

/tools/usb/
Dhcd-tests.sh32 declare -i COUNT BUFLEN
35 BUFLEN=2048
51 if ! ./testusb $TEST_ARGS -s $BUFLEN -c $COUNT $* 2>/dev/null
96 BUFLEN=2048
145 BUFLEN=4096
148 BUFLEN=64
160 BUFLEN=24500
168 BUFLEN=32768
213 BUFLEN=24500
221 BUFLEN=32768
[all …]
/tools/testing/selftests/powerpc/copyloops/
Dvalidate.c12 #define BUFLEN (MAX_LEN+MAX_OFFSET+2*MIN_REDZONE) macro
28 memset(src, POISON, BUFLEN); in do_one()
29 memset(dst, POISON, BUFLEN); in do_one()
56 if (memcmp(dstp+len, redzone, dst+BUFLEN-(dstp+len))) { in do_one()
69 src = memalign(BUFLEN, BUFLEN); in test_copy_loop()
70 dst = memalign(BUFLEN, BUFLEN); in test_copy_loop()
71 redzone = malloc(BUFLEN); in test_copy_loop()
72 fill = malloc(BUFLEN); in test_copy_loop()
79 memset(redzone, POISON, BUFLEN); in test_copy_loop()
82 for (i = 0; i < BUFLEN; i++) in test_copy_loop()