Searched refs:table_size (Results 1 - 25 of 140) sorted by relevance

123456

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dbitstream.c106 index = vlc->table_size;
107 vlc->table_size += size;
108 if (vlc->table_size > vlc->table_allocated) {
158 int table_size, table_index, index, code_prefix, symbol, subtable_bits; local
163 table_size = 1 << table_nb_bits;
164 table_index = alloc_table(vlc, table_size, flags & INIT_VLC_USE_NEW_STATIC);
167 table_index, table_size);
173 for (i = 0; i < table_size; i++) {
283 if(vlc->table_size && vlc->table_size
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dbitstream.c106 index = vlc->table_size;
107 vlc->table_size += size;
108 if (vlc->table_size > vlc->table_allocated) {
158 int table_size, table_index, index, code_prefix, symbol, subtable_bits; local
163 table_size = 1 << table_nb_bits;
164 table_index = alloc_table(vlc, table_size, flags & INIT_VLC_USE_NEW_STATIC);
167 table_index, table_size);
173 for (i = 0; i < table_size; i++) {
283 if(vlc->table_size && vlc->table_size
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dbitstream.c106 index = vlc->table_size;
107 vlc->table_size += size;
108 if (vlc->table_size > vlc->table_allocated) {
158 int table_size, table_index, index, code_prefix, symbol, subtable_bits; local
163 table_size = 1 << table_nb_bits;
164 table_index = alloc_table(vlc, table_size, flags & INIT_VLC_USE_NEW_STATIC);
167 table_index, table_size);
173 for (i = 0; i < table_size; i++) {
283 if(vlc->table_size && vlc->table_size
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Ddmm.c71 static u32 table_size; /* The size of virt and phys pages tables */ variable
93 table_size = PG_ALIGN_HIGH(size, PG_SIZE4K) / PG_SIZE4K;
95 virtual_mapping_table = __vmalloc(table_size *
104 free_size = table_size * PG_SIZE4K;
105 virtual_mapping_table[0].region_size = table_size;
235 table_size = 0;
416 if (i < table_size)
442 while (i < table_size) {
447 if (next_i < table_size &&
486 if (i < table_size
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/pmgr/
H A Ddmm.c71 static u32 table_size; /* The size of virt and phys pages tables */ variable
93 table_size = PG_ALIGN_HIGH(size, PG_SIZE4K) / PG_SIZE4K;
95 virtual_mapping_table = __vmalloc(table_size *
104 free_size = table_size * PG_SIZE4K;
105 virtual_mapping_table[0].region_size = table_size;
235 table_size = 0;
416 if (i < table_size)
442 while (i < table_size) {
447 if (next_i < table_size &&
486 if (i < table_size
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dpage_cgroup.c49 unsigned long table_size; local
58 table_size = sizeof(struct page_cgroup) * nr_pages;
61 table_size, PAGE_SIZE, __pa(MAX_DMA_ADDRESS));
69 total_usage += table_size;
113 unsigned long table_size; local
118 table_size = sizeof(struct page_cgroup) * PAGES_PER_SECTION;
121 base = kmalloc_node(table_size,
124 base = vmalloc_node(table_size, nid);
126 base = kmalloc(table_size, GFP_KERNEL | __GFP_NOWARN);
128 base = vmalloc(table_size);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dpage_cgroup.c49 unsigned long table_size; local
58 table_size = sizeof(struct page_cgroup) * nr_pages;
61 table_size, PAGE_SIZE, __pa(MAX_DMA_ADDRESS));
69 total_usage += table_size;
113 unsigned long table_size; local
118 table_size = sizeof(struct page_cgroup) * PAGES_PER_SECTION;
121 base = kmalloc_node(table_size,
124 base = vmalloc_node(table_size, nid);
126 base = kmalloc(table_size, GFP_KERNEL | __GFP_NOWARN);
128 base = vmalloc(table_size);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/acpi/apei/
H A Deinj.c174 if (trigger_tab->table_size > PAGE_SIZE ||
175 trigger_tab->table_size <= trigger_tab->header_size)
178 (trigger_tab->table_size - trigger_tab->header_size) /
193 u32 table_size; local
217 table_size = trigger_tab->table_size;
219 table_size - sizeof(*trigger_tab),
225 (unsigned long long)trigger_paddr + table_size);
229 trigger_tab = ioremap_cache(trigger_paddr, table_size);
262 table_size
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/acpi/apei/
H A Deinj.c174 if (trigger_tab->table_size > PAGE_SIZE ||
175 trigger_tab->table_size <= trigger_tab->header_size)
178 (trigger_tab->table_size - trigger_tab->header_size) /
193 u32 table_size; local
217 table_size = trigger_tab->table_size;
219 table_size - sizeof(*trigger_tab),
225 (unsigned long long)trigger_paddr + table_size);
229 trigger_tab = ioremap_cache(trigger_paddr, table_size);
262 table_size
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/message/i2o/
H A Ddevice.c354 u16 table_size; local
362 table_size = buf & 0xffff;
364 lct = c->lct = kmalloc(table_size * 4, GFP_KERNEL);
372 lct->table_size = table_size;
376 table_size -= 3;
379 lct->table_size);
381 while (table_size > 0) {
420 table_size -= 9;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/message/i2o/
H A Ddevice.c354 u16 table_size; local
362 table_size = buf & 0xffff;
364 lct = c->lct = kmalloc(table_size * 4, GFP_KERNEL);
372 lct->table_size = table_size;
376 table_size -= 3;
379 lct->table_size);
381 while (table_size > 0) {
420 table_size -= 9;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/
H A Dati_pcigart.c41 gart_info->table_handle = drm_pci_alloc(dev, gart_info->table_size,
71 max_pages = (gart_info->table_size / sizeof(u32));
139 max_ati_pages = (gart_info->table_size / sizeof(u32));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/
H A Dati_pcigart.c41 gart_info->table_handle = drm_pci_alloc(dev, gart_info->table_size,
71 max_pages = (gart_info->table_size / sizeof(u32));
139 max_ati_pages = (gart_info->table_size / sizeof(u32));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-s3c24xx/include/plat/
H A Dcpu-freq-core.h184 size_t table_size);
269 int index, size_t table_size,
276 if (index >= table_size)
268 s3c_cpufreq_addfreq(struct cpufreq_frequency_table *table, int index, size_t table_size, unsigned int freq) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-s3c24xx/include/plat/
H A Dcpu-freq-core.h184 size_t table_size);
269 int index, size_t table_size,
276 if (index >= table_size)
268 s3c_cpufreq_addfreq(struct cpufreq_frequency_table *table, int index, size_t table_size, unsigned int freq) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/radeon/
H A Dradeon_gart.c40 ptr = pci_alloc_consistent(rdev->pdev, rdev->gart.table_size,
49 rdev->gart.table_size >> PAGE_SHIFT);
53 memset((void *)rdev->gart.table.ram.ptr, 0, rdev->gart.table_size);
66 rdev->gart.table_size >> PAGE_SHIFT);
69 pci_free_consistent(rdev->pdev, rdev->gart.table_size,
81 r = radeon_bo_create(rdev, NULL, rdev->gart.table_size,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_gart.c40 ptr = pci_alloc_consistent(rdev->pdev, rdev->gart.table_size,
49 rdev->gart.table_size >> PAGE_SHIFT);
53 memset((void *)rdev->gart.table.ram.ptr, 0, rdev->gart.table_size);
66 rdev->gart.table_size >> PAGE_SHIFT);
69 pci_free_consistent(rdev->pdev, rdev->gart.table_size,
81 r = radeon_bo_create(rdev, NULL, rdev->gart.table_size,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-s3c2440/
H A Ds3c2440-cpufreq.c204 size_t table_size)
217 index = s3c_cpufreq_addfreq(table, index, table_size, freq);
229 size_t table_size)
239 table, table_size);
201 run_freq_for(unsigned long max_hclk, unsigned long fclk, int *divs, struct cpufreq_frequency_table *table, size_t table_size) argument
227 s3c2440_cpufreq_calctable(struct s3c_cpufreq_config *cfg, struct cpufreq_frequency_table *table, size_t table_size) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-s3c2440/
H A Ds3c2440-cpufreq.c204 size_t table_size)
217 index = s3c_cpufreq_addfreq(table, index, table_size, freq);
229 size_t table_size)
239 table, table_size);
201 run_freq_for(unsigned long max_hclk, unsigned long fclk, int *divs, struct cpufreq_frequency_table *table, size_t table_size) argument
227 s3c2440_cpufreq_calctable(struct s3c_cpufreq_config *cfg, struct cpufreq_frequency_table *table, size_t table_size) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/xz/src/liblzma/lzma/
H A Dlzma_encoder.c80 const uint32_t table_size = lc->table_size; local
81 lc->counters[pos_state] = table_size;
90 for (i = 0; i < table_size && i < LEN_LOW_SYMBOLS; ++i)
94 for (; i < table_size && i < LEN_LOW_SYMBOLS + LEN_MID_SYMBOLS; ++i)
98 for (; i < table_size; ++i)
581 coder->match_len_encoder.table_size
583 coder->rep_len_encoder.table_size
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/security/apparmor/
H A Dmatch.c56 tsize = table_size(th.td_lolen, th.td_flags);
266 data += table_size(table->td_lolen, table->td_flags);
267 size -= table_size(table->td_lolen, table->td_flags);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/mm/
H A Dinit_64.c138 unsigned long table_size = sizeof(void *) << shift; local
139 unsigned long align = table_size;
163 new = kmem_cache_create(name, table_size, align, 0, ctor);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/mm/
H A Dinit_64.c138 unsigned long table_size = sizeof(void *) << shift; local
139 unsigned long align = table_size;
163 new = kmem_cache_create(name, table_size, align, 0, ctor);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/security/apparmor/
H A Dmatch.c56 tsize = table_size(th.td_lolen, th.td_flags);
266 data += table_size(table->td_lolen, table->td_flags);
267 size -= table_size(table->td_lolen, table->td_flags);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/lib/
H A Dtime.c125 static int table_size = 0; local
135 for (i=0;i<table_size;i++)
138 if (i<table_size) {
147 table_size = 0;
149 table_size++;

Completed in 416 milliseconds

123456