Searched refs:tbit (Results 1 – 4 of 4) sorted by relevance
/third_party/libunwind/tests/ |
D | ia64-dyn-asm.S | 66 tbit.nz p6, p0 = in0, 4
|
D | ia64-test-stack-asm.S | 87 tbit.nz p6, p0 = r8, 0
|
D | ia64-test-nat-asm.S | 44 tbit.nz p15, p0 = reg, 0;; \ 115 tbit.nz p6, p0 = r4, 0;;
|
/third_party/ffmpeg/libavcodec/ |
D | opusenc.c | 265 const int tbit = (diff ^ 1) == f->tf_change[i]; in celt_enc_tf() local 266 ff_opus_rc_enc_log(rc, tbit, bits); in celt_enc_tf() 267 diff ^= tbit; in celt_enc_tf()
|