Searched refs:initial (Results 1 - 25 of 110) sorted by relevance

12345

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgenmultilib134 # repetition. When the script is called, ${initial} is the list of
143 all=${initial}`echo $first | sed -e 's_|_/_'g`
146 initial="${initial}${all}/" ./tmpmultilib $@
151 echo ${initial}${opt}/
155 initial="${initial}${opt}/" ./tmpmultilib $@
162 combinations=`initial=/ ./tmpmultilib ${options}`
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/
H A Dzlib-generic.pl176 my $initial;
177 is $k->read($initial, 1), 1 ;
178 is $initial, substr($hello, 0, 1);
213 my $initial;
214 is $k->read($initial, 1), 1 ;
215 is $initial, substr($hello, 0, 1);
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dsignals.py53 initial = signal.getsignal(signal.SIGINT)
58 signal.signal(signal.SIGINT, initial)
/openbsd-current/gnu/gcc/gcc/
H A Dgenmultilib143 # repetition. When the script is called, ${initial} is the list of
152 all=${initial}`echo $first | sed -e 's_|_/_'g`
155 initial="${initial}${all}/" ./tmpmultilib $@
160 echo ${initial}${opt}/
164 initial="${initial}${opt}/" ./tmpmultilib $@
171 combinations=`initial=/ ./tmpmultilib ${options}`
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dios_init.cc216 const int initial = 4; variable
217 gnu_filebuf buf(initial);
227 VERIFY( k1 == initial );
232 VERIFY( k1 == initial );
236 VERIFY( k1 == initial );
242 VERIFY( k1 == initial );
246 VERIFY( k1 == initial );
252 VERIFY( k1 == initial );
/openbsd-current/regress/usr.sbin/bgpd/unittests/
H A Drde_sets_test.c37 build_set(const char *name, uint32_t *mem, size_t nmemb, size_t initial) argument
41 a = as_sets_new(&as_sets, name, initial, sizeof(*mem));
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A DDecomposition.pl2870 FB54 <initial> 067B
2874 FB58 <initial> 067E
2878 FB5C <initial> 0680
2882 FB60 <initial> 067A
2886 FB64 <initial> 067F
2890 FB68 <initial> 0679
2894 FB6C <initial> 06A4
2898 FB70 <initial> 06A6
2902 FB74 <initial> 0684
2906 FB78 <initial> 068
[all...]
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DDependencies.pm132 my $initial = $self->{set};
136 push(@todo, $initial);
142 if ($l eq $initial) {
155 $state->say("| #1", $initial->print);
158 while ($k ne $initial && !$merged->{$k}) {
169 delete $initial->solver->{deplist};
170 delete $initial->solver->{to_register};
171 $initial->merge($state->tracker, @real);
/openbsd-current/gnu/usr.bin/perl/cpan/Win32/
H A Dlongpath.inc51 /* copy initial slash, if any */
/openbsd-current/gnu/gcc/gcc/config/c4x/
H A Dlibgcc.S47 ; improve the estimate of r, given an initial estimate r[0], where
76 rcpf r3, r0 ; Compute initial estimate r[0]
109 ; Calculate initial estimate r[0]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dlibgcc.S47 ; improve the estimate of r, given an initial estimate r[0], where
76 rcpf r3, r0 ; Compute initial estimate r[0]
109 ; Calculate initial estimate r[0]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ddwarf2-frame.c128 struct dwarf2_frame_state_reg_info initial;
196 dwarf2_frame_state_free_regs (fs->initial.prev);
198 xfree (fs->initial.reg);
244 struct frame_info *next_frame, CORE_ADDR initial)
256 dwarf_expr_push (ctx, initial);
297 gdb_assert (fs->initial.reg);
300 fs->regs.reg[reg] = fs->initial.reg[reg];
337 gdb_assert (fs->initial.reg);
340 fs->regs.reg[reg] = fs->initial.reg[reg];
630 fs->initial
127 struct dwarf2_frame_state_reg_info initial; member in struct:dwarf2_frame_state
241 execute_stack_op(unsigned char *exp, ULONGEST len, struct frame_info *next_frame, CORE_ADDR initial) argument
[all...]
/openbsd-current/gnu/usr.bin/texinfo/util/
H A Dtexindex.c116 /* Remembers the first initial letter seen in this index, so we can
1114 first line, we need initial headers in the output index. */
1153 a \initial line is written with one argument, the new initial.
1179 /* The initial (for sorting purposes) of the last primary entry written.
1180 When this changes, a \initial {c} line is written */
1210 insert headers for each initial character, etc. */ local
1219 char *initial;
1228 initial = p;
1235 initial
[all...]
/openbsd-current/sys/dev/pci/
H A Demuxkivar.h95 u_int16_t initial;/* 4 bits of octave, 12 bits of fractional member in struct:emuxki_chanparms_pitch
/openbsd-current/usr.sbin/mopd/otherOS/linux2/
H A Dmopd-x.x.x.spec74 - initial build
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dsol2-c1.asm50 ! Start creating the initial frame by pushing a NULL value for the return
51 ! address of the initial frame, and mark the end of the stack frame chain
116 ! the initial frame pointer.
H A Dsol2-gc1.asm53 ! Start creating the initial frame by pushing a NULL value for the return
54 ! address of the initial frame, and mark the end of the stack frame chain
129 ! the initial frame pointer.
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Dsol2-c1.asm50 ! Start creating the initial frame by pushing a NULL value for the return
51 ! address of the initial frame, and mark the end of the stack frame chain
116 ! the initial frame pointer.
H A Dsol2-gc1.asm53 ! Start creating the initial frame by pushing a NULL value for the return
54 ! address of the initial frame, and mark the end of the stack frame chain
129 ! the initial frame pointer.
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DCommandLine.h428 // Specify a default (initial) value for the command line argument, if the
1334 template <class T> void setValue(const T &V, bool initial = false) {
1337 if (initial)
1364 template <class T> void setValue(const T &V, bool initial = false) {
1366 if (initial)
1389 template <class T> void setValue(const T &V, bool initial = false) {
1391 if (initial)
1533 template <class T> void addValue(const T &V, bool initial = false) {
1538 if (initial)
1626 template <class T> void addValue(const T &V, bool initial
[all...]
/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm389 s_mov_b32 s_save_buf_rsrc2, 0 //NUM_RECORDS initial value = 0 (in bytes) although not neccessarily inited
396 s_mov_b32 s_save_mem_offset, 0x0 //mem offset initial value = 0
464 s_mov_b32 m0, 0x0 //SGPR initial index value =0
548 s_mov_b32 m0, 0x0 //lds_offset initial value = 0
612 s_mov_b32 m0, 0x4 //VGPR initial index value =0
662 s_mov_b32 m0, 0x0 //VGPR initial index value =0
713 s_mov_b32 s_restore_buf_rsrc2, 0 //NUM_RECORDS initial value = 0 (in bytes)
717 // s_mov_b32 s_restore_mem_offset, 0x0 //mem offset initial value = 0
746 s_mov_b32 m0, 0x0 //lds_offset initial value = 0
772 s_mov_b32 m0, 4 //VGPR initial inde
[all...]
H A Dcwsr_trap_handler_gfx8.asm234 s_mov_b32 s_save_buf_rsrc2, 0 //NUM_RECORDS initial value = 0 (in bytes) although not neccessarily inited
247 s_mov_b32 s_save_mem_offset, 0x0 //mem offset initial value = 0
317 s_mov_b32 m0, 0x0 //SGPR initial index value =0
392 s_mov_b32 m0, 0x0 //lds_offset initial value = 0
436 s_mov_b32 m0, 0x4 //VGPR initial index value =0
475 s_mov_b32 s_restore_buf_rsrc2, 0 //NUM_RECORDS initial value = 0 (in bytes)
485 // s_mov_b32 s_restore_mem_offset, 0x0 //mem offset initial value = 0
514 s_mov_b32 m0, 0x0 //lds_offset initial value = 0
542 s_mov_b32 m0, 4 //VGPR initial index value = 1
/openbsd-current/usr.bin/mandoc/
H A Dread.c75 resize_buf(struct buf *buf, size_t initial) argument
78 buf->sz = buf->sz > initial/2 ? 2 * buf->sz : initial;
/openbsd-current/gnu/usr.bin/cvs/contrib/
H A Drcs2sccs.sh93 echo initial rev checked into SCCS
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dpytracer.py342 def total(initial=5, *numbers, **keywords):
343 count = initial

Completed in 390 milliseconds

12345