Searched refs:first (Results 126 - 150 of 347) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/platforms/
H A Dresidual.c275 /* Decompress first 3 chars */
390 int j, first; local
393 for(j=0, first=1, t=tmpstr; j<4; j++) {
396 if(first) first=0; else *t++='/';
408 for(j=0, first=1, t=tmpstr; j<4; j++) {
411 if(first) first=0; else *t++='/';
509 /* make sure we have residual data first */
545 /* Decompress first
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/DOCS/
H A Dcollateindex.pl40 Group terms with IndexDiv based on the first letter of the term (or
321 stylesheet. (It's much easier to calculate this URL in the first
337 $first = 1; # this is the first one
355 &end_entry() if not $first;
367 print OUT "</indexdiv>\n" if !$first;
372 print OUT "</indexdiv>\n" if !$first;
378 $first = 0; # there can only be on first ;-)
/asus-wl-520gu-7.0.1.45/src/router/LPRng/PrintingCookbook/source/
H A Dcollateindex.pl40 Group terms with IndexDiv based on the first letter of the term (or
321 stylesheet. (It's much easier to calculate this URL in the first
337 $first = 1; # this is the first one
354 &end_entry() if not $first;
366 print OUT "</indexdiv>\n" if !$first;
371 print OUT "</indexdiv>\n" if !$first;
377 $first = 0; # there can only be on first ;-)
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Ditem_ops.c47 printk ("\tmode | size | nlinks | first direct | mtime\n");
94 static int sd_part_size (struct virtual_item * vi, int first, int count) argument
198 static int direct_part_size (struct virtual_item * vi, int first, int count) argument
252 // if it is not first item of the body, then it is mergeable
351 // return size in bytes of 'units' units. If first == 0 - calculate from the head (left), otherwise - from tail (right)
352 static int indirect_part_size (struct virtual_item * vi, int first, int units) argument
620 static int direntry_part_size (struct virtual_item * vi, int first, int count) argument
627 if (first == 0)
734 static int errcatch_part_size (struct virtual_item * vi, int first, int count) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/efs/
H A Dinode.c199 int cur, last, first = 1; local
207 /* first check the last extent we returned */
247 * also compute ibase: i.e. the number of the first
271 if (first || lastblock != iblock) {
282 first = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Dsuni.c227 int first; local
236 first = !sunis;
250 if (first) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dsgetem.S121 bfffo %d0{#0:#32},%d3 |find first 1 in ls mant to d0
122 lsll %d3,%d0 |shift first 1 to integer bit in ms mant
128 bfffo %d0{#0:#32},%d3 |find first 1 in ls mant to d0
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ax25/
H A Dax25_out.c140 int frontlen, len, fragno, ka9qfrag, first = 1; local
183 if (first) {
185 first = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/partitions/
H A Dacorn.c147 int first = 1; local
186 first = 0;
213 return first ? 0 : 1;
223 * first_sector- first readable sector on the device.
224 * minor - first available minor on device.
229 * hda1 = ADFS partition on first drive.
309 * first_sector- first readable sector on the device.
310 * minor - first available minor on device.
313 * hda1 = ADFS partition 0 on first drive.
314 * hda2 = ADFS partition 1 on first driv
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aacraid/
H A Dlinit.c76 * become important. Check for on-board Raid first, add-in cards second.
446 * Read the first 1024 bytes from the disk device
460 struct partition *first = (struct partition * )(buf->b_data + 0x1be); local
461 struct partition *entry = first;
494 end_head = first->end_head;
495 end_sec = first->end_sector & 0x3f;
711 * @start_ptr: pointer to first valid data
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dev67-strlen_user.S62 EX( ldq_u t0, 0(a0) ) # L : load first quadword (a0 may be misaligned)
H A Dstrlen_user.S48 EX( ldq_u t0, 0(a0) ) # load first quadword (a0 may be misaligned)
H A Dev67-strrchr.S37 ldq_u t0, 0(a0) # L : load first quadword Latency=3
83 negq t1, t4 # E : isolate first null byte match
H A Dstrrchr.S26 ldq_u t0, 0(a0) # .. e1 : load first quadword
55 negq t1, t4 # e0 : isolate first null byte match
/asus-wl-520gu-7.0.1.45/src/router/dosfstools/dosfsck/
H A Ddosfsck.h51 __u32 root_cluster; /* first cluster in root directory */
81 __u16 time,date,start;/* time, date and first cluster */
91 struct _dos_file *first; /* first entry (directory only) */ member in struct:_dos_file
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Dmtrace.h131 size_t first; /* First free fragment of the block. */ member in struct:__anon7529::__anon7530::__anon7531::__anon7532
138 (that may be the first of a free cluster). */
147 /* Pointer to first block of the heap. */
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/tests/progs/
H A Dtest_rel.c108 int first = 1; local
129 if (first) {
131 first = 0;
136 if (!first)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pnp/
H A Disapnp_proc.c447 int first = 1, i; local
452 if (!first) {
455 first = 0;
477 int first = 1, i; local
483 if (!first) {
486 first = 0;
557 int first = 1, i; local
561 if (first) {
562 first = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/boot/
H A Dipldump.S17 .long 0x00080000,0x80000000+_start # The first 24 bytes are loaded
55 # first write a tape mark
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/boot/
H A Dipldump.S17 .long 0x00080000,0x80000000+_start # The first 24 bytes are loaded
55 # first write a tape mark
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hpfs/
H A Ddir.c138 if (de->first || de->last) {
140 if (de->first && !de->last && (de->namelen != 2 || de ->name[0] != 1 || de->name[1] != 1)) hpfs_error(inode->i_sb, "hpfs_readdir: bad ^A^A entry; pos = %08x", old_pos);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/cdrom/
H A Dmcd.c399 if (ti->cdti_trk0 < DiskInfo.first
471 tocHdr->cdth_trk0 = DiskInfo.first;
478 tocPtr = &Toc[DiskInfo.last - DiskInfo.first + 1];
481 || entry->cdte_track < DiskInfo.first)
667 /* Interesting how it STAYS at MCD_RETRY_ATTEMPTS on first error! */
1411 if (getValue(&DiskInfo.first) < 0)
1416 DiskInfo.first = bcd2bin(DiskInfo.first);
1421 ("Disk Info: first %d last %d length %02x:%02x.%02x first
[all...]
/asus-wl-520gu-7.0.1.45/src/router/dnsmasq/
H A Dforward.c26 void forward_init(int first) argument
30 if (first)
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/debugfs/
H A Ddebugfs.c271 const char *str, int *first, FILE *f)
274 if (*first) {
276 *first = 0;
289 int numdirs = 0, first; local
335 first = 1;
337 &first, out);
339 &first, out);
340 if (!first)
369 e2_blkcnt_t first; member in struct:list_blocks_struct
376 if (lb->first)
270 print_bg_opts(struct ext2_group_desc *gdp, int mask, const char *str, int *first, FILE *f) argument
[all...]
H A Dlogdump.c627 int first, prev, this, start_extent, i; local
641 first = prev = start_extent = -1;
649 show_extent(out_file, start_extent, i, first);
651 first = prev = this;
654 show_extent(out_file, start_extent, i, first);

Completed in 235 milliseconds

1234567891011>>