Home
last modified time | relevance | path

Searched refs:c_ref (Results 1 – 25 of 394) sorted by path

12345678910>>...16

/dports/audio/audacity/audacity-Audacity-3.1.3/libraries/lib-registries/
H A DClientData.h399 const auto &c_ref = *ptr; in ForEach() local
400 function( c_ref ); in ForEach()
432 const auto &c_ref = *ptr; in FindIf() local
433 if ( function( c_ref ) ) in FindIf()
434 return &*c_ref; in FindIf()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/openssl-0.10.38/src/
H A Dasn1.rs731 let c_ref = c.as_ref(); in time_eq() localVariable
735 assert!(a != c_ref); in time_eq()
737 assert!(c_ref != a); in time_eq()
739 assert!(a_ref != c_ref); in time_eq()
750 let c_ref = c.as_ref(); in time_ord() localVariable
759 assert!(c_ref < a); in time_ord()
762 assert!(a > c_ref); in time_ord()
767 assert!(a_ref > c_ref); in time_ord()
769 assert!(c_ref < a_ref); in time_ord()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/generic-array-0.14.4/tests/
H A Dmod.rs282 let (b_ref, c_ref) = a_ref.split(); in test_split_ref()
285 assert_eq!(c_ref, &arr![i32; 2, 3, 4]); in test_split_ref()
298 let (b_ref, c_ref) = a_ref.split(); in test_split_mut()
301 assert_eq!(c_ref, &mut arr![i32; 2, 3, 4]); in test_split_mut()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/openssl-0.10.38/src/
H A Dasn1.rs731 let c_ref = c.as_ref(); in time_eq() localVariable
735 assert!(a != c_ref); in time_eq()
737 assert!(c_ref != a); in time_eq()
739 assert!(a_ref != c_ref); in time_eq()
750 let c_ref = c.as_ref(); in time_ord() localVariable
759 assert!(c_ref < a); in time_ord()
762 assert!(a > c_ref); in time_ord()
767 assert!(a_ref > c_ref); in time_ord()
769 assert!(c_ref < a_ref); in time_ord()
/dports/audio/praat/praat-6.2.03/external/glpk/
H A Dglpios01.c125 tree->c_ref = xcalloc(1+n, sizeof(int)); in ios_create_tree()
126 memset(&tree->c_ref[1], 0, n * sizeof(int)); in ios_create_tree()
851 xfree(tree->c_ref); in ios_delete_tree()
1555 ref = tree->c_ref, j = - j;
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/
H A Dasn1.rs623 let c_ref = c.as_ref(); in time_eq() localVariable
627 assert!(a != c_ref); in time_eq()
629 assert!(c_ref != a); in time_eq()
631 assert!(a_ref != c_ref); in time_eq()
642 let c_ref = c.as_ref(); in time_ord() localVariable
651 assert!(c_ref < a); in time_ord()
654 assert!(a > c_ref); in time_ord()
659 assert!(a_ref > c_ref); in time_ord()
661 assert!(c_ref < a_ref); in time_ord()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/generic-array-0.14.4/tests/
H A Dmod.rs282 let (b_ref, c_ref) = a_ref.split(); in test_split_ref()
285 assert_eq!(c_ref, &arr![i32; 2, 3, 4]); in test_split_ref()
298 let (b_ref, c_ref) = a_ref.split(); in test_split_mut()
301 assert_eq!(c_ref, &mut arr![i32; 2, 3, 4]); in test_split_mut()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/openssl-0.10.26/src/
H A Dasn1.rs579 let c_ref = c.as_ref(); in time_eq() localVariable
583 assert!(a != c_ref); in time_eq()
585 assert!(c_ref != a); in time_eq()
587 assert!(a_ref != c_ref); in time_eq()
598 let c_ref = c.as_ref(); in time_ord() localVariable
607 assert!(c_ref < a); in time_ord()
610 assert!(a > c_ref); in time_ord()
615 assert!(a_ref > c_ref); in time_ord()
617 assert!(c_ref < a_ref); in time_ord()
/dports/cad/electric/electric-7.00/src/io/
H A Dioedifi.c380 int p_ref, c_ref; /* peripheral and core reference names */ member
/dports/databases/mantis/mantisbt-2.25.2/
H A Dset_project.php58 $c_ref = string_prepare_header( $f_ref ); variable
78 if( !is_blank( $c_ref ) ) {
79 $t_redirect_url = $c_ref;
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/test/engine/
H A Dtest_pool.py1398 c_ref = weakref.ref(c1.connection)
1403 is_(c2.connection, c_ref())
1408 is_not_(c3.connection, c_ref())
1416 c_ref = weakref.ref(c1.connection)
1419 is_(c2.connection, c_ref())
1428 is_not_(c3.connection, c_ref())
1436 c_ref = weakref.ref(c1.connection)
1439 is_(c2.connection, c_ref())
1448 is_not_(c3.connection, c_ref())
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/test/engine/
H A Dtest_pool.py1533 c_ref = weakref.ref(c1.connection)
1538 is_(c2.connection, c_ref())
1543 is_not_(c3.connection, c_ref())
1551 c_ref = weakref.ref(c1.connection)
1554 is_(c2.connection, c_ref())
1563 is_not_(c3.connection, c_ref())
1571 c_ref = weakref.ref(c1.connection)
1574 is_(c2.connection, c_ref())
1583 is_not_(c3.connection, c_ref())
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/test/engine/
H A Dtest_pool.py1589 c_ref = weakref.ref(c1.connection)
1594 is_(c2.connection, c_ref())
1599 is_not_(c3.connection, c_ref())
1605 c_ref = weakref.ref(c1.connection)
1608 is_(c2.connection, c_ref())
1617 is_not_(c3.connection, c_ref())
1623 c_ref = weakref.ref(c1.connection)
1626 is_(c2.connection, c_ref())
1635 is_not_(c3.connection, c_ref())
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/test/engine/
H A Dtest_pool.py1237 c_ref = weakref.ref(c1.connection)
1242 is_(c2.connection, c_ref())
1247 is_not(c3.connection, c_ref())
1253 c_ref = weakref.ref(c1.connection)
1256 is_(c2.connection, c_ref())
1265 is_not(c3.connection, c_ref())
1271 c_ref = weakref.ref(c1.connection)
1274 is_(c2.connection, c_ref())
1288 is_not(c3.connection, c_ref())
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/test/engine/
H A Dtest_pool.py1426 c_ref = weakref.ref(c1.dbapi_connection)
1431 is_(c2.dbapi_connection, c_ref())
1436 is_not(c3.dbapi_connection, c_ref())
1442 c_ref = weakref.ref(c1.dbapi_connection)
1445 is_(c2.dbapi_connection, c_ref())
1454 is_not(c3.dbapi_connection, c_ref())
1460 c_ref = weakref.ref(c1.dbapi_connection)
1463 is_(c2.dbapi_connection, c_ref())
1477 is_not(c3.dbapi_connection, c_ref())
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Davx2-vpop-check.h8 volatile TYPE c_ref[SIZE]; variable
30 c_ref[i] = BIN_OP (a[i], b[i]); in check_pop()
32 c_ref[i] = UN_OP (a[i]); in check_pop()
53 if (memcmp (c, (void *) c_ref, SIZE * sizeof (TYPE))) in avx2_test()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgomp/testsuite/libgomp.c/examples-4/
H A Dsimd-5.c66 double a[N][N], b[N][N], c[N][N], c_ref[N][N]; in main() local
71 work_ref(a, b, c_ref, N); in main()
73 check(c, c_ref); in main()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgomp/testsuite/libgomp.fortran/examples-4/
H A Dsimd-5.f9068 double precision, dimension(32, 32) :: a, b, c, c_ref variable
73 call work_ref(a, b, c_ref, 32)
75 call check(c, c_ref, 32)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/char/
H A D1.cc36 char* c_ref = new char[size]; in test01() local
44 memset(c_ref, 'X', size); in test01()
49 delete [] c_ref; in test01()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/22_locale/codecvt/encoding/char/
H A D1.cc36 char* c_ref = new char[size]; in test01() local
44 memset(c_ref, 'X', size); in test01()
50 delete [] c_ref; in test01()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/22_locale/codecvt/in/char/
H A D1.cc38 char* c_ref = new char[size]; in test01() local
48 memset(c_ref, 'X', size); in test01()
55 VERIFY( !memcmp(c_arr, c_ref, size) ); in test01()
60 delete [] c_ref; in test01()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/22_locale/codecvt/max_length/char/
H A D1.cc36 char* c_ref = new char[size]; in test01() local
43 memset(c_ref, 'X', size); in test01()
49 delete [] c_ref; in test01()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/22_locale/codecvt/out/char/
H A D1.cc38 char* c_ref = new char[size]; in test01() local
48 memset(c_ref, 'X', size); in test01()
55 VERIFY( !memcmp(c_arr, c_ref, size) ); in test01()
60 delete [] c_ref; in test01()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/22_locale/codecvt/unshift/char/
H A D1.cc38 char* c_ref = new char[size]; in test01() local
48 memset(c_ref, 'X', size); in test01()
55 VERIFY( !memcmp(c_arr, c_ref, size) ); in test01()
64 VERIFY( !memcmp(c_arr, c_ref, size) ); in test01()
76 delete [] c_ref; in test01()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Davx2-vpop-check.h8 volatile TYPE c_ref[SIZE]; variable
30 c_ref[i] = BIN_OP (a[i], b[i]); in check_pop()
32 c_ref[i] = UN_OP (a[i]); in check_pop()
53 if (memcmp (c, (void *) c_ref, SIZE * sizeof (TYPE))) in avx2_test()

12345678910>>...16