Searched refs:first (Results 76 - 100 of 926) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-librep.c205 /* Read the next token. If 'first' is given, it points to the first
209 read_token (struct token *tp, const int *first) argument
223 if (first)
224 c = *first;
1002 int first = '\\'; local
1003 read_token (&token, &first);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dchecksrc.pl143 "$2 with space first in condition");
156 # check for open brace first on line but not first column
167 my $first = length($1);
172 my $expect = $first+$indent;
174 my $diff = $second - $first;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Dkernel_linkage.c33 static int first = 1; local
36 if (first) {
37 first = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dsc-ip22.c30 static inline void indy_sc_wipe(unsigned long first, unsigned long last) argument
44 "or\t%0, $1\t\t\t# first line to flush\n\t"
55 : "=r" (first), "=r" (last), "=&r" (tmp)
56 : "0" (first), "1" (last));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2.h87 xfs_fsblock_t *first,
93 xfs_fsblock_t *first,
99 xfs_fsblock_t *first,
H A Dxfs_buf_item.h133 uint first,
136 #define xfs_buf_item_flush_log_debug(bp, first, last)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dod.c163 int first = 1; local
172 if (first) {
173 first = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg_stat.c79 int del, first; local
91 first = 1;
93 if (first) {
94 first = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dlog007.tcl28 # than one virtual log file on each iteration. The first
49 # Make the first record one byte larger for each
68 set first [$m_logc get -first]
69 error_check_good first_lsn [lindex $first 0] "[expr $i + 1] 28"
74 for { set logrec [$m_logc get -first] } \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/lib/
H A Dnand_init.S6 ## due to a bug/feature we can only trust the 256 first bytes. So this
8 ## code must fit in the first 256 bytes so alter with care.
11 ## The bootrom copies the first 127 KB from NAND flash to internal
16 ## zeroes in every second byte in the first erase block.
21 ## can't trust more than the first 256 bytes.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/bridge-1.x/brctl/
H A Dbrctl_disp.c38 static int first; variable
43 if (first)
44 first = 0;
57 first = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dmultipath_random.c53 struct rtable *first,
61 for (rt = rcu_dereference(first); rt;
69 decision = first;
78 for (rt = first; rt; rt = rt->u.dst.rt_next) {
52 random_select_route(const struct flowi *flp, struct rtable *first, struct rtable **rp) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtriostr.c387 @param first First string.
395 TRIO_ARGS2((first, second),
396 TRIO_CONST char *first,
399 assert(first);
402 if ((first != NULL) && (second != NULL))
405 return (0 == strcasecmp(first, second));
407 while ((*first != NIL) && (*second != NIL))
409 if (trio_to_upper(*first) != trio_to_upper(*second))
413 first++;
416 return ((*first
394 trio_equal(first, second), TRIO_CONST char *first, TRIO_CONST char *second argument
433 trio_equal_case(first, second), TRIO_CONST char *first, TRIO_CONST char *second argument
461 trio_equal_case_max(first, max, second), TRIO_CONST char *first, size_t max, TRIO_CONST char *second argument
489 trio_equal_locale(first, second), TRIO_CONST char *first, TRIO_CONST char *second argument
516 trio_equal_max(first, max, second), TRIO_CONST char *first, size_t max, TRIO_CONST char *second argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/unit/
H A DMakefile.inc5 $(top_srcdir)/tests/libtest/first.c
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dopti621.c251 pio_clocks_t first, second; local
261 compute_clocks(pio1, &first);
265 ax = (first.address_time < second.address_time) ? second.address_time : first.address_time;
269 cycle1 = ((first.data_time-1)<<4) | (first.recovery_time-2);
276 hwif->name, ax, first.data_time,
277 first.recovery_time, drdy);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_pid.h36 int first; /* first run of the loop */ member in struct:wf_pid_state
71 int first; /* first run of the loop */ member in struct:wf_cpu_pid_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-udma.c27 void ivtv_udma_get_page_info(struct ivtv_dma_page_info *dma_page, unsigned long first, unsigned long size) argument
29 dma_page->uaddr = first & PAGE_MASK;
30 dma_page->offset = first & ~PAGE_MASK;
31 dma_page->tail = 1 + ((first+size-1) & ~PAGE_MASK);
32 dma_page->first = (first & PAGE_MASK) >> PAGE_SHIFT;
33 dma_page->last = ((first+size-1) & PAGE_MASK) >> PAGE_SHIFT;
34 dma_page->page_count = dma_page->last - dma_page->first + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dtlb.h37 for (tlb = cpu_data->dtlb.first; \
49 for (tlb = cpu_data->itlb.first; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/alpha/
H A Dmpih-add1.S46 and $19,4-1,$2 # number of limbs in first loop
48 beq $2,.L0 # if multiple of 4 limbs, skip first loop
H A Dmpih-lshift.S60 ldq $4,-8($17) # load first limb
65 and $18,4-1,$20 # number of limbs in first loop
H A Dmpih-rshift.S58 ldq $4,0($17) # load first limb
62 and $18,4-1,$20 # number of limbs in first loop
H A Dmpih-sub1.S45 and $19,4-1,$2 # number of limbs in first loop
47 beq $2,.L0 # if multiple of 4 limbs, skip first loop
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/mips3/
H A Dmpih-add1.S45 and $9,$7,4-1 # number of limbs in first loop
46 beq $9,$0,.L0 # if multiple of 4 limbs, skip first loop
H A Dmpih-sub1.S46 and $9,$7,4-1 # number of limbs in first loop
47 beq $9,$0,.L0 # if multiple of 4 limbs, skip first loop
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/powerpc32/
H A Dmpih-rshift.S50 lwz 11,0(4) # load first s1 limb
106 lwz 11,0(4) # load first s1 limb

Completed in 144 milliseconds

1234567891011>>