Home
last modified time | relevance | path

Searched refs:source_end (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dtest_utils.cc45 UChar* source_end; in EncodeOneChar() local
49 source_end = source; in EncodeOneChar()
52 (const UChar**)&source_end, source + sizeof(UChar), in EncodeOneChar()
/third_party/ffmpeg/libavcodec/
H A Dbmvvideo.c61 const uint8_t *src, *source_end = source + src_len; in decode_bmv_frame() local
95 if (src < source || src >= source_end) in decode_bmv_frame()
108 if (src < source || src >= source_end) in decode_bmv_frame()
/third_party/node/src/
H A Dnode_buffer.cc636 size_t source_end = 0; in Copy() local
641 &source_end)); in Copy()
644 if (target_start >= target_length || source_start >= source_end) in Copy()
651 if (source_end - source_start > target_length - target_start) in Copy()
652 source_end = source_start + target_length - target_start; in Copy()
655 std::min(source_end - source_start, target_length - target_start), in Copy()
824 size_t source_end = 0; in CompareOffset() local
832 &source_end)); in CompareOffset()
841 CHECK_LE(source_start, source_end); in CompareOffset()
845 std::min(std::min(source_end in CompareOffset()
[all...]
/third_party/mesa3d/src/panfrost/shared/
H A Dpan_tiling.c180 pixel_t *source_end = source + w; \
182 for (; source < source_end; dest += (PIXELS_PER_TILE << shift)) { \
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.cc409 for (const VarState* source_end = source + count; source < source_end; in InitMergeRegion()

Completed in 6 milliseconds