Searched refs:size (Results 176 - 200 of 11939) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dcheck.c48 unsigned size; local
50 size = memparse(arg, &end);
53 corruption_check_size = size;
55 return (size == corruption_check_size) ? 0 : -EINVAL;
83 u64 size; local
84 addr = find_e820_area_size(addr, &size, PAGE_SIZE);
92 if ((addr + size) > corruption_check_size)
93 size = corruption_check_size - addr;
95 e820_update_range(addr, size, E820_RAM, E820_RESERVED);
97 scan_areas[num_scan_areas].size
101 memset(__va(addr), 0, size); local
122 unsigned long size = scan_areas[i].size; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dctvmem.c28 * Find or create vm block based on requested @size.
29 * @size must be page aligned.
32 get_vm_block(struct ct_vm *vm, unsigned int size) argument
37 size = CT_PAGE_ALIGN(size);
38 if (size > vm->size) {
47 if (entry->size >= size)
53 if (entry->size
127 ct_vm_map(struct ct_vm *vm, struct snd_pcm_substream *substream, int size) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A Dest.c27 .size = sizeof(struct uwb_rc_evt_ie_rcv),
31 .size = sizeof(struct uwb_rc_evt_beacon),
35 .size = sizeof(struct uwb_rc_evt_beacon_size),
38 .size = sizeof(struct uwb_rc_evt_bpoie_change),
43 .size = sizeof(struct uwb_rc_evt_bp_slot_change),
46 .size = sizeof(struct uwb_rc_evt_bp_switch_ie_rcv),
50 .size = sizeof(struct uwb_rc_evt_dev_addr_conflict),
53 .size = sizeof(struct uwb_rc_evt_drp_avail)
56 .size = sizeof(struct uwb_rc_evt_drp),
60 .size
310 ssize_t size; local
384 ssize_t size; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_dmix_x86_64.h33 static void MIX_AREAS_16(unsigned int size, argument
60 * while (size-- > 0) {
104 * while (size-- > 0)
118 : "m" (size), "m" (dst), "m" (src),
128 static void MIX_AREAS_32(unsigned int size, argument
155 * while (size-- > 0) {
221 * while (size-- > 0)
233 : "m" (size), "m" (dst), "m" (src),
243 static void MIX_AREAS_24(unsigned int size, argument
270 * while (size
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_echo.c52 void init_echo_q_echo_data(ECHO_Q_ECHO_DATA *q_d, uint32 size, char *data) argument
54 q_d->size = size;
61 if (!prs_uint32("size", ps, depth, &q_d->size))
64 if (!prs_uint32("size", ps, depth, &q_d->size))
68 q_d->data = PRS_ALLOC_MEM(ps, char, q_d->size);
74 if (!prs_uint8s(False, "data", ps, depth, (unsigned char *)q_d->data, q_d->size))
83 if (!prs_uint32("size", p
99 init_echo_q_sink_data(ECHO_Q_SINK_DATA *q_d, uint32 size, char *data) argument
133 init_echo_q_source_data(ECHO_Q_SOURCE_DATA *q_d, uint32 size) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sio/
H A DPRead.c6 /* Read up to "size" bytes on sfd.
8 * If "retry" is on, after a successful read of less than "size"
9 * bytes, it will attempt to read more, upto "size."
12 * read "size" bytes or else it is an error, even with that on you
13 * may get back a value < size. Set "retry" to 0 when you want to
14 * return as soon as there is a chunk of data whose size is <= "size".
18 PRead(int sfd, char *const buf0, size_t size, int retry) argument
25 if ((buf == NULL) || (size == 0)) {
32 nleft = (read_size_t) size;
[all...]
H A DUSendtoByName.c9 USendtoByName(int sfd, const char *const buf, size_t size, int fl, const char *const toAddrStr, int tlen) argument
15 if ((toAddrStr == NULL) || (toAddrStr[0] == '\0') || (size == 0) || (buf == NULL)) {
21 result = USendto(sfd, buf, size, fl, &toAddr, ualen, tlen);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip32/
H A Dip32-memory.c24 u64 base, size; local
34 size = (bankctl & CRIME_MEM_BANK_CONTROL_SDRAM_SIZE) ? 128 : 32;
35 size <<= 20;
36 if (base + size > (256 << 20))
39 printk("CRIME MC: bank %u base 0x%016Lx size %LuMiB\n",
40 bank, base, size >> 20);
41 add_memory_region(base, size, BOOT_MEM_RAM);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavutil/
H A Dfifo.h39 * @param size of FIFO
42 int av_fifo_init(AVFifoBuffer *f, unsigned int size);
54 * @return size
80 * @param size data size
82 attribute_deprecated void av_fifo_write(AVFifoBuffer *f, const uint8_t *buf, int size);
89 * @param size number of bytes to write
97 int av_fifo_generic_write(AVFifoBuffer *f, void *src, int size, int (*func)(void*, void*, int));
103 * @param size new AVFifoBuffer size i
[all...]
H A Dmem.h44 * Allocates a block of \p size bytes with alignment suitable for all
46 * @param size Size in bytes for the memory block to be allocated.
51 void *av_malloc(unsigned int size) av_malloc_attrib av_alloc_size(1);
55 * If \p ptr is NULL and \p size > 0, allocates a new block. If \p
56 * size is zero, frees the memory block pointed to by \p ptr.
57 * @param size Size in bytes for the memory block to be allocated or
65 void *av_realloc(void *ptr, unsigned int size) av_alloc_size(2);
78 * Allocates a block of \p size bytes with alignment suitable for all
81 * @param size Size in bytes for the memory block to be allocated.
85 void *av_mallocz(unsigned int size) av_malloc_attri
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Dsymtab.c14 unsigned int size; local
19 size = strlen(keyp);
20 for (p = keyp; (p - keyp) < size; p++)
22 return val & (h->size - 1);
35 int symtab_init(struct symtab *s, unsigned int size) argument
37 s->table = hashtab_create(symhash, symcmp, size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmaccess.c12 * @size: size of the data chunk
18 long __weak probe_kernel_read(void *dst, void *src, size_t size)
21 long __probe_kernel_read(void *dst, void *src, size_t size) argument
29 (__force const void __user *)src, size);
41 * @size: size of the data chunk
46 long __weak probe_kernel_write(void *dst, void *src, size_t size)
49 long __probe_kernel_write(void *dst, void *src, size_t size) argument
56 ret = __copy_to_user_inatomic((__force void __user *)dst, src, size);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/check/
H A Dcrc64_fast.c30 lzma_crc64(const uint8_t *buf, size_t size, uint64_t crc)
38 if (size > 4) {
41 --size;
44 const uint8_t *const limit = buf + (size & ~(size_t)(3));
45 size &= (size_t)(3);
64 while (size-- != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dassdec.c39 int len, size = avpkt->size; local
43 while (size > 0) {
48 size -= len;
51 *got_sub_ptr = avpkt->size > 0;
52 return avpkt->size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/pci/
H A Ddma.c19 void *dma_alloc_coherent(struct device *dev, size_t size, argument
23 int order = get_order(size);
27 if (dma_alloc_from_coherent(dev, size, dma_handle, &ret))
36 memset(ret, 0, size);
42 void dma_free_coherent(struct device *dev, size_t size, argument
45 int order = get_order(size);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/check/
H A Dcrc64_fast.c30 lzma_crc64(const uint8_t *buf, size_t size, uint64_t crc)
38 if (size > 4) {
41 --size;
44 const uint8_t *const limit = buf + (size & ~(size_t)(3));
45 size &= (size_t)(3);
64 while (size-- != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davc.h28 int ff_avc_parse_nal_units(AVIOContext *s, const uint8_t *buf, int size);
29 int ff_avc_parse_nal_units_buf(const uint8_t *buf_in, uint8_t **buf, int *size);
32 int ff_avc_write_annexb_extradata(const uint8_t *in, uint8_t **buf, int *size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dbuffer_internal.h37 int size; /**< size of data in bytes */ member in struct:AVBuffer
90 int size; member in struct:AVBufferPool
91 AVBufferRef* (*alloc)(int size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dosrng.cpp77 void NonblockingRng::GenerateBlock(byte *output, size_t size) argument
83 if (!CryptGenRandom(m_Provider.GetProviderHandle(), (DWORD)size, output))
86 if (read(m_fd, output, size) != size)
117 void BlockingRng::GenerateBlock(byte *output, size_t size) argument
119 while (size)
123 ssize_t len = read(m_fd, output, size);
126 size -= len;
128 if (size)
137 void OS_GenerateRandomBlock(bool blocking, byte *output, size_t size) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/charsets/
H A Dmac_chinese_simp.c46 static size_t mac_chinese_simp_char_push(u_int8_t* out, const ucs2_t* in, size_t* size) argument
51 *size = 1;
55 *size = 1;
57 } else if (*size >= 2 && (in[1] & ~15) == 0xf870) {
62 *size = 2;
64 *size = 1;
67 *size = 1;
80 static size_t mac_chinese_simp_char_pull(ucs2_t* out, const u_int8_t* in, size_t* size) argument
85 *size = 1;
89 if (*size >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dbitops_mm.h180 unsigned size)
186 if (!size)
189 size = (size + 31) >> 5;
191 if (!--size)
202 static inline int find_next_zero_bit(const unsigned long *vaddr, int size, argument
208 if (offset >= size)
209 return size;
223 res = find_first_zero_bit(p, size - ((long)p - (long)vaddr) * 8);
227 static inline int find_first_bit(const unsigned long *vaddr, unsigned size) argument
179 find_first_zero_bit(const unsigned long *vaddr, unsigned size) argument
249 find_next_bit(const unsigned long *vaddr, int size, int offset) argument
330 minix_find_first_zero_bit(const void *vaddr, unsigned size) argument
379 ext2_find_first_zero_bit(const void *vaddr, unsigned size) argument
401 generic_find_next_zero_le_bit(const unsigned long *addr, unsigned long size, unsigned long offset) argument
422 ext2_find_first_bit(const void *vaddr, unsigned size) argument
443 generic_find_next_le_bit(const unsigned long *addr, unsigned long size, unsigned long offset) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Dnvs.c24 unsigned int size; member in struct:nvs_page
35 * @size - size of the region
41 int suspend_nvs_register(unsigned long start, unsigned long size) argument
45 while (size > 0) {
55 entry->size = (size < nr_bytes) ? size : nr_bytes;
57 start += entry->size;
58 size
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmemblock.h23 u64 size; member in struct:memblock_property
28 u64 size; member in struct:memblock_region
43 extern long memblock_add(u64 base, u64 size);
44 extern long memblock_remove(u64 base, u64 size);
45 extern long __init memblock_free(u64 base, u64 size);
46 extern long __init memblock_reserve(u64 base, u64 size);
47 extern u64 __init memblock_alloc_nid(u64 size, u64 align, int nid,
49 extern u64 __init memblock_alloc(u64 size, u64 align);
50 extern u64 __init memblock_alloc_base(u64 size,
52 extern u64 __init __memblock_alloc_base(u64 size,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/mm/
H A Dioremap.c25 early_ioremap (unsigned long phys_addr, unsigned long size) argument
31 ioremap (unsigned long phys_addr, unsigned long size) argument
46 attr = kern_mem_attribute(phys_addr, size);
57 gran_size = GRANULEROUNDUP(phys_addr + size) - gran_base;
68 size = PAGE_ALIGN(phys_addr + size) - page_base;
69 if (efi_mem_attribute(page_base, size) & EFI_MEMORY_WB) {
81 area = get_vm_area(size, VM_IOREMAP);
88 (unsigned long) addr + size, phys_addr, prot)) {
101 ioremap_nocache (unsigned long phys_addr, unsigned long size) argument
111 early_iounmap(volatile void __iomem *addr, unsigned long size) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dxalloc.h33 extern void *xmalloc (size_t size);
36 extern void *xcalloc (size_t nmemb, size_t size);
38 /* Change the size of an allocated block of memory PTR to SIZE bytes,
40 extern void *xrealloc (void *ptr, size_t size);
59 /* Return 1 if an array of N objects, each of size S, cannot exist due
60 to size arithmetic overflow. S must be positive and N must be
64 By gnulib convention, SIZE_MAX represents overflow in size

Completed in 222 milliseconds

1234567891011>>