Searched refs:Size (Results 1 - 25 of 201) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/xilinx_hwicap/
H A Dbuffer_icap.h45 u32 Size);
49 u32 Size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/printer-accounting/
H A Dacct-sum10 $Size{$user}+= $size;
14 printf "%-15s %5s %8s %8s\n", qw(User Jobs Pages Size);
17 $user, $Jobs{$user}, $Pages{$user}, $Size{$user}/1024;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs37 public int Size { get { return _size; } } property in class:DotZLib.CircularBuffer
42 int trueCount = Math.Min(count, _capacity - Size);
53 if (Size == _capacity) // no room
63 int trueCount = Math.Min(count,Size);
74 if (Size == 0)
H A DUnitTests.cs51 Assert.AreEqual( 0, buf.Size );
55 Assert.AreEqual( 1, buf.Size );
57 Assert.AreEqual( 0, buf.Size );
67 Assert.AreEqual( 10, buf.Size );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs37 public int Size { get { return _size; } } property in class:DotZLib.CircularBuffer
42 int trueCount = Math.Min(count, _capacity - Size);
53 if (Size == _capacity) // no room
63 int trueCount = Math.Min(count,Size);
74 if (Size == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs37 public int Size { get { return _size; } } property in class:DotZLib.CircularBuffer
42 int trueCount = Math.Min(count, _capacity - Size);
53 if (Size == _capacity) // no room
63 int trueCount = Math.Min(count,Size);
74 if (Size == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs37 public int Size { get { return _size; } } property in class:DotZLib.CircularBuffer
42 int trueCount = Math.Min(count, _capacity - Size);
53 if (Size == _capacity) // no room
63 int trueCount = Math.Min(count,Size);
74 if (Size == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Dbitfield.h39 * Size Size of the bit field, in number of bits.
46 #define Fld(Size, Shft) (((Size) << 16) + (Shft))
61 * FSize Size of the bit field, in number of bits.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/include/mach/
H A Dbitfield.h39 * Size Size of the bit field, in number of bits.
46 #define Fld(Size, Shft) (((Size) << 16) + (Shft))
61 * FSize Size of the bit field, in number of bits.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/csharp/
H A DForm1.cs102 this.btnUnzipArchive.Size = new System.Drawing.Size(96, 24);
111 this.label1.Size = new System.Drawing.Size(184, 16);
121 this.textBox1.Size = new System.Drawing.Size(464, 120);
128 this.lblProgress.Size = new System.Drawing.Size(216, 16);
135 this.prgBar.Size = new System.Drawing.Size(21
[all...]
H A DfrmShowContents.cs114 this.dataGrid1.Size = new System.Drawing.Size(592, 192);
121 this.label1.Size = new System.Drawing.Size(320, 16);
129 this.label2.Size = new System.Drawing.Size(160, 16);
139 this.txtComment.Size = new System.Drawing.Size(592, 72);
145 this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
146 this.ClientSize = new System.Drawing.Size(61
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-csharp-forms/
H A Dhello.cs10 using System.Drawing; /* Point, Size */
30 label1.ClientSize = new Size(label1.PreferredWidth, label1.PreferredHeight);
38 label2.ClientSize = new Size(label2.PreferredWidth, label2.PreferredHeight);
44 ok.ClientSize = new Size(okLabel.PreferredWidth + 12, okLabel.PreferredHeight + 4);
48 Size total = ComputePreferredSizeWithoutBorder();
50 ClientSize = new Size(border + total.Width + border, border + total.Height + border);
59 private Size ComputePreferredSizeWithoutBorder () {
63 return new Size(totalWidth, totalHeight);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dformatter.h44 typedef enum { B, KB, MB, GB, TB } Size; typedef in class:Formatter
46 static QString unitStr( Type t, Size s ) { return unitStrings[t][s]; }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/ipwireless/
H A Dmain.c111 ipw->request_common_memory.Size = cfg->mem.win[0].len;
112 if (ipw->request_common_memory.Size < 0x1000)
113 ipw->request_common_memory.Size = 0x1000;
131 ipw->request_common_memory.Size);
133 ipw->request_common_memory.Size,
139 ipw->request_attr_memory.Size = 0; /* this used to be 0x1000 */
153 ipw->request_attr_memory.Size);
155 ipw->request_attr_memory.Size, IPWIRELESS_PCCARD_NAME);
163 ipw->request_common_memory.Size);
207 + ipw->request_attr_memory.Size
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/vb/
H A Dvbunzip.frm12 Size = 9
28 Size = 9.75
44 Size = 9.75
60 Size = 9.75
84 Size = 9
114 Size = 8.25
138 Size = 9.75
155 Size = 9.75
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/Vb/
H A DVbzipfrm.frm11 Size = 9.75
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-asf.h142 __u64 Size; member in struct:_asf_stream_object_t
175 __u64 Size; member in struct:_asf_extended_stream_object_t
200 __u16 Size; member in struct:_asf_payload_extension_t
208 __u64 Size; member in struct:_asf_object_t
223 __u64 Size; member in struct:_asf_codec_list_t
232 __u64 Size; member in struct:_asf_content_description_t
247 __u64 Size; member in struct:_asf_file_properties_t
263 __u64 Size; member in struct:_asf_header_extension_t
310 __u64 Size; member in struct:_asf_data_object_t
318 __u64 Size; member in struct:_asf_padding_object_t
323 __u64 Size; member in struct:_asf_simple_index_object_t
332 __u64 Size; member in struct:_asf_header_object_t
[all...]
H A Dtagutils-asf.c35 p->Size = size;
201 _asf_read_stream_object(fp, psong, tmp.Size);
230 if(off + tmp.Size > ext.DataSize)
233 _asf_read_extended_stream_object(fp, psong, tmp.Size);
235 off += tmp.Size;
411 hdr.Size = le64_to_cpu(hdr.Size);
428 tmp.Size = le64_to_cpu(tmp.Size);
430 if(pos + tmp.Size > hd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-asf.h145 uint64_t Size; member in struct:_asf_stream_object_t
178 uint64_t Size; member in struct:_asf_extended_stream_object_t
203 uint16_t Size; member in struct:_asf_payload_extension_t
211 uint64_t Size; member in struct:_asf_object_t
226 uint64_t Size; member in struct:_asf_codec_list_t
235 uint64_t Size; member in struct:_asf_content_description_t
250 uint64_t Size; member in struct:_asf_file_properties_t
266 uint64_t Size; member in struct:_asf_header_extension_t
313 uint64_t Size; member in struct:_asf_data_object_t
321 uint64_t Size; member in struct:_asf_padding_object_t
326 uint64_t Size; member in struct:_asf_simple_index_object_t
335 uint64_t Size; member in struct:_asf_header_object_t
[all...]
H A Dtagutils-asf.c164 p->Size = size;
330 _asf_read_stream_object(fp, psong, tmp.Size);
360 if(off + tmp.Size > ext.DataSize)
363 _asf_read_extended_stream_object(fp, psong, tmp.Size);
365 off += tmp.Size;
546 hdr.Size = le64_to_cpu(hdr.Size);
562 tmp.Size = le64_to_cpu(tmp.Size);
564 if(pos + tmp.Size > hd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/boot/bootp/
H A Dinit.S46 movne r4, #2 @ Size of this entry (2 words)
47 stmneia r9, {r4, r5, r10} @ Size, ATAG_CORE, terminator
59 mov r5, #4 @ Size of initrd tag (4 words)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/VBz64/
H A DVbzipfrm.frm11 Size = 9.75
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dmkg3states.c314 FillTable(TIFFFaxTabEnt *T, int Size, struct proto *P, int State) argument
316 int limit = 1 << Size;
340 WriteTable(FILE* fd, const TIFFFaxTabEnt* T, int Size, const char* name) argument
346 storage_class, const_class, name, Size);
349 for (i = 0; i < Size; i++) {
360 for (i = 0; i < Size; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/streams/
H A Ddatastreamtest.cpp111 typename ValueArray::size_type Size,
115 ValueArray InValues(Size);
121 (DataOutput.*pfnWriter)(Values, Size);
132 for (typename ValueArray::size_type idx=0; idx!=Size; ++idx) {
143 size_t Size,
147 ProcessData(Values, (typename ValueArray::size_type) Size, pfnWriter, pfnReader);
110 ProcessData(const T *Values, typename ValueArray::size_type Size, FnWriter pfnWriter, FnReader pfnReader) argument
142 TestMultiRW(const T *Values, size_t Size, FnWriter pfnWriter, FnReader pfnReader) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Dspectrum_def.h67 u8 Size; member in struct:rt_measure_req_tab
82 u8 Size; member in struct:rt_tpc_req_tab

Completed in 237 milliseconds

123456789