/aosp_15_r20/system/keymaster/include/keymaster/ |
H A D | serializable.h | 207 uintptr_t array_end = __pval(*buf_ptr) + *count * sizeof(uint32_t); in copy_uint32_array_from_buf() local 208 if (*count >= UINT32_MAX / sizeof(uint32_t) || array_end < __pval(*buf_ptr) || in copy_uint32_array_from_buf() 209 array_end > __pval(end)) in copy_uint32_array_from_buf()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/detail/ |
D | implementation_help.hpp | 63 BOOST_CONSTEXPR inline T* array_end( T BOOST_RANGE_ARRAY_REF()[sz] ) BOOST_NOEXCEPT in array_end() function 69 … BOOST_CONSTEXPR inline const T* array_end( const T BOOST_RANGE_ARRAY_REF()[sz] ) BOOST_NOEXCEPT in array_end() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/ |
D | end.hpp | 72 return range_detail::array_end<T,sz>( a ); in range_end() 78 return range_detail::array_end<T,sz>( a ); in range_end()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/polly/ |
D | ScopInfo.h | 2058 inline array_iterator array_end() { return ScopArrayInfoSet.end(); } in array_end() function 2064 inline const_array_iterator array_end() const { in array_end() function 2069 return array_range(array_begin(), array_end()); in arrays() 2073 return const_array_range(array_begin(), array_end()); in arrays()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/polly/ |
D | ScopInfo.h | 2058 inline array_iterator array_end() { return ScopArrayInfoSet.end(); } in array_end() function 2064 inline const_array_iterator array_end() const { in array_end() function 2069 return array_range(array_begin(), array_end()); in arrays() 2073 return const_array_range(array_begin(), array_end()); in arrays()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/polly/ |
D | ScopInfo.h | 2058 inline array_iterator array_end() { return ScopArrayInfoSet.end(); } in array_end() function 2064 inline const_array_iterator array_end() const { in array_end() function 2069 return array_range(array_begin(), array_end()); in arrays() 2073 return const_array_range(array_begin(), array_end()); in arrays()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/polly/ |
D | ScopInfo.h | 2058 inline array_iterator array_end() { return ScopArrayInfoSet.end(); } in array_end() function 2064 inline const_array_iterator array_end() const { in array_end() function 2069 return array_range(array_begin(), array_end()); in arrays() 2073 return const_array_range(array_begin(), array_end()); in arrays()
|
/aosp_15_r20/external/flatbuffers/grpc/src/compiler/ |
H A D | cpp_generator.cc | 45 static T *array_end(T (&array)[N]) { return array + N; } in array_end() function 120 std::vector<grpc::string> headers(headers_strs, array_end(headers_strs)); in GetHeaderIncludes() 1172 std::vector<grpc::string> headers(headers_strs, array_end(headers_strs)); in GetSourceIncludes() 1589 std::vector<grpc::string> headers(headers_strs, array_end(headers_strs)); in GetMockIncludes()
|
/aosp_15_r20/external/grpc-grpc/src/compiler/ |
H A D | cpp_generator.cc | 61 T* array_end(T (&array)[N]) { in array_end() function 159 std::vector<std::string> headers(headers_strs, array_end(headers_strs)); in GetHeaderIncludes() 1665 std::vector<std::string> headers(headers_strs, array_end(headers_strs)); in GetSourceIncludes() 2195 std::vector<std::string> headers(headers_strs, array_end(headers_strs)); in GetMockIncludes()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/ |
D | cpp_generator.cc | 61 T* array_end(T (&array)[N]) { in array_end() function 159 std::vector<std::string> headers(headers_strs, array_end(headers_strs)); in GetHeaderIncludes() 1665 std::vector<std::string> headers(headers_strs, array_end(headers_strs)); in GetSourceIncludes() 2195 std::vector<std::string> headers(headers_strs, array_end(headers_strs)); in GetMockIncludes()
|
/aosp_15_r20/external/libwebsockets/lib/misc/ |
H A D | lejp.c | 515 goto array_end; in lejp_parse() 746 array_end: in lejp_parse()
|
/aosp_15_r20/external/ublksrv/include/nlohmann/ |
H A D | json.hpp | 6892 …keep = callback(static_cast<int>(ref_stack.size()) - 1, parse_event_t::array_end, *ref_stack.back(… in end_array() 11917 array_end, enumerator
|