Home
last modified time | relevance | path

Searched refs:constant (Results 1 – 25 of 199) sorted by relevance

12345678

/mirbsd/src/gnu/usr.bin/perl/lib/
Dconstant.t22 use constant PI => 4 * atan2 1, 1;
33 use constant UNDEF1 => undef; # the right way
34 use constant UNDEF2 => ; # the weird way
35 use constant 'UNDEF3' ; # the 'short' way
36 use constant EMPTY => ( ) ; # the right way for lists
54 use constant COUNTDOWN => scalar reverse 1, 2, 3, 4, 5;
55 use constant COUNTLIST => reverse 1, 2, 3, 4, 5;
56 use constant COUNTLAST => (COUNTLIST)[-1];
65 use constant ABC => 'ABC';
68 use constant DEF => 'D', 'E', chr ord 'F';
[all …]
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dcrx-dis.c431 a->constant = p.val; in make_argument()
448 a->constant = p.val; in make_argument()
483 a->constant = p.val; in make_argument()
489 a->constant = p.val; in make_argument()
529 func (stream, "%s", gettrapstring (a->constant)); in print_arg()
532 func (stream, "%s", getcinvstring (a->constant)); in print_arg()
546 getregliststring (a->constant, string, reg_arg_type); in print_arg()
550 func (stream, "$0x%x", a->constant); in print_arg()
554 getregliststring (a->constant, string, reg_arg_type); in print_arg()
559 func (stream, "$0x%x", a->constant); in print_arg()
[all …]
/mirbsd/src/usr.bin/less/
Dprompt.c44 static constant char s_proto[] =
46 static constant char m_proto[] =
48 static constant char M_proto[] =
50 static constant char more_proto[] =
52 static constant char e_proto[] =
54 static constant char h_proto[] =
56 static constant char w_proto[] =
60 public char constant *eqproto = e_proto;
61 public char constant *hproto = h_proto;
62 public char constant *wproto = w_proto;
Dcmdbuf.c67 public void * constant ml_search = (void *) &mlist_search;
71 public void * constant ml_examine = (void *) &mlist_examine;
76 public void * constant ml_shell = (void *) &mlist_shell;
82 public void * constant ml_search = (void *)1;
83 public void * constant ml_examine = (void *)2;
85 public void * constant ml_shell = (void *)3;
Dless.h49 #define constant const macro
51 #define constant macro
/mirbsd/src/gnu/usr.bin/perl/t/op/
Dhash.t36 use constant MASK_U32 => 2**32;
37 use constant HASH_SEED => 0;
38 use constant THRESHOLD => 14;
39 use constant START => "a";
Dgoto_xs.t41 $value = Fcntl::constant($VALID);
49 sub goto_const { goto &Fcntl::constant; }
77 $FREF = \&Fcntl::constant;
Dmy_stash.t14 use constant MyClass => 'Foo::Bar::Biz::Baz';
27 use constant NoClass => 'Nope::Foo::Bar::Biz::Baz';
/mirbsd/src/lib/libssl/src/doc/crypto/
DBN_zero.pod25 BN_value_one() returns a B<BIGNUM> constant of value 1. This constant
37 BN_value_one() returns the constant.
41 Someone might change the constant.
/mirbsd/src/usr.bin/xlint/lint1/
Dcgram.y178 %type <y_tnode> constant
672 | notype_decl T_COLON constant {
677 } T_COLON constant {
686 | type_decl T_COLON constant {
691 } T_COLON constant {
767 | ename T_ASSIGN constant {
832 | notype_direct_decl T_LBRACK constant T_RBRACK {
861 | type_direct_decl T_LBRACK constant T_RBRACK {
897 | direct_param_decl T_LBRACK constant T_RBRACK {
926 | direct_notype_param_decl T_LBRACK constant T_RBRACK {
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-crx.c674 cur_arg->constant = crx_ins->exp.X_add_number; in process_label_constant()
948 cur_arg->constant = 0; in parse_operand()
1103 insn->arg[0].constant = IS_INSN_MNEMONIC ("excp") ? in parse_insn()
1236 long constant = getconstant (arg->constant, nbits); in print_constant() local
1256 CRX_PRINT (0, (constant >> WORD_SHIFT) & mask, 0); in print_constant()
1257 CRX_PRINT (1, (constant & 0xFFFF), WORD_SHIFT); in print_constant()
1266 CRX_PRINT (0, constant, 0); in print_constant()
1281 CRX_PRINT (1, constant, WORD_SHIFT); in print_constant()
1283 CRX_PRINT (0, constant, shift); in print_constant()
1287 CRX_PRINT (0, constant, shift); in print_constant()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-m88k.texi27 This assembles a double precision (64-bit) floating point constant.
31 This assembles a single precision (32-bit) floating point constant.
35 This directive assembles a half-word (16-bit) constant.
39 This assembles a word (32-bit) constant.
/mirbsd/src/gnu/usr.bin/perl/ext/Sys/Syslog/fallback/
Dconst-xs.inc2 constant(sv)
18 /* Change this to constant(aTHX_ s, len, &iv, &nv);
20 type = constant(aTHX_ s, len, &iv, &pv);
Dconst-c.inc486 constant (pTHX_ const char *name, STRLEN len, IV *iv_return, const char **pv_return) {
492 code, and use it to regenerate a new set of constant functions which you
495 Regenerate these constant functions by feeding this entire source file to
512 foreach (C_constant ("Sys::Syslog", 'constant', 'IV', $types, undef, 3, @names) ) {
513 print $_, "\n"; # C constant subs
/mirbsd/src/gnu/usr.bin/perl/ext/Time/HiRes/fallback/
Dconst-xs.inc2 constant(sv)
18 /* Change this to constant(aTHX_ s, len, &iv, &nv);
20 type = constant(aTHX_ s, len, &iv);
Dconst-c.inc227 constant (pTHX_ const char *name, STRLEN len, IV *iv_return) {
233 code, and use it to regenerate a new set of constant functions which you
236 Regenerate these constant functions by feeding this entire source file to
259 foreach (C_constant ("Time::HiRes", 'constant', 'IV', $types, undef, 3, @names) ) {
260 print $_, "\n"; # C constant subs
/mirbsd/src/gnu/usr.bin/perl/ext/I18N/Langinfo/fallback/
Dconst-xs.inc2 constant(sv)
18 /* Change this to constant(aTHX_ s, len, &iv, &nv);
20 type = constant(aTHX_ s, len, &iv);
/mirbsd/src/share/doc/psd/23.Cknr/
Dcman1110 An integer constant consisting of a sequence of digits
128 A decimal constant whose value exceeds the largest
131 an octal or hex constant which exceeds the largest unsigned machine integer
139 A decimal, octal, or hexadecimal integer constant immediately followed
145 is a long constant, which, on the
153 A character constant is a sequence of characters enclosed in single quotes
155 Within a character constant a single quote must be preceded by
184 The value of a single-character constant is the numerical value of the
187 in a character constant and the second character of a pair
195 A floating constant consists of
[all …]
/mirbsd/src/gnu/usr.bin/perl/ext/IPC/SysV/
DChangeLog8 a constant
15 Reduced size of XS object by changing constant sub definition
/mirbsd/src/gnu/usr.bin/perl/t/comp/
Dparser.t32 like( $@, qr/^Can't modify constant item in list assignment/,
40 like( $@, qr/^Can't modify constant item in undef operator /,
/mirbsd/src/usr.bin/deroff/
Dderoff.c460 textline(char *str, int constant) in textline() argument
487 regline(void (*pfunc)(char *, int), int constant) in regline() argument
512 (*pfunc)(line, constant); in regline()
836 msputmac(char *s, int constant) in msputmac() argument
855 if (t > s + constant && chars[(unsigned char)s[0]] == LETTER && in msputmac()
923 meputmac(char *cp, int constant) in meputmac() argument
992 if (((np - cp) > constant) && in meputmac()
/mirbsd/src/gnu/usr.bin/perl/ext/Sys/Syslog/
DChanges20 [TESTS] Improved t/constant.t
22 ExtUtils::Constant will prevent the constant() function from
/mirbsd/src/gnu/usr.bin/perl/ext/B/t/
Ddeparse.t86 use constant 'c', 'stuff';
95 use constant cr => ['hello'];
/mirbsd/src/gnu/usr.bin/perl/ext/Unicode/Normalize/
DMakefile.PL21 constant => 0,
/mirbsd/src/usr.bin/file/magdir/
Dti-8x101 >0x00003B byte 0x08 (real constant)
102 >0x00003B byte 0x09 (complex constant)
134 >0x00003B byte 0x08 (real constant)
135 >0x00003B byte 0x09 (complex constant)

12345678