Searched refs:sign_found (Results 1 – 2 of 2) sorted by relevance
98 uint8_t sign_found = 0x00; in PaletteHasNonMonotonousDeltas() local105 sign_found |= (rd < 0x80) ? 1 : 2; in PaletteHasNonMonotonousDeltas()108 sign_found |= (gd < 0x80) ? 8 : 16; in PaletteHasNonMonotonousDeltas()111 sign_found |= (bd < 0x80) ? 64 : 128; in PaletteHasNonMonotonousDeltas()115 return (sign_found & (sign_found << 1)) != 0; // two consequent signs. in PaletteHasNonMonotonousDeltas()
1080 UINT8 sign_found = STATUS_FAILED; in ALA_Check_KeyIdentifier() local1139 (certf_found != STATUS_FAILED)&&(sign_found != STATUS_OK)) in ALA_Check_KeyIdentifier()1216 sign_found = STATUS_OK; in ALA_Check_KeyIdentifier()