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

  /toolchain/binutils/binutils-2.25/gas/config/
obj-evax.c 347 static const char codings[] = { variable
354 /* The number of codings in the above table. */
355 static const int number_of_codings = sizeof (codings) / sizeof (char);
387 decodings[codings[i] & 255] = i;
409 res[x] = codings[value % number_of_codings];
426 res[x] = codings[value % number_of_codings];
  /external/libcups/cups/
http.c 826 static const char * const codings[] = local
827 { /* Supported content codings */
877 for (i = 0; i < (int)(sizeof(codings) / sizeof(codings[0])); i ++)
878 if (!strcmp(start, codings[i]))
879 return (codings[i]);
    [all...]
  /prebuilts/go/darwin-x86/src/compress/flate/
inflate.go 164 // accept degenerate single-code codings. See also
  /prebuilts/go/linux-x86/src/compress/flate/
inflate.go 164 // accept degenerate single-code codings. See also

Completed in 130 milliseconds