Searched defs:add_offset (Results 1 - 2 of 2) sorted by relevance

/external/flatbuffers/include/flatbuffers/
H A Dreflection_generated.h504 void add_offset(uint16_t offset) { function in struct:reflection::FieldBuilder
562 builder_.add_offset(offset);
/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.cc564 uint32_t add_offset = offset & ~extra_offset_mask; local
565 if ((add_offset != 0) &&
568 add_offset = offset;
589 add_offset = (offset + sub_pc_offset) & ~extra_offset_mask;
594 if (add_offset == 0) return MemOperand(scratch, load_store_offset);
603 add(cond, scratch, base, add_offset);
2010 // Add the part which can't be used by the MemOperand (add_offset).
2012 uint32_t add_offset = offset & ~extra_offset_mask; local
2013 if ((add_offset != 0) &&
2016 add_offset
2234 uint32_t add_offset = offset & ~extra_offset_mask; local
[all...]

Completed in 181 milliseconds