Home
last modified time | relevance | path

Searched +defs:D +defs:t (Results 1 – 25 of 614) sorted by relevance

12345678910>>...25

/aosp_15_r20/external/vboot_reference/firmware/2lib/
H A D2sha1.c43 register uint32_t A, B, C, D, E; in sha1_transform() local
44 int t; in sha1_transform() local
52 #define SHA_F1(A,B,C,D,E,t) \ in sha1_transform() argument
69 #define SHA_F1(A,B,C,D,E,t) \ in sha1_transform() argument
82 #define SHA_F2(A,B,C,D,E,t) \ in sha1_transform() argument
98 #define SHA_F3(A,B,C,D,E,t) \ in sha1_transform() argument
114 #define SHA_F4(A,B,C,D,E,t) \ in sha1_transform() argument
193 uint32_t A, B, C, D, E; in sha1_transform() local
195 int t; in sha1_transform() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/
Dptree_serialization.hpp43 const basic_ptree<K, D, C> &t, in save() argument
55 basic_ptree<K, D, C> &t) in load_children() argument
101 basic_ptree<K, D, C> &t, in load() argument
120 basic_ptree<K, D, C> &t, in serialize() argument
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
H A DMod.java73 int[] t = new int[4]; in modOddInverse() local
74 int[] D = new int[len30]; in modOddInverse() local
122 int[] t = new int[4]; in modOddInverseVar() local
123 int[] D = new int[len30]; in modOddInverseVar() local
242 private static int add30(int len30, int[] D, int[] M) in add30()
259 private static void cnegate30(int len30, int cond, int[] D) in cnegate30()
274 private static void cnormalize30(int len30, int condNegate, int[] D, int[] M) in cnormalize30()
334 private static int divsteps30(int eta, int f0, int g0, int[] t) in divsteps30()
376 private static int divsteps30Var(int eta, int f0, int g0, int[] t) in divsteps30Var()
468 private static int negate30(int len30, int[] D) in negate30()
[all …]
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/raw/
H A DMod.java77 int[] t = new int[4]; in modOddInverse() local
78 int[] D = new int[len30]; in modOddInverse() local
126 int[] t = new int[4]; in modOddInverseVar() local
127 int[] D = new int[len30]; in modOddInverseVar() local
246 private static int add30(int len30, int[] D, int[] M) in add30()
263 private static void cnegate30(int len30, int cond, int[] D) in cnegate30()
278 private static void cnormalize30(int len30, int condNegate, int[] D, int[] M) in cnormalize30()
338 private static int divsteps30(int eta, int f0, int g0, int[] t) in divsteps30()
380 private static int divsteps30Var(int eta, int f0, int g0, int[] t) in divsteps30Var()
472 private static int negate30(int len30, int[] D) in negate30()
[all …]
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/
H A DMod.java77 int[] t = new int[4]; in modOddInverse() local
78 int[] D = new int[len30]; in modOddInverse() local
126 int[] t = new int[4]; in modOddInverseVar() local
127 int[] D = new int[len30]; in modOddInverseVar() local
246 private static int add30(int len30, int[] D, int[] M) in add30()
263 private static void cnegate30(int len30, int cond, int[] D) in cnegate30()
278 private static void cnormalize30(int len30, int condNegate, int[] D, int[] M) in cnormalize30()
338 private static int divsteps30(int eta, int f0, int g0, int[] t) in divsteps30()
380 private static int divsteps30Var(int eta, int f0, int g0, int[] t) in divsteps30Var()
472 private static int negate30(int len30, int[] D) in negate30()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/example/
Dsimulated_thread_interface_demo.cpp44 void print_time(boost::chrono::system_clock::time_point t) in print_time()
61 boost::chrono::microseconds t = boost::chrono::duration_cast<boost::chrono::microseconds>(d); in sleep_for() local
69 void sleep_until(const boost::chrono::time_point<Clock, Duration>& t) in sleep_until()
77 typename SysTime::duration>::type D; in sleep_until() typedef
100 … boost::chrono::microseconds t = boost::chrono::duration_cast<boost::chrono::microseconds>(d); in try_lock_for() local
116 typename Clock::duration>::type D; in try_lock_until() typedef
133 … boost::chrono::microseconds t = boost::chrono::duration_cast<boost::chrono::microseconds>(d); in wait_for() local
147 typename Clock::duration>::type D; in wait_until() typedef
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp45 struct D { struct
46 constexpr D() : d(5) {} in D() function
47 int d;
70 struct D { double d = 4.0; }; struct
115 struct D { int n[2]; int m[3]; } extern constexpr d = { 1, 2, 3, 4, 5 }; argument
149 struct D : C, B2 { struct
150 int z;
338 struct D : C, A, B { struct
339 constexpr D() : A(1.0), B(), s(5) {} in D() argument
340 short s;
[all …]
H A Dmicrosoft-abi-vtables-virtual-inheritance.cpp33 struct D: virtual A { struct
283 T t; variable
420 T t; variable
646 T t; variable
718 struct D : virtual A, virtual C, B {}; struct
815 struct D : virtual C, virtual B, virtual A { D();}; struct
816 D::D() {} in D() function in pr21062_1::D
828 struct D : C, virtual B, virtual A { D(); }; struct
829 D::D() {} in D() function in pr21062_2::D
841 struct D : virtual A, virtual C { D(); }; struct
[all …]
H A Dmangle-exprs.cpp116 template <class T> auto a(T t) -> decltype(foo(T())) { return foo(t); } in a()
119 template <class T> auto b(T t) -> decltype((foo)(T())) { return (foo)(t); } in b()
300 struct D { D(C); }; struct
304 template<class T> decltype(A{1,2},T()) fA1(T t) {} in fA1()
305 template<class T> decltype(A({1,2}),T()) fA2(T t) {} in fA2()
306 template<class T> decltype(B{1,2},T()) fB1(T t) {} in fB1()
307 template<class T> decltype(B({1,2}),T()) fB2(T t) {} in fB2()
308 template<class T> decltype(C{{1,2}},T()) fC1(T t) {} in fC1()
309 template<class T> decltype(C({1,2}),T()) fC2(T t) {} in fC2()
310 template<class T> decltype(D{b},T()) fD1(T t) {} in fD1()
[all …]
/aosp_15_r20/external/libsrtp2/crypto/hash/
H A Dsha1.c63 #define f0(B, C, D) ((B & C) | (~B & D)) argument
64 #define f1(B, C, D) (B ^ C ^ D) argument
65 #define f2(B, C, D) ((B & C) | (B & D) | (C & D)) argument
66 #define f3(B, C, D) (B ^ C ^ D) argument
108 uint32_t A, B, C, D, E, TEMP; in srtp_sha1_core() local
109 int t; in srtp_sha1_core() local
290 uint32_t A, B, C, D, E, TEMP; in srtp_sha1_final() local
292 int i, t; in srtp_sha1_final() local
/aosp_15_r20/external/webrtc/rtc_base/numerics/
H A Dmod_ops_unittest.cc26 const int D = 100; in TEST_F() local
32 int t = 37; in TEST_F() local
42 const unsigned long D = ulmax - 10ul; // NOLINT in TEST_F() local
50 const int D = 100; in TEST_F() local
56 int t = 37; in TEST_F() local
67 const unsigned long D = ulmax - 10ul; // NOLINT in TEST_F() local
148 const uint16_t D = 4711; in TEST_F() local
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dcxx1z-fold-expressions.cpp3 template<typename ...T> constexpr auto sum(T ...t) { return (... + t); } in sum()
4 template<typename ...T> constexpr auto product(T ...t) { return (t * ...); } in product()
5 template<typename ...T> constexpr auto all(T ...t) { return (true && ... && t); } in all()
6 template<typename ...T> constexpr auto dumb(T ...t) { return (false && ... && t); } in dumb()
17 template<typename ...T> constexpr auto increment_all(T &...t) { in increment_all()
69 struct D { struct
75 template<typename T, typename ...Ts> constexpr decltype(auto) apply(T &t, Ts ...ts) { in apply()
78 static_assert(&apply(a, &A::b, &A::B::c, &A::B::C::d, &A::B::C::D::e) == &a.b.c.d.e); argument
H A Ddefault-expr-arguments.cpp128 struct D { struct
131 A<int*> a;
133 D::D() { } // expected-note {{in instantiation of default function argument expression for 'A<int *… in D() function in PR5283::D
147 void h(T t) { in h()
222 T t; in broken() local
234 T t; in X() local
269 T t; in ~Boom() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Ddestructor.cpp18 struct D { struct
19 static void ~D(int, ...) const { } // \ in ~D() argument
74 void foo(T t) // expected-error{{variable has incomplete type}} in foo()
79 T* t; in disconnect() local
202 struct D: B {}; // expected-warning {{has virtual functions but non-virtual destructor}} struct
218 simple_ptr(T* t): _ptr(t) {} in simple_ptr()
230 simple_ptr2(T* t): _ptr(t) {} in simple_ptr2()
283 T* t = new T(); in nowarntemplate() local
287 T* t = new T[4]; in nowarntemplate() local
H A Dimplicit-exception-spec.cpp56 } t; // expected-error{{exception specification is not available until end of class definition}} member
64 } t; // expected-note {{has no default constructor}} member
87 struct D : B { struct
89 struct E {
94 } e;
H A Duninitialized.cpp45 int t = t ?: s; // expected-warning {{variable 't' is uninitialized when used within its own initia… variable
79 …int t = t ?: s; // expected-warning {{variable 't' is uninitialized when used within its own initi… in test_stuff() local
113 …int t = t ?: s; // expected-warning {{variable 't' is uninitialized when used within its own initi… in test_stuff() local
631 struct D { struct
632 C c;
633 D(char (*)[1]) : c(c.b.a.A1) {} in D() argument
634 D(char (*)[2]) : c(c.b.a.A2()) {} in D() argument
635D(char (*)[3]) : c(c.b.a.A3) {} // expected-warning {{field 'c' is uninitialized when used here… in D() function
636D(char (*)[4]) : c(c.b.a.A4()) {} // expected-warning {{field 'c' is uninitialized when used here… in D() argument
639 D(char (*)[5]) : c(c.a.A1) {} in D() function
[all …]
/aosp_15_r20/external/libchrome/base/
H A Dsha1.cc55 uint32_t A, B, C, D, E; member in base::SecureHashAlgorithm
68 static inline uint32_t f(uint32_t t, uint32_t B, uint32_t C, uint32_t D) { in f()
84 static inline uint32_t K(uint32_t t) { in K()
117 for (int t = 0; t < 5; ++t) in Final() local
156 uint32_t t; in Process() local
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/
Dfunctions.rs412 pub fn create_aggregate_function<A, D, T>( in create_aggregate_function() argument
417 aggr: D, in create_aggregate_function()
499 let t = match r { in create_scalar_function() localVariable
506 let t = t.as_ref().map(|t| ToSql::to_sql(t)); in create_scalar_function() localVariable
533 fn create_aggregate_function<A, D, T>( in create_aggregate_function() argument
538 aggr: D, in create_aggregate_function()
622 unsafe extern "C" fn call_boxed_step<A, D, T>( in call_boxed_step() argument
710 unsafe extern "C" fn call_boxed_final<A, D, T>(ctx: *mut sqlite3_context) in call_boxed_final() argument
739 let t = match r { in call_boxed_final() localVariable
746 let t = t.as_ref().map(|t| ToSql::to_sql(t)); in call_boxed_final() localVariable
[all …]
/aosp_15_r20/external/perfetto/src/base/http/
H A Dsha1.cc65 uint32_t A, B, C, D, E; member in perfetto::base::__anoneeb28ff00111::SecureHashAlgorithm
86 inline uint32_t f(uint32_t t, uint32_t B, uint32_t C, uint32_t D) { in f()
102 inline uint32_t K(uint32_t t) { in K()
143 for (size_t t = 0; t < 5; ++t) in Final() local
148 uint32_t t; in Process() local
/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/src/
Dregex.rs326 pub fn find_iter<'r, 't>(&'r self, input: &'t [u8]) -> Matches<'r, 't, D> { in find_iter() argument
388 pub fn from_dfas(forward: D, reverse: D) -> Regex<D> { in from_dfas()
393 pub fn forward(&self) -> &D { in forward()
398 pub fn reverse(&self) -> &D { in reverse()
423 fn new(re: &'r Regex<D>, text: &'t [u8]) -> Matches<'r, 't, D> { in new()
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h67 : Data(D), Kind(k) {} in Data() argument
77 T t; in castAs() local
89 T t; in getAs() local
215 : SVal(k, D) {} in SVal() argument
285 explicit Loc(unsigned SubKind, const void *D) in Loc()
381 const std::pair<SVal, uintptr_t> *D = in getLoc() local
387 const std::pair<SVal, uintptr_t> *D = in getPersistentLoc() local
394 const std::pair<SVal, uintptr_t> *D = in getNumBits() local
415 explicit CompoundVal(const CompoundValData* D) : NonLoc(CompoundValKind, D) {} in CompoundVal()
441 explicit LazyCompoundVal(const LazyCompoundValData *D) in LazyCompoundVal()
/aosp_15_r20/external/skia/tests/
H A DPathOpsCubicLineIntersectionIdeas.cpp24 double t; member
58 static double binary_search(const SkDCubic& cubic, double step, const SkDPoint& pt, double t, in binary_search()
158 double t = ran.nextRangeF(0, 1); in DEF_TEST() local
164 double A, B, C, D; in DEF_TEST() local
261 double A, B, C, D; in testOneFailure() local
269 double t = validRoots[0]; in testOneFailure() local
/aosp_15_r20/external/clang/test/CXX/special/class.copy/
H A Dimplicit-move-def.cpp30 H t(static_cast<H&&>(s)); in f() local
48 struct D : C { struct
55 D d; in g() argument
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/reflect/
H A DReflectionTest.java176 TypeVariable t = C.class.getDeclaredMethod("methodFour", Set.class).getTypeParameters()[0]; in testTypeVariableWithMultipleBounds() local
383 private static <T1 extends A, T2> Map<T1, ?> methodThree(T1 t, Set<? super T2> t2s) { in methodThree()
386 public <T extends Comparable<T> & Serializable & RandomAccess> T methodFour(Set<T> t) { in methodFour()
391 public static class D extends C<String> { class in ReflectionTest
392 public D(A a) throws B { in D() method in ReflectionTest.D
469 class D {} in testGetEnclosingMethodIsNotTransitive() class in ReflectionTest.C
623 class D {} class
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dmove_pair.pass.cpp33 struct D struct
36 explicit D(int i) : B(i) {} in D() argument
53 constexpr std::tuple<long, long> t(pair_t(0, 'a')); in main() local

12345678910>>...25