HomeSort by relevance Sort by last modified time
    Searched refs:INLINE (Results 1 - 25 of 564) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/third_party/libjpeg-turbo/
jconfigint.h 10 #ifndef INLINE
12 #define INLINE inline __attribute__((always_inline))
15 #define INLINE inline __attribute__((always_inline))
17 #define INLINE __forceinline
19 #define INLINE
  /external/skqp/third_party/libjpeg-turbo/
jconfigint.h 10 #ifndef INLINE
12 #define INLINE inline __attribute__((always_inline))
15 #define INLINE inline __attribute__((always_inline))
17 #define INLINE __forceinline
19 #define INLINE
  /external/libjpeg-turbo/
jconfigint.h 9 /* Compiler's inline keyword */
10 #undef inline macro
13 #ifndef INLINE
15 #define INLINE inline __attribute__((always_inline))
18 #define INLINE inline __attribute__((always_inline))
20 #define INLINE __forceinline
22 #define INLINE
jconfigint.h.in 4 /* Compiler's inline keyword */
5 #undef inline
8 #define INLINE @INLINE@
  /external/clang/test/Analysis/inlining/
containers.cpp 17 #if INLINE
24 #if INLINE
31 #if INLINE
52 #if INLINE
59 #if INLINE
66 #if INLINE
73 #if INLINE
91 #if INLINE
98 #if INLINE
107 #if INLINE
    [all...]
stl.cpp 13 #if INLINE
24 #if INLINE
  /external/ImageMagick/coders/
inline.h 22 MagickCoderAlias("INLINE", "DATA")
28 MagickCoderExports(INLINE)
  /external/grpc-grpc/src/python/grpcio/grpc/framework/common/
style.py 23 INLINE = 'inline'
  /external/libaom/libaom/aom_dsp/mips/
