Searched refs:total_size (Results 1 - 25 of 326) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dfb_sys_fops.c22 unsigned long total_size; local
27 total_size = info->screen_size;
29 if (total_size == 0)
30 total_size = info->fix.smem_len;
32 if (p >= total_size)
35 if (count >= total_size)
36 count = total_size;
38 if (count + p > total_size)
39 count = total_size - p;
62 unsigned long total_size; local
[all...]
H A Dhecubafb.c165 unsigned long total_size; local
170 total_size = info->fix.smem_len;
172 if (p > total_size)
175 if (count > total_size) {
177 count = total_size;
180 if (count + p > total_size) {
184 count = total_size - p;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dfb_sys_fops.c22 unsigned long total_size; local
27 total_size = info->screen_size;
29 if (total_size == 0)
30 total_size = info->fix.smem_len;
32 if (p >= total_size)
35 if (count >= total_size)
36 count = total_size;
38 if (count + p > total_size)
39 count = total_size - p;
62 unsigned long total_size; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/include/
H A Dtalloc.h26 size_t total_size; member in struct:talloc_chunk
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/include/
H A Dtalloc.h26 size_t total_size; member in struct:talloc_chunk
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/include/
H A Dtalloc.h26 size_t total_size; member in struct:talloc_chunk
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/ext/pb_ds/detail/ov_tree_map_/
H A Dcond_dtor.hpp45 cond_dtor(value_vector a_vec, iterator& r_last_it, Size_Type total_size) argument
46 : m_a_vec(a_vec), m_r_last_it(r_last_it), m_max_size(total_size),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/ext/pb_ds/detail/ov_tree_map_/
H A Dcond_dtor.hpp45 cond_dtor(value_vector a_vec, iterator& r_last_it, Size_Type total_size) argument
46 : m_a_vec(a_vec), m_r_last_it(r_last_it), m_max_size(total_size),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/ext/pb_ds/detail/ov_tree_map_/
H A Dcond_dtor.hpp45 cond_dtor(value_vector a_vec, iterator& r_last_it, Size_Type total_size) argument
46 : m_a_vec(a_vec), m_r_last_it(r_last_it), m_max_size(total_size),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/tests/unit/
H A Dunit1308.c47 size_t total_size = 0; variable
70 rc = curl_formget(post, &total_size, print_httppost_callback);
74 fail_unless(total_size == 486, "curl_formget got wrong size back");
89 rc = curl_formget(post, &total_size, print_httppost_callback);
91 fail_unless(total_size == 847, "curl_formget got wrong size back");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/tests/unit/
H A Dunit1308.c47 size_t total_size = 0; variable
70 rc = curl_formget(post, &total_size, print_httppost_callback);
74 fail_unless(total_size == 486, "curl_formget got wrong size back");
89 rc = curl_formget(post, &total_size, print_httppost_callback);
91 fail_unless(total_size == 847, "curl_formget got wrong size back");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/tests/unit/
H A Dunit1308.c47 size_t total_size = 0; variable
70 rc = curl_formget(post, &total_size, print_httppost_callback);
74 fail_unless(total_size == 486, "curl_formget got wrong size back");
89 rc = curl_formget(post, &total_size, print_httppost_callback);
91 fail_unless(total_size == 847, "curl_formget got wrong size back");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/acpi/acpica/
H A Drscalc.c191 acpi_rs_length total_size; local
207 total_size = acpi_gbl_aml_resource_sizes[resource->type];
219 total_size--;
228 total_size--;
243 total_size =
249 total_size = (acpi_rs_length)
250 (total_size + resource->data.vendor.byte_length);
258 *size_needed = aml_size_needed + total_size;
269 total_size = (acpi_rs_length)
270 (total_size
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/acpi/acpica/
H A Drscalc.c191 acpi_rs_length total_size; local
207 total_size = acpi_gbl_aml_resource_sizes[resource->type];
219 total_size--;
228 total_size--;
243 total_size =
249 total_size = (acpi_rs_length)
250 (total_size + resource->data.vendor.byte_length);
258 *size_needed = aml_size_needed + total_size;
269 total_size = (acpi_rs_length)
270 (total_size
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/xz/tests/
H A Dtest_block.c40 .total_size = LZMA_VLI_UNKNOWN,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dh264_mp4toannexb_bsf.c72 uint32_t total_size = 0; local
90 total_size += unit_size+4;
95 out = av_realloc(out, total_size);
98 memcpy(out+total_size-unit_size-4, nalu_header, 4);
99 memcpy(out+total_size-unit_size, extradata+2, unit_size);
107 ctx->size = total_size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dh264_mp4toannexb_bsf.c72 uint32_t total_size = 0; local
90 total_size += unit_size+4;
95 out = av_realloc(out, total_size);
98 memcpy(out+total_size-unit_size-4, nalu_header, 4);
99 memcpy(out+total_size-unit_size, extradata+2, unit_size);
107 ctx->size = total_size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dh264_mp4toannexb_bsf.c72 uint32_t total_size = 0; local
90 total_size += unit_size+4;
95 out = av_realloc(out, total_size);
98 memcpy(out+total_size-unit_size-4, nalu_header, 4);
99 memcpy(out+total_size-unit_size, extradata+2, unit_size);
107 ctx->size = total_size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/lib/
H A Dtalloc.c61 if (!t->list || (t->list->total_size - t->list->alloc_size) < size) {
74 c->total_size = asize;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/lib/
H A Dtalloc.c61 if (!t->list || (t->list->total_size - t->list->alloc_size) < size) {
74 c->total_size = asize;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/lib/
H A Dtalloc.c61 if (!t->list || (t->list->total_size - t->list->alloc_size) < size) {
74 c->total_size = asize;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mtd/devices/
H A Dmtdram.c20 static unsigned long total_size = CONFIG_MTDRAM_TOTAL_SIZE; variable
22 #define MTDRAM_TOTAL_SIZE (total_size * 1024)
26 module_param(total_size, ulong, 0);
27 MODULE_PARM_DESC(total_size, "Total device size in KiB");
147 if (!total_size)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mtd/devices/
H A Dmtdram.c20 static unsigned long total_size = CONFIG_MTDRAM_TOTAL_SIZE; variable
22 #define MTDRAM_TOTAL_SIZE (total_size * 1024)
26 module_param(total_size, ulong, 0);
27 MODULE_PARM_DESC(total_size, "Total device size in KiB");
147 if (!total_size)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/mlx4/
H A Dprofile.c83 u64 total_size = 0; local
143 profile[i].start = total_size;
144 total_size += profile[i].size;
147 if (total_size > dev_cap->max_icm_sz) {
150 (unsigned long long) total_size,
165 (int) (total_size >> 10));
239 return total_size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/mlx4/
H A Dprofile.c83 u64 total_size = 0; local
143 profile[i].start = total_size;
144 total_size += profile[i].size;
147 if (total_size > dev_cap->max_icm_sz) {
150 (unsigned long long) total_size,
165 (int) (total_size >> 10));
239 return total_size;

Completed in 175 milliseconds

1234567891011>>