Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 60) sorted by relevance

123

/system/core/base/include/android-base/
Dlogging.h178 #define CHECK_EQ(x, y) CHECK_OP(x, y, == ) argument
179 #define CHECK_NE(x, y) CHECK_OP(x, y, != ) argument
180 #define CHECK_LE(x, y) CHECK_OP(x, y, <= ) argument
181 #define CHECK_LT(x, y) CHECK_OP(x, y, < ) argument
182 #define CHECK_GE(x, y) CHECK_OP(x, y, >= ) argument
183 #define CHECK_GT(x, y) CHECK_OP(x, y, > ) argument
233 #define DCHECK_EQ(x, y) \ argument
235 #define DCHECK_NE(x, y) \ argument
237 #define DCHECK_LE(x, y) \ argument
239 #define DCHECK_LT(x, y) \ argument
[all …]
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/include/linux/kernel/
Dkernel.h36 #define max(x,y) ({ typeof(x) _max1 = (x); typeof(y) _max2 = (y); (void) (& _max1 == & _max2); _max… argument
40 #define min(x,y) ({ typeof(x) _min1 = (x); typeof(y) _min2 = (y); (void) (& _min1 == & _min2); _min… argument
43 #define roundup(x,y) (\ argument
74 #define __round_mask(x,y) ((__typeof__(x)) ((y) - 1)) argument
75 #define round_up(x,y) ((((x) - 1) | __round_mask(x, y)) + 1) argument
76 #define round_down(x,y) ((x) & ~__round_mask(x, y)) argument
/system/extras/ext4_utils/
Dsha1.c53 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
54 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
55 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument
56 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); argument
57 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument
76 #define nR0(v,w,x,y,z,i) R0(*v,*w,*x,*y,*z,i) argument
77 #define nR1(v,w,x,y,z,i) R1(*v,*w,*x,*y,*z,i) argument
78 #define nR2(v,w,x,y,z,i) R2(*v,*w,*x,*y,*z,i) argument
79 #define nR3(v,w,x,y,z,i) R3(*v,*w,*x,*y,*z,i) argument
80 #define nR4(v,w,x,y,z,i) R4(*v,*w,*x,*y,*z,i) argument
/system/media/audio_utils/
Dfixedfft.cpp129 int32_t y = half(v[i + p]); in fixed_fft() local
140 int32_t y = mult(w, v[i + p]); in fixed_fft() local
160 int32_t y = z - (x ^ 0xFFFF); in fixed_fft_real() local
/system/core/libsparse/
Dsparse_defs.h42 #define DIV_ROUND_UP(x, y) (((x) + (y) - 1)/(y)) argument
43 #define ALIGN(x, y) ((y) * DIV_ROUND_UP((x), (y))) argument
44 #define ALIGN_DOWN(x, y) ((y) * ((x) / (y))) argument
/system/extras/libfec/include/fec/
Decc.h39 inline uint64_t fec_div_round_up(uint64_t x, uint64_t y) in fec_div_round_up()
45 inline uint64_t fec_round_up(uint64_t x, uint64_t y) in fec_round_up()
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/include/linux/kernel/
Dkernel.h34 #define max(x, y) ({ \ argument
42 #define min(x, y) ({ \ argument
50 #define roundup(x, y) ( \ argument
130 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) argument
131 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) argument
132 #define round_down(x, y) ((x) & ~__round_mask(x, y)) argument
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_fixed.h111 inline GGLfixed gglMulx(GGLfixed x, GGLfixed y, int shift) { in gglMulx()
134 inline GGLfixed gglMulAddx(GGLfixed x, GGLfixed y, GGLfixed a, int shift) { in gglMulAddx()
155 inline GGLfixed gglMulSubx(GGLfixed x, GGLfixed y, GGLfixed a, int shift) { in gglMulSubx()
176 inline int64_t gglMulii(int32_t x, int32_t y) in gglMulii()
437 inline int64_t gglMulii(int32_t x, int32_t y) { in gglMulii()
465 inline GGLfixed gglMulx(GGLfixed x, GGLfixed y, int shift) in gglMulx()
482 inline GGLfixed gglMulAddx(GGLfixed x, GGLfixed y, GGLfixed a, int shift) in gglMulAddx()
496 inline GGLfixed gglMulSubx(GGLfixed x, GGLfixed y, GGLfixed a, int shift) in gglMulSubx()
512 inline int64_t gglMulii(int32_t x, int32_t y) in gglMulii()
748 inline int64_t gglMulii(int32_t x, int32_t y) { in gglMulii()
/system/core/libpixelflinger/tests/gglmul/
Dgglmul_test.cpp103 GGLfixed y; member
145 GGLfixed y; member
188 GGLfixed y; member
233 int32_t y; member
/system/bt/embdrv/sbc/decoder/srce/
Dsynthesis-dct8.c50 #define SCALE(x, y) (((x) + (1 <<((y)-1))) >> (y)) argument
85 #define FLOAT_BUTTERFLY(x,y) x += y; y = x - (y*2); OI_ASSERT(VALID_INT32(x)); OI_ASSERT(VALID_INT3… in float_dct2_8() argument
87 #define FLOAT_SCALE(x, y) (((x) / (double)(1 << (y)))) in float_dct2_8() argument
211 #define BUTTERFLY(x,y) x += y; y = x - (y<<1); in dct2_8() argument
Ddequant.c118 #define SCALE(x, y) (((x) + (1 <<((y)-1))) >> (y)) argument
/system/core/libpixelflinger/
Draster.cpp40 void ggl_rasterPos2x(void* con, GGLfixed x, GGLfixed y) in ggl_rasterPos2x()
48 void ggl_rasterPos2i(void* con, GGLint x, GGLint y) in ggl_rasterPos2i()
151 GGLint y = where[1]; in gglBitBlit() local
Dbuffer.cpp112 uint32_t x, uint32_t y, pixel_t* pixel) in read_pixel()
134 uint32_t x, uint32_t y, pixel_t* pixel) in readRGB565()
148 uint32_t x, uint32_t y, pixel_t* pixel) in readABGR8888()
163 uint32_t x, uint32_t y, const pixel_t* pixel) in write_pixel()
Dscanline.cpp705 uint32_t y = c->iterators.y; in scanline() local
970 const int y = c->iterators.y; in horz_iterator32() local
987 const int y = c->iterators.y; in horz_iterator16() local
1131 const int y = c->iterators.y; in ditherer() local
1440 const int32_t y = c->iterators.y; in dst_iterator16() local
1631 T interpolate(int y, T v0, U dvdx, U dvdy) { in interpolate()
2097 int32_t y = c->iterators.y; in scanline_col32cb16blend() local
2140 int32_t y = c->iterators.y; in scanline_t32cb16() local
2191 int32_t y = c->iterators.y; in scanline_t32cb16blend() local
2261 int32_t y = c->iterators.y; in scanline_memcpy() local
[all …]
Dtrap.cpp177 static int32_t coverageNice(GGLcoord x, GGLcoord y, in coverageNice()
239 GGLcoord y = ystart; in aa_nice_pointx() local
259 static inline int32_t coverageFast(GGLcoord x, GGLcoord y, in coverageFast()
311 GGLcoord y = ystart; in aa_pointx() local
453 int32_t y = c->iterators.y; in scanline_set() local
565 for (int32_t y = miny; y < maxy; y++) { in trianglex_small() local
1001 int32_t y = min(min(left->y_bot, right->y_bot), TRI_FLOOR(yt + TRI_ONE)); in aapolyx() local
/system/bt/embdrv/sbc/decoder/include/
Doi_stddefs.h156 #define OI_BIT_TEST(x,y) ((x) & (y)) argument
159 #define OI_BIT_CLEAR_TEST(x,y) (((x) & (y)) == 0) argument
162 #define OI_BIT_SET(x,y) ((x) |= (y)) argument
165 #define OI_BIT_CLEAR(x,y) ((x) &= ~(y)) argument
Doi_utils.h368 #define SAME_BD_ADDR(x, y) (0 == OI_MemCmp((x),(y),OI_BD_ADDR_BYTE_SIZE) ) argument
/system/keymaster/
Docb.c151 #define xor_block(x, y) _mm_xor_si128(x, y) argument
153 #define unequal_blocks(x, y) (_mm_movemask_epi8(_mm_cmpeq_epi8(x, y)) != 0xffff) argument
189 #define xor_block(x, y) vec_xor(x, y) argument
191 #define unequal_blocks(x, y) vec_any_ne(x, y) argument
243 #define xor_block(x, y) veorq_s8(x, y) argument
276 static inline block xor_block(block x, block y) { in xor_block()
285 #define unequal_blocks(x, y) ((((x).l ^ (y).l) | ((x).r ^ (y).r)) != 0) argument
375 #define AES_set_encrypt_key(x, y, z) \ argument
380 #define AES_set_decrypt_key(x, y, z) \ argument
388 #define AES_set_encrypt_key(x, y, z) rijndaelKeySetupEnc((z)->rd_key, x, y) argument
[all …]
/system/core/include/mincrypt/
Dp256.h153 #define P256_DIGIT(x,y) ((x)->a[y]) argument
/system/bt/device/src/classic/
Dpeer.c119 static bool bdaddr_equality_fn(const void *x, const void *y) { in bdaddr_equality_fn()
/system/core/liblog/
Dlogd_writer.c46 #define min(x,y) ((y) ^ (((x) ^ (y)) & -((x) < (y)))) argument
/system/bt/stack/smp/
Dp_256_ecc_pp.h33 DWORD y[KEY_LENGTH_DWORDS_P256]; member
/system/core/libmemtrack/
Dmemtrack_test.c26 #define DIV_ROUND_UP(x,y) (((x) + (y) - 1) / (y)) argument
/system/extras/slideshow/
Dslideshow.cpp59 int w, h, x, y; in draw() local
/system/extras/verity/
Dbuild_verity_tree.cpp31 #define div_round_up(x,y) (((x) + (y) - 1)/(y)) argument
33 #define round_up(x,y) (div_round_up(x,y)*(y)) argument

123