Home
last modified time | relevance | path

Searched refs:MAXLEN (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/apr-util/test/
HDtestsiphash.c32 #define MAXLEN 64 macro
45 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()
/freebsd-11-stable/sys/crypto/siphash/
HDsiphash_test.c107 #define MAXLEN 64 macro
113 uint8_t in[MAXLEN], out[8], k[16]; in SipHash24_TestVectors()
121 for (i = 0; i < MAXLEN; ++i) { in SipHash24_TestVectors()
/freebsd-11-stable/sys/fs/udf/
HDosta.h26 #ifndef MAXLEN
27 #define MAXLEN 255 macro
HDosta.c368 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()
/freebsd-11-stable/contrib/unbound/util/storage/
HDlookup3.c862 #define MAXLEN 70 macro
865 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()
/freebsd-11-stable/usr.sbin/bootparamd/bootparamd/
HDbootparamd.c34 #define MAXLEN 800 macro
37 static char buffer[MAXLEN];
/freebsd-11-stable/sys/dev/firewire/
HDfwmem.c79 #define MAXLEN (512 << fwmem_speed) macro
364 iolen = MIN(bp->bio_bcount, MAXLEN); in fwmem_strategy()
/freebsd-11-stable/contrib/binutils/opcodes/
HDChangeLog466 (MAXLEN): Renamed to MAX_MNEM_SIZE. Remove definition.
HDChangeLog-0001839 * mips-dis.c (INSNLEN): Rename MAXLEN.