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

/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/threadTest/
H A DcspRand.cpp10 #define MAX_SIZE 256 macro
21 unsigned char randData[MAX_SIZE];
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DNDC.pm10 our $MAX_SIZE = 5;
43 if(@NDC_STACK >= $MAX_SIZE) {
93 limit (C<$Log::Log4perl::NDC::MAX_SIZE>), just the topmost element
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_screen.c39 #define MAX_SIZE 0x3fff /* 16k is big enough for a window or pad */ macro
53 || tmp._maxy > MAX_SIZE
55 || tmp._maxx > MAX_SIZE)

Completed in 181 milliseconds