Searched refs:new_r (Results 1 – 2 of 2) sorted by relevance
2164 char *new_r = NULL; in kssl_build_principal_2() local2172 if ((new_r = calloc(1, rlen + 1)) == NULL) goto err; in kssl_build_principal_2()2173 memcpy(new_r, realm, rlen); in kssl_build_principal_2()2175 krb5_princ_set_realm_data(context, new_p, new_r); in kssl_build_principal_2()2193 if (new_r) free(new_r); in kssl_build_principal_2()
735 const uint32_t new_r = (((argb >> 16) & 0xff) - green) & 0xff; in VP8LSubtractGreenFromBlueAndRed() local737 argb_data[i] = (argb & 0xff00ff00) | (new_r << 16) | new_b; in VP8LSubtractGreenFromBlueAndRed()