Home
last modified time | relevance | path

Searched refs:test_byte_order (Results 1 – 19 of 19) sorted by relevance

/dports/math/librdata/librdata-4a80bf3/src/
H A Drdata_bits.c12 int test_byte_order = 1; in machine_is_little_endian() local
13 return ((char *)&test_byte_order)[0]; in machine_is_little_endian()
/dports/math/R-cran-haven/haven/src/readstat/
H A Dreadstat_bits.c12 int test_byte_order = 1; in machine_is_little_endian() local
13 return ((char *)&test_byte_order)[0]; in machine_is_little_endian()
/dports/databases/mariadb104-server/mariadb-10.4.24/unittest/mysys/
H A Dbyte_order-t.c28 void test_byte_order() in test_byte_order() function
100 test_byte_order(); in main()
/dports/databases/mariadb104-client/mariadb-10.4.24/unittest/mysys/
H A Dbyte_order-t.c28 void test_byte_order() in test_byte_order() function
100 test_byte_order(); in main()
/dports/databases/mariadb105-client/mariadb-10.5.15/unittest/mysys/
H A Dbyte_order-t.c28 void test_byte_order() in test_byte_order() function
100 test_byte_order(); in main()
/dports/databases/mariadb103-server/mariadb-10.3.34/unittest/mysys/
H A Dbyte_order-t.c28 void test_byte_order()
100 test_byte_order();
/dports/databases/mariadb103-client/mariadb-10.3.34/unittest/mysys/
H A Dbyte_order-t.c28 void test_byte_order()
100 test_byte_order();
/dports/databases/mariadb105-server/mariadb-10.5.15/unittest/mysys/
H A Dbyte_order-t.c28 void test_byte_order() in test_byte_order() function
100 test_byte_order(); in main()
/dports/devel/dbus/dbus-1.12.20/test/
H A Dcorrupt.c286 test_byte_order (Fixture *f, in test_byte_order() function
417 test_byte_order, teardown); in main()
421 test_byte_order, teardown); in main()
/dports/audio/festival/speech_tools/testsuite/
H A Dch_wave.sh72 test_byte_order () function
205 test_byte_order 2>&1 >> $OUTPUT
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/pypy2.7/module/_multiprocess/test/
H A Dtest_connection.py195 def test_byte_order(self): member in AppTestSocketConnection
/dports/mail/exim-monitor/exim-4.95/src/
H A Dmalware.c200 static int test_byte_order(void);
202 test_byte_order() in test_byte_order() function
1178 kav_rc = tmpbuf[ test_byte_order()==LITTLE_MY_ENDIAN ? 0 : 1 ] & 0x0F; in malware_internal()
1204 report_flag = tmpbuf[ test_byte_order() == LITTLE_MY_ENDIAN ? 1 : 0 ]; in malware_internal()
/dports/mail/exim-mysql/exim-4.95/src/
H A Dmalware.c200 static int test_byte_order(void);
202 test_byte_order() in test_byte_order() function
1178 kav_rc = tmpbuf[ test_byte_order()==LITTLE_MY_ENDIAN ? 0 : 1 ] & 0x0F; in malware_internal()
1204 report_flag = tmpbuf[ test_byte_order() == LITTLE_MY_ENDIAN ? 1 : 0 ]; in malware_internal()
/dports/mail/exim-postgresql/exim-4.95/src/
H A Dmalware.c200 static int test_byte_order(void);
202 test_byte_order() in test_byte_order() function
1178 kav_rc = tmpbuf[ test_byte_order()==LITTLE_MY_ENDIAN ? 0 : 1 ] & 0x0F; in malware_internal()
1204 report_flag = tmpbuf[ test_byte_order() == LITTLE_MY_ENDIAN ? 1 : 0 ]; in malware_internal()
/dports/mail/exim/exim-4.95/src/
H A Dmalware.c200 static int test_byte_order(void);
202 test_byte_order() in test_byte_order() function
1178 kav_rc = tmpbuf[ test_byte_order()==LITTLE_MY_ENDIAN ? 0 : 1 ] & 0x0F; in malware_internal()
1204 report_flag = tmpbuf[ test_byte_order() == LITTLE_MY_ENDIAN ? 1 : 0 ]; in malware_internal()
/dports/mail/exim-ldap2/exim-4.95/src/
H A Dmalware.c200 static int test_byte_order(void);
202 test_byte_order() in test_byte_order() function
1178 kav_rc = tmpbuf[ test_byte_order()==LITTLE_MY_ENDIAN ? 0 : 1 ] & 0x0F; in malware_internal()
1204 report_flag = tmpbuf[ test_byte_order() == LITTLE_MY_ENDIAN ? 1 : 0 ]; in malware_internal()
/dports/mail/exim-sqlite/exim-4.95/src/
H A Dmalware.c200 static int test_byte_order(void);
202 test_byte_order() in test_byte_order() function
1178 kav_rc = tmpbuf[ test_byte_order()==LITTLE_MY_ENDIAN ? 0 : 1 ] & 0x0F; in malware_internal()
1204 report_flag = tmpbuf[ test_byte_order() == LITTLE_MY_ENDIAN ? 1 : 0 ]; in malware_internal()
/dports/mail/exim-sa-exim/exim-4.95/src/
H A Dmalware.c200 static int test_byte_order(void);
202 test_byte_order() in test_byte_order() function
1178 kav_rc = tmpbuf[ test_byte_order()==LITTLE_MY_ENDIAN ? 0 : 1 ] & 0x0F; in malware_internal()
1204 report_flag = tmpbuf[ test_byte_order() == LITTLE_MY_ENDIAN ? 1 : 0 ]; in malware_internal()
/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Dconvert.c106 test_byte_order (void) in test_byte_order() function
950 g_test_add_func ("/conversion/byte-order", test_byte_order); in main()