Home
last modified time | relevance | path

Searched defs:y (Results 201 – 225 of 2073) sorted by relevance

12345678910>>...83

/OK3568_Linux_fs/kernel/tools/perf/ui/tui/
H A Dprogress.c31 int bar, y; in tui_progress__update() local
64 int y; in tui_progress__finish() local
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Dfast_marching_inl.hpp70 for (int y = 0; y < flag_.rows; ++y) in run() local
120 int y = narrowBand_[0].y; in run() local
/OK3568_Linux_fs/kernel/arch/x86/math-emu/
H A Dfpu_system.h107 #define FPU_access_ok(y,z) if ( !access_ok(y,z) ) \ argument
127 #define FPU_get_user(x,y) do { if (get_user((x),(y))) FPU_abort; } while (0) argument
128 #define FPU_put_user(x,y) do { if (put_user((x),(y))) FPU_abort; } while (0) argument
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Ddmxcompat.c70 dmxVDLVirtualEntry(const char *buf, char *name, int *len, int *x, int *y) in dmxVDLVirtualEntry()
95 int *x, int *y, int *xoff, int *yoff, int *xorig, int *yorig) in dmxVDLDisplayEntry()
128 int x, y, xoff, yoff, xorig, yorig; in dmxVDLRead() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_backend.cpp36 void RendererBackend::assumeViewport(int32_t x, int32_t y, const Size& size) { in assumeViewport()
57 void RendererBackend::setViewport(int32_t x, int32_t y, const Size& size) { in setViewport()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_meta.c7 #define __round_mask(x, y) ((__typeof__(x))((y) - 1)) argument
8 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) argument
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py166 def draw_text(ctx, text, color, x, y): argument
181 def draw_legend_box(ctx, label, fill_color, x, y, s): argument
186 def draw_legend_line(ctx, label, fill_color, x, y, s): argument
192 def draw_label_in_box(ctx, color, label, x, y, w, maxx): argument
690 def draw_processes_recursively(ctx, proc, proc_tree, y, proc_h, rect, clip) : argument
722 def draw_process_activity_colors(ctx, proc, proc_tree, x, y, w, proc_h, rect, clip): argument
758 def draw_process_connecting_lines(ctx, px, py, x, y, proc_h): argument
/OK3568_Linux_fs/kernel/arch/sparc/lib/
H A DGENmemcpy.S15 #define EX_LD(x,y) x argument
19 #define EX_ST(x,y) x argument
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbpush.c33 FbStride srcStride, int srcX, int x, int y, int width, int height) in fbPushPattern()
91 FbStride srcStride, int srcX, int x, int y, int width, int height) in fbPushFill()
144 FbStride srcStride, int srcX, int x, int y, int width, int height) in fbPushImage()
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dvideo.c64 int x, y; in store_mode_params() local
234 int x, y; member
261 int y; in restore_screen() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/
H A Dqquickgeocoordinateanimation.cpp117 double y = fromY + (toY - fromY) * progress; in q_coordinateShortestInterpolator() local
143 double y = fromY + (toY - fromY) * progress; in q_coordinateWestInterpolator() local
173 double y = fromY + (toY - fromY) * progress; in q_coordinateEastInterpolator() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dmath64.h11 #define div64_long(x, y) div64_s64((x), (y)) argument
12 #define div64_ul(x, y) div64_u64((x), (y)) argument
85 #define div64_long(x, y) div_s64((x), (y)) argument
86 #define div64_ul(x, y) div_u64((x), (y)) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/crypto/
H A Daes-gcm.c64 static void gf_mult(const u8 *x, const u8 *y, u8 *z) in gf_mult()
95 static void ghash_start(u8 *y) in ghash_start()
102 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash()
142 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/crypto/
H A Daes-gcm.c64 static void gf_mult(const u8 *x, const u8 *y, u8 *z) in gf_mult()
95 static void ghash_start(u8 *y) in ghash_start()
102 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash()
142 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/crypto/
H A Daes-gcm.c65 static void gf_mult(const u8 *x, const u8 *y, u8 *z) in gf_mult()
96 static void ghash_start(u8 *y) in ghash_start()
103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash()
143 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dactive_bound_list.hpp119 inline bool is_maxima(bound<T>& bnd, T y) { in is_maxima()
124 inline bool is_maxima(active_bound_list_itr<T>& bnd, T y) { in is_maxima()
129 inline bool is_intermediate(bound<T>& bnd, T y) { in is_intermediate()
134 inline bool is_intermediate(active_bound_list_itr<T>& bnd, T y) { in is_intermediate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dassert.hpp118 # define BOOST_MPL_AUX_ASSERT_RELATION(x, y, r) assert_relation<r,x,y> argument
122 # define BOOST_MPL_AUX_ASSERT_RELATION(x, y, r) assert_relation<x,y,r> argument
328 # define BOOST_MPL_ASSERT_RELATION_IMPL(counter, x, rel, y) \ argument
368 # define BOOST_MPL_ASSERT_RELATION(x, rel, y) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/crypto/
H A Daes-gcm.c65 static void gf_mult(const u8 *x, const u8 *y, u8 *z) in gf_mult()
96 static void ghash_start(u8 *y) in ghash_start()
103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash()
143 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr()
/OK3568_Linux_fs/u-boot/lib/
H A Dsha1.c117 #define F(x,y,z) (z ^ (x & (y ^ z))) in sha1_process_one() argument
144 #define F(x,y,z) (x ^ y ^ z) in sha1_process_one() argument
171 #define F(x,y,z) ((x & y) | (z & (x | y))) in sha1_process_one() argument
198 #define F(x,y,z) (x ^ y ^ z) in sha1_process_one() argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/crypto/
H A Daes-gcm.c64 static void gf_mult(const u8 *x, const u8 *y, u8 *z) in gf_mult()
95 static void ghash_start(u8 *y) in ghash_start()
102 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash()
142 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/crypto/
H A Daes-gcm.c64 static void gf_mult(const u8 *x, const u8 *y, u8 *z) in gf_mult()
95 static void ghash_start(u8 *y) in ghash_start()
102 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash()
142 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/crypto/
H A Daes-gcm.c64 static void gf_mult(const u8 *x, const u8 *y, u8 *z) in gf_mult()
95 static void ghash_start(u8 *y) in ghash_start()
102 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash()
142 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/crypto/
H A Daes-gcm.c64 static void gf_mult(const u8 *x, const u8 *y, u8 *z) in gf_mult()
95 static void ghash_start(u8 *y) in ghash_start()
102 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash()
142 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/crypto/
H A Daes-gcm.c64 static void gf_mult(const u8 *x, const u8 *y, u8 *z) in gf_mult()
95 static void ghash_start(u8 *y) in ghash_start()
102 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash()
142 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/
H A Dvc4_render_cl.c102 uint8_t x, uint8_t y) in vc4_full_res_offset()
116 uint32_t x, uint32_t y) in vc4_tile_coordinates()
125 uint8_t x, uint8_t y, bool first, bool last) in emit_tile()
366 int y = positive_y ? min_y_tile + yi : max_y_tile - yi; in vc4_create_rcl_bo() local

12345678910>>...83