/system/libbase/include/android-base/ |
D | logging.h | 272 #define CHECK_EQ(x, y) CHECK_OP(x, y, == ) argument 273 #define CHECK_NE(x, y) CHECK_OP(x, y, != ) argument 274 #define CHECK_LE(x, y) CHECK_OP(x, y, <= ) argument 275 #define CHECK_LT(x, y) CHECK_OP(x, y, < ) argument 276 #define CHECK_GE(x, y) CHECK_OP(x, y, >= ) argument 277 #define CHECK_GT(x, y) CHECK_OP(x, y, > ) argument 317 #define DCHECK_EQ(x, y) \ argument 319 #define DCHECK_NE(x, y) \ argument 321 #define DCHECK_LE(x, y) \ argument 323 #define DCHECK_LT(x, y) \ argument [all …]
|
/system/core/healthd/ |
D | healthd_draw.cpp | 111 int y = (screen_height_ - h) / 2; in draw_surface_centered() local 124 int HealthdDraw::draw_text(const GRFont* font, int x, int y, const char* str) { in draw_text() 137 const int length, int* x, int* y) { in determine_xy() 181 int x, y; in draw_clock() local 205 int x, y; in draw_percent() local 227 int y; in draw_unknown() local
|
/system/media/audio_utils/ |
D | fixedfft.cpp | 125 int32_t y = half(v[i + p]); in fixed_fft() local 136 int32_t y = mult(w, v[i + p]); in fixed_fft() local 157 int32_t y = z - (x ^ 0xFFFF); in fixed_fft_real() local
|
/system/core/libsparse/ |
D | sparse_defs.h | 42 #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/ |
D | ecc.h | 39 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/core/libutils/include/utils/ |
D | Trace.h | 34 #define _PASTE(x, y) x ## y argument 35 #define PASTE(x, y) _PASTE(x,y) argument
|
/system/teeui/libteeui/src/ |
D | button.cpp | 33 auto drawPixelBoundsEnforced = [&](uint32_t x, uint32_t y, Color color) -> Error { in draw() 42 for (int y = 0; y < box.h().count(); ++y) { in draw() local 73 for (int y = 0; y < cBounds.h().count(); ++y) { in draw() local 173 for (int64_t y = 0; y < intBBox.h().count(); ++y) { in draw() local
|
D | label.cpp | 45 makePixelDrawer([&, this](uint32_t x, uint32_t y, Color color) -> Error { in draw() 56 for (int y = 0; y < box.h().count(); ++y) { in draw() local
|
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/ |
D | NativeRenderer.java | 27 …public static native int renderBuffer(int x, int y, int width, int height, int lineStride, int[] b… in renderBuffer() 31 public static native int onEvent(int x, int y, int event); in onEvent()
|
/system/extras/verity/ |
D | build_verity_tree_utils.h | 23 inline uint64_t div_round_up(uint64_t x, uint64_t y) { return (x + y - 1) / y; } in div_round_up()
|
/system/bt/gd/security/ |
D | ecdh_keys.h | 27 std::array<uint8_t, 32> y; member
|
/system/core/libpixelflinger/include/private/pixelflinger/ |
D | ggl_fixed.h | 110 __attribute__((always_inline)) inline GGLfixed gglMulx(GGLfixed x, GGLfixed y, int shift) { in gglMulx() 133 __attribute__((always_inline)) inline GGLfixed gglMulAddx(GGLfixed x, GGLfixed y, GGLfixed a, 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() 511 inline int64_t gglMulii(int32_t x, int32_t y) in gglMulii() 747 inline int64_t gglMulii(int32_t x, int32_t y) { in gglMulii()
|
/system/core/libpixelflinger/tests/gglmul/ |
D | gglmul_test.cpp | 103 GGLfixed y; member 145 GGLfixed y; member 188 GGLfixed y; member 233 int32_t y; member
|
/system/bt/embdrv/sbc/decoder/srce/ |
D | synthesis-dct8.c | 51 #define SCALE(x, y) (((x) + (1 << ((y)-1))) >> (y)) argument 86 #define FLOAT_BUTTERFLY(x, y) \ in float_dct2_8() argument 92 #define FLOAT_SCALE(x, y) (((x) / (double)(1 << (y)))) in float_dct2_8() argument 251 #define BUTTERFLY(x, y) \ in dct2_8() argument
|
/system/core/libpixelflinger/ |
D | raster.cpp | 40 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
|
D | buffer.cpp | 114 uint32_t x, uint32_t y, pixel_t* pixel) in read_pixel() 136 uint32_t x, uint32_t y, pixel_t* pixel) in readRGB565() 150 uint32_t x, uint32_t y, pixel_t* pixel) in readABGR8888() 165 uint32_t x, uint32_t y, const pixel_t* pixel) in write_pixel()
|
/system/core/libunwindstack/tests/ |
D | ArmExidxDecodeTest.cpp | 703 for (size_t y = 0; y < 16; y++) { in TEST_P() local 762 for (size_t y = 0; y < 16; y++) { in TEST_P() local 783 for (size_t y = 2; y < 8; y++) { in TEST_P() local 803 for (size_t y = 0; y < 8; y++) { in TEST_P() local 1474 for (size_t y = 0; y < 256; y++) { in TEST_P() local
|
/system/teeui/libteeui/example/ |
D | touch_button_example.cpp | 92 EventResult GUIStateTouch::onEvent(uint32_t x, uint32_t y, uint32_t) { in onEvent() argument 142 uint32_t GUIStateTouch::renderUIIntoBuffer(uint32_t x, uint32_t y, uint32_t w, uint32_t h, in renderUIIntoBuffer() 175 [&fb](uint32_t x, uint32_t y, Color color) -> Error { return fb.drawPixel(x, y, color); }); in renderUIIntoBuffer()
|
D | phys_button_example.cpp | 105 uint32_t GUIStatePhysButtons::renderUIIntoBuffer(uint32_t x, uint32_t y, uint32_t w, uint32_t h, in renderUIIntoBuffer() 138 [&fb](uint32_t x, uint32_t y, Color color) -> Error { return fb.drawPixel(x, y, color); }); in renderUIIntoBuffer()
|
D | example_utils.cpp | 39 Error FrameBuffer::drawPixel(uint32_t x, uint32_t y, uint32_t color) const { in drawPixel()
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_stddefs.h | 191 #define OI_BIT_TEST(x, y) ((x) & (y)) argument 196 #define OI_BIT_CLEAR_TEST(x, y) (((x) & (y)) == 0) argument 199 #define OI_BIT_SET(x, y) ((x) |= (y)) argument 202 #define OI_BIT_CLEAR(x, y) ((x) &= ~(y)) argument
|
/system/keymaster/key_blob_utils/ |
D | ocb.c | 152 #define xor_block(x, y) _mm_xor_si128(x, y) argument 154 #define unequal_blocks(x, y) (_mm_movemask_epi8(_mm_cmpeq_epi8(x, y)) != 0xffff) argument 190 #define xor_block(x, y) vec_xor(x, y) argument 192 #define unequal_blocks(x, y) vec_any_ne(x, y) argument 244 #define xor_block(x, y) veorq_s8(x, y) argument 278 static inline block xor_block(block x, block y) { in xor_block() 287 #define unequal_blocks(x, y) ((((x).l ^ (y).l) | ((x).r ^ (y).r)) != 0) argument 387 #define AES_set_encrypt_key(x, y, z) \ argument 392 #define AES_set_decrypt_key(x, y, z) \ argument 400 #define AES_set_encrypt_key(x, y, z) rijndaelKeySetupEnc((z)->rd_key, x, y) argument [all …]
|
/system/update_engine/common/ |
D | utils.h | 299 constexpr uint64_t DivRoundUp(uint64_t x, uint64_t y) { in DivRoundUp() 304 constexpr uint64_t RoundUp(uint64_t x, uint64_t y) { in RoundUp()
|
/system/media/camera/docs/ |
D | plots.py | 14 def doc_plot(fig, x, y): argument 38 def doc_coeff(x,y): argument
|
/system/bt/gd/security/ecc/ |
D | p_256_ecc_pp.h | 36 uint32_t y[KEY_LENGTH_DWORDS_P256]; member
|