Searched refs:first (Results 1 - 25 of 347) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/samba/pcp/
H A Dmkheader.pl25 $first = 1;
27 if ($first == 1) {
28 $first = 0;
37 $first = 1;
39 if ($first == 1) {
40 $first = 0;
50 $first = 1;
52 if ($first == 1) {
53 $first = 0;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dtlbdebug.h14 extern void dump_tlb(int first, int last);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dtlbdebug.h14 extern void dump_tlb(int first, int last);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dtlbdebug.h14 extern void dump_tlb(int first, int last);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dtlbdebug.h14 extern void dump_tlb(int first, int last);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dtlbdebug.h14 extern void dump_tlb(int first, int last);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dtlbdebug.h14 extern void dump_tlb(int first, int last);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dipc.c25 asmlinkage int sys_ipc (uint call, int first, int second, argument
35 return sys_semop (first, (struct sembuf *)ptr, second);
37 return sys_semget (first, second, third);
44 return sys_semctl (first, second, third, fourth);
48 return sys_msgsnd (first, (struct msgbuf *) ptr,
61 return sys_msgrcv (first, tmp.msgp, second,
65 return sys_msgrcv (first,
70 return sys_msgget ((key_t) first, second);
72 return sys_msgctl (first, second, (struct msqid_ds *) ptr);
78 ret = sys_shmat (first, (cha
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/mm/
H A Dextable.c19 search_one_table (const struct exception_table_entry *first, argument
25 if ((addr < first->addr) || (addr > last->addr))
28 while (first <= last) {
32 mid = first + ((last - first)/2);
38 first = mid+1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/mm/
H A Dextable.c19 search_one_table(const struct exception_table_entry *first, argument
23 while (first <= last) {
27 mid = (last - first) / 2 + first;
32 first = mid+1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/mm/
H A Dextable.c16 search_one_table(const struct exception_table_entry *first, argument
20 while (first <= last) {
24 mid = (last - first) / 2 + first;
29 first = mid+1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/mm/
H A Dextable.c40 search_one_table(const struct exception_table_entry *first, argument
44 while (first <= last) {
48 mid = (last - first) / 2 + first;
53 first = mid+1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/mm/
H A Dextable.c13 search_one_table(const struct exception_table_entry *first, argument
17 while (first <= last) {
21 mid = (last - first) / 2 + first;
26 first = mid+1;
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/lib/
H A Dgenflags.c52 int first = 1; local
55 first = 0;
58 if (!first) printf(" | ");
60 first = 0;
63 if (!first) printf(" | ");
65 first = 0;
67 if (first) printf("0");
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/e2p/
H A Dpf.c55 int first = 1; local
60 if (first)
61 first = 0;
72 if (long_opt && first)
/asus-wl-520gu-7.0.1.45/src/router/samba/source/script/
H A Dgap.awk8 first = 0; last = 0; idx = 0;
30 first, last, idx);
33 first = u;
39 first, last, idx); }
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/jazz/
H A Djazzdma.c39 * the first 16 Mbytes of main memory and declare all
87 * Allocate DMA pagetables using a simple first-fit algorithm
93 int first; local
120 first = 0;
122 while (entry[first].owner != VDMA_PAGE_EMPTY &&
123 first < VDMA_PGTBL_ENTRIES) first++;
124 if (first + pages > VDMA_PGTBL_ENTRIES) { /* nothing free */
129 last = first + 1;
131 && last - first < page
218 int first, pages, npages; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/mm/
H A Dextable.c13 search_one_table(const struct exception_table_entry *first, argument
17 while (first <= last) {
21 mid = (last - first) / 2 + first;
26 first = mid+1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/mm/
H A Dextable.c18 search_one_table(const struct exception_table_entry *first, argument
22 while (first <= last) {
26 mid = (last - first) / 2 + first;
31 first = mid+1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/mm/
H A Dextable.c53 search_one_table(const struct exception_table_entry *first, argument
57 while (first <= last) {
61 mid = (last - first) / 2 + first;
66 first = mid+1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/mm/
H A Dextable.c20 search_one_table(const struct exception_table_entry *first, argument
24 while (first <= last) {
28 mid = (last - first) / 2 + first;
33 first = mid+1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/mm/
H A Dextable.c20 search_one_table(const struct exception_table_entry *first, argument
24 while (first <= last) {
28 mid = (last - first) / 2 + first;
33 first = mid+1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/mm/
H A Dextable.c14 search_one_table(const struct exception_table_entry *first, argument
18 while (first <= last) {
22 mid = (last - first) / 2 + first;
27 first = mid+1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/mm/
H A Dextable.c13 search_one_table(const struct exception_table_entry *first, argument
17 while (first <= last) {
21 mid = (last - first) / 2 + first;
26 first = mid+1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/mm/
H A Dextable.c14 search_one_table(const struct exception_table_entry *first, argument
18 while (first <= last) {
22 mid = (last - first) / 2 + first;
27 first = mid+1;

Completed in 143 milliseconds

1234567891011>>