/hardware/google/gfxstream/guest/mesa/src/util/ |
D | bitpack_helpers.h | 47 util_bitpack_ones(uint32_t start, uint32_t end) in util_bitpack_ones() 53 util_bitpack_uint(uint64_t v, uint32_t start, UNUSED uint32_t end) in util_bitpack_uint() 69 util_bitpack_uint_nonzero(uint64_t v, uint32_t start, uint32_t end) in util_bitpack_uint_nonzero() 76 util_bitpack_sint(int64_t v, uint32_t start, uint32_t end) in util_bitpack_sint() 96 util_bitpack_sint_nonzero(int64_t v, uint32_t start, uint32_t end) in util_bitpack_sint_nonzero() 119 util_bitpack_sfixed(float v, uint32_t start, uint32_t end, in util_bitpack_sfixed() 140 util_bitpack_sfixed_clamp(float v, uint32_t start, uint32_t end, in util_bitpack_sfixed_clamp() 158 util_bitpack_sfixed_nonzero(float v, uint32_t start, uint32_t end, in util_bitpack_sfixed_nonzero() 166 util_bitpack_ufixed(float v, uint32_t start, ASSERTED uint32_t end, in util_bitpack_ufixed() 186 util_bitpack_ufixed_clamp(float v, uint32_t start, ASSERTED uint32_t end, in util_bitpack_ufixed_clamp() [all …]
|
D | strtod.c | 69 _mesa_strtod(const char *s, char **end) in _mesa_strtod() 85 _mesa_strtof(const char *s, char **end) in _mesa_strtof()
|
D | os_time.h | 92 int64_t end, in os_time_timeout()
|
/hardware/google/aemu/base/include/aemu/base/ |
D | IOVector.h | 48 IOVector(iterator begin, iterator end) : mIOVecs(begin, end) {} in IOVector() 66 iterator end() { return mIOVecs.data() + size(); } in end() function 68 const_iterator end() const { return mIOVecs.data() + size(); } in end() function
|
/hardware/interfaces/broadcastradio/common/tests/ |
D | IdentifierIterator_test.cpp | 37 auto end = V2_0::end(sel); in TEST() local 50 auto end = V2_0::end(sel); in TEST() local 70 auto end = V2_0::end(sel); in TEST() local 105 auto end = V2_0::end(sel); in TEST() local
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | StreamIoUtil.h | 37 charvectorbuf(CharT *begin, CharT *end) { in charvectorbuf() 51 charvectorbuf(const CharT *begin, const CharT *end) { in charvectorbuf() 76 pos_type end = egptr() - eback(); variable
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | range.hpp | 67 inline typename genType::value_type const * end(genType const & v) in end() function 79 inline typename genType::value_type * end(genType& v) in end() function
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | IndexRangeCache.h | 39 int end; member 78 size_t end = offset + count * glSizeof(type); member
|
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/ |
D | confirmationui_utils.h | 92 T* end() { return data_ + elements; } in end() function 94 const T* end() const { return data_ + elements; } in end() function 160 const uint8_t* end() const { return data_ + size_; } in end() function
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLBackgroundLoader.cpp | 73 const auto end = get_uptime_ms(); in main() local
|
/hardware/google/gfxstream/codegen/generic-apigen/ |
D | strUtils.cpp | 40 string::size_type end = str.find_last_not_of(WHITESPACE); in trim() local
|
/hardware/interfaces/nfc/aidl/vts/functional/ |
D | SyncEvent.h | 96 void end() { mMutex.unlock(); } in end() function
|
/hardware/nxp/secure_element/snxxx/libese-spi/src/include/ |
D | SyncEvent.h | 95 void end() { mMutex.unlock(); } in end() function
|
/hardware/google/av/media/eco/ |
D | ECOService.cpp | 133 for (auto it = mSessionConfigToSessionMap.begin(), end = mSessionConfigToSessionMap.end(); in SanitizeSession() local 152 for (auto it = mSessionConfigToSessionMap.begin(), end = mSessionConfigToSessionMap.end(); in dump() local
|
/hardware/libhardware/modules/input/evdev/ |
D | BitUtils.cpp | 38 bool testBitInRange(const uint8_t arr[], size_t start, size_t end) { in testBitInRange()
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/ |
D | Buffer.h | 136 iterator end() const { return {}; } in end() function 151 raw_iterator end() const { return {}; } in end() function
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_private_defs.h | 27 bool arrayany(const T* arr, uint32_t begin, uint32_t end, const F& func) { in arrayany()
|
/hardware/interfaces/security/keymint/support/include/keymint_support/ |
D | authorization_set.h | 145 auto end() { return data_.end(); } in end() function 146 auto end() const { return data_.end(); } in end() function 209 void append(Iterator begin, Iterator end) { in append()
|
/hardware/google/gfxstream/guest/mesa/include/android_stub/backtrace/ |
D | Backtrace.h | 98 uint64_t end; member 174 iterator end() { return frames_.end(); } in end() function 178 const_iterator end() const { return frames_.end(); } in end() function
|
/hardware/google/aemu/snapshot/ |
D | TextureSaver.cpp | 86 auto end = ftello64(mStream.get()); in writeIndex() local
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | GeneratedTestHarness.cpp | 88 const uint8_t* end = begin + op.data.size(); in createModel() local 110 const uint8_t* end = begin + op.data.size(); in createModel() local
|
/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
D | GeneratedTestHarness.cpp | 95 const uint8_t* end = begin + op.data.size(); in createModel() local 117 const uint8_t* end = begin + op.data.size(); in createModel() local
|
/hardware/google/camera/common/profiler/ |
D | profiler.proto | 9 optional uint64 end = 2; field
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/ |
D | SmallVector.h | 100 iterator end() { return mEnd; } in end() function 101 const_iterator end() const { return mEnd; } in end() function 173 void init(iterator begin, iterator end, size_type capacity) { in init()
|
/hardware/google/aemu/base/include/aemu/base/containers/ |
D | SmallVector.h | 100 iterator end() { return mEnd; } in end() function 101 const_iterator end() const { return mEnd; } in end() function 173 void init(iterator begin, iterator end, size_type capacity) { in init()
|