Searched refs:sizes (Results 26 - 50 of 93) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-at91/
H A Dhardware.h17 #include <asm/sizes.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/pppoatm/
H A Datm.h95 int sdu2cell(int s,int sizes,const int *sdu_size,int *num_sdu);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-imx/
H A Dhardware.h23 #include <asm/sizes.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-lh7a40x/
H A Dhardware.h16 #include <asm/sizes.h> /* Added for the sake of amba-clcd driver */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dimg2.c78 static const int sizes[][2] = { variable
94 for(i=0;i<FF_ARRAY_ELEMS(sizes);i++) {
95 if ((sizes[i][0] * sizes[i][1]) == size) {
96 *width_ptr = sizes[i][0];
97 *height_ptr = sizes[i][1];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Dautcpu12-nvram.c29 #include <asm/sizes.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd005.tcl37 foreach sizes "{1000 10} {10 1000}" {
43 set s1 [lindex $sizes 0]
44 set s2 [lindex $sizes 1]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh4/
H A Dprobe.c24 static unsigned long sizes[16] = { local
201 size = sizes[(cvr >> 20) & 0xf];
209 size = sizes[(cvr >> 16) & 0xf];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dse401.c389 /* JangGu compression can only be used with the camera supported sizes,
395 while (i<se401->sizes && !(se401->width[i]==width && se401->height[i]==height))
397 while (i<se401->sizes) {
559 if (width>se401->width[se401->sizes-1])
561 if (height>se401->height[se401->sizes-1])
989 b->maxwidth = se401->width[se401->sizes-1];
990 b->maxheight = se401->height[se401->sizes-1];
1258 se401->sizes=cp[4]+cp[5]*256;
1259 se401->width=kmalloc(se401->sizes*sizeof(int), GFP_KERNEL);
1262 se401->height=kmalloc(se401->sizes*sizeo
[all...]
H A Dse401.h184 int sizes; member in struct:usb_se401
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-clps711x/
H A Dp720t.c31 #include <asm/sizes.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dedb7312.c29 #include <asm/sizes.h>
H A Dh1910.c30 #include <asm/sizes.h>
H A Dts7250.c31 #include <asm/sizes.h>
H A Dams-delta.c26 #include <asm/sizes.h>
H A Dat91_nand.c26 #include <asm/sizes.h>
H A Dautcpu12.c38 #include <asm/sizes.h>
H A Dtoto.c30 #include <asm/sizes.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/
H A DMakefile.custom63 .PHONY: sizes
64 sizes: busybox_unstripped
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DMethodWriter.java623 // updates current and max stack sizes
645 // updates current and max stack sizes only if opcode == NEWARRAY
663 // updates current and max stack sizes
710 // updates current and max stack sizes only if opcode == NEW
747 // updates current and max stack sizes
771 * computed. More precisely this intVal field stores the sizes of
775 // the above sizes have not been computed yet, so we compute
788 // updates current and max stack sizes
872 // resets the relative current and max stack sizes
891 // updates current and max stack sizes
1496 resizeInstructions( final int[] indexes, final int[] sizes, final int len) argument
1967 getNewOffset( final int[] indexes, final int[] sizes, final int begin, final int end) argument
2002 getNewOffset( final int[] indexes, final int[] sizes, final Label label) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-iop13xx/
H A Dtpmi.c26 #include <asm/sizes.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ixp23xx/
H A Dpci.c31 #include <asm/sizes.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dmemory.h28 #include <asm/sizes.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dra144.c292 static const uint8_t sizes[10] = {6, 5, 5, 4, 4, 3, 3, 3, 3, 2}; local
315 lpc_refl[i] = lpc_refl_cb[i][get_bits(&gb, sizes[i])];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dgen_rec.awk173 sizes[nvars] = sprintf("sizeof(u_int32_t)");
177 sizes[nvars] = sprintf("sizeof(*%s)", $2);
179 sizes[nvars] =\
440 printf("\n\t + %s", sizes[i]) >> CFILE
554 printf("\t\tmemset(bp, 0, %s);\n", sizes[i]) >> CFILE
555 printf("\tbp += %s;\n\n", sizes[i]) >> CFILE

Completed in 246 milliseconds

1234