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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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 Dum_idi.h27 int max_length, divas_um_idi_copy_to_user_fn_t cp_fn);
H A Ddiva.h19 int max_length, divas_xdi_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,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-rpki-rtr.c63 u_char max_length; member in struct:rpki_rtr_pdu_ipv4_prefix_
76 u_char max_length; member in struct:rpki_rtr_pdu_ipv6_prefix_
235 pdu->prefix_length, pdu->max_length,
249 pdu->prefix_length, pdu->max_length,
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dtrees.c122 int max_length; /* max bit length for the codes */ member in struct:static_tree_desc_s
497 int max_length = desc->stat_desc->max_length; local
515 if (bits > max_length) bits = max_length, overflow++;
535 bits = max_length-1;
539 s->bl_count[max_length]--;
541 * but this does not affect bl_count[max_length]
551 for (bits = max_length; bits != 0; bits--) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dradiotap.c56 * @max_length: total length we can parse into (eg, whole packet length)
78 * iterator->max_length after executing ieee80211_radiotap_iterator_init()
94 int max_length, const struct ieee80211_radiotap_vendor_namespaces *vns)
101 if (max_length < get_unaligned_le16(&radiotap_header->it_len))
278 * max_length on the last arg, never exceeding it.
91 ieee80211_radiotap_iterator_init( struct ieee80211_radiotap_iterator *iterator, struct ieee80211_radiotap_header *radiotap_header, int max_length, const struct ieee80211_radiotap_vendor_namespaces *vns) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dtrees.c122 int max_length; /* max bit length for the codes */ member in struct:static_tree_desc_s
497 int max_length = desc->stat_desc->max_length; local
515 if (bits > max_length) bits = max_length, overflow++;
535 bits = max_length-1;
539 s->bl_count[max_length]--;
541 * but this does not affect bl_count[max_length]
551 for (bits = max_length; bits != 0; bits--) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtrees.c262 int max_length; /* max bit length for the codes */ member in struct:tree_desc
646 int max_length = desc->max_length; local
665 if (bits > max_length) bits = max_length, overflow++;
685 bits = max_length-1;
689 bl_count[max_length]--;
691 * but this does not affect bl_count[max_length]
701 for (bits = max_length; bits != 0; bits--) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dutmisc.c390 * max_length - Maximum output length
399 void acpi_ut_print_string(char *string, u8 max_length) argument
409 for (i = 0; string[i] && (i < max_length); i++) {
466 if (i == max_length && string[i]) {
H A Dexconvrt.c54 acpi_ex_convert_to_ascii(u64 integer, u16 base, u8 *string, u8 max_length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/xmcombo/
H A Dxmcombo.h199 extern void XmComboBoxSetMaxLength(Widget w, int max_length);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_hw.c46 u16 *max_length);
3100 u16 phy_data, min_length, max_length, average; local
3145 ret_val = e1000_get_cable_length(hw, &min_length, &max_length);
3150 average = (max_length + min_length) / 2;
4806 * @max_length: The estimated maximum length
4817 u16 *max_length)
4826 *min_length = *max_length = 0;
4842 *max_length = e1000_igp_cable_length_50;
4846 *max_length = e1000_igp_cable_length_80;
4850 *max_length
4816 e1000_get_cable_length(struct e1000_hw *hw, u16 *min_length, u16 *max_length) argument
5052 u16 min_length, max_length; local
[all...]

Completed in 165 milliseconds

12