Searched refs:where (Results 151 - 175 of 625) sorted by relevance

1234567891011>>

/openbsd-current/sys/arch/hppa/stand/libsa/
H A Dlif.c208 lif_seek(f, offset, where)
211 int where;
215 switch (where) {
/openbsd-current/gnu/usr.bin/perl/dist/FindBin/lib/
H A DFindBin.pm29 where the software tree is installed.
37 $Bin - path to bin directory from where script was invoked
48 Perl environments, where you shouldn't use this module. Which also means
/openbsd-current/sys/dev/pci/drm/amd/display/dc/basics/
H A Damdgpu_vector.c184 void *where = dal_vector_at_index(vector, index); local
186 if (!where) {
191 where,
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-tahoe.c186 J<cond> where <cond> is a simple flag test.
205 Jbc/Jbs where cond tests a memory bit.
267 where the next biggest branch is. */
546 tc_aout_fix_to_chars (where, fixP, segment_address_in_file)
547 char *where;
555 md_number_to_chars (where,
563 where[4] = (r_symbolnum >> 16) & 0x0ff;
564 where[5] = (r_symbolnum >> 8) & 0x0ff;
565 where[6] = r_symbolnum & 0x0ff;
566 where[
739 register long int where; local
[all...]
H A Dtc-pj.c117 pj_cons_fix_new_pj (frag, where, nbytes, exp)
119 int where;
130 fix_new_exp (frag, where, nbytes, exp, 0,
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-or32.c755 tc_aout_fix_to_chars (char *where, argument
769 (where,
777 where[4] = (r_symbolnum >> 16) & 0x0ff;
778 where[5] = (r_symbolnum >> 8) & 0x0ff;
779 where[6] = r_symbolnum & 0x0ff;
780 where[7] = (((!S_IS_DEFINED (fixP->fx_addsy)) << 7) & 0x80) | (0 & 0x60) | (fixP->fx_r_type & 0x1F);
783 md_number_to_chars (&where[8], fixP->fx_addnumber, 4);
H A Dtc-i960.c542 Return pointer to where it was placed. */
2115 md_ri_to_chars (char *where, struct relocation_info *ri)
2117 host_number_to_chars (where, ri->r_address, 4);
2118 host_number_to_chars (where + 4, ri->r_index, 3);
2120 where[7] = (ri->r_pcrel << 7
2128 where[7] = (ri->r_pcrel << 0
2361 char *where;
2367 where = fixP->fx_frag->fr_literal + fixP->fx_where;
2373 md_number_to_chars (where, CALLS | TC_S_GET_SYSPROC (fixP->fx_addsy), 4);
2389 md_number_to_chars (where, BA
2112 md_ri_to_chars(char *where, struct relocation_info *ri) argument
2357 char *where; local
2466 tc_bout_fix_to_chars(char *where, fixS *fixP, relax_addressT segment_address_in_file) argument
[all...]
/openbsd-current/libexec/tradcpp/
H A Dmain.c91 struct place where; member in struct:commandline_macro
131 cm->where = *p;
188 macro_define_plain(&cm->where, cm->macro,
259 struct place where; member in struct:commandline_file
299 cf->where = *p;
334 file_readquote(&cf->where, cf->name);
337 file_readquote(&cf->where, cf->name);
/openbsd-current/lib/libc/rpc/
H A Dxdr_rec.c42 * by n bytes of data, where n is contained in the header. The header
623 caddr_t where; local
629 where = rstrm->in_base;
631 where += i;
633 if ((len = (*(rstrm->readit))(rstrm->tcp_handle, where, len)) == -1)
635 rstrm->in_finger = where;
636 where += len;
637 rstrm->in_boundry = where;
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dopncls.c72 nbfd->where = 0;
186 /* OK, put everything where it belongs. */
402 file_ptr where; member in struct:opncls
409 return vec->where;
418 case SEEK_SET: vec->where = offset; break;
419 case SEEK_CUR: vec->where += offset; break;
429 file_ptr nread = (vec->pread) (abfd, vec->stream, buf, nbytes, vec->where);
432 vec->where += nread;
438 const void *where ATTRIBUTE_UNUSED,
768 abfd->where
[all...]
H A Dmmo.c72 byte @samp{0x98} forms a command called a @samp{lopcode}, where
86 0x9801YYZZ, where @samp{Z} is 1 or 2. This is a location
96 0x9803YYZZ, where @samp{Z} is 1 or 2. Store the current location
134 where @var{n} is the @samp{YZ}-type. The flags for such a
142 length of header information in 32-bit words, where the first word
272 bfd_vma where; member in struct:mmo_data_list_struct
635 can't deduce a section, make one up as ".MMIX.sec.N", where N is an
917 bfd_vma last_vma = datap ? datap->where - 1 : 0;
920 if (! mmo_write_loc_chunk (abfd, datap->where, datap->data, datap->size,
1095 loc->where
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Carp/lib/
H A DCarp.pm71 # downgrade where it is acceptable to fail. It must be called with a
93 # (ASCII or EBCDIC). This is used on some Perls in situations where a
358 my $where = eval {
372 = "** Incomplete caller override detected$where; \@DB::args were not set **";
583 # Returns a full stack backtrace starting from where it is
792 error as being from where your module was called. C<shortmess()> returns the
793 contents of this error message. There is no guarantee that that is where the
808 What they do is search the call-stack for a function call stack where
845 point where you call C<carp> or C<croak>.)
860 to understand why, or from where,
[all...]
/openbsd-current/gnu/gcc/gcc/config/mmix/
H A Dcrti.asm30 % between where the simulator calls and main, and shutting things down on
78 % where necessary.
94 % functions or where they store rJ. We shouldn't get there, so die
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mmix/
H A Dcrti.asm30 % between where the simulator calls and main, and shutting things down on
78 % where necessary.
94 % functions or where they store rJ. We shouldn't get there, so abort
/openbsd-current/gnu/usr.bin/perl/t/base/
H A Dlex.t206 my ($where, $num) = @_;
208 print "# $p:$f:$l vs /$where/\nnot " unless "$p:$f:$l" =~ /$where/;
483 print "ok $test - \${...} where {...} looks like hash\n"; $test++;
/openbsd-current/regress/usr.bin/ssh/unittests/test_helper/
H A Dtest_helper.c394 memvalcmp(const u_int8_t *s, u_char v, size_t l, size_t *where) argument
400 *where = i;
411 size_t where = -1; local
421 r = memvalcmp(aa1, v, l, &where);
428 snprintf(tmp, sizeof(tmp), "(%s)[%zu]", a1, where);
430 ((u_char *)aa1)[where], v);
/openbsd-current/usr.sbin/dhcpd/
H A Ddispatch.c526 add_timeout(time_t when, void (*where)(void *), void *what)
533 if (q->func == where && q->what == what) {
549 q->func = where;
555 q->func = where;
586 cancel_timeout(void (*where)(void *), void *what)
593 if (q->func == where && q->what == what) {
/openbsd-current/usr.bin/rpcgen/
H A Drpc_util.c52 char *where = curline; /* current point in line */ variable
73 where = curline;
425 for (i = 0; i < where - curline; i++) {
/openbsd-current/sys/arch/hppa/gsc/
H A Dif_ie_gsc.c198 ie_gsc_intrhook(sc, where)
200 int where;
202 switch (where) {
/openbsd-current/games/monop/
H A Dmonop.h179 void where(void);
H A Dprint.c57 * This routine lists where each player is.
60 where(void) function
/openbsd-current/sys/dev/ic/
H A Di82596var.h204 int (*intrhook)(struct ie_softc *, int where);
230 * Offset and size of a block of board memory where the buffers
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/
H A DTrace.pm97 have access to information about where they were created. This object
239 This issues a warning at the frame (filename and line number where
244 This throws an exception at the frame (filename and line number where
249 Get the caller details for the debug-info. This is where errors should be
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dmmo.c66 byte @samp{0x98} forms a command called a @samp{lopcode}, where
86 0x9801YYZZ, where @samp{Z} is 1 or 2. This is a location
96 0x9803YYZZ, where @samp{Z} is 1 or 2. Store the current location
134 where @var{n} is the @samp{YZ}-type. The flags for such a
142 length of header information in 32-bit words, where the first word
272 bfd_vma where; member in struct:mmo_data_list_struct
692 can't deduce a section, make one up as ".MMIX.sec.N", where N is an
1005 bfd_vma last_vma = datap ? datap->where - 1 : 0;
1008 if (! mmo_write_loc_chunk (abfd, datap->where, datap->data, datap->size,
1188 loc->where
[all...]
/openbsd-current/gnu/gcc/gcc/config/c4x/
H A Dlibgcc.S47 ; improve the estimate of r, given an initial estimate r[0], where
105 ; where v = m * 2^e
239 ; special case where ar2 = abs(ar2) = 0x80000000. We handle this by
586 ; where x = (b << 16) + a, y = (d << 16) + c
594 ; Let z = (f << 16) + e where f < (1 << 16).

Completed in 665 milliseconds

1234567891011>>