Searched refs:value_bits (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCClassDescriptorV2.h | 42 uint64_t *value_bits = nullptr, 48 int64_t *value_bits = nullptr, 342 uint64_t *value_bits = nullptr, 346 if (value_bits) 347 *value_bits = GetValueBits(); 354 int64_t *value_bits = nullptr, 358 if (value_bits) 359 *value_bits = GetValueBitsSigned();
|
| H A D | AppleObjCRuntimeV1.h | 62 uint64_t *value_bits = nullptr, 68 int64_t *value_bits = nullptr,
|
| H A D | AppleObjCRuntimeV2.cpp | 1073 uint64_t value_bits = 0; in DoExecute() local 1075 if (descriptor_sp->GetTaggedPointerInfo(&info_bits, &value_bits, in DoExecute() 1083 arg_addr, payload, value_bits, info_bits, in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSIndexPath.cpp | 83 uint64_t info_bits(0), value_bits(0), payload(0); in Update() local 85 if (descriptor->GetTaggedPointerInfo(&info_bits, &value_bits, &payload)) { in Update()
|
| H A D | Cocoa.cpp | 940 uint64_t info_bits = 0, value_bits = 0; in NSDateSummaryProvider() local 943 if (descriptor->GetTaggedPointerInfo(&info_bits, &value_bits)) { in NSDateSummaryProvider() 944 date_value_bits = ((value_bits << 8) | (info_bits << 4)); in NSDateSummaryProvider() 984 date_value = decodeTaggedTimeInterval(value_bits << 4); in NSDateSummaryProvider()
|
| /freebsd/contrib/llvm-project/libc/src/__support/fixed_point/ |
| H A D | fx_bits.h | 194 BitType value_bits = FXBits(f).get_bits(); in countls() local 195 return cpp::countl_zero(value_bits) - FXRep::SIGN_LEN; in countls()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.h | 103 uint64_t *value_bits = nullptr, 107 int64_t *value_bits = nullptr,
|