Searched refs:target (Results 151 - 175 of 2282) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/3_function_objects/function/
H A D3.cc64 // target_type and target() functions
67 VERIFY( f2.target<long(*)(double)>() != 0 );
68 VERIFY( *f2.target<long(*)(double)>() == &truncate_double );
69 VERIFY( f1c.target<long(*)(double)>() != 0 );
70 VERIFY( *f1c.target<long(*)(double)>() == &truncate_double );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/x86_64/abi/
H A Dabi-x86_64.exp21 load_lib target-supports.exp
24 || ![is-effective-target lp64] } then {
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Drule.h26 unsigned int *lens; /* Lengths of each target. */
27 char **suffixes; /* Suffixes (after `%') of each target. */
37 char *target; member in struct:pattern_var
46 char *target, *dep, *commands; member in struct:pspec
64 extern struct pattern_var *create_pattern_var PARAMS ((char *target, char *suffix));
65 extern struct pattern_var *lookup_pattern_var PARAMS ((char *target));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/tr1/3_function_objects/function/
H A D2.cc65 // target_type and target() functions
68 VERIFY( f2.target<int(*)(float)>() != 0 );
69 VERIFY( *f2.target<int(*)(float)>() == &truncate_float );
70 VERIFY( f1c.target<int(*)(float)>() != 0 );
71 VERIFY( *f1c.target<int(*)(float)>() == &truncate_float );
H A D3.cc65 // target_type and target() functions
68 VERIFY( f2.target<long(*)(double)>() != 0 );
69 VERIFY( *f2.target<long(*)(double)>() == &truncate_double );
70 VERIFY( f1c.target<long(*)(double)>() != 0 );
71 VERIFY( *f1c.target<long(*)(double)>() == &truncate_double );
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dbitstring.c84 isc_bitstring_t *target, unsigned int tbitpos,
91 * the 'n' bits of 'target' starting at 'tbitpos'.
95 REQUIRE(VALID_BITSTRING(target));
96 REQUIRE(source->lsb0 == target->lsb0);
105 if (target->lsb0) {
106 REQUIRE(tbitpos <= target->length);
107 tbitpos = PADDED(target->size) - tbitpos;
111 REQUIRE(tlast <= target->size);
113 if (tlast > target->length)
114 target
83 isc_bitstring_copy(isc_bitstring_t *source, unsigned int sbitpos, isc_bitstring_t *target, unsigned int tbitpos, unsigned int n) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dbitstring.c84 isc_bitstring_t *target, unsigned int tbitpos,
91 * the 'n' bits of 'target' starting at 'tbitpos'.
95 REQUIRE(VALID_BITSTRING(target));
96 REQUIRE(source->lsb0 == target->lsb0);
105 if (target->lsb0) {
106 REQUIRE(tbitpos <= target->length);
107 tbitpos = PADDED(target->size) - tbitpos;
111 REQUIRE(tlast <= target->size);
113 if (tlast > target->length)
114 target
83 isc_bitstring_copy(isc_bitstring_t *source, unsigned int sbitpos, isc_bitstring_t *target, unsigned int tbitpos, unsigned int n) argument
[all...]
/netbsd-6-1-5-RELEASE/distrib/sets/
H A Dmakeobsolete7 # [-t target] [setname ...]
13 target=./dist
27 -t target target directory [${target}]
68 target="${OPTARG}"
80 if [ ! -d "${target}" ]; then
81 echo "target directory [${target}] doesn't exist"
86 file="${target}/
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/
H A Dmaster_test.c42 isc_buffer_t target; local
47 isc_buffer_init(&target, buf, 64*1024);
49 &target);
51 fprintf(stdout, "%.*s\n", (int)target.used,
52 (char*)target.base);
65 isc_buffer_t target; local
77 isc_buffer_init(&target, name_buf, 255);
80 0, &target);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/include/dns/
H A Drcode.h47 isc_result_t dns_rcode_totext(dns_rcode_t rcode, isc_buffer_t *target);
49 * Put a textual representation of error 'rcode' into 'target'.
54 *\li 'target' is a valid text buffer.
58 * The used space in 'target' is updated.
62 *\li #ISC_R_NOSPACE target buffer is too small
80 isc_result_t dns_tsigrcode_totext(dns_rcode_t rcode, isc_buffer_t *target);
82 * Put a textual representation of TSIG/TKEY error 'rcode' into 'target'.
87 *\li 'target' is a valid text buffer.
91 * The used space in 'target' is updated.
95 *\li #ISC_R_NOSPACE target buffe
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/rdata/generic/
H A Ddnskey_48.c54 RETERR(uint16_tobuffer(flags, target));
60 RETERR(mem_tobuffer(target, &proto, 1));
66 RETERR(mem_tobuffer(target, &alg, 1));
72 return (isc_base64_tobuffer(lexer, target, -1));
93 RETERR(str_totext(buf, target));
94 RETERR(str_totext(" ", target));
106 RETERR(str_totext(buf, target));
107 RETERR(str_totext(" ", target));
113 RETERR(str_totext(buf, target));
132 RETERR(str_totext(" (", target));
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mmix/
H A Derr-local1.s1 % { dg-do assemble { target mmix-*-* } }
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-cris/
H A Dnoglob1.d2 #target: cris-*-*elf* cris-*-*aout*
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-elf/
H A Ddynsym1.d4 #target: *-*-linux* *-*-gnu*
H A Deh-frame-hdr.d4 #target: cfi
H A Dlocal1.d3 #target: *-*-linux* *-*-gnu*
H A Dmaxpage1.d4 #target: *-*-linux* *-*-gnu*
H A Dmaxpage2.d4 #target: *-*-linux* *-*-gnu*
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-ifunc/
H A Difunc-10-x86-64.d4 #target: x86_64-*-*
H A Difunc-11-x86-64.d4 #target: x86_64-*-*
H A Difunc-4-local-x86.d3 #target: x86_64-*-* i?86-*-*
H A Difunc-4-x86.d3 #target: x86_64-*-* i?86-*-*
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mips-elf/
H A Dattr-gnu-4-00.d6 #target: mips*-*-*
H A Dattr-gnu-4-24.d6 #target: mips*-*-*
H A Dattr-gnu-4-42.d6 #target: mips*-*-*

Completed in 273 milliseconds

1234567891011>>