| /openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| H A D | m88k.h | 357 #define UEXT(src,off,wid) \ argument 358 ((((unsigned int)(src)) >> (off)) & ((1 << (wid)) - 1)) 360 #define SEXT(src,off,wid) \ argument 361 (((((int)(src))<<(32 - ((off) + (wid)))) >>(32 - (wid))) ) 363 #define MAKE(src,off,wid) \ argument 364 ((((unsigned int)(src)) & ((1 << (wid)) - 1)) << (off))
|
| /openbsd-src/gnu/usr.bin/binutils/include/opcode/ |
| H A D | m88k.h | 356 #define UEXT(src,off,wid) \ argument 357 ((((unsigned int)(src)) >> (off)) & ((1 << (wid)) - 1)) 359 #define SEXT(src,off,wid) \ argument 360 (((((int)(src))<<(32 - ((off) + (wid)))) >>(32 - (wid))) ) 362 #define MAKE(src,off,wid) \ argument 363 ((((unsigned int)(src)) & ((1 << (wid)) - 1)) << (off))
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | bucomm.c | 325 int oldt = t, wid; in display_target_tables() local 327 wid = LONGEST_ARCH + strlen (bfd_target_vector[t]->name) + 1; in display_target_tables() 329 while (wid < columns && bfd_target_vector[t] != NULL) in display_target_tables() 333 newwid = wid + strlen (bfd_target_vector[t]->name) + 1; in display_target_tables() 336 wid = newwid; in display_target_tables()
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | bucomm.c | 324 int oldt = t, wid; in display_target_tables() local 326 wid = LONGEST_ARCH + strlen (bfd_target_vector[t]->name) + 1; in display_target_tables() 328 while (wid < columns && bfd_target_vector[t] != NULL) in display_target_tables() 332 newwid = wid + strlen (bfd_target_vector[t]->name) + 1; in display_target_tables() 335 wid = newwid; in display_target_tables()
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | modules.c | 947 int i, c, wid, argc, cols = 80, indent, fill; local 1003 wid = 0; 1019 wid += 3; /* Could just set it to 3 */ 1025 if (strlen (optarg) + 4 + wid > (unsigned) fill) 1032 wid = 0; 1037 wid += strlen (optarg) + 4; 1047 if (strlen (*argv) + wid > (unsigned) fill) 1054 wid = 0; 1058 wid += strlen (*argv) + 1;
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-m68k.c | 268 char wid; member 333 the_ins.reloc[the_ins.nrel].wid = width; in add_fix() 4003 switch (the_ins.reloc[m].wid) in md_assemble() 4023 the_ins.reloc[m].wid); in md_assemble() 4035 if (the_ins.reloc[m].wid == 'B') in md_assemble() 4044 int wid; in md_assemble() local 4046 wid = 2 * the_ins.fragb[0].fragoff; in md_assemble() 4048 wid += 2 * (the_ins.numo - the_ins.fragb[n - 1].fragoff); in md_assemble() 4050 wid += 10; in md_assemble() 4054 frag_grow (wid); in md_assemble() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-m68k.c | 219 char wid; member 295 the_ins.reloc[the_ins.nrel].wid = width; 3788 switch (the_ins.reloc[m].wid) 3808 the_ins.reloc[m].wid); 3820 if (the_ins.reloc[m].wid == 'B') 3829 int wid; local 3831 wid = 2 * the_ins.fragb[0].fragoff; 3833 wid += 2 * (the_ins.numo - the_ins.fragb[n - 1].fragoff); 3835 wid += 10; 3839 frag_grow (wid); [all …]
|
| /openbsd-src/games/grdc/ |
| H A D | grdc.c | 323 getwinsize(int *wid, int *ht) in getwinsize() argument 328 *wid = 80; /* Default */ in getwinsize() 331 *wid = size.ws_col; in getwinsize()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | exec.c | 526 int wid = TARGET_ADDR_BIT <= 32 ? 8 : 16; in print_section_info() local 539 printf_filtered ("\t%s", hex_string_custom (p->addr, wid)); in print_section_info() 540 printf_filtered (" - %s", hex_string_custom (p->endaddr, wid)); in print_section_info()
|
| /openbsd-src/usr.bin/awk/ |
| H A D | run.c | 1223 int ljust = 0, wid = 0, prec = n, pad = 0; in format() local 1241 wid = strtol(f, &f, 10); in format() 1248 pad = wid>prec ? wid - prec : 0; // has to be >= 0 in format() 1325 int ljust = 0, wid = 0, prec = n, pad = 0; in format() local 1343 wid = strtol(f, &f, 10); in format() 1350 pad = wid>prec ? wid - prec : 0; // has to be >= 0 in format()
|
| /openbsd-src/games/fortune/datfiles/ |
| H A D | fortunes.sp.ok | 1954 wid
|
| H A D | fortunes | 3060 [Possibly from Black English "De fault wid dis system is you,
|
| H A D | fortunes2 | 46317 You k'n hide de fier, but w'at you gwine do wid de smoke?
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlsyn.pod | 630 OUTER: for my $wid (@ary1) { 632 next OUTER if $wid > $jet; 633 $wid += $jet;
|
| H A D | perlsub.pod | 567 my (@wid, %get); # declare list of variables local 877 local (@wid, %get); # make list of variables local
|
| /openbsd-src/share/dict/ |
| H A D | web2 | 232320 wid
|