HomeSort by relevance Sort by last modified time
    Searched defs:max_c (Results 1 - 7 of 7) sorted by null

  /external/curl/src/
tool_urlglob.h 44 char max_c; member in struct:__anon17417::__anon17418::__anon17420
tool_urlglob.c 194 char max_c; local
200 rc = sscanf(pattern, "%c-%c%c", &min_c, &max_c, &end_c);
223 (min_c == max_c && step != 1) ||
224 (min_c != max_c && (min_c > max_c || step > (unsigned)(max_c - min_c) ||
225 (max_c - min_c) > ('z' - 'a'))))
232 pat->content.CharRange.max_c = max_c;
234 if(multiply(amount, ((pat->content.CharRange.max_c
    [all...]
  /external/syslinux/core/lwip/src/core/
tcp_in.c 1492 u16_t c, max_c; local
    [all...]
  /external/toybox/toys/pending/
tcpsvd.c 372 char max_c[32]; local
373 sprintf(max_c, "%d", TT.maxc);
374 setenv("TCPCONCURRENCY", max_c, 1); //Not valid for udp
  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k.c 631 int max_c, count_c = 0; local
635 max_c = sizeof(sc->hwinfo->channels) / sizeof(sc->hwinfo->channels[0]);
650 AR5K_MODE_11G, max_c);
652 max_c -= count_c;
665 AR5K_MODE_11B, max_c);
667 max_c -= count_c;
682 AR5K_MODE_11B, max_c);
684 max_c -= count_c;
    [all...]
  /art/compiler/optimizing/
bounds_check_elimination.cc 1312 int32_t max_c = value.GetConstant(); local
1431 int32_t max_c = value.GetConstant(); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 485 int max_c = VPXMIN(b4x4s_to_right_edge, tx_4x4_w); local
490 for (c = 0; c < max_c; ++c) {
523 int max_c = VPXMIN(b4x4s_to_right_edge, tx_4x4_w); local
528 for (c = 0; c < max_c; ++c) {
    [all...]

Completed in 507 milliseconds