Home
last modified time | relevance | path

Searched defs:firstMarkedBit (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/core/libutils/include/utils/
DBitSet.h83 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
85 static uint32_t firstMarkedBit(uint32_t value) { return clz_checked(value); } in firstMarkedBit() function
227 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
229 static inline uint32_t firstMarkedBit(uint64_t value) { in firstMarkedBit() function
/aosp_15_r20/system/core/libutils/include/utils/
H A DBitSet.h83 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
85 static uint32_t firstMarkedBit(uint32_t value) { return clz_checked(value); } in firstMarkedBit() function
227 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
229 static inline uint32_t firstMarkedBit(uint64_t value) { in firstMarkedBit() function
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/core/libutils/include/utils/
DBitSet.h78 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
80 static uint32_t firstMarkedBit(uint32_t value) { return clz_checked(value); } in firstMarkedBit() function
220 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
222 static inline uint32_t firstMarkedBit(uint64_t value) { return __builtin_clzll(value); } in firstMarkedBit() function
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/core/libutils/include/utils/
DBitSet.h83 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
85 static uint32_t firstMarkedBit(uint32_t value) { return clz_checked(value); } in firstMarkedBit() function
227 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
229 static inline uint32_t firstMarkedBit(uint64_t value) { in firstMarkedBit() function
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/core/libutils/include/utils/
DBitSet.h78 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
80 static uint32_t firstMarkedBit(uint32_t value) { return clz_checked(value); } in firstMarkedBit() function
220 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
222 static inline uint32_t firstMarkedBit(uint64_t value) { return __builtin_clzll(value); } in firstMarkedBit() function
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/core/libutils/include/utils/
DBitSet.h83 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
85 static uint32_t firstMarkedBit(uint32_t value) { return clz_checked(value); } in firstMarkedBit() function
227 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
229 static inline uint32_t firstMarkedBit(uint64_t value) { in firstMarkedBit() function
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/core/libutils/include/utils/
DBitSet.h83 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
85 static uint32_t firstMarkedBit(uint32_t value) { return clz_checked(value); } in firstMarkedBit() function
227 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
229 static inline uint32_t firstMarkedBit(uint64_t value) { in firstMarkedBit() function
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/core/libutils/include/utils/
DBitSet.h78 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
80 static uint32_t firstMarkedBit(uint32_t value) { return clz_checked(value); } in firstMarkedBit() function
220 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
222 static inline uint32_t firstMarkedBit(uint64_t value) { return __builtin_clzll(value); } in firstMarkedBit() function
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/core/libutils/include/utils/
DBitSet.h83 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
85 static uint32_t firstMarkedBit(uint32_t value) { return clz_checked(value); } in firstMarkedBit() function
227 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
229 static inline uint32_t firstMarkedBit(uint64_t value) { in firstMarkedBit() function
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/core/libutils/include/utils/
DBitSet.h83 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
85 static uint32_t firstMarkedBit(uint32_t value) { return clz_checked(value); } in firstMarkedBit() function
227 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
229 static inline uint32_t firstMarkedBit(uint64_t value) { in firstMarkedBit() function
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/core/libutils/include/utils/
DBitSet.h83 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
85 static uint32_t firstMarkedBit(uint32_t value) { return clz_checked(value); } in firstMarkedBit() function
227 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
229 static inline uint32_t firstMarkedBit(uint64_t value) { in firstMarkedBit() function
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/core/libutils/include/utils/
DBitSet.h83 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
85 static uint32_t firstMarkedBit(uint32_t value) { return clz_checked(value); } in firstMarkedBit() function
227 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
229 static inline uint32_t firstMarkedBit(uint64_t value) { in firstMarkedBit() function
/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/core/libutils/include/utils/
DBitSet.h83 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
85 static uint32_t firstMarkedBit(uint32_t value) { return clz_checked(value); } in firstMarkedBit() function
227 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
229 static inline uint32_t firstMarkedBit(uint64_t value) { in firstMarkedBit() function
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/core/libutils/include/utils/
DBitSet.h83 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
85 static uint32_t firstMarkedBit(uint32_t value) { return clz_checked(value); } in firstMarkedBit() function
227 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
229 static inline uint32_t firstMarkedBit(uint64_t value) { in firstMarkedBit() function
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/core/libutils/include/utils/
DBitSet.h78 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
80 static uint32_t firstMarkedBit(uint32_t value) { return clz_checked(value); } in firstMarkedBit() function
220 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
222 static inline uint32_t firstMarkedBit(uint64_t value) { return __builtin_clzll(value); } in firstMarkedBit() function
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/core/libutils/include/utils/
DBitSet.h83 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
85 static uint32_t firstMarkedBit(uint32_t value) { return clz_checked(value); } in firstMarkedBit() function
227 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
229 static inline uint32_t firstMarkedBit(uint64_t value) { in firstMarkedBit() function
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/core/libutils/include/utils/
DBitSet.h83 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
85 static uint32_t firstMarkedBit(uint32_t value) { return clz_checked(value); } in firstMarkedBit() function
227 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
229 static inline uint32_t firstMarkedBit(uint64_t value) { in firstMarkedBit() function
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/system/core/libutils/include/utils/
DBitSet.h83 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
85 static uint32_t firstMarkedBit(uint32_t value) { return clz_checked(value); } in firstMarkedBit() function
227 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
229 static inline uint32_t firstMarkedBit(uint64_t value) { in firstMarkedBit() function
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/core/libutils/include/utils/
DBitSet.h83 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
85 static uint32_t firstMarkedBit(uint32_t value) { return clz_checked(value); } in firstMarkedBit() function
227 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
229 static inline uint32_t firstMarkedBit(uint64_t value) { in firstMarkedBit() function
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/core/libutils/include/utils/
DBitSet.h83 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
85 static uint32_t firstMarkedBit(uint32_t value) { return clz_checked(value); } in firstMarkedBit() function
227 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
229 static inline uint32_t firstMarkedBit(uint64_t value) { in firstMarkedBit() function
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/core/libutils/include/utils/
DBitSet.h83 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
85 static uint32_t firstMarkedBit(uint32_t value) { return clz_checked(value); } in firstMarkedBit() function
227 inline uint32_t firstMarkedBit() const { return firstMarkedBit(value); } in firstMarkedBit() function
229 static inline uint32_t firstMarkedBit(uint64_t value) { in firstMarkedBit() function
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DNativeBitSet64.java69 int firstMarkedBit() { in firstMarkedBit() method in NativeBitSet64
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp393 size_t firstMarkedBit(T set) { in firstMarkedBit() function