Searched refs:code (Results 151 - 175 of 1986) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dalphafbsd-tdep.c1 /* Target-dependent code for FreeBSD/Alpha.
30 enum type_code code; local
40 code = TYPE_CODE (type);
41 if (code != TYPE_CODE_STRUCT && code != TYPE_CODE_UNION)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Daltivec-2.c25 code () function
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A D511-t-whitespace.t11 $map->add_inputmap(xstype => 'T_UV', code => ' $var = ($type)SvUV($arg);');
12 is($map->as_string(), <<'HERE', "Simple typemap (with input and code including leading whitespace) matches expectations");
26 $map->add_inputmap(xstype => 'T_UV', code => " \$var =\n(\$type)\n SvUV(\$arg);");
27 is($map->as_string(), <<'HERE', "Simple typemap (with input and multi-line code) matches expectations");
/openbsd-current/gnu/usr.bin/perl/t/mro/
H A Dnext_inanon_utf8.t35 my $code = sub {
38 return (shift)->$code;
H A Dnext_inanon.t34 my $code = sub {
37 return (shift)->$code;
/openbsd-current/regress/usr.sbin/ldapd/
H A Drun-tests.pl19 $mesg->code && die $mesg->error;
27 $mesg->code && die $mesg->error;
/openbsd-current/gnu/usr.bin/perl/dist/IO/t/
H A Dio_leak.t14 my ($n, $delta, $code, $name) = @_;
18 &$code();
/openbsd-current/regress/sys/netinet6/rh0/
H A Drh0_frag_route.py36 code=pprob.code variable
37 print("code=%#d" % (code))
38 if code != 0:
H A Drh0_route.py32 code=pprob.code variable
33 print("code=%#d" % (code))
34 if code != 0:
H A Drh0_final.py32 code=pprob.code variable
33 print("code=%#d" % (code))
34 if code != 0:
/openbsd-current/sys/arch/alpha/include/
H A Ddb_machdep.h9 * 1. Redistributions of source code must retain the above copyright
53 #define IS_BREAKPOINT_TRAP(type, code) \
54 ((type) == ALPHA_KENTRY_IF && (code) == ALPHA_IF_CODE_BPT)
56 #define IS_WATCHPOINT_TRAP(type, code) ((type) == ALPHA_KENTRY_MM)
58 #define IS_WATCHPOINT_TRAP(type, code) 0
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dinflate.h13 the crc code when it is not needed. For shared libraries, gzip decoding
38 LENLENS, /* i: waiting for code length code lengths */
39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
43 DIST, /* i: waiting for distance code */
107 /* for table and code decoding */
109 /* fixed and dynamic code tables */
110 code const FAR *lencode; /* starting table for length/literal codes */
111 code cons
[all...]
/openbsd-current/lib/libcurses/base/
H A Dlib_dft_fgbg.c71 int code = ERR; local
76 code = CallDriver_2(SP_PARM, td_defaultcolors, fg, bg);
93 code = OK;
97 returnCode(code);
H A Dlib_addstr.c56 int code = ERR; local
63 code = OK;
74 code = ERR;
80 TR(TRACE_VIRTPUT, ("waddnstr returns %d", code));
81 returnCode(code);
88 int code = OK; local
108 returnCode(code);
117 returnCode(code);
140 int code = OK; local
160 returnCode(code);
229 int code = ERR; local
[all...]
/openbsd-current/lib/libcurses/
H A Dnc_alloc.h94 #define ExitProgram(code) exit_curses(code)
105 #define ExitProgram(code) exit(code)
H A DMKterminfo.sh75 trap 'code=$?; rm -f $sorted $temp $unsorted; exit $code' EXIT HUP INT QUIT TERM
/openbsd-current/sys/lib/libz/
H A Dinflate.h13 the crc code when it is not needed. For shared libraries, gzip decoding
38 LENLENS, /* i: waiting for code length code lengths */
39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
43 DIST, /* i: waiting for distance code */
107 /* for table and code decoding */
109 /* fixed and dynamic code tables */
110 code const FAR *lencode; /* starting table for length/literal codes */
111 code cons
[all...]
/openbsd-current/lib/libz/
H A Dinflate.h13 the crc code when it is not needed. For shared libraries, gzip decoding
38 LENLENS, /* i: waiting for code length code lengths */
39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
43 DIST, /* i: waiting for distance code */
107 /* for table and code decoding */
109 /* fixed and dynamic code tables */
110 code const FAR *lencode; /* starting table for length/literal codes */
111 code cons
[all...]
/openbsd-current/gnu/usr.bin/perl/t/perf/
H A Dbenchmarks.t3 # Execute the various code snippets in t/perf/benchmarks
43 my %valid_keys = map { $_=> 1 } qw(desc setup code pre post compile);
44 my @required_keys = qw(code);
59 # check that each bit of code compiles and runs
66 my $code = "package $token; $setup; for (1..1) { $pre; $b->{code}; $post; } 1;";
69 ok(eval $code, "running $token")
71 diag("code:");
72 diag($code);
/openbsd-current/lib/libpcap/
H A Doptimize.c8 * modification, are permitted provided that: (1) source code distributions
10 * distributions including binary code include the above copyright notice and
54 * Currently, the use-def code assumes only one definition per instruction.
67 * Rather than traverse the code array, marking each item, 'cur_mark' is
347 int c = s->code;
392 if (s->code == NOP)
395 switch (BPF_CLASS(s->code)) {
409 return BPF_MISCOP(s->code) == BPF_TAX ? X_ATOM : A_ATOM;
422 if (s->s.code == NOP)
446 if (!ATOMELEM(def, A_ATOM) && BPF_CLASS(b->s.code)
489 int code; member in struct:valnode
523 F(int code, int v0, int v1) argument
1162 int code = ep->code; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf32-ip2k.c97 #define IS_PAGE_OPCODE(code) \
98 ip2k_is_opcode (code, ip2k_page_opcode)
106 #define IS_JMP_OPCODE(code) \
107 ip2k_is_opcode (code, ip2k_jmp_opcode)
115 #define IS_CALL_OPCODE(code) \
116 ip2k_is_opcode (code, ip2k_call_opcode)
124 #define IS_SNC_OPCODE(code) \
125 ip2k_is_opcode (code, ip2k_snc_opcode)
133 #define IS_INC_1SP_OPCODE(code) \
134 ip2k_is_opcode (code, ip2k_inc_1sp_opcod
382 bfd_byte code[2]; local
502 bfd_byte code[4]; local
546 bfd_byte code[4]; local
655 bfd_byte code[16]; local
713 bfd_byte code[12]; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Drtl.c31 /* Indexed by rtx code, gives number of operands for an rtx with that code.
32 Does NOT include rtx header data (code and links). */
42 /* Indexed by rtx code, gives the name of that kind of rtx, as a C string. */
161 /* Indexed by rtx code, gives a sequence of operand-types for
162 rtx's of that code. The sequence is a C string in which
198 /* Indexed by rtx code, gives a character representing the "class" of
199 that rtx code. See rtl.def for documentation on the defined classes. */
256 /* Allocate an rtx of code CODE. The CODE is stored in the rtx;
260 rtx_alloc (code)
286 RTX_CODE code; local
390 RTX_CODE code = GET_CODE (orig); local
415 enum rtx_code code; local
[all...]
/openbsd-current/usr.bin/ftp/
H A Ddomacro.c11 * 1. Redistributions of source code must retain the above copyright
51 code = -1;
61 code = -1;
115 code = -1;
118 code = -1;
121 code = -1;
/openbsd-current/gnu/usr.bin/perl/ext/B/t/
H A Df_sort.t24 synthesized out of others. HOWEVER, if the test-code has newlines in
40 code => q{@articles = sort @files; },
77 code => q{@articles = sort {$a cmp $b} @files; },
114 code => q{@articles = sort {uc($a) cmp uc($b)} @files; },
151 code => q{@articles = sort {$b cmp $a} @files; },
188 code => q{@articles = sort {$a <=> $b} @files; },
225 code => q{@articles = sort {$b <=> $a} @files; },
263 code => q{@eldest = sort { $age{$b} <=> $age{$a} } keys %age; },
305 code => q{sub byage { $age{$a} <=> $age{$b}; } @sortedclass = sort byage @class; },
351 code
[all...]
/openbsd-current/lib/libcurses/tinfo/
H A Dadd_tries.c52 _nc_add_to_try(TRIES ** tree, const char *str, unsigned code) argument
58 (void *) *tree, _nc_visbuf(str), code));
59 if (!VALID_STRING(str) || *txt == '\0' || code == 0)
74 ptr->value = (unsigned short) code;
124 ptr->value = (unsigned short) code;

Completed in 324 milliseconds

1234567891011>>