HomeSort by relevance Sort by last modified time
    Searched refs:dst_end (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
mouse_cursor_monitor_x11.cc 195 uint32_t* dst_end = dst + (img->width * img->height); local
196 while (dst < dst_end) {
screen_capturer_x11.cc 374 uint32_t* dst_end = dst + (img->width * img->height); local
375 while (dst < dst_end) {
  /external/qemu/android/skin/
argb.h 245 uint8_t* dst_end = dst + 4*op->rd.w; local
249 for ( ; dst < dst_end; ) {
341 uint8_t* dst_end = dst + 4*op->rd.w; local
345 for ( ; dst < dst_end; ) {
486 uint8_t* dst_end = dst + 4*op->rd.w; local
489 for ( ; dst < dst_end; ) {
573 uint8_t* dst_end = dst + 4*op->rd.w; local
576 for ( ; dst < dst_end; ) {
827 uint8_t* dst_end = dst + 4*op->rd.w; local
830 for ( ; dst < dst_end; ) {
    [all...]
image.c 154 unsigned* dst_end = dst + w*h; local
157 for ( ; dst < dst_end; dst++, src++ )
  /external/chromium_org/v8/src/arm64/
codegen-arm64.cc 192 Register dst_end = x12; local
195 __ Add(dst_end, dst_elements, Operand(length, LSL, kDoubleSizeLog2));
227 __ Cmp(dst_elements, dst_end);
289 Register dst_end = x12; local
294 __ Add(dst_end, dst_elements, Operand(length, LSL, kPointerSizeLog2));
333 __ Cmp(dst_elements, dst_end);
  /external/lldb/source/Core/
DataExtractor.cpp 476 uint16_t *dst_end = dst_pos + count; local
478 while (dst_pos < dst_end)
535 uint32_t *dst_end = dst_pos + count; local
537 while (dst_pos < dst_end)
592 uint64_t *dst_end = dst_pos + count; local
594 while (dst_pos < dst_end)
    [all...]
  /external/llvm/include/llvm/Support/
GCOV.h 335 EdgeIterator dst_end() const { return DstEdges.end(); } function in class:llvm::GCOVBlock
  /external/llvm/lib/IR/
GCOV.cpp 694 for (GCOVBlock::EdgeIterator I = Block.dst_begin(), E = Block.dst_end();

Completed in 2161 milliseconds