Searched refs:MAX_ORDER (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dttadata.h26 #define MAX_ORDER 16 macro
29 int32_t qm[MAX_ORDER];
30 int32_t dx[MAX_ORDER];
31 int32_t dl[MAX_ORDER];
H A Dwmalosslessdec.c43 #define MAX_ORDER 256 macro
149 DECLARE_ALIGNED(16, int16_t, coefs)[MAX_ORDER + WMALL_COEFF_PAD_SIZE/sizeof(int16_t)];
150 DECLARE_ALIGNED(16, int16_t, lms_prevvalues)[MAX_ORDER * 2];
151 DECLARE_ALIGNED(16, int16_t, lms_updates)[MAX_ORDER * 2];
459 if (s->cdlms[c][i].order > MAX_ORDER) {
462 c, i, s->cdlms[c][i].order, MAX_ORDER);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/replaygain_analysis/
H A Dreplaygain_analysis.c118 #define MAX_ORDER (BUTTER_ORDER > YULE_ORDER ? BUTTER_ORDER : YULE_ORDER) macro
133 static Float_t linprebuf [MAX_ORDER * 2];
135 static Float_t lstepbuf [MAX_SAMPLES_PER_WINDOW + MAX_ORDER];
137 static Float_t loutbuf [MAX_SAMPLES_PER_WINDOW + MAX_ORDER];
139 static Float_t rinprebuf [MAX_ORDER * 2];
141 static Float_t rstepbuf [MAX_SAMPLES_PER_WINDOW + MAX_ORDER];
143 static Float_t routbuf [MAX_SAMPLES_PER_WINDOW + MAX_ORDER];
242 for ( i = 0; i < MAX_ORDER; i++ )
276 linpre = linprebuf + MAX_ORDER;
277 rinpre = rinprebuf + MAX_ORDER;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpageblock-flags.h53 #define pageblock_order (MAX_ORDER-1)
H A Dslab.h124 #define KMALLOC_SHIFT_HIGH ((MAX_ORDER + PAGE_SHIFT - 1) <= 25 ? \
125 (MAX_ORDER + PAGE_SHIFT - 1) : 25)
H A Dmmzone.h24 #define MAX_ORDER 11 macro
26 #define MAX_ORDER CONFIG_FORCE_MAX_ZONEORDER macro
28 #define MAX_ORDER_NR_PAGES (1 << (MAX_ORDER - 1))
47 for (order = 0; order < MAX_ORDER; order++) \
321 struct free_area free_area[MAX_ORDER];
943 #if (MAX_ORDER - 1 + PAGE_SHIFT) > SECTION_SIZE_BITS
944 #error Allocator MAX_ORDER exceeds SECTION_SIZE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dnuma_64.h15 #define ZONE_ALIGN (1UL << (MAX_ORDER+PAGE_SHIFT))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtta.c40 #define MAX_ORDER 16 macro
43 int32_t qm[MAX_ORDER];
44 int32_t dx[MAX_ORDER];
45 int32_t dl[MAX_ORDER];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/mm/
H A Dhugetlbpage.c194 size >= (1UL << PAGE_SHIFT << MAX_ORDER)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/mm/
H A Ddiscontig.c41 const unsigned long zone_alignment = 1UL << (MAX_ORDER - 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dvmstat.c487 for (order = 0; order < MAX_ORDER; order++) {
603 for (order = 0; order < MAX_ORDER; ++order)
628 for (order = 0; order < MAX_ORDER; ++order) {
651 for (order = 0; order < MAX_ORDER; ++order)
1165 for (order = 0; order < MAX_ORDER; ++order) {
1227 for (order = 0; order < MAX_ORDER; ++order) {
H A Dhugetlb.c524 VM_BUG_ON(h->order >= MAX_ORDER);
568 if (h->surplus_huge_pages_node[nid] && huge_page_order(h) < MAX_ORDER) {
624 if (h->order >= MAX_ORDER)
779 if (h->order >= MAX_ORDER)
955 if (h->order >= MAX_ORDER)
1106 if (unlikely(order > (MAX_ORDER - 1)))
1132 if (h->order >= MAX_ORDER) {
1148 if (h->order < MAX_ORDER)
1183 if (h->order >= MAX_ORDER)
1266 if (h->order >= MAX_ORDER)
[all...]
H A Dpage_alloc.c430 * Assumption: *_mem_map is contiguous at least up to MAX_ORDER
513 page_idx = page_to_pfn(page) & ((1 << MAX_ORDER) - 1);
518 while (order < MAX_ORDER-1) {
542 if ((order < MAX_ORDER-2) && pfn_valid_within(page_to_pfn(buddy))) {
808 for (current_order = order; current_order < MAX_ORDER; ++current_order) {
928 for (current_order = MAX_ORDER-1; current_order >= order;
2007 * reclaim >= MAX_ORDER areas which will never succeed. Callers may
2011 if (order >= MAX_ORDER) {
2264 * This function is also limited by MAX_ORDER.
2502 unsigned long nr[MAX_ORDER], flag
[all...]
H A Dcompaction.c365 for (order = cc->order; order < MAX_ORDER; order++) {
H A Dmemory_hotplug.c587 if ((order < MAX_ORDER) && (order >= pageblock_order))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dtsb.c306 if (max_tsb_size > (PAGE_SIZE << MAX_ORDER))
307 max_tsb_size = (PAGE_SIZE << MAX_ORDER);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ramfs/
H A Dfile-nommu.c72 if (unlikely(order >= MAX_ORDER))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dum_arch.c317 * Zones have to begin on a 1 << MAX_ORDER page boundary,
320 max_physmem &= ~((1 << (PAGE_SHIFT + MAX_ORDER)) - 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/mm/
H A Dnuma.c155 /* Zone start phys-addr must be 2^(MAX_ORDER-1) aligned.
158 node_min_pfn &= ~((1UL << (MAX_ORDER-1))-1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/mm/
H A Dpgtable.c74 for (order = 0; order < MAX_ORDER; order++) {
H A Dinit.c712 if (order >= MAX_ORDER)
713 order = MAX_ORDER-1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dsetup.c523 * Make sure all chunks are MAX_ORDER aligned so we don't need the
532 align = 1UL << (MAX_ORDER + PAGE_SHIFT - 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/vermilion/
H A Dvermilion.c207 while (requested > (PAGE_SIZE << order) && order < MAX_ORDER)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dpci_sun4v.c141 if (unlikely(order >= MAX_ORDER))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dfib_hash.c98 #define FZ_MAX_DIVISOR ((PAGE_SIZE<<MAX_ORDER) / sizeof(struct hlist_head))

Completed in 336 milliseconds

12