Searched refs:tables (Results 1 - 25 of 33) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/tools/
H A D8bit_tab_to_h.c175 struct { int minline; int maxline; } tables[16]; local
201 tables[tableno-1].maxline = i1;
205 tables[tableno-1].minline = tables[tableno-1].maxline = i1;
219 fprintf(f, "[%d] = {\n", 16*(tables[t].maxline-tables[t].minline+1));
220 for (i1 = tables[t].minline; i1 <= tables[t].maxline; i1++) {
276 if (tables[t].minline > 0)
277 fprintf(f, "-0x%02x", 16*tables[
338 struct { int minline; int maxline; int usecount; const char* suffix; } tables[0x2000]; local
[all...]
H A Dcjk_tab_to_h.c550 struct { int minline; int maxline; int usecount; } tables[0x6000]; local
579 || ((tables[tableno-1].maxline >> 5) == (j1 >> 5)
580 && j1 - tables[tableno-1].maxline <= 8))) {
582 tables[tableno-1].maxline = j1;
586 tables[tableno-1].minline = tables[tableno-1].maxline = j1;
591 tables[t].usecount = 0;
592 j1 = 8*tables[t].minline;
593 j2 = 8*(tables[t].maxline+1);
596 tables[
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/
H A DMakefile21 executer namespace parser resources tables
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dparameters.h86 pi_major_info_t *tables; member in struct:__anon11725
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dparameters.h86 pi_major_info_t *tables; member in struct:__anon7319
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/mm/
H A Dproc-arm2,3.S25 * Params : pgd Page tables/MEMC mapping
111 * Params : pgd Page tables/MEMC mapping
117 sub r1, r0, #256 * 4 @ start of MEMC tables
166 sub r1, r0, #256 * 4 @ start of MEMC tables
167 add r2, r1, r2, lsl #2 @ end of tables
189 * Params : pgd New page tables/MEMC mapping
197 sub r0, r0, #256 * 4 @ start of MEMC tables
198 add r1, r0, r2, lsl #2 @ end of tables
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Denvctrl.c145 /* Each child device may have one or more tables of bytes to help decode
169 unsigned int total_tbls; /* Number of monitor tables. */
170 char *tables; /* Pointer to table(s). */ member in struct:i2c_child_t
405 tbl = pchild->tables + pchild->tblprop_array[i].offset;
436 tbl = pchild->tables + pchild->tblprop_array[i].offset;
773 * decoding tables, monitor type, optional properties.
881 /* Get tables property. Read firmware temperature tables. */
894 pchild->tables = kmalloc(tbls_size, GFP_KERNEL);
895 len = prom_getproperty(node, "tables",
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dacpitable.c169 printk(KERN_ERR "ACPI: System description tables not found\n");
221 int tables = 0; local
243 printk(KERN_WARNING "ACPI: Invalid root system description tables (RSDT)\n");
256 * The number of tables is computed by taking the
261 tables = (header->length - sizeof(acpi_table_header)) / 4;
270 for (i = 0; i < tables; i++) {
536 * Configure the processor info using MADT in the ACPI tables. If we fail to
537 * configure that, then we use the MPS tables.
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/
H A Dparameters.c446 (pi_minor > info->tables[pi_major].len-1))
456 pi_minor_info = &info->tables[pi_major].pi_minor_call_table[pi_minor];
498 (pi_minor > info->tables[pi_major].len-1))
508 pi_minor_info = &info->tables[pi_major].pi_minor_call_table[pi_minor];
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/mm/
H A Dinit.c265 unsigned long pgds, pmds, tables; local
270 * Find space for the kernel direct mapping tables.
271 * Later we should allocate these tables in the local node of the memory
278 tables = round_up(pgds*8, PAGE_SIZE) + round_up(pmds * 8, PAGE_SIZE);
284 table_start = find_e820_area(/*0*/ 0x8000, __pa_symbol(&_text), tables);
286 panic("Cannot find space for the kernel page tables");
308 printk("kernel direct mapping tables upto %lx @ %lx-%lx\n", end,
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nls/
H A Dnls_base.c23 static struct nls_table *tables; variable in typeref:struct:nls_table
164 struct nls_table ** tmp = &tables;
179 nls->next = tables;
180 tables = nls;
187 struct nls_table ** tmp = &tables;
206 for (nls = tables; nls; nls = nls->next)
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nls.orig/
H A Dnls_base.c23 static struct nls_table *tables; variable in typeref:struct:nls_table
164 struct nls_table ** tmp = &tables;
179 nls->next = tables;
180 tables = nls;
187 struct nls_table ** tmp = &tables;
206 for (nls = tables; nls; nls = nls->next)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/agp/
H A Dagpgart_be.c2396 amd_page_map **tables; local
2399 tables = amd_irongate_private.gatt_pages;
2401 entry = tables[i];
2409 kfree(tables);
2414 amd_page_map **tables; local
2419 tables = kmalloc((nr_tables + 1) * sizeof(amd_page_map *),
2421 if (tables == NULL) {
2424 memset(tables, 0, sizeof(amd_page_map *) * (nr_tables + 1));
2432 tables[i] = entry;
2437 amd_irongate_private.gatt_pages = tables;
3462 serverworks_page_map **tables; local
3480 serverworks_page_map **tables; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/boot/
H A Dbootsect.S78 # my BIOS can be configured to put the wini drive tables in high memory
90 # Many BIOS's default disk parameter tables will not recognize
92 # in the default diskette parameter tables - this may mean 7
96 # we must take care of this by creating new parameter tables
H A Dsetup.S812 # Descriptor tables
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/boot/
H A Dbootsect.S78 # my BIOS can be configured to put the wini drive tables in high memory
90 # Many BIOS's default disk parameter tables will not recognize
92 # in the default diskette parameter tables - this may mean 7
96 # we must take care of this by creating new parameter tables
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Ddecbin.S53 | tables rounded to RN, RM, and RP, according to the table
84 | to nearest, minus, and plus, respectively. The tables include
87 | tables include the first 5 for ease of indexing.
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dmeye.c222 /* JPEG tables at different qualities to load into the VRJ chip */
225 /* return a set of quantisation tables based on a quality from 1 to 10 */
402 /* return a generic set of huffman tables */
404 static u16 tables[] = { local
437 *size = sizeof(tables);
438 return tables;
532 /* load some huffman and quantisation tables into the VRJ chip ready
537 u16 *tables; local
539 tables = jpeg_huffman_tables(&size);
541 writel(tables[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Defi.h217 u64 tables; member in struct:__anon11107
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Defi.h217 u64 tables; member in struct:__anon6691
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dfw-emu.c417 efi_systab->tables = __pa(efi_tables);
H A Dunwind.c86 /* list of unwind tables (one per load-module) */
87 struct unw_table *tables; member in struct:__anon392
143 tables: &unw.kernel_table,
1463 /* search the kernels and the modules' unwind tables for IP: */
1467 for (table = unw.tables; table; table = table->next) {
1928 table->next = unw.tables->next;
1929 unw.tables->next = table;
1959 for (prev = (struct unw_table *) &unw.tables; prev; prev = prev->next)
H A Defi.c419 config_tables = __va(efi.systab->tables);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-cref.tex830 \section{{\tt ip neighbour} --- neighbour/arp tables management}
837 Neighbour entries are organized into tables. The IPv4 neighbour table
927 The deleted neighbour entry will not disappear from the tables
944 \paragraph{Description:}This commands displays neighbour tables.
1043 \paragraph{Description:}This command flushes neighbour tables, selecting
1075 \paragraph{Object:} \verb|route| entries in the kernel routing tables keep
1151 As a rule, common routing tables contain only such routes. However,
1185 It is not present in normal routing tables.
1188 \paragraph{Route tables:} Linux-2.2 can pack routes into several routing
1189 tables identifie
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/fakeprom/
H A Dfw-emu.c52 #define zzACPI_1_0 1 /* Include ACPI 1.0 tables */
568 efi_systab->tables = __fwtab_pa(base_nasid, efi_tables);
643 /* Set up the XSDT table - contains pointers to the other ACPI tables */

Completed in 139 milliseconds

12