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

  /external/iproute2/tc/
q_atm.c 46 fprintf(stderr, " [ hdr HEX... ] [ excess ( CLASSID | clp ) ] "
58 __u32 excess = 0; local
135 else if (!strcmp(*argv,"excess")) {
137 if (!strcmp(*argv,"clp")) excess = 0;
138 else if (get_tc_classid(&excess,*argv)) {
185 if (excess) addattr_l(n,1024,TCA_ATM_EXCESS,&excess,sizeof(excess));
224 __u32 excess; local
226 if (RTA_PAYLOAD(tb[TCA_ATM_EXCESS]) < sizeof(excess))
    [all...]
  /external/webkit/WebCore/rendering/
AutoTableLayout.cpp 573 int excess = tableWidth*(totalPercent - 100 * percentScaleFactor) / (100 * percentScaleFactor); local
577 int reduction = min(w, excess);
579 excess -= reduction;
  /external/elfcopy/
dwarf.c 2689 int excess; local
    [all...]

Completed in 108 milliseconds