/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/core/libutils/include/utils/ |
D | List.h | 52 explicit _Node(const T& val) : mVal(val) {} in _Node() 58 inline void setVal(const T& val) { mVal = val; } in setVal() 209 void push_front(const T& val) { insert(begin(), val); } in push_front() 210 void push_back(const T& val) { insert(end(), val); } in push_back() 213 iterator insert(iterator posn, const T& val) in insert() 224 void insert(iterator posn, const_iterator first, const_iterator last) { in insert() 240 iterator erase(iterator first, iterator last) { in erase() 276 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const in distance()
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/core/libutils/include/utils/ |
D | List.h | 52 explicit _Node(const T& val) : mVal(val) {} in _Node() 58 inline void setVal(const T& val) { mVal = val; } in setVal() 209 void push_front(const T& val) { insert(begin(), val); } in push_front() 210 void push_back(const T& val) { insert(end(), val); } in push_back() 213 iterator insert(iterator posn, const T& val) in insert() 224 void insert(iterator posn, const_iterator first, const_iterator last) { in insert() 240 iterator erase(iterator first, iterator last) { in erase() 276 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const in distance()
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/core/libutils/include/utils/ |
D | List.h | 52 explicit _Node(const T& val) : mVal(val) {} in _Node() 58 inline void setVal(const T& val) { mVal = val; } in setVal() 209 void push_front(const T& val) { insert(begin(), val); } in push_front() 210 void push_back(const T& val) { insert(end(), val); } in push_back() 213 iterator insert(iterator posn, const T& val) in insert() 224 void insert(iterator posn, const_iterator first, const_iterator last) { in insert() 240 iterator erase(iterator first, iterator last) { in erase() 276 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const in distance()
|
/aosp_15_r20/external/cronet/base/containers/ |
H A D | flat_tree.h | 418 std::pair<iterator, bool> insert_or_assign(V&& val) { in insert_or_assign() 434 std::pair<iterator, bool> append_or_assign(iterator first, in append_or_assign() 436 V&& val) { in append_or_assign() 457 std::pair<iterator, bool> append_unique(iterator first, in append_unique() 459 V&& val) { in append_unique() 473 void sort_and_unique(iterator first, iterator last) { in sort_and_unique() 510 InputIterator first, in flat_tree() 543 InputIterator first, in flat_tree() 745 InputIterator first, in insert()
|
/aosp_15_r20/external/pdfium/third_party/libtiff/ |
H A D | tif_aux.c | 35 uint32_t _TIFFMultiply32(TIFF *tif, uint32_t first, uint32_t second, in _TIFFMultiply32() 47 uint64_t _TIFFMultiply64(TIFF *tif, uint64_t first, uint64_t second, in _TIFFMultiply64() 59 tmsize_t _TIFFMultiplySSize(TIFF *tif, tmsize_t first, tmsize_t second, in _TIFFMultiplySSize() 84 tmsize_t _TIFFCastUInt64ToSSize(TIFF *tif, uint64_t val, const char *module) in _TIFFCastUInt64ToSSize() 435 float _TIFFClampDoubleToFloat(double val) in _TIFFClampDoubleToFloat() 444 uint32_t _TIFFClampDoubleToUInt32(double val) in _TIFFClampDoubleToUInt32()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/ |
D | hex.hpp | 60 OutputIterator encode_one ( T val, OutputIterator out, const char * hexDigits ) { in encode_one() 70 unsigned char hex_char_to_int ( T val ) { in hex_char_to_int() 124 decode_one ( InputIterator &first, InputIterator last, OutputIterator out, EndPred pred ) { in decode_one() 152 hex ( InputIterator first, InputIterator last, OutputIterator out ) { in hex() 169 hex_lower ( InputIterator first, InputIterator last, OutputIterator out ) { in hex_lower() 245 OutputIterator unhex ( InputIterator first, InputIterator last, OutputIterator out ) { in unhex()
|
D | clamp.hpp | 50 BOOST_CXX14_CONSTEXPR T const & clamp ( T const& val, in clamp() 72 BOOST_CXX14_CONSTEXPR T const& clamp ( const T& val, in clamp() 91 …BOOST_CXX14_CONSTEXPR OutputIterator clamp_range ( InputIterator first, InputIterator last, Output… in clamp_range() 137 …BOOST_CXX14_CONSTEXPR OutputIterator clamp_range ( InputIterator first, InputIterator last, Output… in clamp_range()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/cxx11/ |
D | one_of.hpp | 32 BOOST_CXX14_CONSTEXPR bool one_of ( InputIterator first, InputIterator last, Predicate p ) in one_of() 65 BOOST_CXX14_CONSTEXPR bool one_of_equal ( InputIterator first, InputIterator last, const V &val ) in one_of_equal() 84 BOOST_CXX14_CONSTEXPR bool one_of_equal ( const Range &r, const V &val ) in one_of_equal()
|
D | any_of.hpp | 32 BOOST_CXX14_CONSTEXPR bool any_of ( InputIterator first, InputIterator last, Predicate p ) in any_of() 62 BOOST_CXX14_CONSTEXPR bool any_of_equal ( InputIterator first, InputIterator last, const V &val ) in any_of_equal() 78 BOOST_CXX14_CONSTEXPR bool any_of_equal ( const Range &r, const V &val ) in any_of_equal()
|
D | none_of.hpp | 30 BOOST_CXX14_CONSTEXPR bool none_of ( InputIterator first, InputIterator last, Predicate p ) in none_of() 60 BOOST_CXX14_CONSTEXPR bool none_of_equal ( InputIterator first, InputIterator last, const V &val ) in none_of_equal() 76 BOOST_CXX14_CONSTEXPR bool none_of_equal ( const Range &r, const V & val ) in none_of_equal()
|
D | all_of.hpp | 31 BOOST_CXX14_CONSTEXPR bool all_of ( InputIterator first, InputIterator last, Predicate p ) in all_of() 61 BOOST_CXX14_CONSTEXPR bool all_of_equal ( InputIterator first, InputIterator last, const T &val ) in all_of_equal() 77 BOOST_CXX14_CONSTEXPR bool all_of_equal ( const Range &r, const T &val ) in all_of_equal()
|
/aosp_15_r20/system/extras/tests/lib/testUtil/ |
H A D | testUtil.c | 44 double ts2double(const struct timespec *val) in ts2double() 55 double tv2double(const struct timeval *val) in tv2double() 100 struct timespec tsDelta(const struct timespec *first, in tsDelta() 123 struct timeval tvDelta(const struct timeval *first, in tvDelta() 182 uint32_t val; in testRand() local 209 uint32_t val = (mod <= lrand48maxVal) ? (uint32_t) lrand48() : testRand(); in testRandMod() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | text_format.cc | 1549 void PrintString(const std::string& val, in PrintString() 1555 void PrintBytes(const std::string& val, in PrintBytes() 1788 int32_t val, const std::string& name) const { in PrintEnum() 1813 bool val, BaseTextGenerator* generator) const { in PrintBool() 1821 int32_t val, BaseTextGenerator* generator) const { in PrintInt32() 1825 uint32_t val, BaseTextGenerator* generator) const { in PrintUInt32() 1829 int64_t val, BaseTextGenerator* generator) const { in PrintInt64() 1833 uint64_t val, BaseTextGenerator* generator) const { in PrintUInt64() 1837 float val, BaseTextGenerator* generator) const { in PrintFloat() 1841 double val, BaseTextGenerator* generator) const { in PrintDouble() [all …]
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | text_format.cc | 1549 void PrintString(const std::string& val, in PrintString() 1555 void PrintBytes(const std::string& val, in PrintBytes() 1788 int32_t val, const std::string& name) const { in PrintEnum() 1813 bool val, BaseTextGenerator* generator) const { in PrintBool() 1821 int32_t val, BaseTextGenerator* generator) const { in PrintInt32() 1825 uint32_t val, BaseTextGenerator* generator) const { in PrintUInt32() 1829 int64_t val, BaseTextGenerator* generator) const { in PrintInt64() 1833 uint64_t val, BaseTextGenerator* generator) const { in PrintUInt64() 1837 float val, BaseTextGenerator* generator) const { in PrintFloat() 1841 double val, BaseTextGenerator* generator) const { in PrintDouble() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | shape_inference.cc | 853 const int32_t val = flat_t(i); in InternalMakeShapeFromTensor() local 864 const int64_t val = flat_t(i); in InternalMakeShapeFromTensor() local 925 Status InferenceContext::GetScalarFromTensor(const Tensor* t, int64_t* val) { in GetScalarFromTensor() 944 int64_t* val) { in GetScalarFromTensor() 974 int64_t val; in MakeDimForScalarInput() local 991 int64_t val; in MakeDimForScalarInputWithNegativeIndexing() local 1043 Status InferenceContext::Add(DimensionHandle first, DimensionOrConstant second, in Add() 1069 Status InferenceContext::Subtract(DimensionHandle first, in Subtract() 1092 Status InferenceContext::Multiply(DimensionHandle first, in Multiply() 1121 Status InferenceContext::Min(DimensionHandle first, DimensionOrConstant second, in Min() [all …]
|
/aosp_15_r20/external/rust/crates/quiche/src/h3/qpack/ |
D | decoder.rs | 98 let first = b.peek_u8()?; in decode() localVariable 220 let mut val = u64::from(b.get_u8()?); in decode_int() localVariable 249 let first = b.peek_u8()?; in decode_str() localVariable 255 let mut val = b.get_bytes(len)?; in decode_str() localVariable 257 let val = if huff { in decode_str() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/h3/qpack/ |
D | decoder.rs | 98 let first = b.peek_u8()?; in decode() localVariable 220 let mut val = u64::from(b.get_u8()?); in decode_int() localVariable 249 let first = b.peek_u8()?; in decode_str() localVariable 255 let mut val = b.get_bytes(len)?; in decode_str() localVariable 257 let val = if huff { in decode_str() localVariable
|
/aosp_15_r20/external/erofs-utils/include/erofs/ |
H A D | hashtable.h | 32 #define hash_long(val, bits) hash_32(val, bits) argument 61 struct hlist_node *first; member 140 struct hlist_node *first = h->first; in hlist_add_head() local 248 static inline u32 __hash_32(u32 val) in __hash_32() 253 static inline u32 hash_32(u32 val, unsigned int bits) in hash_32() 259 static inline u32 hash_64(u64 val, unsigned int bits) in hash_64() 281 #define hash_min(val, bits) \ argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/qi/ |
D | tst.cpp | 36 void docheck(TST const& tst, Char const* s, bool expected, int N = 0, int val = -1) in docheck() 38 Char const* first = s; in docheck() local 76 void nc_check(TST const& tst, Char const* s, bool expected, int N = 0, int val = -1) in nc_check() 78 Char const* first = s; in nc_check() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container_hash/include/boost/container_hash/ |
D | hash.hpp | 270 inline std::size_t hash_value_signed(T val) in hash_value_signed() 291 inline std::size_t hash_value_unsigned(T val) in hash_value_unsigned() 424 inline std::size_t hash_range(It first, It last) in hash_range() 437 inline void hash_range(std::size_t& seed, It first, It last) in hash_range() 447 inline std::size_t hash_range(T* first, T* last) in hash_range() 461 inline void hash_range(std::size_t& seed, T* first, T* last) in hash_range()
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_opt_load_store_vectorize.c | 71 #define INFO(mode, op, atomic, res, base, deref, val, scale) … in get_info() argument 77 #define STORE(mode, op, res, base, deref, val, scale) INFO(mode, store_##op, false, res, base, dere… in get_info() argument 78 #define ATOMIC(mode, type, res, base, deref, val, scale) \ in get_info() argument 700 struct entry *first, struct entry *second, in vectorize_loads() 792 struct entry *first, struct entry *second, in vectorize_stores() 975 check_for_aliasing(struct vectorize_ctx *ctx, struct entry *first, struct entry *second) in check_for_aliasing() 1088 can_vectorize(struct vectorize_ctx *ctx, struct entry *first, struct entry *second) in can_vectorize() 1112 struct entry *first, struct entry *second) in try_vectorize() 1173 struct entry *first, struct entry *second) in try_vectorize_shared2() 1219 nir_def *val = nir_vec2(&b, nir_bitcast_vector(&b, low_val, low_size * 8u), in try_vectorize_shared2() local [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/kernel/ |
H A D | vc4_render_cl.c | 49 static inline void rcl_u8(struct vc4_rcl_setup *setup, u8 val) in rcl_u8() 55 static inline void rcl_u16(struct vc4_rcl_setup *setup, u16 val) in rcl_u16() 61 static inline void rcl_u32(struct vc4_rcl_setup *setup, u32 val) in rcl_u32() 118 uint8_t x, uint8_t y, bool first, bool last) in emit_tile() 363 bool first = (xi == 0 && yi == 0); in vc4_create_rcl_bo() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/detail/ |
D | alternative_function.hpp | 85 val; in call_optional_or_variant() local 105 val; in call_variant() local 171 Iterator& first; member 199 Iterator& first; member
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/utree/detail/ |
D | utree_detail2.hpp | 147 utree val; member 294 inline void list::insert(T const& val, Iterator pos) in insert() 315 inline void list::push_front(T const& val) in push_front() 334 inline void list::push_back(T const& val) in push_back() 1023 inline void utree::push_front(T const& val) in push_front() 1033 inline void utree::push_back(T const& val) in push_back() 1043 inline utree::iterator utree::insert(iterator pos, T const& val) in insert() 1059 inline void utree::insert(iterator pos, std::size_t n, T const& val) in insert() 1070 inline void utree::insert(iterator pos, Iterator first, Iterator last) in insert() 1081 inline void utree::assign(Iterator first, Iterator last) in assign() [all …]
|
/aosp_15_r20/external/armnn/python/pyarmnn/src/pyarmnn/swig/typemaps/ |
H A D | vectors.i | 7 int from_python_to_cpp(PyObject *obj, long* val) { in from_python_to_cpp() 11 int from_python_to_cpp(PyObject *obj, int* val) { in from_python_to_cpp() 15 int from_python_to_cpp(PyObject *obj, unsigned int* val) { in from_python_to_cpp() 19 int from_python_to_cpp(PyObject *obj, unsigned short* val) { in from_python_to_cpp() 23 int from_python_to_cpp(PyObject *obj, float* val) { in from_python_to_cpp() 27 int from_python_to_cpp(PyObject *obj, double* val) { in from_python_to_cpp() 31 int from_python_to_cpp(PyObject *obj, unsigned long long* val) { in from_python_to_cpp() 35 int from_python_to_cpp(PyObject *obj, long long* val) { in from_python_to_cpp() 40 int from_python_to_cpp(PyObject *obj, unsigned long* val) { in from_python_to_cpp() 44 int from_python_to_cpp(PyObject *obj, short* val) { in from_python_to_cpp() [all …]
|