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

/external/vixl/src/aarch64/
H A Dsimulator-aarch64.h455 void SetUint(VectorFormat vform, int index, uint64_t value) const { function in class:vixl::aarch64::LogicVRegister
478 SetUint(vform, i, src[i]);
535 SetUint(kFormat16B, i, 0);
595 SetUint(vform, i, MaxUintFromFormat(vform));
597 SetUint(vform, i, 0);
612 SetUint(vform, i, Uint(vform, i) + (GetRounding(i) ? 1 : 0));
/external/libchrome/base/debug/
H A Dactivity_tracker.h445 void SetUint(StringPiece name, uint64_t value) { function in class:base::debug::ActivityUserData

Completed in 291 milliseconds