Home
last modified time | relevance | path

Searched defs:packed_value (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bytes/public/pw_bytes/
H A Dpacked_ptr.h46 constexpr PackedPtr(T* ptr, uintptr_t packed_value) : PackedPtr() { in PackedPtr()
84 constexpr uintptr_t packed_value() const { return data_ & kValueMask; } in packed_value() function
96 constexpr void set_packed_value(uintptr_t packed_value) { in set_packed_value()
/aosp_15_r20/art/runtime/oat/
H A Dstack_map.h239 uint32_t packed_value = value; in PackValue() local
247 static uint32_t UnpackValue(DexRegisterLocation::Kind kind, uint32_t packed_value) { in UnpackValue()
/aosp_15_r20/external/webrtc/common_audio/
H A Dwav_header.cc110 uint32_t packed_value = in PackFourCC() local
/aosp_15_r20/external/mesa3d/src/asahi/compiler/
H A Dagx_pack.c369 unsigned packed_value = in agx_pack_sample_mask_src() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_serialize.c565 unsigned packed_value : 19; /* meaning determined by packing */ member