OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:r_off
(Results
1 - 5
of
5
) sorted by null
/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) |
/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;
powerpc.cc
130
// Return section and offset of function entry for .opd +
R_OFF
.
132
get_opd_ent(Address
r_off
, Address* value = NULL) const
134
size_t ndx = this->opd_ent_ndx(
r_off
);
142
// Set section and offset of function entry for .opd +
R_OFF
.
144
set_opd_ent(Address
r_off
, unsigned int shndx, Address value)
146
size_t ndx = this->opd_ent_ndx(
r_off
);
152
// Return discard flag for .opd +
R_OFF
.
154
get_opd_discard(Address
r_off
) const
156
size_t ndx = this->opd_ent_ndx(
r_off
);
161
// Set discard flag for .opd +
R_OFF
[
all
...]
sparc.cc
2695
unsigned int
r_off
= reloc.get_
r_off
set();
local
[
all
...]
/toolchain/binutils/binutils-2.25/bfd/
elfxx-sparc.c
[
all
...]
Completed in 1916 milliseconds