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

  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
LZWEncoder.java 48 int maxbits = BITS; // user settable max # bits/code field in class:LZWEncoder
182 fcode = (c << maxbits) + ent;
279 if (n_bits == maxbits)
  /external/libpng/
pngwutil.c 1344 png_byte maxbits; local
    [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_pngwutil.c 1343 png_byte maxbits; local
    [all...]
  /external/openssh/
ssh-keygen.c 186 u_int maxbits; local
209 maxbits = (type == KEY_DSA) ?
211 if (*bitsp > maxbits) {
212 fprintf(stderr, "key bits exceeds maximum %d\n", maxbits);
    [all...]

Completed in 212 milliseconds