Searched refs:size (Results 76 - 100 of 11939) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/qnx4/
H A Dbitmap.c20 static void count_bits(register const char *bmPart, register int size, argument
26 if (size > QNX4_BLOCK_SIZE) {
27 size = QNX4_BLOCK_SIZE;
32 size--;
33 } while (size != 0);
43 int size = le32_to_cpu(qnx4_sb(sb)->BitMap->di_size); local
46 while (total < size) {
51 count_bits(bh->b_data, size - total, &total_free);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djinclude.h54 * NOTE: we assume the size parameters to these functions are of type size_t.
61 #define MEMZERO(target,size) bzero((void *)(target), (size_t)(size))
62 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size))
67 #define MEMZERO(target,size) memset((void *)(target), 0, (size_t)(size))
68 #define MEMCOPY(dest,src,size) memcpy((void *)(dest), (const void *)(src), (size_t)(size))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Duncached.h11 extern void uncached_resize(unsigned long size);
15 #define uncached_resize(size) BUG()
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dedac.h6 static inline void atomic_scrub(void *va, u32 size) argument
14 for (i = 0; i < size / 4; i++, virt_addr++)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dnubus.h19 unsigned long size)
21 return __ioremap(physaddr, size, IOMAP_NOCACHE_SER);
25 unsigned long size)
27 return __ioremap(physaddr, size, IOMAP_NOCACHE_NONSER);
31 unsigned long size)
33 return __ioremap(physaddr, size, IOMAP_WRITETHROUGH);
37 unsigned long size)
39 return __ioremap(physaddr, size, IOMAP_FULL_CACHING);
18 nubus_remap_nocache_ser(unsigned long physaddr, unsigned long size) argument
24 nubus_remap_nocache_nonser(unsigned long physaddr, unsigned long size) argument
30 nbus_remap_writethrough(unsigned long physaddr, unsigned long size) argument
36 nubus_remap_fullcache(unsigned long physaddr, unsigned long size) argument
H A Dzorro.h19 unsigned long size)
21 return __ioremap(physaddr, size, IOMAP_NOCACHE_SER);
25 unsigned long size)
27 return __ioremap(physaddr, size, IOMAP_NOCACHE_NONSER);
31 unsigned long size)
33 return __ioremap(physaddr, size, IOMAP_WRITETHROUGH);
36 unsigned long size)
38 return __ioremap(physaddr, size, IOMAP_FULL_CACHING);
18 z_remap_nocache_ser(unsigned long physaddr, unsigned long size) argument
24 z_remap_nocache_nonser(unsigned long physaddr, unsigned long size) argument
30 z_remap_writethrough(unsigned long physaddr, unsigned long size) argument
35 z_remap_fullcache(unsigned long physaddr, unsigned long size) argument
H A Datari_stram.h9 void *atari_stram_alloc(long size, const char *owner);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dslub_def.h59 * Word size structure that can be atomically updated or read and that
74 int size; /* The size of an object including meta data */ member in struct:kmem_cache
75 int objsize; /* The size of an object without meta data */
128 * Maximum kmalloc object size handled by SLUB. Larger object allocations
160 static __always_inline int kmalloc_index(size_t size) argument
162 if (!size)
165 if (size <= KMALLOC_MIN_SIZE)
168 if (KMALLOC_MIN_SIZE <= 32 && size > 64 && size <
212 kmalloc_slab(size_t size) argument
235 kmalloc_large(size_t size, gfp_t flags) argument
246 kmalloc(size_t size, gfp_t flags) argument
288 kmalloc_node(size_t size, gfp_t flags, int node) argument
[all...]
H A Dtty_flip.h4 extern int tty_buffer_request_room(struct tty_struct *tty, size_t size);
5 extern int tty_insert_flip_string_flags(struct tty_struct *tty, const unsigned char *chars, const char *flags, size_t size);
6 extern int tty_insert_flip_string_fixed_flag(struct tty_struct *tty, const unsigned char *chars, char flag, size_t size);
7 extern int tty_prepare_flip_string(struct tty_struct *tty, unsigned char **chars, size_t size);
8 extern int tty_prepare_flip_string_flags(struct tty_struct *tty, unsigned char **chars, char **flags, size_t size);
15 if (tb && tb->used < tb->size) {
23 static inline int tty_insert_flip_string(struct tty_struct *tty, const unsigned char *chars, size_t size) argument
25 return tty_insert_flip_string_fixed_flag(tty, chars, TTY_NORMAL, size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dfile.h33 * *size to the size in bytes of the buffer in *bufptr.
41 int av_file_map(const char *filename, uint8_t **bufptr, size_t *size,
47 * @param size size in bytes of bufptr, must be the same as returned
50 void av_file_unmap(uint8_t *bufptr, size_t size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dvram.h30 extern int omap_vram_add_region(unsigned long paddr, size_t size);
31 extern int omap_vram_free(unsigned long paddr, size_t size);
32 extern int omap_vram_alloc(int mtype, size_t size, unsigned long *paddr);
33 extern int omap_vram_reserve(unsigned long paddr, size_t size);
38 extern void omap_vram_set_sdram_vram(u32 size, u32 start);
39 extern void omap_vram_set_sram_vram(u32 size, u32 start);
48 static inline void omap_vram_set_sdram_vram(u32 size, u32 start) { } argument
49 static inline void omap_vram_set_sram_vram(u32 size, u32 start) { } argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mm/
H A Ddma-coherent.c15 void dma_cache_sync(struct device *dev, void *vaddr, size_t size, int direction) argument
25 invalidate_dcache_region(vaddr, size);
28 clean_dcache_region(vaddr, size);
31 flush_dcache_region(vaddr, size);
39 static struct page *__dma_alloc(struct device *dev, size_t size, argument
47 size = PAGE_ALIGN(size);
48 order = get_order(size);
64 invalidate_dcache_region(phys_to_virt(page_to_phys(page)), size);
67 free = page + (size >> PAGE_SHIF
81 __dma_free(struct device *dev, size_t size, struct page *page, dma_addr_t handle) argument
90 dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *handle, gfp_t gfp) argument
104 dma_free_coherent(struct device *dev, size_t size, void *cpu_addr, dma_addr_t handle) argument
118 dma_alloc_writecombine(struct device *dev, size_t size, dma_addr_t *handle, gfp_t gfp) argument
136 dma_free_writecombine(struct device *dev, size_t size, void *cpu_addr, dma_addr_t handle) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dbuffer.h24 int size,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstack.h23 bool rc = Alloc(size() + 1);\
30 RemoveAt(size() - 1);\
35 return *(obj *) GetItem(size() - 1);\
39 return *(obj *) GetItem(size() - 1);\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_stack.c29 size_t i, size; local
37 size = backtrace(array, sizeof(array) / sizeof(array[0]));
38 strings = backtrace_symbols(array, size);
40 for (i = 0; i < size; ++i)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dcow_sys.h9 static inline void *cow_malloc(int size) argument
11 return uml_kmalloc(size, UM_GFP_KERNEL);
36 static inline int cow_write_file(int fd, void *buf, int size) argument
38 return os_write_file(fd, buf, size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/acpi/
H A Dwakeup_rm.S10 .size wakeup_code_start, .-wakeup_code_start
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-au1x00/
H A Dioremap.h17 static inline phys_t __fixup_bigphys_addr(phys_t phys_addr, phys_t size) argument
26 static inline phys_t fixup_bigphys_addr(phys_t phys_addr, phys_t size) argument
28 return __fixup_bigphys_addr(phys_addr, size);
31 static inline void __iomem *plat_ioremap(phys_t offset, unsigned long size, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dbuild-id.h8 char *dso__build_id_filename(struct dso *self, char *bf, size_t size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvaapi_internal.h48 void *ff_vaapi_alloc_pic_param(struct vaapi_context *vactx, unsigned int size);
51 void *ff_vaapi_alloc_iq_matrix(struct vaapi_context *vactx, unsigned int size);
54 uint8_t *ff_vaapi_alloc_bitplane(struct vaapi_context *vactx, uint32_t size);
61 * @param size the size of the slice in bytes
64 VASliceParameterBufferBase *ff_vaapi_alloc_slice(struct vaapi_context *vactx, const uint8_t *buffer, uint32_t size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dstartcode.c31 int ff_startcode_find_candidate_c(const uint8_t *buf, int size) argument
35 /* we check i < size instead of i + 3 / 7 because it is
40 while (i < size &&
46 while (i < size &&
53 for (; i < size; i++)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Ddata_extract_to_stdout.c13 archive_handle->file_header->size);
H A Ddata_skip.c11 archive_handle->seek(archive_handle, archive_handle->file_header->size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_echo_nt.c47 if (q_u->size == 0) {
49 r_u->size = 0;
52 r_u->data = TALLOC(p->mem_ctx, q_u->size);
53 r_u->size = q_u->size;
54 memcpy(r_u->data, q_u->data, q_u->size);
76 if (q_u->size == 0) {
78 r_u->size = 0;
81 r_u->data = TALLOC(p->mem_ctx, q_u->size);
82 r_u->size
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhevc.h36 * are replaced by 4-byte size fields, as per ISO/IEC 14496-15).
43 * @param size size (in bytes) of the input buffer
52 int size, int filter_ps, int *ps_count);
58 * are replaced by 4-byte size fields, as per ISO/IEC 14496-15).
63 * On output, *size holds the size (in bytes) of the output data buffer.
66 * @param size address of the variable holding the size (in bytes) of the input
78 int *size, in
[all...]

Completed in 224 milliseconds

1234567891011>>