Searched refs:order (Results 226 - 250 of 769) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dlossless_audiodsp.asm27 ; int order, int mul)
28 cglobal scalarproduct_and_madd_int16, 4,4,8, v1, v2, v3, order, mul
117 ; int order, int mul)
119 cglobal scalarproduct_and_madd_int16, 4,5,10, v1, v2, v3, order, mul
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtusage.tex20 The member functions are given in alphabetical order except for
H A Dwxmgl.tex16 In order to configure wxWidgets to compile wxMGL you will
H A Dwxx11.tex11 In order to configure wxWidgets to compile wxX11 you will
H A Dbmpdatob.tex7 on-demand in order to minimize memory consumption when offering data in several
12 in order to get Python-aware capabilities for the various virtual
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dpci-dma.c406 int order; local
408 order = get_order(size);
409 size = 1 << (order + PAGE_SHIFT);
411 paddr = __get_free_pages(flag, order);
422 int order; local
424 order = get_order(size);
425 size = 1 << (order + PAGE_SHIFT);
428 free_pages((unsigned long)__va(dma_handle), order);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Db_sock.c98 unsigned long order;
257 (ghbn_cache[iarg].order > 0))
269 ghbn_cache[i].order=0;
382 if (low > ghbn_cache[i].order)
384 low=ghbn_cache[i].order;
387 if (ghbn_cache[i].order > 0)
433 ghbn_cache[lowi].order=BIO_ghbn_miss+BIO_ghbn_hits;
439 ghbn_cache[i].order=BIO_ghbn_miss+BIO_ghbn_hits;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dmachine_kexec.c219 struct page *kimage_alloc_pages_arch(gfp_t gfp_mask, unsigned int order) argument
222 return alloc_pages_node(0, gfp_mask, order);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Diommu.c521 unsigned int order; local
543 order = get_order(bitmap_sz);
544 free_pages((unsigned long) tbl->it_map, order);
617 unsigned int order; local
622 order = get_order(size);
629 if (order >= IOMAP_MAX_ORDER) {
638 page = alloc_pages_node(node, flag, order);
650 free_pages((unsigned long)ret, order);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/brcm-boards/bcm947xx/
H A Dnvram_linux.c784 int order = 0; local
802 while ((PAGE_SIZE << order) < NVRAM_SPACE)
803 order++;
804 end = virt_to_page(nvram_buf + (PAGE_SIZE << order) - 1);
814 int order = 0, ret = 0; local
820 while ((PAGE_SIZE << order) < NVRAM_SPACE)
821 order++;
822 end = virt_to_page(nvram_buf + (PAGE_SIZE << order) - 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dinternal.h51 extern void __free_pages_bootmem(struct page *page, unsigned int order);
52 extern void prep_compound_page(struct page *page, unsigned long order);
59 * function for dealing with page's order in buddy system.
H A Dslob.c24 * into the free list in address order, so this is effectively an
30 * alloc_pages() directly, allocating compound pages so the page order
57 * in order to prevent random node placement.
243 static void *slob_new_pages(gfp_t gfp, int order, int node) argument
249 page = alloc_pages_exact_node(node, gfp, order);
252 page = alloc_pages(gfp, order);
260 static void slob_free_pages(void *b, int order) argument
263 current->reclaim_state->reclaimed_slab += 1 << order;
264 free_pages((unsigned long)b, order);
501 unsigned int order local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daudiodsp.c80 int order)
84 while (order--)
79 scalarproduct_int16_c(const int16_t *v1, const int16_t *v2, int order) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Db_sock.c105 unsigned long order;
269 if ((iarg >= 0) && (iarg < GHBN_NUM) && (ghbn_cache[iarg].order > 0)) {
281 ghbn_cache[i].order = 0;
395 if (low > ghbn_cache[i].order) {
396 low = ghbn_cache[i].order;
399 if (ghbn_cache[i].order > 0) {
443 ghbn_cache[lowi].order = BIO_ghbn_miss + BIO_ghbn_hits;
447 ghbn_cache[i].order = BIO_ghbn_miss + BIO_ghbn_hits;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Db_sock.c105 unsigned long order;
269 if ((iarg >= 0) && (iarg < GHBN_NUM) && (ghbn_cache[iarg].order > 0)) {
281 ghbn_cache[i].order = 0;
395 if (low > ghbn_cache[i].order) {
396 low = ghbn_cache[i].order;
399 if (ghbn_cache[i].order > 0) {
443 ghbn_cache[lowi].order = BIO_ghbn_miss + BIO_ghbn_hits;
447 ghbn_cache[i].order = BIO_ghbn_miss + BIO_ghbn_hits;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dhash.h82 u_int32_t order; /* Relative order among deleted curs. */ member in struct:cursor_t
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/x86/
H A Dfloat_dsp_init.c64 float ff_scalarproduct_float_sse(const float *v1, const float *v2, int order);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSearchListCtrl.h80 * point to a new file in order to avoid problems. Also note that the result
156 /// Return old column order.
163 * @param order The order in which to sort the column.
165 * Note that attempting to sort a column in an unsupported order
168 void SetSorting(unsigned column, unsigned order);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A DMakefile74 Module.markers modules.order .tmp_versions
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h25/
H A DMakefile74 Module.markers modules.order .tmp_versions
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dmite.h281 unsigned order = 0; local
283 ++order;
284 BUG_ON(order < 1);
285 return (order - 1) & 0x1f;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Deni.h36 int order; member in struct:eni_free
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dprocess.c53 void free_stack(unsigned long stack, int order) argument
55 free_pages(stack, order);
58 unsigned long alloc_stack(int order, int atomic) argument
65 page = __get_free_pages(flags, order);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dbitops.h122 # error processor byte order undefined!
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dlossless_audiodsp_neon.S24 @ scalarproduct_and_madd_int16(/*aligned*/v0,v1,v2,order,mul)

Completed in 310 milliseconds

1234567891011>>