/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/algo/ |
D | bellman_ford.rs | 82 g: G, in bellman_ford() 98 let w = *edge.weight(); in bellman_ford() localVariable 144 pub fn find_negative_cycle<G>(g: G, source: G::NodeId) -> Option<Vec<G::NodeId>> in find_negative_cycle() 159 let w = *edge.weight(); in find_negative_cycle() localVariable 212 g: G, in bellman_ford_initialize_relax() 231 let w = *edge.weight(); in bellman_ford_initialize_relax() localVariable
|
/aosp_15_r20/external/libjpeg-turbo/ |
H A D | rdcolmap.c | 47 add_map_entry(j_decompress_ptr cinfo, int R, int G, int B) in add_map_entry() 83 int R, G, B; in read_gif_map() local 174 unsigned int w, h, maxval, row, col; in read_ppm_map() local 175 int R, G, B; in read_ppm_map() local
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | uninitialized.cpp | 48 int w = (w += 10); // expected-warning {{variable 'w' is uninitialized when used within its own ini… variable 82 …int w = (w += 10); // expected-warning {{variable 'w' is uninitialized when used within its own in… in test_stuff() local 116 …int w = (w += 10); // expected-warning {{variable 'w' is uninitialized when used within its own in… in test_stuff() local 679 struct G { struct 680 F f1, f2; 681 F *f3, *f4; 682 G(char (*)[1]) : f1(f1) {} // expected-warning {{field 'f1' is uninitialized when used here}} in G() argument 683 G(char (*)[2]) : f2(f1) {} in G() argument 684 G(char (*)[3]) : f2(F()) {} in G() argument 686 … G(char (*)[4]) : f1(f1.*ptr) {} // expected-warning {{field 'f1' is uninitialized when used here}} in G() argument [all …]
|
/aosp_15_r20/hardware/libhardware/tests/hwc/ |
H A D | test-arrows.c | 52 #define G (0xFF00FF00) macro 74 int prepare(int w, int h) { in prepare() 143 int w, h, count = 0; in main() local
|
H A D | util.c | 28 void matrix_init_ortho(GLfloat *m, float w, float h) { in matrix_init_ortho() 114 EGLint R,G,B,A; in select_config_for_window() local 176 EGLint w, h; in egl_create() local
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
H A D | MD5Digest.java | 199 int w) in F() 204 private int G( in G() method in MD5Digest 207 int w) in G() 215 int w) in H() 223 int w) in K()
|
H A D | MD4Digest.java | 177 int w) in F() 182 private int G( in G() method in MD4Digest 185 int w) in G() 193 int w) in H()
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/digests/ |
H A D | MD5Digest.java | 201 int w) in F() 206 private int G( in G() method in MD5Digest 209 int w) in G() 217 int w) in H() 225 int w) in K()
|
H A D | MD4Digest.java | 179 int w) in F() 184 private int G( in G() method in MD4Digest 187 int w) in G() 195 int w) in H()
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/digests/ |
H A D | MD5Digest.java | 201 int w) in F() 206 private int G( in G() method in MD5Digest 209 int w) in G() 217 int w) in H() 225 int w) in K()
|
H A D | MD4Digest.java | 179 int w) in F() 184 private int G( in G() method in MD4Digest 187 int w) in G() 195 int w) in H()
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | dynamic-cast-hint.cpp | 9 class F : public virtual A { long long w; }; member in F 10 class G : virtual A { long long w; }; class
|
/aosp_15_r20/prebuilts/go/linux-x86/test/abi/ |
D | many_int_input.go | 20 func F(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z int64) { argument 26 func G(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z int64) { func
|
/aosp_15_r20/external/trusty/musl/src/crypt/ |
D | crypt_md5.c | 22 #define G(x,y,z) (y ^ (z & (y ^ x))) macro 25 #define FF(a,b,c,d,w,s,t) a += F(b,c,d) + w + t; a = rol(a,s) + b argument 26 #define GG(a,b,c,d,w,s,t) a += G(b,c,d) + w + t; a = rol(a,s) + b argument 27 #define HH(a,b,c,d,w,s,t) a += H(b,c,d) + w + t; a = rol(a,s) + b argument 28 #define II(a,b,c,d,w,s,t) a += I(b,c,d) + w + t; a = rol(a,s) + b argument
|
/aosp_15_r20/external/musl/src/crypt/ |
H A D | crypt_md5.c | 22 #define G(x,y,z) (y ^ (z & (y ^ x))) macro 25 #define FF(a,b,c,d,w,s,t) a += F(b,c,d) + w + t; a = rol(a,s) + b argument 26 #define GG(a,b,c,d,w,s,t) a += G(b,c,d) + w + t; a = rol(a,s) + b argument 27 #define HH(a,b,c,d,w,s,t) a += H(b,c,d) + w + t; a = rol(a,s) + b argument 28 #define II(a,b,c,d,w,s,t) a += I(b,c,d) + w + t; a = rol(a,s) + b argument
|
/aosp_15_r20/external/fdlibm/ |
H A D | s_cbrt.c | 37 G = 3.57142857142857150787e-01; /* 5/14 = 0x3FD6DB6D, 0xB6DB6DB7 */ variable 47 double r,s,t=0.0,w; local
|
/aosp_15_r20/external/webp/src/dsp/ |
H A D | enc.c | 408 const int G = top[6]; in LD4() local 448 const int G = top[6]; in VL4() local 537 int w, int h) { in GetSSE() 589 static int TTransform(const uint8_t* in, const uint16_t* w) { in TTransform() 624 const uint16_t* const w) { in Disto4x4_C() 631 const uint16_t* const w) { in Disto16x16_C() 691 static WEBP_INLINE void Copy(const uint8_t* src, uint8_t* dst, int w, int h) { in Copy()
|
H A D | enc_mips32.c | 253 #define HORIZONTAL_PASS(A, E, F, G, H, E1, F1, G1, H1) \ argument 299 #define VERTICAL_PASS(A, B, C, D, A1, B1, C1, D1, E, F, G, H) \ argument 362 const uint16_t* const w) { in Disto4x4_MIPS32() 397 const uint16_t* const w) { in Disto16x16_MIPS32()
|
/aosp_15_r20/external/bouncycastle/bcprov/src/test/java/org/bouncycastle/math/ec/test/ |
H A D | ECPointTest.java | 520 ECPoint G = x9ECParameters.getG(); in implAddSubtractMultiplyTwiceEncodingTestAllCoords() local 625 X9ECPoint G = configureBasepoint(curve, "04" in testExampleFpB0() local 675 X9ECPoint G = new X9ECPoint(curve, Hex.decode(encoding)); in configureBasepoint() local 718 ECFieldElement w = rhs; in solveQuadraticEquation() local
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/test/java/com/android/org/bouncycastle/math/ec/test/ |
H A D | ECPointTest.java | 524 ECPoint G = x9ECParameters.getG(); in implAddSubtractMultiplyTwiceEncodingTestAllCoords() local 629 X9ECPoint G = configureBasepoint(curve, "04" in testExampleFpB0() local 679 X9ECPoint G = new X9ECPoint(curve, Hex.decode(encoding)); in configureBasepoint() local 722 ECFieldElement w = rhs; in solveQuadraticEquation() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/StrictMath/ |
H A D | FdlibmTranslit.java | 90 …private static final double G = 3.57142857142857150787e-01; /* 5/14 = 0x3FD6DB6D, 0xB6DB6DB7 … field in FdlibmTranslit.Cbrt 94 double r, s, t = 0.0, w; in compute() local 165 double t1, t2, y1, y2, w; in compute() local
|
/aosp_15_r20/cts/common/device-side/bedstead/activitycontext/src/main/java/com/android/activitycontext/ |
H A D | ActivityContext.java | 216 public static <E, F, G, H> H getWithContext(E arg1, F arg2, G arg3, in getWithContext() argument 226 public static <E, F, G, H> H getWithContext(E arg1, F arg2, G arg3, in getWithContext() argument 332 R apply(T t, U u, V v, W w); in apply()
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/tests/ |
D | quickcheck.rs | 779 let w = edge.weight(); localVariable 1096 fn naive_closure_foreach<G, F>(g: G, mut f: F) in naive_closure_foreach() 1239 fn is_maximum_matching<G: NodeIndexable + IntoEdges + IntoNodeIdentifiers + Visitable>( in is_maximum_matching() 1241 m: &Matching<G>, in is_maximum_matching() 1283 fn is_perfect_matching<G: NodeCount + NodeIndexable>(g: G, m: &Matching<G>) -> bool { in is_perfect_matching()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/parameter/test/literate/ |
D | predicate-requirements0.cpp | 176 > G; in main() typedef 177 enum {u, v, w, x, y, z, N}; in main() enumerator
|
/aosp_15_r20/cts/tests/tests/opengl/src/android/opengl/cts/ |
H A D | CompressedTextureSurfaceView.java | 175 int w = mBaseTexture.getWidth(); in comparePixel() local 179 int G = getUnsignedByte(mReadBackBuffer.get(sampleStart + 1)); in comparePixel() local 200 int w = mBaseTexture.getWidth(); in comparePixels() local
|