IntType 28 content/browser/media/capture/content_video_capture_device_core.h template<typename IntType> IntType 29 content/browser/media/capture/content_video_capture_device_core.h IntType MakeEven(IntType x) { IntType 30 content/browser/media/capture/content_video_capture_device_core.h return x & static_cast<IntType>(-2); IntType 560 third_party/harfbuzz-ng/src/hb-open-type-private.hh inline bool operator == (const IntType<Type,Size> &o) const { return v == o.v; } IntType 561 third_party/harfbuzz-ng/src/hb-open-type-private.hh inline bool operator != (const IntType<Type,Size> &o) const { return v != o.v; } IntType 562 third_party/harfbuzz-ng/src/hb-open-type-private.hh static inline int cmp (const IntType<Type,Size> *a, const IntType<Type,Size> *b) { return b->cmp (*a); } IntType 563 third_party/harfbuzz-ng/src/hb-open-type-private.hh inline int cmp (IntType<Type,Size> va) const { Type a = va; Type b = v; return a < b ? -1 : a == b ? 0 : +1; } IntType 575 third_party/harfbuzz-ng/src/hb-open-type-private.hh typedef IntType<uint16_t, 2> USHORT; /* 16-bit unsigned integer. */ IntType 576 third_party/harfbuzz-ng/src/hb-open-type-private.hh typedef IntType<int16_t, 2> SHORT; /* 16-bit signed integer. */ IntType 577 third_party/harfbuzz-ng/src/hb-open-type-private.hh typedef IntType<uint32_t, 4> ULONG; /* 32-bit unsigned integer. */ IntType 578 third_party/harfbuzz-ng/src/hb-open-type-private.hh typedef IntType<int32_t, 4> LONG; /* 32-bit signed integer. */ IntType 579 third_party/harfbuzz-ng/src/hb-open-type-private.hh typedef IntType<uint32_t, 3> UINT24; /* 24-bit unsigned integer. */ IntType 1415 third_party/protobuf/src/google/protobuf/text_format.cc template<typename IntType> IntType 1416 third_party/protobuf/src/google/protobuf/text_format.cc static string PaddedHex(IntType value) { IntType 124 third_party/tcmalloc/chromium/src/packed-cache-inl.h #define N_ONES_(IntType, N) \ IntType 125 third_party/tcmalloc/chromium/src/packed-cache-inl.h ( (N) == 0 ? 0 : ((static_cast<IntType>(1) << ((N)-1))-1 + \ IntType 126 third_party/tcmalloc/chromium/src/packed-cache-inl.h (static_cast<IntType>(1) << ((N)-1))) ) IntType 124 third_party/tcmalloc/vendor/src/packed-cache-inl.h #define N_ONES_(IntType, N) \ IntType 125 third_party/tcmalloc/vendor/src/packed-cache-inl.h ( (N) == 0 ? 0 : ((static_cast<IntType>(1) << ((N)-1))-1 + \ IntType 126 third_party/tcmalloc/vendor/src/packed-cache-inl.h (static_cast<IntType>(1) << ((N)-1))) )