Searched refs:max_length (Results 26 - 37 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 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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dacutils.h466 void acpi_ut_print_string(char *string, u8 max_length);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/ppp/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dx509_vfy.c1826 int max_length = sizeof("YYMMDDHHMMSS+hhmm") - 1; local
1827 if (remaining < min_length || remaining > max_length)
1836 int max_length = sizeof("YYYYMMDDHHMMSS.fff+hhmm") - 1; local
1837 if (remaining < min_length || remaining > max_length)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509_vfy.c1826 int max_length = sizeof("YYMMDDHHMMSS+hhmm") - 1; local
1827 if (remaining < min_length || remaining > max_length)
1836 int max_length = sizeof("YYYYMMDDHHMMSS.fff+hhmm") - 1; local
1837 if (remaining < min_length || remaining > max_length)
/netgear-R7000-V1.0.7.12_1.2.5/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--) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/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--) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dcfg80211.h1694 int max_length, const struct ieee80211_radiotap_vendor_namespaces *vns);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cpia2/
H A Dcpia2_core.c2341 cam->buffers[i].max_length = 0;
2348 cam->buffers[i].max_length = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/xmcombo/
H A Dxmcombo.c3493 void XmComboBoxSetMaxLength(Widget w, int max_length) argument
3495 XmTextFieldSetMaxLength(EditBox, max_length);

Completed in 360 milliseconds

12