Searched refs:csize (Results 1 - 25 of 113) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dcrash_dump.c39 * @csize: number of bytes to copy
48 size_t csize, unsigned long offset, int userbuf)
52 if (!csize)
58 if (copy_to_user(buf, (vaddr + offset), csize)) {
63 memcpy(buf, (vaddr + offset), csize);
66 return csize;
47 copy_oldmem_page(unsigned long pfn, char *buf, size_t csize, unsigned long offset, int userbuf) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dcrash_dump_64.c21 * @csize: number of bytes to copy
30 size_t csize, unsigned long offset, int userbuf)
34 if (!csize)
42 if (copy_to_user(buf, vaddr + offset, csize)) {
47 memcpy(buf, vaddr + offset, csize);
51 return csize;
29 copy_oldmem_page(unsigned long pfn, char *buf, size_t csize, unsigned long offset, int userbuf) argument
H A Dcrash_dump_32.c41 * @csize: number of bytes to copy
54 size_t csize, unsigned long offset, int userbuf)
58 if (!csize)
67 memcpy(buf, (vaddr + offset), csize);
78 if (copy_to_user(buf, (kdump_buf_page + offset), csize))
82 return csize;
53 copy_oldmem_page(unsigned long pfn, char *buf, size_t csize, unsigned long offset, int userbuf) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dcrash_dump.c24 * @csize: number of bytes to copy
38 size_t csize, unsigned long offset, int userbuf)
42 if (!csize)
46 if (copy_to_user(buf, (vaddr + offset), csize)) {
50 memcpy(buf, (vaddr + offset), csize);
51 return csize;
37 copy_oldmem_page(unsigned long pfn, char *buf, size_t csize, unsigned long offset, int userbuf) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dcrash_dump.c28 * @csize: number of bytes to copy
37 size_t csize, unsigned long offset,
42 if (!csize)
50 if (copy_to_user(buf, vaddr + offset, csize)) {
55 memcpy(buf, vaddr + offset, csize);
59 return csize;
36 copy_oldmem_page(unsigned long pfn, char *buf, size_t csize, unsigned long offset, int userbuf) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dcrash_dump.c98 static size_t copy_oldmem_vaddr(void *vaddr, char *buf, size_t csize, argument
102 if (copy_to_user((char __user *)buf, (vaddr + offset), csize))
105 memcpy(buf, (vaddr + offset), csize);
107 return csize;
115 * @csize: number of bytes to copy
124 size_t csize, unsigned long offset, int userbuf)
128 if (!csize)
131 csize = min_t(size_t, csize, PAGE_SIZE);
135 csize
123 copy_oldmem_page(unsigned long pfn, char *buf, size_t csize, unsigned long offset, int userbuf) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest109.tcl110 foreach csize $cachesizes {
113 -cachesize $csize, $inc, no wrap."
115 $min $max $init $inc $csize
130 set csize 1
134 $min $max $init $inc $csize $wrap
142 foreach csize $cachesizes {
143 puts "\tTest$tnum.f: Test -cachesize $csize with wrap."
145 $min $max $init $inc $csize $wrap
149 foreach csize $cachesizes {
151 Test multiple handles (-cachesize $csize) wit
[all...]
H A Dsdb016.tcl48 set csize {0 16777216 1}
50 -cachesize $csize -home $testdir -mode 0644 -txn]
H A Dsdb019.tcl44 set csize "0 262144 1"
51 set csize "0 $cache 1"
57 set env [eval berkdb_env -create {-cachesize $csize} \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dread.c50 D1(printk(KERN_DEBUG "Node read from %08x: node_crc %08x, calculated CRC %08x. dsize %x, csize %x, offset %x, buf %p\n",
52 crc, je32_to_cpu(ri->dsize), je32_to_cpu(ri->csize),
60 /* There was a bug where we wrote hole nodes out with csize/dsize
63 je32_to_cpu(ri->csize)) {
64 ri->dsize = ri->csize;
65 ri->csize = cpu_to_je32(0);
90 readbuf = kmalloc(je32_to_cpu(ri->csize), GFP_KERNEL);
110 D2(printk(KERN_DEBUG "Read %d bytes to %p\n", je32_to_cpu(ri->csize),
113 je32_to_cpu(ri->csize), &readlen, readbuf);
115 if (!ret && readlen != je32_to_cpu(ri->csize))
[all...]
H A Dreadinode.c38 BUG_ON(tn->csize == 0);
42 len = tn->csize;
49 if (adj >= tn->csize) {
51 ref_offset(ref), tn->csize, ofs);
60 ref_offset(ref), tn->csize, tn->partial_crc, tn->data_crc, ofs - len, ofs, len);
69 JFFS2_WARNING("MTD point returned len too short: %zu instead of %u.\n", retlen, tn->csize);
714 uint32_t len, csize; local
736 csize = je32_to_cpu(rd->csize);
743 unlikely(PAD(je32_to_cpu(rd->csize)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Ddevice.c132 ssize_t tsize, csize, repend; local
135 csize = snprintf(str, len, "of:N%sT%s", dev->of_node->name,
141 return csize;
147 return csize;
151 tsize = csize + cplen;
154 if (csize >= len) /* @ the limit, all is already filled */
158 cplen = len - csize - 1;
163 memcpy(&str[csize + 1], compat, cplen);
164 for (i = csize; i < repend; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlzw.h48 int ff_lzw_decode_init(LZWState *s, int csize, const uint8_t *buf, int buf_size, int mode);
H A Dtarga.c118 int first_clr, colors, csize; local
129 csize = bytestream2_get_byte(&s->gb);
143 if (!pal && (first_clr || colors || csize)) {
146 first_clr = colors = csize = 0;
197 switch (csize) {
203 av_log(avctx, AV_LOG_ERROR, "Palette entry size %i bits is not supported\n", csize);
H A Dlzw.c122 * @param csize initial code size in bits
127 int ff_lzw_decode_init(LZWState *p, int csize, const uint8_t *buf, int buf_size, int mode) argument
131 if(csize < 1 || csize >= LZW_MAXBITS)
140 s->codesize = csize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mm/
H A Dl2cache.c17 ctrl.csize = L2CACHE_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A Dccl.c127 for ( i = 0; i < csize; ++i )
137 while ( ++i < csize && cset[i] )
H A Dmain.c59 int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap, csize; variable
201 if ( csize == unspecified )
204 csize = DEFAULT_CSIZE;
206 csize = CSIZE;
250 /* We loop all the way up to csize, since ecgroup[csize] is
255 for ( i = 2; i <= csize; ++i )
261 nextecm[csize] = NIL;
267 for ( i = 1; i <= csize; ++i )
443 if ( csize
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/
H A Duzexampl.h57 void WINAPI ReceiveDllMessage(z_uint8 ucsize, z_uint8 csize,
62 void WINAPI ReceiveDllMessage(unsigned long ucsize, unsigned long csize,
H A Dstructs.h77 typedef void (WINAPI DLLMESSAGE) (z_uint8 ucsize, z_uint8 csize,
82 typedef void (WINAPI DLLMESSAGE) (unsigned long ucsize, unsigned long csize,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dccl.c127 for ( i = 0; i < csize; ++i )
137 while ( ++i < csize && cset[i] )
H A Dmain.c59 int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap, csize; variable
201 if ( csize == unspecified )
204 csize = DEFAULT_CSIZE;
206 csize = CSIZE;
250 /* We loop all the way up to csize, since ecgroup[csize] is
255 for ( i = 2; i <= csize; ++i )
261 nextecm[csize] = NIL;
267 for ( i = 1; i <= csize; ++i )
443 if ( csize
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlzw.h48 int ff_lzw_decode_init(LZWState *s, int csize, const uint8_t *buf, int buf_size, int mode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dspinctrl.cpp237 wxSize csize = size ; local
247 csize.x = m_text->GetSize().x + MARGIN + m_btn->GetSize().x ;
251 csize.y = m_text->GetSize().y + 2 * TEXTBORDER ; //allow for text border highlights
252 if ( m_btn->GetSize().y > csize.y )
253 csize.y = m_btn->GetSize().y ;
256 //SetSize(csize);
258 //MacPostControlCreate(pos, csize);
259 SetInitialSize(csize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dspinctrl.cpp164 wxSize csize = size ; local
172 csize.y = m_text->GetSize().y ;
174 DoSetSize(pos.x , pos.y , csize.x, csize.y);

Completed in 133 milliseconds

12345