HomeSort by relevance Sort by last modified time
    Searched defs:r_off (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
incremental-dump.cc 367 unsigned int r_off = sym_info.reloc_offset(); local
372 r_off,
373 irelocs.get_r_type(r_off),
374 irelocs.get_r_shndx(r_off),
375 static_cast<long long>(irelocs.get_r_offset(r_off)),
376 static_cast<long long>(irelocs.get_r_addend(r_off)),
378 r_off += irelocs.reloc_size;
sparc.cc 2695 unsigned int r_off = reloc.get_r_offset(); local
    [all...]
  /external/opencv3/3rdparty/libwebp/dsp/
yuv.h 75 const int r_off = VP8kVToR[v]; local
78 rgb[0] = VP8kClip[y + r_off - YUV_RANGE_MIN];
85 const int r_off = VP8kVToR[v]; local
90 bgr[2] = VP8kClip[y + r_off - YUV_RANGE_MIN];
95 const int r_off = VP8kVToR[v]; local
98 const uint8_t rg = ((VP8kClip[y + r_off - YUV_RANGE_MIN] & 0xf8) |
113 const int r_off = VP8kVToR[v]; local
116 const uint8_t rg = ((VP8kClip4Bits[y + r_off - YUV_RANGE_MIN] << 4) |

Completed in 70 milliseconds