Searched refs:b_offset (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | amrwbdec.c | 405 int b_offset = 1 << (m - 1); in decode_4p_track() local 421 m - 1, off + b_offset); in decode_4p_track() 427 m - 1, off + b_offset); in decode_4p_track() 433 m - 1, off + b_offset); in decode_4p_track() 450 int b_offset = 1 << (m - 1); in decode_6p_track() local 453 int half_other = b_offset - half_more; in decode_6p_track() 478 m - 1, off + b_offset); in decode_6p_track()
|
/third_party/gettext/gettext-tools/src/ |
D | write-qt.c | 369 unsigned int b_offset = peek_u32 (b + 4); in cmp_hashes() local 371 if (a_offset != b_offset) in cmp_hashes() 372 return (a_offset >= b_offset ? 1 : -1); in cmp_hashes()
|
/third_party/grpc/src/core/lib/slice/ |
D | slice_buffer.cc | 210 size_t b_offset = static_cast<size_t>(b->slices - b->base_slices); in grpc_slice_buffer_swap() local 213 size_t b_count = b->count + b_offset; in grpc_slice_buffer_swap() 241 a->slices = a->base_slices + b_offset; in grpc_slice_buffer_swap()
|
/third_party/boost/libs/multiprecision/performance/ |
D | linpack-benchmark.cpp | 994 integer a_dim1, a_offset, b_dim1, b_offset, c_dim1, c_offset, i__1, i__2; in mm_() local 1030 b_offset = 1 + b_dim1; in mm_() 1031 b -= b_offset; in mm_() 1046 dmxpy_(n2, &a[j * a_dim1 + 1], n1, ldb, &c__[j * c_dim1 + 1], &b[b_offset]); in mm_()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
D | SerializableTestUtility.java | 566 int a_offset, b_offset; in hasSameBehavior() local 578 b_offset = tza_b.getOffset(era, year, month, day, dow, mid); in hasSameBehavior() 582 if (a_offset != b_offset || a_dst != b_dst) { in hasSameBehavior()
|
/third_party/quickjs/ |
D | libbf.c | 818 slimb_t bit_offset, b_offset, n; in count_cancelled_bits() local 823 b_offset = (b->len - a->len) * LIMB_BITS - (LIMB_BITS - 1) + in count_cancelled_bits() 830 v2 = get_bits(b->tab, b->len, bit_offset + b_offset); in count_cancelled_bits() 853 v2 = get_bits(b->tab, b->len, bit_offset + b_offset); in count_cancelled_bits() 6643 slimb_t d, a_offset, b_offset, i, r_len; in bfdec_add_internal() local 6677 b_offset = r_len - (b->len + (d + LIMB_DIGITS - 1) / LIMB_DIGITS); in bfdec_add_internal() 6680 carry = mp_sub_dec(r->tab + b_offset, r->tab + b_offset, in bfdec_add_internal() 6683 carry = mp_sub_ui_dec(r->tab + b_offset + b1_len, carry, in bfdec_add_internal() 6684 r_len - (b_offset + b1_len)); in bfdec_add_internal() 6688 carry = mp_add_dec(r->tab + b_offset, r->tab + b_offset, in bfdec_add_internal() [all …]
|
/third_party/python/Python/ |
D | compile.c | 77 int b_offset; member 5745 b->b_offset = totsize; in assemble_jump_offsets() 5750 bsize = b->b_offset; in assemble_jump_offsets() 5760 instr->i_oparg = instr->i_target->b_offset; in assemble_jump_offsets() 6001 b->b_iused, b->b_startdepth, b->b_offset, seen, b_return);
|