Searched refs:v20magic (Results 1 – 5 of 5) sorted by relevance
20 static int v20magic = 0xe3edb2b0; variable105 fwrite((void *) &v20magic, 4, 1, fp); in WriteBinaryCM()166 if (magic_number == v20magic) in ReadCM()
100 static unsigned int v20magic = 0xe8ededb5; /* V2.0 binary: "hmm5" + 0x80808080 */ variable219 if (magic == v20magic) { in HMMFileOpenFseek()460 fwrite((char *) &(v20magic), sizeof(long), 1, fp); in WriteBinHMM()710 if (magic != v20magic) goto FAILURE; in read_bin20hmm()
22 static sqd_uint32 v20magic = 0xf3f3e9b1; /* SSI 1.0: "ssi1" + 0x80808080 */ variable92 if (magic != v20magic && magic != v20swap) {status = SSI_ERR_BADMAGIC; goto FAILURE; } in load_indexfile()957 if (! write_i32(fp, v20magic)) return SSI_ERR_FWRITE; in SSIWriteIndex()
43 static uint32_t v20magic = 0xe8ededb5; /* V2.0 binary: "hmm5" + 0x80808080 */