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

/macosx-10.10.1/procmail-14/procmail/src/
H A Dprocmail.h44 #define MAX32 (mAX32>maxMAX32&&maxMAX32>0?maxMAX32:mAX32) /* the minmax */ macro
45 #define MIN32 (-(long)MAX32)
H A Dmisc.c462 { if(score>=MAX32)
541 score<MAX32&&
551 score+=weight<0?MIN32:MAX32;
583 while(--j>=0&&(score+=weight)<MAX32&&score>MIN32)
622 if(score>MAX32) /* chop off at plus infinity */
623 plusinfty: score=MAX32;
H A Dmanconf.c317 pn("MAX32",MAX32);
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf32-d30v.c29 #define MAX32 ((bfd_signed_vma) 0x7fffffff) macro
30 #define MIN32 (- MAX32 - 1)
119 if (relocation > MAX32 || relocation < MIN32)

Completed in 125 milliseconds