Searched refs:nr (Results 1 - 25 of 160) sorted by relevance

1234567

/freebsd-10.1-release/share/doc/usd/07.mail/
H A DMakefile5 SRCS= mail0.nr mail1.nr mail2.nr mail3.nr mail4.nr mail5.nr mail6.nr \
6 mail7.nr mail8.nr mail9.nr mail
[all...]
/freebsd-10.1-release/sys/arm/conf/
H A Dgenboardid.awk36 BEGIN { nr = 0; boardid[nr] = "ARM_BOARD_ID_NONE"; num[nr++] = 0; }
41 boardid[nr] = "ARM_BOARD_ID_"$3;
42 num[nr] = $4;
43 nr++
50 for (i = 0; i < nr; i++) {
/freebsd-10.1-release/sys/amd64/include/xen/
H A Dxen-os.h56 * @nr: Bit to set
62 static __inline int test_and_clear_bit(int nr, volatile void * addr) argument
69 :"Ir" (nr) : "memory");
73 static __inline int constant_test_bit(int nr, const volatile void * addr) argument
75 return ((1UL << (nr & 31)) & (((const volatile unsigned int *) addr)[nr >> 5])) != 0;
78 static __inline int variable_test_bit(int nr, volatile void * addr) argument
85 :"m" (ADDR),"Ir" (nr));
89 #define test_bit(nr,addr) \
90 (__builtin_constant_p(nr)
104 set_bit(int nr, volatile void * addr) argument
122 clear_bit(int nr, volatile void * addr) argument
[all...]
H A Dsynch_bitops.h13 static __inline__ void synch_set_bit(int nr, volatile void * addr) argument
17 : "=m" (ADDR) : "Ir" (nr) : "memory" );
20 static __inline__ void synch_clear_bit(int nr, volatile void * addr) argument
24 : "=m" (ADDR) : "Ir" (nr) : "memory" );
27 static __inline__ void synch_change_bit(int nr, volatile void * addr) argument
31 : "=m" (ADDR) : "Ir" (nr) : "memory" );
34 static __inline__ int synch_test_and_set_bit(int nr, volatile void * addr) argument
39 : "=r" (oldbit), "=m" (ADDR) : "Ir" (nr) : "memory");
43 static __inline__ int synch_test_and_clear_bit(int nr, volatile void * addr) argument
48 : "=r" (oldbit), "=m" (ADDR) : "Ir" (nr)
52 synch_test_and_change_bit(int nr, volatile void * addr) argument
109 synch_const_test_bit(int nr, const volatile void * addr) argument
115 synch_var_test_bit(int nr, volatile void * addr) argument
[all...]
/freebsd-10.1-release/sys/dev/tdfx/
H A Dtdfx_io.h74 #define _IOCV(dir,type,nr,size) \
77 ((nr) << _IOC_NRSHIFT) | \
81 #define _IOV(type,nr) _IOCV(_IOC_NONE,(type),(nr),0)
82 #define _IORV(type,nr,size) _IOCV(_IOC_READ,(type),(nr),sizeof(size))
83 #define _IOWV(type,nr,size) _IOCV(_IOC_WRITE,(type),(nr),sizeof(size))
84 #define _IOWRV(type,nr,size) _IOCV(_IOC_READ|_IOC_WRITE,(type),(nr),sizeo
[all...]
/freebsd-10.1-release/sys/i386/include/xen/
H A Dsynch_bitops.h13 static __inline__ void synch_set_bit(int nr, volatile void * addr) argument
17 : "=m" (ADDR) : "Ir" (nr) : "memory" );
20 static __inline__ void synch_clear_bit(int nr, volatile void * addr) argument
24 : "=m" (ADDR) : "Ir" (nr) : "memory" );
27 static __inline__ void synch_change_bit(int nr, volatile void * addr) argument
31 : "=m" (ADDR) : "Ir" (nr) : "memory" );
34 static __inline__ int synch_test_and_set_bit(int nr, volatile void * addr) argument
39 : "=r" (oldbit), "=m" (ADDR) : "Ir" (nr) : "memory");
43 static __inline__ int synch_test_and_clear_bit(int nr, volatile void * addr) argument
48 : "=r" (oldbit), "=m" (ADDR) : "Ir" (nr)
52 synch_test_and_change_bit(int nr, volatile void * addr) argument
119 synch_const_test_bit(int nr, const volatile void * addr) argument
125 synch_var_test_bit(int nr, volatile void * addr) argument
[all...]
H A Dxen-os.h192 * @nr: Bit to set
198 static __inline int test_and_clear_bit(int nr, volatile void * addr) argument
205 :"Ir" (nr) : "memory");
209 static __inline int constant_test_bit(int nr, const volatile void * addr) argument
211 return ((1UL << (nr & 31)) & (((const volatile unsigned int *) addr)[nr >> 5])) != 0;
214 static __inline int variable_test_bit(int nr, volatile void * addr) argument
221 :"m" (ADDR),"Ir" (nr));
225 #define test_bit(nr,addr) \
226 (__builtin_constant_p(nr)
241 set_bit(int nr, volatile void * addr) argument
259 clear_bit(int nr, volatile void * addr) argument
[all...]
/freebsd-10.1-release/tools/regression/ia64/emulated/
H A Dbrl.t40 local ($nr, $type, $pred, $var) = @_;
47 print "not ok $nr $test # compiling $test\n";
52 print "ok $nr $test\n";
55 print "not ok $nr $test # invalid combination\n";
58 print "not ok $nr $test # long branch failure\n";
61 print "not ok $nr $test # signalled (exit status $st)\n";
89 my $nr=0;
94 run ++$nr, $type, $pred, $var;
/freebsd-10.1-release/usr.bin/cksum/
H A Dsum1.c49 int nr; local
60 while ((nr = read(fd, buf, sizeof(buf))) > 0)
61 for (total += nr, p = buf; nr--; ++p) {
66 if (nr < 0)
H A Dsum2.c49 int nr; local
62 while ((nr = read(fd, buf, sizeof(buf))) > 0)
63 for (total += nr, p = buf; nr--; ++p)
65 if (nr < 0)
/freebsd-10.1-release/contrib/tcpdump/
H A Dprint-cnfp.c85 register const struct nfrec *nr; local
115 nr = (const struct nfrec *)&nh[1];
118 nr = (const struct nfrec *)&nh->sequence;
124 for (; nrecs-- && (const u_char *)(nr + 1) <= snapend; nr++) {
129 EXTRACT_32BITS(&nr->start_time)/1000,
130 EXTRACT_32BITS(&nr->start_time)%1000,
131 EXTRACT_32BITS(&nr->last_time)/1000,
132 EXTRACT_32BITS(&nr->last_time)%1000);
137 (EXTRACT_32BITS(&nr
[all...]
/freebsd-10.1-release/tools/regression/ia64/unaligned/
H A Dunaligned.t39 local ($nr, $access, $type, $size, $postinc) = @_;
46 print "not ok $nr $test # compiling $test\n";
51 print "ok $nr $test\n";
54 print "not ok $nr $test # invalid combination\n";
57 print "not ok $nr $test # value mismatch\n";
60 print "not ok $nr $test # post increment mismatch\n";
63 print "not ok $nr $test # signalled (exit status $st)\n";
83 my $nr=0;
90 run ++$nr, $access, $type, $size, $postinc;
/freebsd-10.1-release/tools/diag/httpd-error/
H A Dhttpd-error37 sort | uniq -c | sort -nr | perl -npe 's/,$//'
42 sort | uniq -c | sort -nr
54 uniq -c | sort -nr
/freebsd-10.1-release/usr.bin/tset/
H A Dmisc.c48 register int fd, nr, nw; local
54 while ((nr = read(fd, buf, sizeof(buf))) > 0)
55 if ((nw = write(STDERR_FILENO, buf, nr)) == -1)
57 if (nr != 0)
/freebsd-10.1-release/tools/regression/geom_gpt/
H A Dgctl.t151 my $nr = 1;
164 print "ok $nr \# gctl($key)\n";
166 print "not ok $nr \# gctl($key) - $st\n";
183 print "ok $nr \# mdcfg($key)\n";
188 print "ok $nr \# conf($key)\n";
190 print "not ok $nr \# conf($key) - $st\n";
197 print "ok $nr \# mount($key)\n";
201 print "ok $nr \# umount($key)\n";
203 $nr += 1;
/freebsd-10.1-release/tools/tools/ath/athpoke/
H A Dathpoke.c171 struct dumpreg *nr = &chipregs[i]; local
172 if (nr->srevMin == 0)
173 nr->srevMin = def_srev_min;
174 if (nr->srevMax == 0)
175 nr->srevMax = def_srev_max;
176 if (nr->phyMin == 0)
177 nr->phyMin = def_phy_min;
178 if (nr->phyMax == 0)
179 nr->phyMax = def_phy_max;
186 if (nr
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dframe-unwind.c35 int nr; member in struct:frame_unwind_table
43 table->sniffer = xrealloc (table->sniffer, ((table->nr + 1)
45 table->sniffer[table->nr] = sniffer;
46 table->nr++;
87 for (i = 0; i < table->nr; i++)
H A Dframe-base.c75 int nr; member in struct:frame_base_table
106 ((table->nr + 1)
108 table->sniffer[table->nr] = sniffer;
109 table->nr++;
134 for (i = 0; i < table->nr; i++)
/freebsd-10.1-release/tools/tools/ath/athdecode/
H A Dmain.c289 struct dumpreg *nr = &chipregs[i]; local
290 if (nr->srevMin == 0)
291 nr->srevMin = def_srev_min;
292 if (nr->srevMax == 0)
293 nr->srevMax = def_srev_max;
294 if (nr->phyMin == 0)
295 nr->phyMin = def_phy_min;
296 if (nr->phyMax == 0)
297 nr->phyMax = def_phy_max;
304 if (nr
[all...]
/freebsd-10.1-release/usr.bin/locate/locate/
H A Dmklocatedb.sh78 locate -d $filelist / | $bigram | $sort -nr | head -128 |
85 $bigram < $filelist | $sort -nr |
/freebsd-10.1-release/sys/ofed/include/linux/
H A Dwait.h67 #define wake_up_nr(q, nr) __wake_up(q, 1)
70 #define wake_up_interruptible_nr(q, nr) __wake_up(q, 1)
71 #define wake_up_interruptible_all(q, nr) __wake_up(q, 1)
/freebsd-10.1-release/usr.bin/grep/
H A Dfile.c84 ssize_t nr; local
93 nr = gzread(gzbufdesc, buffer, MAXBUFSIZ);
98 nr = BZ2_bzRead(&bzerr, bzbufdesc, buffer, MAXBUFSIZ);
102 /* No problem, nr will be okay */
117 nr = read(f->fd, buffer, MAXBUFSIZ);
121 nr = -1;
141 nr = read(f->fd, in_buf, MAXBUFSIZ);
143 if (nr < 0)
145 else if (nr == 0)
148 lstrm.avail_in = nr;
[all...]
/freebsd-10.1-release/contrib/nvi/cl/
H A Dcl_read.c54 int changed, nr = 0; local
106 clp->ibuf + clp->skip, SIZE(clp->ibuf) - clp->skip, &nr, tp)) {
108 rc = INPUT2INT5(sp, clp->cw, clp->ibuf, nr + clp->skip,
115 memmove(clp->ibuf, clp->ibuf + nr + clp->skip - n, n);
153 int maxfd, nr, term_reset; local
166 switch (nr = read(STDIN_FILENO, bp, blen)) {
172 *nrp = nr;
265 switch (nr = read(STDIN_FILENO, bp, blen - ONE_FOR_EOF)) {
292 if (F_ISSET(sp, SC_EX) && bp[nr - 1] != '\n')
293 bp[nr
[all...]
/freebsd-10.1-release/bin/sh/
H A Dinput.c162 int nr; local
176 nr = el_len == 0 ? 0 : -1;
178 nr = el_len;
179 if (nr > BUFSIZ)
180 nr = BUFSIZ;
181 memcpy(parsefile->buf, rl_cp, nr);
182 if (nr != el_len) {
183 el_len -= nr;
184 rl_cp += nr;
190 nr
[all...]
/freebsd-10.1-release/lib/libiconv_modules/UTF7/
H A Dcitrus_utf7.c247 size_t nr, siz; local
255 err = _citrus_UTF7_mbtoutf16(ei, &hi, s, n, psenc, &nr);
256 if (nr == (size_t)-1 || nr == (size_t)-2) {
257 *nresult = nr;
262 n -= nr;
263 siz = nr;
268 err = _citrus_UTF7_mbtoutf16(ei, &lo, s, n, psenc, &nr);
269 if (nr == (size_t)-1 || nr
353 size_t nr, siz; local
[all...]

Completed in 230 milliseconds

1234567