Searched refs:result_size (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstriconv.c251 size_t result_size;
259 result_size = inbytes_remaining;
262 if (result_size <= approx_sqrt_SIZE_MAX / MB_LEN_MAX)
263 result_size *= MB_LEN_MAX;
265 result_size += 1; /* for the terminating NUL */
267 result = (char *) malloc (result_size);
284 size_t outbytes_remaining = result_size - 1;
289 outptr + outbytes_remaining = result + result_size - 1. */
301 size_t newsize = result_size * 2;
304 if (!(newsize > result_size))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstriconv.c251 size_t result_size;
259 result_size = inbytes_remaining;
262 if (result_size <= approx_sqrt_SIZE_MAX / MB_LEN_MAX)
263 result_size *= MB_LEN_MAX;
265 result_size += 1; /* for the terminating NUL */
267 result = (char *) malloc (result_size);
284 size_t outbytes_remaining = result_size - 1;
289 outptr + outbytes_remaining = result + result_size - 1. */
301 size_t newsize = result_size * 2;
304 if (!(newsize > result_size))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstriconv.c251 size_t result_size;
259 result_size = inbytes_remaining;
262 if (result_size <= approx_sqrt_SIZE_MAX / MB_LEN_MAX)
263 result_size *= MB_LEN_MAX;
265 result_size += 1; /* for the terminating NUL */
267 result = (char *) malloc (result_size);
284 size_t outbytes_remaining = result_size - 1;
289 outptr + outbytes_remaining = result + result_size - 1. */
301 size_t newsize = result_size * 2;
304 if (!(newsize > result_size))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_info.c300 int i, result_size, copy_len, new_count; local
315 copy_len = result_size = le16_to_cpu(*pos);
316 if (result_size == 0) {
317 printk(KERN_DEBUG "%s: invalid result_size (0) in "
329 new_count = left / result_size;
337 ptr += result_size;
338 left -= result_size;
343 local->dev->name, left, result_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A D3level.h63 size_t result_size; member in struct:TABLE
274 t->result_size = (last_offset + 3) & ~3ul;
275 t->result = (char *) xmalloc (t->result_size);
308 if (last_offset < t->result_size)
309 memset (t->result + last_offset, 0, t->result_size - last_offset);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dcdu31a.c59 unsigned int *result_size);
597 get_result(unsigned char *result_buffer, unsigned int *result_size) argument
617 *result_size = 2;
632 *result_size = 1;
639 *result_size = 2;
654 (*result_size)++;
670 *result_size = 2;
680 (*result_size)++;
697 *result_size = 2;
706 (*result_size)
718 do_sony_cd_cmd(unsigned char cmd, unsigned char *params, unsigned int num_params, unsigned char *result_buffer, unsigned int *result_size) argument
963 int result_size; local
2187 do_sony_cd_cmd_chk(const char *name, unsigned char cmd, unsigned char *params, unsigned int num_params, unsigned char *result_buffer, unsigned int *result_size) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dspider_net.h370 u32 result_size; member in struct:spider_net_hw_descr
H A Dspider_net.c442 hwdescr->result_size = 0;
1182 pr_err("result_size=x%08x\n", hwdescr->result_size);

Completed in 127 milliseconds