Home
last modified time | relevance | path

Searched refs:value0 (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/usr.bin/file/
H A Dmagic-test.c597 uint32_t value0; in magic_test_type_float() local
601 if (magic_copy_from(ms, -1, &value0, sizeof value0) != 0) in magic_test_type_float()
604 value0 = be32toh(value0); in magic_test_type_float()
606 value0 = le32toh(value0); in magic_test_type_float()
607 memcpy(&value, &value0, sizeof value); in magic_test_type_float()
615 ms->offset += sizeof value0; in magic_test_type_float()
623 uint64_t value0; in magic_test_type_double() local
627 if (magic_copy_from(ms, -1, &value0, sizeof value0) != 0) in magic_test_type_double()
630 value0 = be64toh(value0); in magic_test_type_double()
632 value0 = le64toh(value0); in magic_test_type_double()
[all …]
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/xunit-output/
H A Dbad&name.ini6 value0 = 1 key
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data/
H A Dmetrics.ini6 value0 = 1 key
/openbsd-src/regress/usr.bin/mandoc/db/out/
H A Dall.derr32 dbm_dump: value0 jumps from 0xf4 to 0xfc
37 dbm_dump: value0 jumps from 0xf4 to 0x103
43 dbm_dump: value0 jumps from 0xf4 to 0xfc
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data-micro/
H A Dmicro-tests.ini6 value0 = 1 key
/openbsd-src/gnu/gcc/gcc/
H A Dtree-scalar-evolution.c513 bool value0, value1, value2; in chrec_is_positive() local
519 if (!chrec_is_positive (CHREC_LEFT (chrec), &value0) in chrec_is_positive()
524 if (value0 == value1) in chrec_is_positive()
526 *value = value0; in chrec_is_positive()
558 *value = value0; in chrec_is_positive()
559 return value0 == value1; in chrec_is_positive()
H A Dtree-data-ref.c2433 bool value0, value1, value2; in analyze_siv_subscript_cst_affine() local
2441 if (!chrec_is_positive (initial_condition (difference), &value0)) in analyze_siv_subscript_cst_affine()
2454 if (value0 == false) in analyze_siv_subscript_cst_affine()
/openbsd-src/bin/pax/
H A Dtables.c669 sltab_add_sym(const char *path0, const char *value0, mode_t mode) in sltab_add_sym() argument
700 if ((value = strdup(value0)) == NULL) { in sltab_add_sym()