Searched refs:SIZEOF (Results 1 - 25 of 183) sorted by relevance

12345678

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/blackfin/kernel/
H A Dvmlinux.lds.S83 .data : AT(LOADADDR(.bss) + SIZEOF(.bss))
114 __data_len = SIZEOF(.data);
146 .text_l1 L1_CODE_START : AT(LOADADDR(.exit.data) + SIZEOF(.exit.data))
171 __init_data_len = SIZEOF(.init.data);
187 __text_l1_len = SIZEOF(.text_l1);
207 __data_l1_len = SIZEOF(.data_l1);
224 __data_b_l1_len = SIZEOF(.data_b_l1);
250 __l2_len = SIZEOF(.text_data_l2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dvmlinux.lds.S83 .data : AT(LOADADDR(.bss) + SIZEOF(.bss))
114 __data_len = SIZEOF(.data);
146 .text_l1 L1_CODE_START : AT(LOADADDR(.exit.data) + SIZEOF(.exit.data))
171 __init_data_len = SIZEOF(.init.data);
187 __text_l1_len = SIZEOF(.text_l1);
207 __data_l1_len = SIZEOF(.data_l1);
224 __data_b_l1_len = SIZEOF(.data_b_l1);
250 __l2_len = SIZEOF(.text_data_l2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dvmlinux.lds.S67 LOADADDR(prevsec) + SIZEOF(prevsec)) + 3) & ~ 3) \
174 SIZEOF(.WindowVectors.text),
184 SIZEOF(.DebugInterruptVector.text),
194 SIZEOF(.KernelExceptionVector.text),
204 SIZEOF(.UserExceptionVector.text),
212 . = (LOADADDR( .DoubleExceptionVector.text ) + SIZEOF( .DoubleExceptionVector.text ) + 3) & ~ 3;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/xtensa/kernel/
H A Dvmlinux.lds.S67 LOADADDR(prevsec) + SIZEOF(prevsec)) + 3) & ~ 3) \
174 SIZEOF(.WindowVectors.text),
184 SIZEOF(.DebugInterruptVector.text),
194 SIZEOF(.KernelExceptionVector.text),
204 SIZEOF(.UserExceptionVector.text),
212 . = (LOADADDR( .DoubleExceptionVector.text ) + SIZEOF( .DoubleExceptionVector.text ) + 3) & ~ 3;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/jpeg/
H A Djmemmgr.c85 * field. This forces the compiler to make SIZEOF(small_pool_hdr) a multiple
266 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(small_pool_hdr)))
269 /* Round up the requested size to a multiple of SIZEOF(ALIGN_TYPE) */
270 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE);
272 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes;
289 min_request = sizeofobject + SIZEOF(small_pool_hdr);
350 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)))
353 /* Round up the requested size to a multiple of SIZEOF(ALIGN_TYPE) */
354 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE);
356 sizeofobject += SIZEOF(ALIGN_TYP
[all...]
H A Djcomapi.c91 (*cinfo->mem->alloc_small) (cinfo, JPOOL_PERMANENT, SIZEOF(JQUANT_TBL));
103 (*cinfo->mem->alloc_small) (cinfo, JPOOL_PERMANENT, SIZEOF(JHUFF_TBL));
H A Djinclude.h77 * we always use this SIZEOF() macro in place of using sizeof() directly.
80 #define SIZEOF(object) ((size_t) sizeof(object)) macro
H A Djdatadst.c50 OUTPUT_BUF_SIZE * SIZEOF(JOCTET));
143 SIZEOF(my_destination_mgr));
H A Djutils.c122 register size_t count = (size_t) (num_cols * SIZEOF(JSAMPLE));
150 FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/jpeg/
H A Djmemmgr.c85 * field. This forces the compiler to make SIZEOF(small_pool_hdr) a multiple
266 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(small_pool_hdr)))
269 /* Round up the requested size to a multiple of SIZEOF(ALIGN_TYPE) */
270 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE);
272 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes;
289 min_request = sizeofobject + SIZEOF(small_pool_hdr);
350 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)))
353 /* Round up the requested size to a multiple of SIZEOF(ALIGN_TYPE) */
354 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE);
356 sizeofobject += SIZEOF(ALIGN_TYP
[all...]
H A Djcomapi.c91 (*cinfo->mem->alloc_small) (cinfo, JPOOL_PERMANENT, SIZEOF(JQUANT_TBL));
103 (*cinfo->mem->alloc_small) (cinfo, JPOOL_PERMANENT, SIZEOF(JHUFF_TBL));
H A Djinclude.h77 * we always use this SIZEOF() macro in place of using sizeof() directly.
80 #define SIZEOF(object) ((size_t) sizeof(object)) macro
H A Djdatadst.c50 OUTPUT_BUF_SIZE * SIZEOF(JOCTET));
143 SIZEOF(my_destination_mgr));
H A Djutils.c122 register size_t count = (size_t) (num_cols * SIZEOF(JSAMPLE));
150 FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/jpeg/
H A Djmemmgr.c85 * field. This forces the compiler to make SIZEOF(small_pool_hdr) a multiple
266 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(small_pool_hdr)))
269 /* Round up the requested size to a multiple of SIZEOF(ALIGN_TYPE) */
270 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE);
272 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes;
289 min_request = sizeofobject + SIZEOF(small_pool_hdr);
350 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)))
353 /* Round up the requested size to a multiple of SIZEOF(ALIGN_TYPE) */
354 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE);
356 sizeofobject += SIZEOF(ALIGN_TYP
[all...]
H A Djcomapi.c91 (*cinfo->mem->alloc_small) (cinfo, JPOOL_PERMANENT, SIZEOF(JQUANT_TBL));
103 (*cinfo->mem->alloc_small) (cinfo, JPOOL_PERMANENT, SIZEOF(JHUFF_TBL));
H A Djinclude.h77 * we always use this SIZEOF() macro in place of using sizeof() directly.
80 #define SIZEOF(object) ((size_t) sizeof(object)) macro
H A Djdatadst.c50 OUTPUT_BUF_SIZE * SIZEOF(JOCTET));
143 SIZEOF(my_destination_mgr));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/kernel/
H A Dvmlinux.lds.S179 _edata_loc = __data_loc + SIZEOF(.data);
212 . = ADDR(.tcm_start) + SIZEOF(.tcm_start) + SIZEOF(.text_itcm);
229 . = ADDR(.dtcm_start) + SIZEOF(.data_dtcm);
232 .tcm_end : AT(ADDR(.dtcm_start) + SIZEOF(.data_dtcm)){
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/kernel/
H A Dvmlinux.lds.S179 _edata_loc = __data_loc + SIZEOF(.data);
212 . = ADDR(.tcm_start) + SIZEOF(.tcm_start) + SIZEOF(.text_itcm);
229 . = ADDR(.dtcm_start) + SIZEOF(.data_dtcm);
232 .tcm_end : AT(ADDR(.dtcm_start) + SIZEOF(.data_dtcm)){
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dfatal-signal.c32 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro
81 #define num_fatal_signals (SIZEOF (fatal_signals) - 1)
125 static size_t actions_allocated = SIZEOF (static_actions);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dfatal-signal.c32 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro
81 #define num_fatal_signals (SIZEOF (fatal_signals) - 1)
125 static size_t actions_allocated = SIZEOF (static_actions);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dfatal-signal.c32 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro
81 #define num_fatal_signals (SIZEOF (fatal_signals) - 1)
125 static size_t actions_allocated = SIZEOF (static_actions);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/xtensa/boot/boot-elf/
H A Dboot.lds.S54 .bss ((LOADADDR(.image) + SIZEOF(.image) + 3) & ~ 3):
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/xtensa/boot/boot-elf/
H A Dboot.lds.S54 .bss ((LOADADDR(.image) + SIZEOF(.image) + 3) & ~ 3):

Completed in 311 milliseconds

12345678