Searched refs:constant (Results 1 - 25 of 314) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsmovecr.S4 | The entry point sMOVECR returns the constant at the
9 | Output: The constant rounded to the user's rounding
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dsmovecr.S4 | The entry point sMOVECR returns the constant at the
9 | Output: The constant rounded to the user's rounding
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/perl/DB_File/
H A Dfallback.xs2 constant(sv)
18 /* Change this to constant(aTHX_ s, len, &iv, &nv);
20 type = constant(aTHX_ s, len, &iv);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/perl/DB_File/
H A Dfallback.xs2 constant(sv)
18 /* Change this to constant(aTHX_ s, len, &iv, &nv);
20 type = constant(aTHX_ s, len, &iv);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/perl/DB_File/
H A Dfallback.xs2 constant(sv)
18 /* Change this to constant(aTHX_ s, len, &iv, &nv);
20 type = constant(aTHX_ s, len, &iv);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/Documentation/trace/postprocess/
H A Dtrace-vmscan-postprocess.pl17 use constant MM_VMSCAN_DIRECT_RECLAIM_BEGIN => 1;
18 use constant MM_VMSCAN_DIRECT_RECLAIM_END => 2;
19 use constant MM_VMSCAN_KSWAPD_WAKE => 3;
20 use constant MM_VMSCAN_KSWAPD_SLEEP => 4;
21 use constant MM_VMSCAN_LRU_SHRINK_ACTIVE => 5;
22 use constant MM_VMSCAN_LRU_SHRINK_INACTIVE => 6;
23 use constant MM_VMSCAN_LRU_ISOLATE => 7;
24 use constant MM_VMSCAN_WRITEPAGE_FILE_SYNC => 8;
25 use constant MM_VMSCAN_WRITEPAGE_ANON_SYNC => 9;
26 use constant MM_VMSCAN_WRITEPAGE_FILE_ASYN
[all...]
H A Dtrace-pagealloc-postprocess.pl19 use constant MM_PAGE_ALLOC => 1;
20 use constant MM_PAGE_FREE_DIRECT => 2;
21 use constant MM_PAGEVEC_FREE => 3;
22 use constant MM_PAGE_PCPU_DRAIN => 4;
23 use constant MM_PAGE_ALLOC_ZONE_LOCKED => 5;
24 use constant MM_PAGE_ALLOC_EXTFRAG => 6;
25 use constant EVENT_UNKNOWN => 7;
28 use constant STATE_PCPU_PAGES_DRAINED => 8;
29 use constant STATE_PCPU_PAGES_REFILLED => 9;
32 use constant HIGH_PCPU_DRAIN
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/Documentation/trace/postprocess/
H A Dtrace-vmscan-postprocess.pl17 use constant MM_VMSCAN_DIRECT_RECLAIM_BEGIN => 1;
18 use constant MM_VMSCAN_DIRECT_RECLAIM_END => 2;
19 use constant MM_VMSCAN_KSWAPD_WAKE => 3;
20 use constant MM_VMSCAN_KSWAPD_SLEEP => 4;
21 use constant MM_VMSCAN_LRU_SHRINK_ACTIVE => 5;
22 use constant MM_VMSCAN_LRU_SHRINK_INACTIVE => 6;
23 use constant MM_VMSCAN_LRU_ISOLATE => 7;
24 use constant MM_VMSCAN_WRITEPAGE_FILE_SYNC => 8;
25 use constant MM_VMSCAN_WRITEPAGE_ANON_SYNC => 9;
26 use constant MM_VMSCAN_WRITEPAGE_FILE_ASYN
[all...]
H A Dtrace-pagealloc-postprocess.pl19 use constant MM_PAGE_ALLOC => 1;
20 use constant MM_PAGE_FREE_DIRECT => 2;
21 use constant MM_PAGEVEC_FREE => 3;
22 use constant MM_PAGE_PCPU_DRAIN => 4;
23 use constant MM_PAGE_ALLOC_ZONE_LOCKED => 5;
24 use constant MM_PAGE_ALLOC_EXTFRAG => 6;
25 use constant EVENT_UNKNOWN => 7;
28 use constant STATE_PCPU_PAGES_DRAINED => 8;
29 use constant STATE_PCPU_PAGES_REFILLED => 9;
32 use constant HIGH_PCPU_DRAIN
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/opcodes/
H A Dcr16-dis.c100 /* Print the constant expression length. */
161 /* Given a 'CC' instruction constant operand, return its corresponding
171 /* Given a 'cinv' instruction constant operand, return its corresponding
303 /* Build a mask of the instruction's 'constant' opcode,
319 /* The instruction 'constant' opcode doewsn't exceed 32 bits. */
380 a->constant = p.val;
399 a->constant = p.val;
411 a->constant = ((p.val & 0xffff) | (p.val >> 8 & 0xf0000));
416 a->constant = (p.val & 0xf) | (((p.val >>20) & 0x3) << 4)
420 a->constant
[all...]
H A Dcrx-dis.c169 /* Given a 'cinv' instruction constant operand, return its corresponding string.
315 /* Build a mask of the instruction's 'constant' opcode,
357 /* The instruction 'constant' opcode doewsn't exceed 32 bits. */
432 a->constant = p.val;
449 a->constant = p.val;
484 a->constant = p.val;
490 a->constant = p.val;
530 func (stream, "%s", gettrapstring (a->constant));
533 func (stream, "%s", getcinvstring (a->constant));
547 getregliststring (a->constant, strin
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Dcr16-dis.c100 /* Print the constant expression length. */
161 /* Given a 'CC' instruction constant operand, return its corresponding
171 /* Given a 'cinv' instruction constant operand, return its corresponding
303 /* Build a mask of the instruction's 'constant' opcode,
319 /* The instruction 'constant' opcode doewsn't exceed 32 bits. */
380 a->constant = p.val;
399 a->constant = p.val;
411 a->constant = ((p.val & 0xffff) | (p.val >> 8 & 0xf0000));
416 a->constant = (p.val & 0xf) | (((p.val >>20) & 0x3) << 4)
420 a->constant
[all...]
H A Dcrx-dis.c169 /* Given a 'cinv' instruction constant operand, return its corresponding string.
315 /* Build a mask of the instruction's 'constant' opcode,
357 /* The instruction 'constant' opcode doewsn't exceed 32 bits. */
432 a->constant = p.val;
449 a->constant = p.val;
484 a->constant = p.val;
490 a->constant = p.val;
530 func (stream, "%s", gettrapstring (a->constant));
533 func (stream, "%s", getcinvstring (a->constant));
547 getregliststring (a->constant, strin
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Dcr16-dis.c100 /* Print the constant expression length. */
161 /* Given a 'CC' instruction constant operand, return its corresponding
171 /* Given a 'cinv' instruction constant operand, return its corresponding
303 /* Build a mask of the instruction's 'constant' opcode,
319 /* The instruction 'constant' opcode doewsn't exceed 32 bits. */
380 a->constant = p.val;
399 a->constant = p.val;
411 a->constant = ((p.val & 0xffff) | (p.val >> 8 & 0xf0000));
416 a->constant = (p.val & 0xf) | (((p.val >>20) & 0x3) << 4)
420 a->constant
[all...]
H A Dcrx-dis.c169 /* Given a 'cinv' instruction constant operand, return its corresponding string.
315 /* Build a mask of the instruction's 'constant' opcode,
357 /* The instruction 'constant' opcode doewsn't exceed 32 bits. */
432 a->constant = p.val;
449 a->constant = p.val;
484 a->constant = p.val;
490 a->constant = p.val;
530 func (stream, "%s", gettrapstring (a->constant));
533 func (stream, "%s", getcinvstring (a->constant));
547 getregliststring (a->constant, strin
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/perl/BerkeleyDB/
H A Dconstants.xs2 constant(sv)
18 /* Change this to constant(aTHX_ s, len, &iv, &nv);
20 type = constant(aTHX_ s, len, &iv, &pv);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/perl/BerkeleyDB/
H A Dconstants.xs2 constant(sv)
18 /* Change this to constant(aTHX_ s, len, &iv, &nv);
20 type = constant(aTHX_ s, len, &iv, &pv);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/perl/BerkeleyDB/
H A Dconstants.xs2 constant(sv)
18 /* Change this to constant(aTHX_ s, len, &iv, &nv);
20 type = constant(aTHX_ s, len, &iv, &pv);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/share/automake-1.11/Automake/
H A DRuleDef.pm50 use constant RULE_AUTOMAKE => 0; # Rule defined by Automake.
51 use constant RULE_USER => 1; # Rule defined in the user's Makefile.am.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/mt-daapd/src/
H A Dquery.h30 /* constant opcode */
55 int constant; member in union:query_node_::__anon4766
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/mt-daapd/src/
H A Dquery.h30 /* constant opcode */
55 int constant; member in union:query_node_::__anon5671
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/plugin/include/
H A Dtree-ssa-sccvn.h110 tree constant; member in struct:vn_constant_s
113 /* Hash the constant CONSTANT with distinguishing type incompatible
117 vn_hash_constant_with_type (tree constant) argument
119 tree type = TREE_TYPE (constant);
120 return (iterative_hash_expr (constant, 0)
138 /* Value number. This may be an SSA name or a constant. */
140 /* Representative expression, if not a direct constant. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/
H A Dtree-ssa-sccvn.h120 tree constant; member in struct:vn_constant_s
137 /* Hash the constant CONSTANT with distinguishing type incompatible
141 vn_hash_constant_with_type (tree constant) argument
143 return (iterative_hash_expr (constant, 0)
144 + vn_hash_type (TREE_TYPE (constant)));
159 /* Value number. This may be an SSA name or a constant. */
161 /* Representative expression, if not a direct constant. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/lib/gcc/arm-none-eabi/4.6.1/plugin/include/
H A Dtree-ssa-sccvn.h112 tree constant; member in struct:vn_constant_s
115 /* Hash the constant CONSTANT with distinguishing type incompatible
119 vn_hash_constant_with_type (tree constant) argument
121 tree type = TREE_TYPE (constant);
122 return (iterative_hash_expr (constant, 0)
140 /* Value number. This may be an SSA name or a constant. */
142 /* Representative expression, if not a direct constant. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/mt-daapd/src/
H A Dquery.h30 /* constant opcode */
55 int constant; member in union:query_node_::__anon39696

Completed in 188 milliseconds

1234567891011>>