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

  /external/iproute2/tc/
f_flower.c 158 __u32 *mtf, __u32 *mtf_mask)
181 *mtf &= ~flags_str[i].flag;
183 *mtf |= flags_str[i].flag;
586 __u32 mtf = 0; local
621 &mtf,
910 ret = addattr32(n, MAX_MSG, TCA_FLOWER_KEY_FLAGS, htonl(mtf));
1042 __u32 mtf; local
1048 mtf = ntohl(rta_getattr_u32(attr));
1060 if (mtf & flags_str[i].flag)
    [all...]
  /external/brotli/c/dec/
state.h 198 uint32_t mtf[64 + 1]; member in struct:BrotliDecoderStateStruct
decode.c 877 uint32_t* mtf = &state->mtf[1]; /* Make mtf[-1] addressable. */ local
878 uint8_t* mtf_u8 = (uint8_t*)mtf;
885 mtf[0] = pattern;
888 mtf[i] = pattern;
    [all...]
  /external/brotli/c/enc/
brotli_bit_stream.c 613 uint8_t mtf[256]; local
624 mtf[i] = (uint8_t)i;
629 size_t index = IndexOf(mtf, mtf_size, (uint8_t)v_in[i]);
632 MoveToFront(mtf, index);
    [all...]
  /external/brotli/java/org/brotli/dec/
Decode.java 282 int[] mtf = new int[256]; local
284 mtf[i] = i;
288 v[i] = (byte) mtf[index];
290 moveToFront(mtf, index);
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.3.Final/
netty-codec-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.6.Final/
netty-codec-4.1.6.Final.jar 

Completed in 264 milliseconds