HomeSort by relevance Sort by last modified time
    Searched refs:excess (Results 1 - 12 of 12) 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...]
  /dalvik/vm/arch/arm/
CallOldABI.S 118 @ While we still have the use of r2/r3, copy excess args from argv
  /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...]
  /dalvik/vm/mterp/armv5te/
footer.S 289 lsl r3,r3,#(32 - JIT_PROF_SIZE_LOG_2) @ shift out excess bits
    [all...]
  /external/dropbear/libtommath/
bn.tex 548 When an mp\_int is in a state where it won't be changed again\footnote{A Diffie-Hellman modulus for instance.} excess
556 This will remove excess digits of the mp\_int $a$. If the operation fails the mp\_int should be intact without the
557 excess digits being removed. Note that you can use a shrunk mp\_int in further computations, however, such operations
    [all...]
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 88 ;# To avoid excess transposes, we filter all 3 vertical luma subblock
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv4t.S     [all...]
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv5te.S     [all...]
InterpAsm-armv7-a-neon.S     [all...]
InterpAsm-armv7-a.S     [all...]

Completed in 4263 milliseconds