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

  /external/brotli/dec/
port.h 69 /* IS_CONSTANT macros returns true for compile-time constant expressions. */
71 #define IS_CONSTANT(x) (!!__builtin_constant_p(x))
73 #define IS_CONSTANT(x) (!!0)
bit_reader.h 35 if (IS_CONSTANT(n) || BROTLI_HAS_UBFX) {
164 if (!BROTLI_ALIGNED_READ && IS_CONSTANT(n_bits) && (n_bits <= 8)) {
172 } else if (!BROTLI_ALIGNED_READ && IS_CONSTANT(n_bits) && (n_bits <= 16)) {
190 if (!BROTLI_ALIGNED_READ && IS_CONSTANT(n_bits) && (n_bits <= 8)) {
  /toolchain/binutils/binutils-2.25/gold/
mapfile.cc 141 case Symbol::IS_CONSTANT:
symtab.h 88 IS_CONSTANT,
551 || this->source_ == IS_CONSTANT);
    [all...]
symtab.cc 179 this->source_ = IS_CONSTANT;
503 case IS_CONSTANT:
525 case IS_CONSTANT:
    [all...]
resolve.cc 947 case IS_CONSTANT:
    [all...]
mips.cc     [all...]

Completed in 342 milliseconds