/external/clang/test/CodeGen/ |
D | aarch64-neon-vcombine.c | 10 int8x16_t test_vcombine_s8(int8x8_t low, int8x8_t high) { in test_vcombine_s8() 17 int16x8_t test_vcombine_s16(int16x4_t low, int16x4_t high) { in test_vcombine_s16() 24 int32x4_t test_vcombine_s32(int32x2_t low, int32x2_t high) { in test_vcombine_s32() 31 int64x2_t test_vcombine_s64(int64x1_t low, int64x1_t high) { in test_vcombine_s64() 38 uint8x16_t test_vcombine_u8(uint8x8_t low, uint8x8_t high) { in test_vcombine_u8() 45 uint16x8_t test_vcombine_u16(uint16x4_t low, uint16x4_t high) { in test_vcombine_u16() 52 uint32x4_t test_vcombine_u32(uint32x2_t low, uint32x2_t high) { in test_vcombine_u32() 59 uint64x2_t test_vcombine_u64(uint64x1_t low, uint64x1_t high) { in test_vcombine_u64() 66 poly64x2_t test_vcombine_p64(poly64x1_t low, poly64x1_t high) { in test_vcombine_p64() 73 float16x8_t test_vcombine_f16(float16x4_t low, float16x4_t high) { in test_vcombine_f16() [all …]
|
/external/rust/android-crates-io/crates/glam/src/features/ |
D | impl_rand.rs | 38 let low = *low_b.borrow(); localVariable 56 let low = *low_b.borrow(); localVariable 82 let low = *low_b.borrow(); localVariable 104 let low = *low_b.borrow(); localVariable 137 let low = *low_b.borrow(); localVariable 156 let low = *low_b.borrow(); localVariable 187 let low = *low_b.borrow(); localVariable 210 let low = *low_b.borrow(); localVariable 244 let low = *low_b.borrow(); localVariable 264 let low = *low_b.borrow(); localVariable [all …]
|
/external/sdv/vsomeip/third_party/boost/icl/test/ |
D | test_value_maker.hpp | 171 #define I_I(low,up) icl::interval<T>::closed (test_value<T>::make(low), test_value<T>::make(up)) argument 173 #define I_D(low,up) icl::interval<T>::right_open(test_value<T>::make(low), test_value<T>::make(up)) argument 175 #define C_I(low,up) icl::interval<T>::left_open (test_value<T>::make(low), test_value<T>::make(up)) argument 177 #define C_D(low,up) icl::interval<T>::open (test_value<T>::make(low), test_value<T>::make(up)) argument 179 #define MK_I(ItvT,low,up) ItvT(test_value<T>::make(low), test_value<T>::make(up)) argument 186 #define IIv(low,up,val) map_val<IntervalMapT>::mk_segment(I_I(low,up), val) argument 187 #define IDv(low,up,val) map_val<IntervalMapT>::mk_segment(I_D(low,up), val) argument 188 #define CIv(low,up,val) map_val<IntervalMapT>::mk_segment(C_I(low,up), val) argument 189 #define CDv(low,up,val) map_val<IntervalMapT>::mk_segment(C_D(low,up), val) argument
|
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/ |
D | Utils.h | 93 inline int4 clamp(int4 amount, int low, int high) { in clamp() 102 inline float4 clamp(float4 amount, float low, float high) { in clamp() 111 inline int2 clamp(int2 amount, int low, int high) { in clamp() 118 inline float2 clamp(float2 amount, float low, float high) { in clamp() 125 inline int clamp(int amount, int low, int high) { in clamp() 129 inline float clamp(float amount, float low, float high) { in clamp()
|
/external/llvm-libc/src/__support/ |
D | hash.h | 27 uint64_t low = static_cast<uint64_t>(p); in folded_multiply() local 57 LIBC_INLINE void read_small_values(const void *ptr, size_t size, uint64_t &low, in read_small_values() 102 LIBC_INLINE void update(uint64_t low, uint64_t high) { in update() 130 uint64_t low, high; in update() local
|
/external/cronet/tot/third_party/llvm-libc/src/src/__support/ |
D | hash.h | 27 uint64_t low = static_cast<uint64_t>(p); in folded_multiply() local 57 LIBC_INLINE void read_small_values(const void *ptr, size_t size, uint64_t &low, in read_small_values() 102 LIBC_INLINE void update(uint64_t low, uint64_t high) { in update() 130 uint64_t low, high; in update() local
|
/external/cronet/stable/third_party/llvm-libc/src/src/__support/ |
D | hash.h | 27 uint64_t low = static_cast<uint64_t>(p); in folded_multiply() local 57 LIBC_INLINE void read_small_values(const void *ptr, size_t size, uint64_t &low, in read_small_values() 102 LIBC_INLINE void update(uint64_t low, uint64_t high) { in update() 130 uint64_t low, high; in update() local
|
/external/rust/android-crates-io/crates/rayon/tests/ |
D | chars.rs | 5 let low = char::from_u32(0xD800 - 0x7).unwrap(); in half_open_correctness() localVariable 23 let low = char::from_u32(0xD800 - 0x7).unwrap(); in closed_correctness() localVariable
|
/external/selinux/libsepol/src/ |
D | port_record.c | 10 int low, high; member 21 int low, high; member 29 int low, int high, int proto, in sepol_port_key_create() 51 int *low, int *high, int *proto) in sepol_port_key_unpack() 157 void sepol_port_set_range(sepol_port_t * port, int low, int high) in sepol_port_set_range()
|
D | ports.c | 64 int low = sepol_port_get_low(data); in port_from_record() local 120 int low = port->u.port.low_port; in port_to_record() local 183 int low, high, proto; in sepol_port_exists() local 221 int low, high, proto; in sepol_port_query() local 261 int low, high, proto; in sepol_port_modify() local
|
/external/rust/android-crates-io/crates/rand/src/distributions/ |
D | uniform.rs | 424 low: X, field 450 let low = *low_b.borrow(); localVariable 463 let low = *low_b.borrow(); localVariable 512 let low = *low_b.borrow(); localVariable 524 let low = *low_b.borrow(); localVariable 596 let low = *low_b.borrow(); localVariable 608 let low = *low_b.borrow(); localVariable 759 let low = char_to_comp_u32(*low_b.borrow()); in new() localVariable 772 let low = char_to_comp_u32(*low_b.borrow()); in new_inclusive() localVariable 812 low: X, field [all …]
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/distributions/ |
D | uniform.rs | 424 low: X, field 450 let low = *low_b.borrow(); localVariable 463 let low = *low_b.borrow(); localVariable 512 let low = *low_b.borrow(); localVariable 524 let low = *low_b.borrow(); localVariable 596 let low = *low_b.borrow(); localVariable 608 let low = *low_b.borrow(); localVariable 759 let low = char_to_comp_u32(*low_b.borrow()); in new() localVariable 772 let low = char_to_comp_u32(*low_b.borrow()); in new_inclusive() localVariable 812 low: X, field [all …]
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/distributions/ |
D | uniform.rs | 424 low: X, field 450 let low = *low_b.borrow(); localVariable 463 let low = *low_b.borrow(); localVariable 512 let low = *low_b.borrow(); localVariable 524 let low = *low_b.borrow(); localVariable 596 let low = *low_b.borrow(); localVariable 608 let low = *low_b.borrow(); localVariable 759 let low = char_to_comp_u32(*low_b.borrow()); in new() localVariable 772 let low = char_to_comp_u32(*low_b.borrow()); in new_inclusive() localVariable 812 low: X, field [all …]
|
/external/libchrome/base/ |
D | token.h | 30 constexpr Token(uint64_t high, uint64_t low) : high_(high), low_(low) {} in Token() 38 uint64_t low() const { return low_; } in low() function
|
/external/elfutils/tests/ |
D | dwarf_default_lower_bound.c | 34 Dwarf_Sword low; in test_lang() local 69 Dwarf_Sword low; in main() local
|
/external/libvpx/vpx_dsp/ |
D | vpx_dsp_common.h | 66 static INLINE int clamp(int value, int low, int high) { in clamp() 70 static INLINE double fclamp(double value, double low, double high) { in fclamp() 74 static INLINE int64_t lclamp(int64_t value, int64_t low, int64_t high) { in lclamp()
|
/external/cronet/stable/base/ |
D | token.h | 33 constexpr Token(uint64_t high, uint64_t low) : words_{high, low} {} in Token() 47 constexpr uint64_t low() const { return words_[1]; } in low() function
|
/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
D | error.h | 113 #define MBEDTLS_ERROR_ADD(high, low) \ argument 142 static inline int mbedtls_error_add(int high, int low, in mbedtls_error_add()
|
/external/cronet/tot/base/ |
D | token.h | 33 constexpr Token(uint64_t high, uint64_t low) : words_{high, low} {} in Token() 47 constexpr uint64_t low() const { return words_[1]; } in low() function
|
/external/libmonet/dynamiccolor/ |
D | ContrastCurve.java | 29 private final double low; field in ContrastCurve 48 public ContrastCurve(double low, double normal, double medium, double high) { in ContrastCurve()
|
/external/mbedtls/include/mbedtls/ |
D | error.h | 113 #define MBEDTLS_ERROR_ADD(high, low) \ argument 142 static inline int mbedtls_error_add(int high, int low, in mbedtls_error_add()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | EncodingInfo.java | 125 public boolean isInEncoding(char high, char low) { in isInEncoding() 177 public boolean isInEncoding(char high, char low); in isInEncoding() 234 public boolean isInEncoding(char high, char low) { in isInEncoding() 464 private static boolean inEncoding(char high, char low, String encoding) { in inEncoding()
|
/external/cronet/tot/base/android/ |
D | unguessable_token_android.cc | 26 const uint64_t low = token.GetLowForSerialization(); in Create() local 38 const uint64_t low = in FromJavaUnguessableToken() local
|
/external/libchrome/base/android/ |
D | unguessable_token_android.cc | 16 const uint64_t low = token.GetLowForSerialization(); in Create() local 27 const uint64_t low = Java_UnguessableToken_getLowForSerialization(env, token); in FromJavaUnguessableToken() local
|
/external/cronet/stable/base/android/ |
D | unguessable_token_android.cc | 26 const uint64_t low = token.GetLowForSerialization(); in Create() local 38 const uint64_t low = in FromJavaUnguessableToken() local
|