Home
last modified time | relevance | path

Searched refs:codes (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/openbsd-src/gnu/usr.bin/perl/cpan/Term-ANSIColor/lib/Term/
H A DANSIColor.pm395 my (@codes) = @_;
403 @codes = map { split } @codes;
404 @codes = map { defined($ALIASES{$_}) ? @{ $ALIASES{$_} } : $_ } @codes;
409 for my $code (@codes) {
513 my ($string, @codes);
515 @codes = @{$first};
519 @codes = @rest;
528 my $attr = color(@codes);
612 my (@codes) = @_;
613 @codes = map { split(q{ }, lc) } @codes;
[all …]
/openbsd-src/usr.bin/file/magdir/
H A Dllvm4 # llvm: file(1) magic for LLVM byte-codes
8 0 string llvm LLVM byte-codes, uncompressed
9 0 string llvc0 LLVM byte-codes, null compression
10 0 string llvc1 LLVM byte-codes, gzip compression
11 0 string llvc2 LLVM byte-codes, bzip2 compression
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dmangle1.C13 class codes
17 codes (int ptr);
21 codes::codes (int ptr) in codes() function
/openbsd-src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/
H A DList.pm1752 my @codes;
1764 push @codes, [ lc($f[-1]), "$xx\t$f[-1]\n" ];
1767 push @codes, [ lc($f[-1]), "$f[1]\t$f[2]\n" ];
1769 push @codes, [ lc($f[-1]), "@f !!!!!!!!!!\n" ];
1774 print map $_->[1], sort {; $a->[0] cmp $b->[0] } @codes;
/openbsd-src/usr.bin/tmux/
H A Dtty-term.c401 code = &term->codes[i]; in tty_term_apply()
541 term->codes = xcalloc(tty_term_ncodes(), sizeof *term->codes); in tty_term_create()
544 /* Fill in codes. */ in tty_term_create()
558 code = &term->codes[j]; in tty_term_create()
658 if (term->codes[i].type == TTYCODE_STRING) in tty_term_free()
659 free(term->codes[i].value.string); in tty_term_free()
661 free(term->codes);
752 return (term->codes[code].type != TTYCODE_NONE); in tty_term_string()
760 if (term->codes[cod
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/color/
H A Dwrapping2 Wrap with format codes
7 B<I<Do>> I<B<not>> B<I<include>> B<I<formatting codes when>> B<I<wrapping>>.
11 …Do not include formatting codes when[…
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/termcap/
H A Dwrapping2 Wrap with format codes
7 B<I<Do>> I<B<not>> B<I<include>> B<I<formatting codes when>> B<I<wrapping>>.
11 …Do not include formatting codes when …
/openbsd-src/gnu/gcc/gcc/
H A Dread-rtl.c151 static struct macro_group modes, codes; variable
675 codes.attrs = htab_create (13, def_hash, def_name_eq_p, 0); in initialize_macros()
676 codes.macros = htab_create (13, def_hash, def_name_eq_p, 0); in initialize_macros()
677 codes.num_builtins = NUM_RTX_CODE; in initialize_macros()
678 codes.find_builtin = find_code; in initialize_macros()
679 codes.uses_macro_p = uses_code_macro_p; in initialize_macros()
680 codes.apply_macro = apply_code_macro; in initialize_macros()
696 lower = add_mapping (&codes, codes.attrs, "code", 0); in initialize_macros()
697 upper = add_mapping (&codes, codes.attrs, "CODE", 0); in initialize_macros()
1436 htab_traverse (codes.macros, apply_macro_traverse, &mtd); in read_rtx()
[all …]
H A Dgenrecog.c233 compute_predicate_codes (rtx exp, char codes[NUM_RTX_CODE]) in compute_predicate_codes()
246 codes[i] = TRISTATE_AND (op0_codes[i], op1_codes[i]); in compute_predicate_codes()
253 codes[i] = TRISTATE_OR (op0_codes[i], op1_codes[i]); in compute_predicate_codes()
258 codes[i] = TRISTATE_NOT (op0_codes[i]); in compute_predicate_codes()
267 codes[i] = TRISTATE_OR (TRISTATE_AND (op0_codes[i], op1_codes[i]), in compute_predicate_codes()
278 memset (codes, Y, NUM_RTX_CODE); in compute_predicate_codes()
282 memset (codes, N, NUM_RTX_CODE); in compute_predicate_codes()
303 codes[i] = Y; in compute_predicate_codes()
340 codes[i] = p->codes[i] ? I : N; in compute_predicate_codes()
347 memset (codes, I, NUM_RTX_CODE); in compute_predicate_codes()
[all …]
H A Dgenpreds.c462 write_match_code (const char *path, const char *codes) in write_match_code() argument
466 while ((code = scan_comma_elt (&codes)) != 0) in write_match_code()
471 while (code < codes) in write_match_code()
477 if (*codes == ',') in write_match_code()
546 const char *codes = XSTR (exp, 0); in write_match_code_switch() local
554 while ((code = scan_comma_elt (&codes)) != 0) in write_match_code_switch()
557 while (code < codes) in write_match_code_switch()
H A Dc-common.def2 additional tree codes used in the GNU C compiler (see tree.def
3 for the standard codes).
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DGetErrcMessages.cmake1 # This function returns the messages of various POSIX error codes as they are returned by std::erro…
3 # Currently supplied and needed error codes: ENOENT, EISDIR, EINVAL and EACCES.
5 # Keep amount, order and tested error codes in sync with llvm/utils/lit/lit/llvm/config.py.
/openbsd-src/sys/lib/libz/
H A Dinftrees.c31 unsigned codes, code FAR * FAR *table, in inflate_table() argument
102 for (sym = 0; sym < codes; sym++) in inflate_table()
139 for (sym = 0; sym < codes; sym++) in inflate_table()
H A Dinflate.c123 state->lencode = state->distcode = state->next = state->codes; in inflateResetKeep()
320 puts(" /* inffixed.h -- table for decoding fixed codes"); in makefixed()
544 if there is no input available. The decoding of variable length codes uses
868 Tracev((stderr, "inflate: fixed codes block%s\n", in inflate()
870 state->mode = LEN_; /* decode codes */ in inflate()
877 Tracev((stderr, "inflate: dynamic codes block%s\n", in inflate()
961 state->next = state->codes; in inflate()
1052 state->next = state->codes; in inflate()
1079 Tracev((stderr, "inflate: codes ok\n")); in inflate()
1554 if (state->lencode >= state->codes in inflateCopy()
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dinftrees.c22 The code lengths are lens[0..codes-1]. The result starts at *table,
33 unsigned codes, code FAR * FAR *table, in inflate_table()
41 int left; /* number of prefix codes available */ in inflate_table()
53 unsigned short count[MAXBITS+1]; /* number of codes of each length */ in inflate_table()
55 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ in inflate_table()
58 static const unsigned short lext[31] = { /* Length codes 257..285 extra */ in inflate_table()
61 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ in inflate_table()
65 static const unsigned short dext[32] = { /* Distance codes 0..29 extra */ in inflate_table()
72 code lengths are lens[0..codes-1]. Each length corresponds to the in inflate_table()
73 symbols 0..codes in inflate_table()
35 inflate_table(codetype type,unsigned short FAR * lens,unsigned codes,code FAR * FAR * table,unsigned FAR * bits,unsigned short FAR * work) inflate_table() argument
[all...]
H A Dinflate.c123 state->lencode = state->distcode = state->next = state->codes; in inflateResetKeep()
320 puts(" /* inffixed.h -- table for decoding fixed codes"); in fixedtables()
544 if there is no input available. The decoding of variable length codes uses
844 Tracev((stderr, "inflate: fixed codes block%s\n", in inflate()
846 state->mode = LEN_; /* decode codes */ in inflate()
853 Tracev((stderr, "inflate: dynamic codes block%s\n", in inflate()
925 state->next = state->codes; in inflate()
1000 state->next = state->codes; in inflate()
1019 Tracev((stderr, "inflate: codes ok\n")); in inflate()
1468 if (state->lencode >= state->codes in inflateSync()
[all...]
/openbsd-src/lib/libz/
H A Dinftrees.c31 unsigned codes, code FAR * FAR *table, in inflate_table() argument
102 for (sym = 0; sym < codes; sym++) in inflate_table()
139 for (sym = 0; sym < codes; sym++) in inflate_table()
H A Dinflate.c123 state->lencode = state->distcode = state->next = state->codes; in inflateResetKeep()
320 puts(" /* inffixed.h -- table for decoding fixed codes"); in makefixed()
544 if there is no input available. The decoding of variable length codes uses
869 Tracev((stderr, "inflate: fixed codes block%s\n", in inflate()
871 state->mode = LEN_; /* decode codes */ in inflate()
878 Tracev((stderr, "inflate: dynamic codes block%s\n", in inflate()
962 state->next = state->codes; in inflate()
1053 state->next = state->codes; in inflate()
1080 Tracev((stderr, "inflate: codes ok\n")); in inflate()
1555 if (state->lencode >= state->codes in inflateCopy()
[all...]
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dgjavah.c1048 const unsigned char *codes = jcf->read_ptr; local
1057 && codes[0] == OPCODE_aload_0
1058 && codes[1] == OPCODE_getfield
1059 && (codes[4] == OPCODE_areturn
1060 || codes[4] == OPCODE_dreturn
1061 || codes[4] == OPCODE_freturn
1062 || codes[4] == OPCODE_ireturn
1063 || codes[4] == OPCODE_lreturn))
1066 index = (codes[2] << 8) | codes[3];
1071 if (codes[4] == OPCODE_areturn)
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-tree.def2 additional tree codes used in the Objective C front end (see tree.def
3 for the standard codes).
/openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/corpus/
H A Dperlpodspec-copy.pod133 I<Some> command paragraphs allow formatting codes in their content
140 would to an ordinary paragraph -- i.e., formatting codes (like
213 is a heading. That text may contain formatting codes. Examples:
256 below. Formatting codes are not expanded. Examples:
267 codes are processed. The semantics of the (optional) text in the
373 codes should be processed.
383 formatting codes were referred to as "interior sequences", and
387 There are two syntaxes for formatting codes:
420 do not signify whitespace, are merely part of the formatting codes
436 (potentially nested!) formatting codes. Implementors should
[all …]
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-tree.def2 additional tree codes used in the Objective C front end (see tree.def
3 for the standard codes).
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/
H A DTermcap.pm105 my @codes = ($self->{BOLD}, $self->{UNDL}, $self->{NORM});
106 return join(q{|}, map { $_ eq q{} ? () : "\Q$_\E" } @codes);
109 # Analyze a single line and return any formatting codes in effect at the end
157 # $shortchar matches some sequence of $char ending in codes followed by
227 Apart from the format codes, it in all ways functions like Pod::Text. See
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlpodspec.pod132 I<Some> command paragraphs allow formatting codes in their content
139 would to an ordinary paragraph (i.e., formatting codes like
212 is a heading. That text may contain formatting codes. Examples:
260 below. Formatting codes are not expanded. Examples:
271 codes are processed. The semantics of the (optional) text in the
381 codes should be processed.
391 formatting codes were referred to as "interior sequences", and
395 There are two syntaxes for formatting codes:
428 do not signify whitespace, are merely part of the formatting codes
442 of nested formatting codes, meanin
[all...]
/openbsd-src/lib/libcrypto/dh/
H A Ddh.h99 /* DH_check error codes */
108 /* DH_check_pub_key error codes */
169 int DH_check(const DH *dh,int *codes);
170 int DH_check_pub_key(const DH *dh,const BIGNUM *pub_key, int *codes);
196 /* Error codes for the DH functions. */
198 /* Function codes. */
217 /* Reason codes. */

12345678910>>...17