Searched refs:MAX_UNALIGN (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.bin/openssl/
H A Dspeed.c82 #define MAX_UNALIGN 16 macro
457 if ((buf = real_buf = malloc(BUFSIZE + MAX_UNALIGN)) == NULL) {
461 if ((buf2 = real_buf2 = malloc(BUFSIZE + MAX_UNALIGN)) == NULL) {
530 unaligned = strtonum(argv[0], 0, MAX_UNALIGN, &errstr);

Completed in 129 milliseconds