Searched refs:MAXLEN (Results 1 – 9 of 9) sorted by relevance
32 #define MAXLEN 64 macro45 static const u8 vectors[MAXLEN][8] =115 u8 in[MAXLEN], out[8], k[16]; in test_vectors()121 for( i = 0; i < MAXLEN; ++i ) in test_vectors()
107 #define MAXLEN 64 macro113 uint8_t in[MAXLEN], out[8], k[16]; in SipHash24_TestVectors()121 for (i = 0; i < MAXLEN; ++i) { in SipHash24_TestVectors()
26 #ifndef MAXLEN27 #define MAXLEN 255 macro
368 if (newIndex < MAXLEN) { in UDFTransName()418 maxFilenameLen = ((MAXLEN - 5) - localExtIndex - 1); in UDFTransName()424 } else if (newIndex > MAXLEN - 5) { in UDFTransName()426 newIndex = MAXLEN - 5; in UDFTransName()
862 #define MAXLEN 70 macro865 uint8_t qa[MAXLEN+1], qb[MAXLEN+2], *a = &qa[0], *b = &qb[1]; in driver2()872 for (hlen=0; hlen < MAXLEN; ++hlen) in driver2()935 uint8_t buf[MAXLEN+20], *b; in driver3()1003 for (i=0; i<MAXLEN; ++i) in driver3()
34 #define MAXLEN 800 macro37 static char buffer[MAXLEN];
79 #define MAXLEN (512 << fwmem_speed) macro364 iolen = MIN(bp->bio_bcount, MAXLEN); in fwmem_strategy()
466 (MAXLEN): Renamed to MAX_MNEM_SIZE. Remove definition.
839 * mips-dis.c (INSNLEN): Rename MAXLEN.