Searched refs:SIZE (Results 1 - 25 of 40) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/intl/
H A Dxsize.h103 #define size_overflow_p(SIZE) \
104 ((SIZE) == SIZE_MAX)
106 #define size_in_bounds_p(SIZE) \
107 ((SIZE) != SIZE_MAX)
/asus-wl-520gu-7.0.1.45/src/tools/upnp/upnp/linux/
H A DMakefile25 SIZE = $(TARGET_PREFIX)size macro
70 $(SIZE) $(TARGET)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/fakeprom/
H A Drunsim128 [ "$SIZE" = "8MB" ] || ADDR="0x80000000ffc00000"
224 SIZE="8MB"
226 SIZE="4MB"
232 SDIR="${PRODUCT}${SIZE}.O"
233 BIN="${PRODUCT}ip37prom${SIZE}"
237 echo " .. Created links to $SIZE prom files"
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Djfs_btree.h67 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\
80 MP = read_metapage((IP), BN, SIZE, 1);\
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Dmtrace.h60 /* Allocate SIZE bytes of memory. */
63 in __ptr_t, making the new block SIZE bytes long. */
65 /* Allocate NMEMB elements of SIZE bytes each, all initialized to 0. */
70 /* Allocate SIZE bytes allocated to ALIGNMENT bytes. */
73 /* Allocate SIZE bytes on a page boundary. */
107 #define BLOCKIFY(SIZE) (((SIZE) + BLOCKSIZE - 1) / BLOCKSIZE)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/utils/
H A Dmkprep.c50 #define SIZE 0x1000 macro
231 char buf[SIZE];
234 while ( (n = read(in, buf, SIZE)) > 0 )
245 unsigned char buf[SIZE];
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dkeyboard.c46 #define SIZE(x) (sizeof(x)/sizeof((x)[0])) macro
137 255, SIZE(func_table) - 1, SIZE(spec_fn_table) - 1, NR_PAD - 1,
143 const int NR_TYPES = SIZE(max_vals);
525 if (value >= SIZE(spec_fn_table))
622 if (value < SIZE(func_table)) {
741 for(i=0; i < SIZE(k_down); i++)
744 for(i=0; i < SIZE(key_down); i++)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/rio/
H A Drio.h239 ** This happy little macro copies SIZE bytes of data from FROM to TO
240 ** quite well. SIZE must be a constant.
242 #define CCOPY( FROM, TO, SIZE ) { *(struct s { char data[SIZE]; } *)(TO) = *(struct s *)(FROM); }
/asus-wl-520gu-7.0.1.45/src/router/fdisk/
H A Dfdisk.h24 #define SIZE(a) (sizeof(a)/sizeof((a)[0])) macro
H A Dfdiskbsdlabel.h222 #define BSD_FSMAXTYPES (SIZE(xbsd_fstypes)-1)
H A Dfdisksunlabel.c228 for (i = 0; i < SIZE(sun_drives); i++) {
274 for (i = 0; i < SIZE(sun_drives); i++) {
282 if (c >= 'a' && c < 'a' + SIZE(sun_drives)) {
285 } else if (c >= 'A' && c < 'A' + SIZE(sun_drives)) {
477 qsort(array,SIZE(array),sizeof(array[0]),
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/coda/
H A Dupcall.c73 #define SIZE(tag) max_t(unsigned int, INSIZE(tag), OUTSIZE(tag)) macro
83 insize = SIZE(root);
107 insize = SIZE(getattr);
126 insize = SIZE(setattr);
175 insize = SIZE(store);
195 insize = SIZE(release);
214 insize = SIZE(release);
235 insize = SIZE(open_by_fd);
499 insize=SIZE(fsync);
516 insize = SIZE(acces
[all...]
/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A DMakefile21 SIZE := $(CROSS_COMPILE)size macro
/asus-wl-520gu-7.0.1.45/src/router/library/
H A Ddisk_table.h116 #define SIZE(a) (sizeof(a)/sizeof((a)[0])) macro
/asus-wl-520gu-7.0.1.45/src/router/library/include/
H A Ddisk_table.h116 #define SIZE(a) (sizeof(a)/sizeof((a)[0])) macro
/asus-wl-520gu-7.0.1.45/src/tools/upnp/igd/linux/
H A DMakefile33 SIZE = $(TARGET_PREFIX)size macro
118 $(SIZE) $(TARGET)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Dsunkbd.c49 #define SIZE(x) (sizeof(x)/sizeof((x)[0])) macro
154 255, SIZE(func_table) - 1, SIZE(spec_fn_table) - 1, NR_PAD - 1,
160 const int NR_TYPES = SIZE(max_vals);
810 if (value >= SIZE(spec_fn_table))
899 if (value < SIZE(func_table)) {
1015 for(i=0; i < SIZE(k_down); i++)
1018 for(i=0; i < SIZE(key_down); i++)
/asus-wl-520gu-7.0.1.45/src/linux/linux/squashfs/
H A Dinode.c1066 #define SIZE 256 macro
1081 if(blocks > (SIZE >> 1)) {
1082 if((index - i) <= (SIZE >> 1))
1085 blocks = SIZE >> 1;
1089 unsigned char sblock_list[SIZE];
1128 if(blocks > (SIZE >> 2)) {
1129 if((index - i) <= (SIZE >> 2))
1132 blocks = SIZE >> 2;
1136 unsigned char sblock_list[SIZE];
1163 unsigned char block_list[SIZE];
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/squashfs/
H A Dinode.c1066 #define SIZE 256 macro
1081 if(blocks > (SIZE >> 1)) {
1082 if((index - i) <= (SIZE >> 1))
1085 blocks = SIZE >> 1;
1089 unsigned char sblock_list[SIZE];
1128 if(blocks > (SIZE >> 2)) {
1129 if((index - i) <= (SIZE >> 2))
1132 blocks = SIZE >> 2;
1136 unsigned char sblock_list[SIZE];
1163 unsigned char block_list[SIZE];
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/prep/
H A DMakefile37 SIZE := ../utils/size macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/mips-boards/
H A Dbonito64.h411 #define BONITO_PCIMEMBASECFGSIZE(WIN,SIZE) (((~((SIZE)-1))>>(BONITO_PCIMEMBASECFG_ASHIFT-BONITO_PCIMEMBASECFG_MEMBASE##WIN##_MASK_SHIFT)) & BONITO_PCIMEMBASECFG_MEMBASE##WIN##_MASK)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/mips-boards/
H A Dbonito64.h411 #define BONITO_PCIMEMBASECFGSIZE(WIN,SIZE) (((~((SIZE)-1))>>(BONITO_PCIMEMBASECFG_ASHIFT-BONITO_PCIMEMBASECFG_MEMBASE##WIN##_MASK_SHIFT)) & BONITO_PCIMEMBASECFG_MEMBASE##WIN##_MASK)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/mips-boards/
H A Dbonito64.h411 #define BONITO_PCIMEMBASECFGSIZE(WIN,SIZE) (((~((SIZE)-1))>>(BONITO_PCIMEMBASECFG_ASHIFT-BONITO_PCIMEMBASECFG_MEMBASE##WIN##_MASK_SHIFT)) & BONITO_PCIMEMBASECFG_MEMBASE##WIN##_MASK)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/mips-boards/
H A Dbonito64.h411 #define BONITO_PCIMEMBASECFGSIZE(WIN,SIZE) (((~((SIZE)-1))>>(BONITO_PCIMEMBASECFG_ASHIFT-BONITO_PCIMEMBASECFG_MEMBASE##WIN##_MASK_SHIFT)) & BONITO_PCIMEMBASECFG_MEMBASE##WIN##_MASK)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/mips-boards/
H A Dbonito64.h411 #define BONITO_PCIMEMBASECFGSIZE(WIN,SIZE) (((~((SIZE)-1))>>(BONITO_PCIMEMBASECFG_ASHIFT-BONITO_PCIMEMBASECFG_MEMBASE##WIN##_MASK_SHIFT)) & BONITO_PCIMEMBASECFG_MEMBASE##WIN##_MASK)

Completed in 297 milliseconds

12