common_dspr2.h 29 static INLINE void prefetch_load(const unsigned char *src) {
34 static INLINE void prefetch_store(unsigned char *dst) {
38 static INLINE void prefetch_load_streamed(const unsigned char *src) {
43 static INLINE void prefetch_store_streamed(unsigned char *dst) {
  /external/libvpx/libvpx/vpx_dsp/mips/
common_dspr2.h 26 static INLINE void prefetch_load(const unsigned char *src) {
31 static INLINE void prefetch_store(unsigned char *dst) {
35 static INLINE void prefetch_load_streamed(const unsigned char *src) {
40 static INLINE void prefetch_store_streamed(unsigned char *dst) {
  /external/libaom/libaom/aom_dsp/x86/
synonyms_avx2.h 30 static INLINE __m256i yy_load_256(const void *a) {
34 static INLINE __m256i yy_loadu_256(const void *a) {
38 static INLINE void yy_store_256(void *const a, const __m256i v) {
42 static INLINE void yy_storeu_256(void *const a, const __m256i v) {
49 static INLINE __m256i yy_set1_64_from_32i(int32_t a) {
60 static INLINE __m256i yy_set_m128i(__m128i hi, __m128i lo) {
64 static INLINE __m256i yy_loadu2_128(const void *hi, const void *lo) {
70 static INLINE void yy_storeu2_128(void *hi, void *lo, const __m256i a) {
75 static INLINE __m256i yy_roundn_epu16(__m256i v_val_w, int bits) {
synonyms.h 31 static INLINE __m128i xx_loadl_32(const void *a) {
37 static INLINE __m128i xx_loadl_64(const void *a) {
41 static INLINE __m128i xx_load_128(const void *a) {
45 static INLINE __m128i xx_loadu_128(const void *a) {
49 static INLINE void xx_storel_32(void *const a, const __m128i v) {
54 static INLINE void xx_storel_64(void *const a, const __m128i v) {
58 static INLINE void xx_store_128(void *const a, const __m128i v) {
62 static INLINE void xx_storeu_128(void *const a, const __m128i v) {
69 static INLINE __m128i xx_set_64_from_32i(int32_t e1, int32_t e0) {
80 static INLINE __m128i xx_set1_64_from_32i(int32_t a)
    [all...]
  /external/libaom/libaom/av1/encoder/
random.h 20 static INLINE unsigned int lcg_rand16(unsigned int *state) {
  /external/clang/test/CXX/basic/basic.start/basic.start.init/
p3.cpp 7 #if INLINE
8 inline // expected-error {{'main' is not allowed to be declared inline}}
  /external/libaom/libaom/aom_dsp/
bitwriter.h 40 static INLINE void init_token_stats(TOKEN_STATS *token_stats) {
52 static INLINE void aom_start_encode(aom_writer *bc, uint8_t *buffer) {
56 static INLINE int aom_stop_encode(aom_writer *bc) {
60 static INLINE void aom_write(aom_writer *br, int bit, int probability) {
64 static INLINE void aom_write_bit(aom_writer *w, int bit) {
68 static INLINE void aom_write_literal(aom_writer *w, int data, int bits) {
74 static INLINE void aom_write_cdf(aom_writer *w, int symb,
79 static INLINE void aom_write_symbol(aom_writer *w, int symb, aom_cdf_prob *cdf,
recenter.h 20 static INLINE uint16_t inv_recenter_nonneg(uint16_t r, uint16_t v) {
31 static INLINE uint16_t inv_recenter_finite_nonneg(uint16_t n, uint16_t r,
41 static INLINE uint16_t recenter_nonneg(uint16_t r, uint16_t v) {
52 static INLINE uint16_t recenter_finite_nonneg(uint16_t n, uint16_t r,
  /external/libdivsufsort/android_include/
config.h 66 /** for inline **/
67 #ifndef INLINE
68 # define INLINE inline
  /external/libaom/libaom/aom_ports/
msvc.h 24 static INLINE double round(double x) {
31 static INLINE float roundf(float x) {
38 static INLINE long lroundf(float x) {
64 static INLINE int _mm256_extract_epi32(__m256i a, const int i) {
67 static INLINE __m256i _mm256_insert_epi32(__m256i a, int b, const int i) {
  /external/pdfium/third_party/libopenjpeg20/
opj_intmath.h 56 static INLINE OPJ_INT32 opj_int_min(OPJ_INT32 a, OPJ_INT32 b)
65 static INLINE OPJ_UINT32 opj_uint_min(OPJ_UINT32 a, OPJ_UINT32 b)
74 static INLINE OPJ_INT32 opj_int_max(OPJ_INT32 a, OPJ_INT32 b)
83 static INLINE OPJ_UINT32 opj_uint_max(OPJ_UINT32 a, OPJ_UINT32 b)
92 static INLINE OPJ_UINT32 opj_uint_adds(OPJ_UINT32 a, OPJ_UINT32 b)
102 static INLINE OPJ_UINT32 opj_uint_subs(OPJ_UINT32 a, OPJ_UINT32 b)
116 static INLINE OPJ_INT32 opj_int_clamp(OPJ_INT32 a, OPJ_INT32 min,
137 static INLINE OPJ_INT64 opj_int64_clamp(OPJ_INT64 a, OPJ_INT64 min,
152 static INLINE OPJ_INT32 opj_int_abs(OPJ_INT32 a)
160 static INLINE OPJ_INT32 opj_int_ceildiv(OPJ_INT32 a, OPJ_INT32 b
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
TagBalancingHtmlStreamEventReceiver.java 300 INLINE,
409 ElementGroup.INLINE
415 ElementGroup.INLINE, ElementGroup.INLINE_MINUS_A
417 ElementGroup.INLINE
421 ElementGroup.INLINE, ElementGroup.INLINE_MINUS_A
423 ElementGroup.INLINE
429 ElementGroup.INLINE, ElementGroup.P_ELEMENT
433 ElementGroup.INLINE, ElementGroup.INLINE_MINUS_A
435 ElementGroup.BLOCK, ElementGroup.INLINE,
445 ElementGroup.INLINE, ElementGroup.INLINE_MINUS_
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
fwd_txfm.h 16 static INLINE tran_high_t fdct_round_shift(tran_high_t input) {
  /external/libvpx/libvpx/vpx_ports/
msvc.h 23 static INLINE double round(double x) {
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/
gen_header_init.hpp 38 static INLINE void Init${tableName}()
  /external/libaom/libaom/av1/common/
reconintra.h 50 static INLINE int av1_is_directional_mode(PREDICTION_MODE mode) {
54 static INLINE int av1_use_angle_delta(BLOCK_SIZE bsize) {
58 static INLINE int av1_allow_intrabc(const AV1_COMMON *const cm) {
63 static INLINE int av1_filter_intra_allowed_bsize(const AV1_COMMON *const cm,
70 static INLINE int av1_filter_intra_allowed(const AV1_COMMON *const cm,
83 static INLINE int av1_get_dx(int angle) {
98 static INLINE int av1_get_dy(int angle) {
109 static INLINE int av1_use_intra_edge_upsample(int bs0, int bs1, int delta,
  /external/libvpx/libvpx/vpx_dsp/x86/
convolve_sse2.h 20 static INLINE __m128i extract_quarter_2_epi16_sse2(const __m128i *const reg) {
27 static INLINE __m128i extract_quarter_3_epi16_sse2(const __m128i *const reg) {
35 static INLINE __m128i mm_madd_add_epi8_sse2(const __m128i *const src_1,
49 static INLINE __m128i mm_madd_add_epi16_sse2(const __m128i *const src_1,
58 static INLINE __m128i mm_madd_packs_epi16_sse2(const __m128i *const src_0,
67 static INLINE __m128i mm_zip_epi32_sse2(const __m128i *const src_1,
74 static INLINE __m128i mm_round_epi32_sse2(const __m128i *const src,
81 static INLINE __m128i mm_round_epi16_sse2(const __m128i *const src,

Completed in 661 milliseconds

1 2 3 4 5 6 7 8 91011>>