Searched refs:SOURCE_LOC_LINE_MASK (Results 1 – 1 of 1) sorted by relevance
25 const unsigned int SOURCE_LOC_LINE_MASK = (1 << SOURCE_LOC_LINE_SIZE) - 1; variable28 return (string << SOURCE_LOC_LINE_SIZE) | (line & SOURCE_LOC_LINE_MASK); in EncodeSourceLoc()33 if (line) *line = loc & SOURCE_LOC_LINE_MASK; in DecodeSourceLoc()