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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddqueue.h10 int max_length; member in struct:_diva_um_idi_data_queue
20 int max_length, int max_segments);
H A Ddqueue.c18 int max_length, int max_segments)
22 q->max_length = max_length;
32 if (!(q->data[i] = diva_os_malloc(0, q->max_length))) {
59 return (q->max_length);
17 diva_data_q_init(diva_um_idi_data_queue_t * q, int max_length, int max_segments) argument
H A Ddiva.h19 int max_length, divas_xdi_copy_to_user_fn_t cp_fn);
H A Dum_idi.h27 int max_length, divas_um_idi_copy_to_user_fn_t cp_fn);
H A Distream.c49 int max_length,
146 max_length should be at least 68 bytes
151 int max_length,
169 if (tmp[1] > max_length) {
179 to_read = min(max_length, (int)tmp[1]);
189 max_length -= to_read;
148 diva_istream_read(void* context, int Id, void* data, int max_length, int* final, byte* usr1, byte* usr2) argument
H A Ddebug_if.h62 int diva_get_trace_filter (int max_length, char* filter);
H A Ddi.h111 int max_length,
H A Ddiva.c482 int max_length, divas_xdi_copy_to_user_fn_t cp_fn)
497 if (max_length < a->xdi_mbox.data_length) {
499 a->controller, max_length,
481 diva_xdi_read(void *adapter, void *os_handle, void __user *dst, int max_length, divas_xdi_copy_to_user_fn_t cp_fn) argument
H A Ddivasync.h181 int max_length,
H A Dum_idi.c304 int max_length, divas_um_idi_copy_to_user_fn_t cp_fn)
325 DBG_TRC(("A(%d) E(%08x) read(%d)", a->adapter_nr, e, max_length));
349 max_length) {
301 diva_um_idi_read(void *entity, void *os_handle, void *dst, int max_length, divas_um_idi_copy_to_user_fn_t cp_fn) argument
H A Ddebug.c2035 int diva_get_trace_filter (int max_length, char* filter) { argument
2041 if (max_length >= len) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/utilities/
H A Duteval.c53 acpi_ut_copy_id_string(char *destination, char *source, acpi_size max_length);
362 acpi_ut_copy_id_string(char *destination, char *source, acpi_size max_length) argument
371 ACPI_STRNCPY(destination, source, max_length);
H A Dutmisc.c360 * max_length - Maximum output length
369 void acpi_ut_print_string(char *string, u8 max_length) argument
379 for (i = 0; string[i] && (i < max_length); i++) {
436 if (i == max_length && string[i]) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c865 int max_length; /* max bit length for the codes */ member in struct:tree_desc
1068 int max_length = desc->max_length; local
1088 if (bits > max_length) {
1089 bits = max_length;
1116 bits = max_length - 1;
1121 G2.bl_count[max_length]--;
1123 * but this does not affect bl_count[max_length]
1133 for (bits = max_length; bits != 0; bits--) {
2053 G2.l_desc.max_length
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dtrees.c126 int max_length; /* max bit length for the codes */ member in struct:static_tree_desc_s
499 int max_length = desc->stat_desc->max_length; local
517 if (bits > max_length) bits = max_length, overflow++;
537 bits = max_length-1;
541 s->bl_count[max_length]--;
543 * but this does not affect bl_count[max_length]
553 for (bits = max_length; bits != 0; bits--) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dtrees.c126 int max_length; /* max bit length for the codes */ member in struct:static_tree_desc_s
499 int max_length = desc->stat_desc->max_length; local
517 if (bits > max_length) bits = max_length, overflow++;
537 bits = max_length-1;
541 s->bl_count[max_length]--;
543 * but this does not affect bl_count[max_length]
553 for (bits = max_length; bits != 0; bits--) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeftree.c119 int max_length; /* max bit length for the codes */ member in struct:static_tree_desc_s
417 int max_length = desc->stat_desc->max_length; local
435 if (bits > max_length) bits = max_length, overflow++;
455 bits = max_length-1;
459 s->bl_count[max_length]--;
461 * but this does not affect bl_count[max_length]
471 for (bits = max_length; bits != 0; bits--) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cpia2/
H A Dcpia2_usb.c94 if(cam->workbuff->length > cam->workbuff->max_length)
95 cam->workbuff->max_length = cam->workbuff->length;
117 cam->workbuff->length < cam->workbuff->max_length) {
120 0, cam->workbuff->max_length-
123 cam->workbuff->max_length = cam->workbuff->length;
308 if(cam->workbuff->length > cam->workbuff->max_length)
309 cam->workbuff->max_length =
H A Dcpia2.h368 int max_length; member in struct:framebuf
H A Dcpia2_core.c2317 cam->buffers[i].max_length = 0;
2324 cam->buffers[i].max_length = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/executer/
H A Dexconvrt.c54 u16 base, u8 * string, u8 max_length);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_hw.c54 static int32_t e1000_get_cable_length(struct e1000_hw *hw, uint16_t *min_length, uint16_t *max_length);
4144 uint16_t phy_data, min_length, max_length, average; local
4188 ret_val = e1000_get_cable_length(hw, &min_length, &max_length);
4193 average = (max_length + min_length) / 2;
6619 * max_length - The estimated maximum length
6632 uint16_t *max_length)
6641 *min_length = *max_length = 0;
6657 *max_length = e1000_igp_cable_length_50;
6661 *max_length = e1000_igp_cable_length_80;
6665 *max_length
6630 e1000_get_cable_length(struct e1000_hw *hw, uint16_t *min_length, uint16_t *max_length) argument
6953 uint16_t min_length, max_length; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dacutils.h471 void acpi_ut_print_string(char *string, u8 max_length);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c1553 int max_length; /* max bit length for the codes */ member in struct:static_tree_desc_s
1857 int max_length = desc->stat_desc->max_length; local
1875 if (bits > max_length) bits = max_length, overflow++;
1895 bits = max_length-1;
1899 s->bl_count[max_length]--;
1901 * but this does not affect bl_count[max_length]
1911 for (bits = max_length; bits != 0; bits--) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c1949 int max_length; /* max bit length for the codes */ member in struct:static_tree_desc_s
2255 int max_length = desc->stat_desc->max_length; local
2273 if (bits > max_length) bits = max_length, overflow++;
2293 bits = max_length-1;
2297 s->bl_count[max_length]--;
2299 * but this does not affect bl_count[max_length]
2309 for (bits = max_length; bits != 0; bits--) {

Completed in 482 milliseconds