| /mirbsd/src/gnu/usr.bin/binutils/gas/ |
| D | itbl-parse.y | 291 %type <num> number NUM ftype regtype pnum PNUM 308 pnum regtype name value NL 314 | pnum INSN name value range flags 401 pnum:
|
| D | itbl-ops.h | 57 #define ITBL_ENCODE_PNUM(pnum) 0 argument
|
| /mirbsd/src/lib/libpcap/ |
| D | grammar.y | 104 %type <i> byteop pname pnum relop irelop 156 | pnum { $$.b = gen_ncode(NULL, (bpf_u_int32)$1, 206 qid: pnum { $$.b = gen_ncode(NULL, (bpf_u_int32)$1, 409 arth: pnum { $$ = gen_loadi($1); } 432 pnum: NUM 433 | paren pnum ')' { $$ = $2; }
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | itbl-mips.h | 42 #define ITBL_ENCODE_PNUM(pnum) MIPS_ENCODE_COP_NUM(pnum) argument
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Net/ |
| D | Time.pm | 26 my($pname,$pnum,$host,$proto,$timeout) = @_; 30 my $port = (getservbyname($pname, $proto))[2] || $pnum;
|
| /mirbsd/src/bin/ls/ |
| D | print.c | 132 compute_columns(DISPLAY *dp, int *pnum) in compute_columns() argument 153 *pnum = mywidth / colwidth; in compute_columns() 154 return (mywidth / *pnum); /* spread out if possible */ in compute_columns()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/IO/lib/IO/Socket/ |
| D | INET.pm | 56 my $pnum = ($port =~ m,^(\d+)$,)[0]; 61 $port = $serv[2] || $defport || $pnum;
|
| /mirbsd/src/usr.sbin/config/ |
| D | ukc.h | 148 void pnum(int);
|
| D | ukcutil.c | 116 pnum(int val) in pnum() function 236 pnum(*i); in pdev() 358 pnum(*val); in modify()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | remote.c | 202 LONGEST pnum; /* Remote protocol register number. */ member 255 r->pnum = regnum; in init_remote_state() 304 packet_reg_from_pnum (struct remote_state *rs, LONGEST pnum) in packet_reg_from_pnum() argument 310 if (r->pnum == pnum) in packet_reg_from_pnum() 2882 LONGEST pnum = 0; in remote_wait() local 2894 pnum = strtol (p, &p_temp, 16); in remote_wait() 2931 struct packet_reg *reg = packet_reg_from_pnum (rs, pnum); in remote_wait() 2942 phex_nz (pnum, 0), p, buf); in remote_wait() 3077 long pnum = 0; in remote_async_wait() local 3089 pnum = strtol (p, &p_temp, 16); in remote_async_wait() [all …]
|
| /mirbsd/src/lib/libc/db/hash/ |
| D | hash_page.c | 604 __ibitmap(HTAB *hashp, int pnum, int nbits, int ndx) in __ibitmap() argument 619 hashp->BITMAPS[ndx] = (u_int16_t)pnum; in __ibitmap()
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | pp_pack.c | 1890 S_div128(pTHX_ SV *pnum, bool *done) 1893 char *s = SvPV(pnum, len); 1911 SvCUR_set(pnum, (STRLEN) (t - s));
|
| D | proto.h | 1669 STATIC int S_div128(pTHX_ SV *pnum, bool *done);
|
| D | embed.fnc | 1122 s |int |div128 |NN SV *pnum|NN bool *done
|
| /mirbsd/src/sys/arch/sparc/sparc/ |
| D | pmap.c | 175 pvhead(int pnum) in pvhead() argument 179 bank = vm_physseg_find(pnum, &off); in pvhead()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/ |
| D | embed.fnc | 1123 s |int |div128 |NN SV *pnum|NN bool *done
|