| /netbsd-src/tests/include/ |
| H A D | d_bitstring_32.out | 101 first 1 bit should move right 1 position each line 135 first 0 bit should move right 1 position each line 169 first 0 bit should move left 1 position each line 203 first 1 bit should move left 1 position each line 237 0 bit should move right 1 position each line 271 1 bit should move right 1 position each line
|
| H A D | d_bitstring_64.out | 165 first 1 bit should move right 1 position each line 231 first 0 bit should move right 1 position each line 297 first 0 bit should move left 1 position each line 363 first 1 bit should move left 1 position each line 429 0 bit should move right 1 position each line 495 1 bit should move right 1 position each line
|
| H A D | d_bitstring_67.out | 171 first 1 bit should move right 1 position each line 240 first 0 bit should move right 1 position each line 309 first 0 bit should move left 1 position each line 378 first 1 bit should move left 1 position each line 447 0 bit should move right 1 position each line 516 1 bit should move right 1 position each line
|
| H A D | d_bitstring_49.out | 135 first 1 bit should move right 1 position each line 186 first 0 bit should move right 1 position each line 237 first 0 bit should move left 1 position each line 288 first 1 bit should move left 1 position each line 339 0 bit should move right 1 position each line 390 1 bit should move right 1 position each line
|
| H A D | d_bitstring_8.out | 53 first 1 bit should move right 1 position each line 63 first 0 bit should move right 1 position each line 73 first 0 bit should move left 1 position each line 83 first 1 bit should move left 1 position each line 93 0 bit should move right 1 position each line 103 1 bit should move right 1 position each line
|
| H A D | d_bitstring_27.out | 91 first 1 bit should move right 1 position each line 120 first 0 bit should move right 1 position each line 149 first 0 bit should move left 1 position each line 178 first 1 bit should move left 1 position each line 207 0 bit should move right 1 position each line 236 1 bit should move right 1 position each line
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrFormatsC.td | 48 // The immediate value encoding differs for each instruction, so each subclass 50 // The bits Inst{6-2} must be set for each instruction. 64 // The immediate value encoding differs for each instruction, so each subclass 66 // The bits Inst{12-7} must be set for each instruction. 90 // The immediate value encoding differs for each instruction, so each subclass 92 // The bits Inst{12-10} and Inst{6-5} must be set for each instruction. 105 // The immediate value encoding differs for each instruction, so each subclass 107 // The bits Inst{12-10} and Inst{6-5} must be set for each instruction.
|
| /netbsd-src/external/bsd/tmux/dist/ |
| H A D | window-tree.c | 149 u_int each; member 540 u_int loop, total, visible, each, width, offset; in window_tree_draw_session() local 589 each = (sx - 6) / visible; in window_tree_draw_session() 590 remaining = (sx - 6) - (visible * each); in window_tree_draw_session() 592 each = (sx - 3) / visible; in window_tree_draw_session() 593 remaining = (sx - 3) - (visible * each); in window_tree_draw_session() 595 each = sx / visible; in window_tree_draw_session() 596 remaining = sx - (visible * each); in window_tree_draw_session() 598 if (each == 0) in window_tree_draw_session() 620 data->each = each; in window_tree_draw_session() [all …]
|
| /netbsd-src/external/mit/libcbor/dist/test/ |
| H A D | stream_expectations.c.erb | 22 <% %w(u neg).each do |type| %> 23 <% [8, 16, 32, 64].each do |width| %> 73 <% %w(array map).each do |type| %> 112 <% [['half', 2, 'float'], ['float', 4], ['double', 8]].each do |decimal| %> 162 <% %w(u neg).each do |type| %> 163 <% [8, 16, 32, 64].each do |width| %> 171 <% %w(array map).each do |type| %> 178 <% [['half', 2], ['float', 4], ['double', 8]].each do |decimal| %>
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-monitor/ |
| H A D | README | 45 is used to hold the monitor information of each entry. 57 at each request, while each active connection data is created on the 61 to each entry. 103 the subentries, for each backend, contain the type of the backend. 113 Dynamic subentries are created for each open connection, with stats on 122 The main entry contains the naming context of each configured database; 123 the subentries contain, for each database, the type and the naming 168 and for each operation type, i.e.: 186 the subentries, for each overlay, contain the type of the overlay.
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | dwarf2.c | 3215 struct funcinfo *each; in build_lookup_funcinfo_table() local 3232 for (each = unit->function_table; each; each = each->prev_func) in build_lookup_funcinfo_table() 3235 entry->funcinfo = each; in build_lookup_funcinfo_table() 3369 struct funcinfo* each; in lookup_symbol_in_function_table() local 3375 for (each = unit->function_table; each; each = each->prev_func) in lookup_symbol_in_function_table() 3376 for (arange = &each->arange; arange; arange = arange->next) in lookup_symbol_in_function_table() 3380 && each->file in lookup_symbol_in_function_table() 3381 && each->name in lookup_symbol_in_function_table() 3382 && strstr (name, each->name) != NULL) in lookup_symbol_in_function_table() 3384 best_fit = each; in lookup_symbol_in_function_table() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | dwarf2.c | 3123 struct funcinfo *each; in build_lookup_funcinfo_table() local 3140 for (each = unit->function_table; each; each = each->prev_func) in build_lookup_funcinfo_table() 3143 entry->funcinfo = each; in build_lookup_funcinfo_table() 3332 struct varinfo* each; in lookup_symbol_in_variable_table() local 3334 for (each = unit->variable_table; each; each = each->prev_var) in lookup_symbol_in_variable_table() 3335 if (! each->stack in lookup_symbol_in_variable_table() 3336 && each->file != NULL in lookup_symbol_in_variable_table() 3337 && each->name != NULL in lookup_symbol_in_variable_table() 3338 && each->addr == addr in lookup_symbol_in_variable_table() 3339 && (!each->sec || each->sec == sec) in lookup_symbol_in_variable_table() [all …]
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/features/ |
| H A D | gdbserver-regs.xsl | 33 <xsl:for-each select="/descendant::reg[$which + 1]"> 38 </xsl:for-each> 43 <xsl:for-each select="/descendant::reg[1]"> 45 </xsl:for-each>
|
| H A D | number-regs.xsl | 21 <xsl:for-each select="/descendant::reg[$which + 1]"> 36 </xsl:for-each> 42 <xsl:for-each select="/descendant::reg[1]"> 44 </xsl:for-each>
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/features/ |
| H A D | gdbserver-regs.xsl | 33 <xsl:for-each select="/descendant::reg[$which + 1]"> 38 </xsl:for-each> 43 <xsl:for-each select="/descendant::reg[1]"> 45 </xsl:for-each>
|
| H A D | number-regs.xsl | 21 <xsl:for-each select="/descendant::reg[$which + 1]"> 36 </xsl:for-each> 42 <xsl:for-each select="/descendant::reg[1]"> 44 </xsl:for-each>
|
| /netbsd-src/games/cribbage/ |
| H A D | cribbage.n | 8 was played with hands of five cards; the modern game gives each player 18 The pack of 52. The cards in each suit rank: K (high), Q, J, 10, 19 9, 8, 7, 6, 5, 4, 3, 2, A. The counting values are: K, Q, J, 10, each 10 20 (wherefore these are called tenth cards); ace, 1; each other card, its 27 and narrow, in which are four rows of 30 holes each. (See illustration.) 29 game holes. The board is placed between the two players, and each keeps 35 appropriate distance ahead of the first. For each subsequent score, the 47 Nondealer cuts, and must leave at least four cards in each packet. 57 After seeing his hand, each player lays away two cards face down. 65 the top of the stock (the rest of the pack). Again, each packet must [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | BlockFrequencyTerminology.rst | 18 Blocks with multiple successors have probabilities associated with each 25 Rather than storing fractions on each edge, we store an integer weight. 66 The implementation of the block frequency calculation analyses each loop, 67 bottom-up, ignoring backedges; i.e., as a DAG. After each loop is processed, 74 For each DAG, the entry node is assigned a mass of ``UINT64_MAX`` and mass is 99 After analysing the complete series of DAGs, each block has a mass (local to 100 its containing loop, if any), and each loop pseudo-node has a loop scale and
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/ |
| H A D | array.d | 606 template each(alias callable, T) 609 void each(ref Array!T array) 616 void each(Array!T* array) 619 each!callable(*array); 634 array.each!((e) { 651 array.each!((e) { 669 array.each!((e) { 695 template each(alias callable, T) 698 int each(ref Array!T array) 710 int each(Array!T* array) [all …]
|
| /netbsd-src/share/man/tools/ |
| H A D | TOOLKIT | 24 one for each section of the manual. In particular, the 4 shell 26 verification, produce a unique sorted list for each section, as 42 each section. Also produces files _l_o_w_e_r._s_u_f[_1-_8], containing 86 `ckso' verifies the reverse; it locates each real entry, 101 counts (`ls -ls') for each section of the manual. 105 are unique to each and whether or not the common files have 107 are generated for each common file instead. The `-o' option 115 containing section-by-section list for each pattern. 133 Produces files _p_a_g_e_s[_1-_8] containing page counts for each 134 entry. Also produces _t_o_t_a_l_p_g_s containing totals for each [all …]
|
| H A D | README | 24 one for each section of the manual. In particular, the 4 shell 26 verification, produce a unique sorted list for each section, as 42 each section. Also produces files _l_o_w_e_r._s_u_f[_1-_8], containing 86 `ckso' verifies the reverse; it locates each real entry, 101 counts (`ls -ls') for each section of the manual. 105 are unique to each and whether or not the common files have 107 are generated for each common file instead. The `-o' option 115 containing section-by-section list for each pattern. 133 Produces files _p_a_g_e_s[_1-_8] containing page counts for each 134 entry. Also produces _t_o_t_a_l_p_g_s containing totals for each [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | llvm-readelf.rst | 38 address of each function, along with the relative offset of each basic block. 84 When used with :option:`--relocations`, display each relocation in an expanded 147 When used with :option:`--sections`, display section data for each section 160 When used with :option:`--sections`, display relocations for each section 165 When used with :option:`--sections`, display symbols for each section shown.
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | j_calltime_example.txt | 4 top ten in each category. This number is configurable with simple edit of 55 Counts shows us how many times each different method was called, and how 58 The exclusive method elapsed times show the time that each method spent 61 The inclusive method elapsed times show the time that each method spent
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | j_calltime_example.txt | 4 top ten in each category. This number is configurable with simple edit of 55 Counts shows us how many times each different method was called, and how 58 The exclusive method elapsed times show the time that each method spent 61 The inclusive method elapsed times show the time that each method spent
|
| /netbsd-src/distrib/syspkg/notes/ |
| H A D | WORKPLAN | 13 (whitespace separated) field of each line of each set file 15 b.) add at least additional fields to each line of each set list
|