HomeSort by relevance Sort by last modified time
    Searched refs:dst_end (Results 1 - 11 of 11) 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 197 Register dst_end = x12; local
200 __ Add(dst_end, dst_elements, Operand(length, LSL, kDoubleSizeLog2));
232 __ Cmp(dst_elements, dst_end);
292 Register dst_end = x12; local
297 __ Add(dst_end, dst_elements, Operand(length, LSL, kPointerSizeLog2));
338 __ Cmp(dst_elements, dst_end);
  /external/chromium_org/v8/src/mips64/
codegen-mips64.cc 784 Register dst_end = length; local
790 __ SmiScale(dst_end, dst_end, kPointerSizeLog2);
791 __ Daddu(dst_end, dst_elements, dst_end);
797 // dst_end: end of destination FixedArray, not tagged
848 __ Branch(&loop, lt, dst_elements, Operand(dst_end));
    [all...]
  /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/chromium_org/v8/src/mips/
codegen-mips.cc 893 Register dst_end = length; local
    [all...]
  /external/chromium_org/v8/src/arm/
codegen-arm.cc 602 Register dst_end = length; local
608 __ add(dst_end, dst_elements, Operand(length, LSL, 1));
615 // dst_end: end of destination FixedArray, not tagged
660 __ cmp(dst_elements, dst_end);
  /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 255 milliseconds