Home
last modified time | relevance | path

Searched refs:max_c (Results 1 – 6 of 6) sorted by relevance

/external/curl/src/
Dtool_urlglob.c190 char max_c; in glob_range() local
196 rc = sscanf(pattern, "%c-%c%c", &min_c, &max_c, &end_c); in glob_range()
209 if(step > (max_c - min_c)) in glob_range()
223 if((rc != 3) || (min_c >= max_c) || ((max_c - min_c) > ('z' - 'a')) || in glob_range()
231 pat->content.CharRange.max_c = max_c; in glob_range()
233 if(multiply(amount, (pat->content.CharRange.max_c - in glob_range()
531 if(pat->content.CharRange.ptr_c > pat->content.CharRange.max_c) { in glob_next_url()
Dtool_urlglob.h44 char max_c; member
/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k.c631 int max_c, count_c = 0; in ath5k_setup_bands() local
635 max_c = sizeof(sc->hwinfo->channels) / sizeof(sc->hwinfo->channels[0]); in ath5k_setup_bands()
650 AR5K_MODE_11G, max_c); in ath5k_setup_bands()
652 max_c -= count_c; in ath5k_setup_bands()
665 AR5K_MODE_11B, max_c); in ath5k_setup_bands()
667 max_c -= count_c; in ath5k_setup_bands()
682 AR5K_MODE_11B, max_c); in ath5k_setup_bands()
684 max_c -= count_c; in ath5k_setup_bands()
/external/toybox/toys/pending/
Dtcpsvd.c372 char max_c[32]; in tcpsvd_main() local
373 sprintf(max_c, "%d", TT.maxc); in tcpsvd_main()
374 setenv("TCPCONCURRENCY", max_c, 1); //Not valid for udp in tcpsvd_main()
/external/syslinux/core/lwip/src/core/
Dtcp_in.c1492 u16_t c, max_c; in tcp_parseopt() local
1503 max_c = (TCPH_HDRLEN(tcphdr) - 5) << 2; in tcp_parseopt()
1504 for (c = 0; c < max_c; ) { in tcp_parseopt()
1518 if (opts[c + 1] != 0x04 || c + 0x04 > max_c) { in tcp_parseopt()
1533 if (opts[c + 1] != 0x0A || c + 0x0A > max_c) { in tcp_parseopt()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c485 int max_c = VPXMIN(b4x4s_to_right_edge, tx_4x4_w); in pixel_sse() local
490 for (c = 0; c < max_c; ++c) { in pixel_sse()
523 int max_c = VPXMIN(b4x4s_to_right_edge, tx_4x4_w); in sum_squares_visible() local
528 for (c = 0; c < max_c; ++c) { in sum_squares_visible()