Lines Matching refs:INT
97 int adifWrite_EncodeHeader(ADIF_INFO *adif,
99 INT adif_buffer_fullness)
103 const int copyRightIdPresent=0;
104 const int originalCopy=0;
105 const int home=0;
107 int i;
109 INT sampleRate = adif->samplingRate;
110 INT totalBitRate = adif->bitRate;
119 adif->bVariableRate = ( adif_buffer_fullness >= (INT)(0x1<<20) ) ? 1 : 0;
152 int adifWrite_GetHeaderBits(ADIF_INFO *adif)
155 const int copyRightIdPresent=0;
160 int bits = 0;