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

  /external/curl/src/
tool_urlglob.h 44 char max_c; member in struct:__anon16308::__anon16309::__anon16311
tool_urlglob.c 190 char max_c; local
195 rc = sscanf(pattern, "%c-%c", &min_c, &max_c);
207 if(step > (max_c - min_c))
216 if((rc != 2) || (min_c >= max_c) || ((max_c - min_c) > ('z' - 'a')) ||
224 pat->content.CharRange.max_c = max_c;
226 if(multiply(amount, (pat->content.CharRange.max_c -
516 if(pat->content.CharRange.ptr_c > pat->content.CharRange.max_c) {
  /art/compiler/optimizing/
bounds_check_elimination.cc 1231 int32_t max_c = value.GetConstant(); local
1350 int32_t max_c = value.GetConstant(); 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...]
  /external/syslinux/core/lwip/src/core/
tcp_in.c 1492 u16_t c, max_c; 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 363 milliseconds