Searched refs:rhigh (Results 1 – 2 of 2) sorted by relevance
250 int rhigh; in WebRtc_g722_decode() local262 rhigh = 0; in WebRtc_g722_decode()341 rhigh = dhigh + s->band[1].s; in WebRtc_g722_decode()343 if (rhigh > 16383) in WebRtc_g722_decode()344 rhigh = 16383; in WebRtc_g722_decode()345 else if (rhigh < -16384) in WebRtc_g722_decode()346 rhigh = -16384; in WebRtc_g722_decode()370 amp[outlen++] = (int16_t) (rhigh << 1); in WebRtc_g722_decode()383 s->x[22] = rlow + rhigh; in WebRtc_g722_decode()384 s->x[23] = rlow - rhigh; in WebRtc_g722_decode()
361 uint32_t rhigh; in nfsreply_print_noaddr() local386 rhigh = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_vers.high); in nfsreply_print_noaddr()387 ND_PRINT((ndo, "RPC Version mismatch (%u-%u)", rlow, rhigh)); in nfsreply_print_noaddr()