Home
last modified time | relevance | path

Searched refs:b_end (Results 1 – 12 of 12) sorted by relevance

/third_party/ltp/include/
Dtst_fuzzy_sync.h113 struct timespec b_end; member
517 pair->b_end, pair->b_start); in tst_fzsync_pair_update()
519 pair->a_end, pair->b_end); in tst_fzsync_pair_update()
798 tst_fzsync_time(&pair->b_end); in tst_fzsync_end_race_b()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_merge_regs.c156 unsigned b_end = b_start + reg_size(b->reg); in can_skip_interference() local
159 if (a_end <= b_start || b_end <= a_start) in can_skip_interference()
170 if (!((a_start <= b_start && a_end >= b_end) || in can_skip_interference()
171 (b_start <= a_start && b_end >= a_end))) in can_skip_interference()
178 unsigned end = MIN2(a_end, b_end); in can_skip_interference()
/third_party/boost/libs/math/tools/
Dhypergeometric_1F1_map_neg_b_fwd_recurrence.cpp50 test_type b_start, b_end; in main() local
56 std::cin >> b_start >> b_end; in main()
67 for (test_type b = b_start; b < b_end; b_start < 0 ? b /= b_mult : b *= b_mult) in main()
/third_party/boost/boost/random/
Ddiscrete_distribution.hpp595 b_end = below_average.end(), in init() local
599 while(b_iter != b_end && a_iter != a_end) { in init()
609 for(; b_iter != b_end; ++b_iter) { in init()
/third_party/e2fsprogs/lib/ext2fs/
Dgen_bitmap64.c804 blk64_t i, next, b_end, c_end; in ext2fs_convert_subcluster_bitmap() local
817 b_end = bmap->end; in ext2fs_convert_subcluster_bitmap()
829 bmap->end = b_end; in ext2fs_convert_subcluster_bitmap()
/third_party/icu/tools/unicode/py/
Dpreparseucd.py1199 b_end = -1
1206 b_end = b[1]
1207 WriteFieldsRangeProps(["\nblock"], b[0], b_end, b[2], out_file)
1231 if start > b_end and b_end >= 0:
1235 b_end = -1
/third_party/boost/libs/crc/test/
Dcrc_test.cpp360 byte_type const * const b_end = b_begin + byte_count; in quick_crc32() local
361 for ( byte_type const *p = b_begin ; p < b_end ; ++p ) in quick_crc32()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc87 b_end = glyph_builders->end(); in GenerateLocaList() local
88 b != b_end; ++b) { in GenerateLocaList()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc87 b_end = glyph_builders->end(); in GenerateLocaList() local
88 b != b_end; ++b) { in GenerateLocaList()
/third_party/ffmpeg/libavformat/
Dipmovie.c620 const uint8_t *b_end = p->buf + p->buf_size - sizeof(signature); in ipmovie_probe() local
625 } while (b < b_end); in ipmovie_probe()
/third_party/python/Objects/
Dlongobject.c4709 digit *a_digit, *b_digit, *c_digit, *d_digit, *a_end, *b_end; in _PyLong_GCD() local
4830 b_end = b->ob_digit + size_b; in _PyLong_GCD()
4839 while (b_digit < b_end) { in _PyLong_GCD()
/third_party/boost/libs/python/doc/
Dtutorial.qbk1592 .property("bogons", range(&F::b_begin, &F::b_end));