OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:r_add
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/lib/CodeGen/
ELF.h
204
int64_t
r_add
; // explicit relocation addend
member in class:llvm::ELFRelocation
217
int64_t getAddend() const { return
r_add
; }
222
r_add
(addend), r_rela(rela) {}
/external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc
840
const int
r_add
= src_argb1[2];
local
844
dst_argb[2] = SHADE(r,
r_add
);
[
all
...]
/external/libyuv/files/source/
row_common.cc
836
const int
r_add
= src_argb1[2];
local
840
dst_argb[2] = SHADE(r,
r_add
);
[
all
...]
Completed in 135 milliseconds