Home
last modified time | relevance | path

Searched defs:y (Results 51 – 75 of 2073) sorted by relevance

12345678910>>...83

/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dphysaddr.c17 unsigned long y = x - __START_KERNEL_map; in __phys_addr() local
37 unsigned long y = x - __START_KERNEL_map; in __phys_addr_symbol() local
49 unsigned long y = x - __START_KERNEL_map; in __virt_addr_valid() local
/OK3568_Linux_fs/u-boot/lib/
H A Dmd5.c168 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
169 #define F2(x, y, z) F1(z, x, y) argument
170 #define F3(x, y, z) (x ^ y ^ z) argument
171 #define F4(x, y, z) (y ^ (x | ~z)) argument
174 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/OK3568_Linux_fs/kernel/crypto/
H A Dmd5.c32 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
33 #define F2(x, y, z) F1(z, x, y) argument
34 #define F3(x, y, z) (x ^ y ^ z) argument
35 #define F4(x, y, z) (y ^ (x | ~z)) argument
37 #define MD5STEP(f, w, x, y, z, in, s) \ argument
H A Dtea.c59 u32 y, z, n, sum = 0; in tea_encrypt() local
87 u32 y, z, n, sum; in tea_decrypt() local
132 u32 y, z, sum = 0; in xtea_encrypt() local
153 u32 y, z, sum; in xtea_decrypt() local
176 u32 y, z, sum = 0; in xeta_encrypt() local
197 u32 y, z, sum; in xeta_decrypt() local
/OK3568_Linux_fs/external/xserver/mi/
H A Dmipointer.c75 int x, y; /* hot spot location */ member
271 int x, int y, Bool generateEvent) in miPointerSetCursorPosition()
376 miPointerWarpCursor(DeviceIntPtr pDev, ScreenPtr pScreen, int x, int y) in miPointerWarpCursor()
415 int x, y, devx, devy; in miPointerUpdateSprite() local
506 miPointerSetScreen(DeviceIntPtr pDev, int screen_no, int x, int y) in miPointerSetScreen()
549 miPointerMoveNoEvent(DeviceIntPtr pDev, ScreenPtr pScreen, int x, int y) in miPointerMoveNoEvent()
602 int x, y; in miPointerSetPosition() local
706 miPointerGetPosition(DeviceIntPtr pDev, int *x, int *y) in miPointerGetPosition()
722 miPointerMove(DeviceIntPtr pDev, ScreenPtr pScreen, int x, int y) in miPointerMove()
H A Dmipolytext.c69 miPolyText8(DrawablePtr pDraw, GCPtr pGC, int x, int y, int count, char *chars) in miPolyText8()
87 miPolyText16(DrawablePtr pDraw, GCPtr pGC, int x, int y, int count, in miPolyText16()
107 miImageText8(DrawablePtr pDraw, GCPtr pGC, int x, int y, int count, char *chars) in miImageText8()
121 miImageText16(DrawablePtr pDraw, GCPtr pGC, int x, int y, in miImageText16()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Dspherical.hpp44 static inline void sph_to_cart3d(T const& lon, T const& lat, T & x, T & y, T & z) in sph_to_cart3d()
59 calc_t x, y, z; in sph_to_cart3d() local
71 static inline void cart3d_to_sph(T const& x, T const& y, T const& z, T & lon, T & lat) in cart3d_to_sph()
84 calc_t const y = get<1>(point_3d); in cart3d_to_sph() local
152 CT const y = sin_dlon * cos_lat2; in spherical_azimuth() local
159 CT const y = sin_dlon * cos_lat1; in spherical_azimuth() local
/OK3568_Linux_fs/external/xserver/randr/
H A Drrpointer.c35 RRCrtcContainsPosition(RRCrtcPtr crtc, int x, int y) in RRCrtcContainsPosition()
55 RRPointerToNearestCrtc(DeviceIntPtr pDev, ScreenPtr pScreen, int x, int y, in RRPointerToNearestCrtc()
105 RRPointerMoved(ScreenPtr pScreen, int x, int y) in RRPointerMoved()
140 int x, y; in RRPointerScreenConfigured() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqdoublematrix4x4_p.h623 double x, y, z, w; variable
648 double x, y, z, w; variable
688 double x, y, w; variable
709 double x, y, w; variable
731 double x, y, w; variable
763 double x, y, w; variable
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dutil.h68 #define ROUNDUP_DIV(x, y) (__extension__({ \ argument
79 #define UDIV_ROUND_NEAREST(x, y) \ argument
84 #define ROUNDUP(x, y) ((((x) + (y) - 1) / (y)) * (y)) argument
85 #define ROUNDDOWN(x, y) (((x) / (y)) * (y)) argument
86 #define UDIV_ROUND_NEAREST(x, y) (((x) + ((y) / 2)) / (y)) argument
98 #define CONCAT(x, y) _CONCAT(x, y) argument
99 #define _CONCAT(x, y) x##y argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dutil.h68 #define ROUNDUP_DIV(x, y) (__extension__({ \ argument
79 #define UDIV_ROUND_NEAREST(x, y) \ argument
84 #define ROUNDUP(x, y) ((((x) + (y) - 1) / (y)) * (y)) argument
85 #define ROUNDDOWN(x, y) (((x) / (y)) * (y)) argument
86 #define UDIV_ROUND_NEAREST(x, y) (((x) + ((y) / 2)) / (y)) argument
98 #define CONCAT(x, y) _CONCAT(x, y) argument
99 #define _CONCAT(x, y) x##y argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dutil.h68 #define ROUNDUP_DIV(x, y) (__extension__({ \ argument
79 #define UDIV_ROUND_NEAREST(x, y) \ argument
84 #define ROUNDUP(x, y) ((((x) + (y) - 1) / (y)) * (y)) argument
85 #define ROUNDDOWN(x, y) (((x) / (y)) * (y)) argument
86 #define UDIV_ROUND_NEAREST(x, y) (((x) + ((y) / 2)) / (y)) argument
98 #define CONCAT(x, y) _CONCAT(x, y) argument
99 #define _CONCAT(x, y) x##y argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dutil.h68 #define ROUNDUP_DIV(x, y) (__extension__({ \ argument
79 #define UDIV_ROUND_NEAREST(x, y) \ argument
84 #define ROUNDUP(x, y) ((((x) + (y) - 1) / (y)) * (y)) argument
85 #define ROUNDDOWN(x, y) (((x) / (y)) * (y)) argument
86 #define UDIV_ROUND_NEAREST(x, y) (((x) + ((y) / 2)) / (y)) argument
98 #define CONCAT(x, y) _CONCAT(x, y) argument
99 #define _CONCAT(x, y) x##y argument
/OK3568_Linux_fs/kernel/arch/sparc/lib/
H A DU3memcpy.S27 #define EX_LD(x,y) x argument
30 #define EX_LD_FP(x,y) x argument
34 #define EX_ST(x,y) x argument
37 #define EX_ST_FP(x,y) x argument
/OK3568_Linux_fs/kernel/net/ceph/crush/
H A Dhash.c32 __u32 y = 1232; in crush_hash32_rjenkins1() local
42 __u32 y = 1232; in crush_hash32_rjenkins1_2() local
53 __u32 y = 1232; in crush_hash32_rjenkins1_3() local
66 __u32 y = 1232; in crush_hash32_rjenkins1_4() local
81 __u32 y = 1232; in crush_hash32_rjenkins1_5() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/
H A Dhypot.hpp27 T hypot_imp(T x, T y, const Policy& pol) in hypot_imp()
64 hypot(T1 x, T2 y) in hypot()
73 hypot(T1 x, T2 y, const Policy& pol) in hypot()
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dns16550.c25 #define serial_out(x, y) outb(x, (ulong)y) argument
26 #define serial_in(y) inb((ulong)y) argument
28 #define serial_out(x, y) out_be32(y, x) argument
29 #define serial_in(y) in_be32(y) argument
31 #define serial_out(x, y) out_le32(y, x) argument
32 #define serial_in(y) in_le32(y) argument
34 #define serial_out(x, y) writeb(x, y) argument
35 #define serial_in(y) readb(y) argument
/OK3568_Linux_fs/external/recovery/minui/
H A Dgraphics.c68 static bool outside(int x, int y) in outside()
79 void gr_font_size(int *x, int *y) in gr_font_size()
125 static uint32_t* pixel_at(GRSurface* surf, int x, int y, int row_pixels) in pixel_at()
163 void gr_text(int x, int y, const char *s) in gr_text()
201 void gr_texticon(int x, int y, GRSurface* icon) in gr_texticon()
243 int x, y; in gr_clear() local
272 for (int y = y1; y < y2; ++y) { in gr_fill() local
306 for (int y = 0; y < h; y += 1) { in gr_blit() local
/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/
H A Dm5249.h19 #define mbar_writeLong(x,y) *((volatile unsigned long *) (CONFIG_SYS_MBAR + x)) = y argument
20 #define mbar_writeShort(x,y) *((volatile unsigned short *) (CONFIG_SYS_MBAR + x)) = y argument
21 #define mbar_writeByte(x,y) *((volatile unsigned char *) (CONFIG_SYS_MBAR + x)) = y argument
23 #define mbar2_writeLong(x,y) *((volatile unsigned long *) (CONFIG_SYS_MBAR2 + x)) = y argument
24 #define mbar2_writeShort(x,y) *((volatile unsigned short *) (CONFIG_SYS_MBAR2 + x)) = y argument
25 #define mbar2_writeByte(x,y) *((volatile unsigned char *) (CONFIG_SYS_MBAR2 + x)) = y argument
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dg72x.c198 int y; in step_size() local
225 int quantize(int d, int y, short const *table, int size) in quantize()
271 int reconstruct(int sign, int dqln, int y) in reconstruct()
296 void update(int code_size, int y, int wi, int fi, int dq, int sr, in update()
499 int tandem_adjust_alaw(int sr, int se, int y, int i, int sign, short const *qtab) in tandem_adjust_alaw()
541 int tandem_adjust_ulaw(int sr, int se, int y, int i, int sign, short const *qtab) in tandem_adjust_ulaw()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/
H A Dadl_move_swap.hpp158 BOOST_MOVE_FORCEINLINE void swap_proxy(T& x, T& y, typename boost::move_detail::enable_if_c<!boost:… in swap_proxy()
168 BOOST_MOVE_FORCEINLINE void swap_proxy(T& x, T& y in swap_proxy() argument
175 BOOST_MOVE_FORCEINLINE void swap_proxy(T& x, T& y in swap_proxy() argument
188 BOOST_MOVE_FORCEINLINE void swap_proxy(T& x, T& y) in swap_proxy()
225 BOOST_MOVE_FORCEINLINE void adl_move_swap(T& x, T& y) in adl_move_swap()
H A Diterator.hpp119 BOOST_MOVE_FORCEINLINE friend bool operator==(const move_iterator& x, const move_iterator& y) in operator ==()
122 BOOST_MOVE_FORCEINLINE friend bool operator!=(const move_iterator& x, const move_iterator& y) in operator !=()
125 BOOST_MOVE_FORCEINLINE friend bool operator< (const move_iterator& x, const move_iterator& y) in operator <()
128 BOOST_MOVE_FORCEINLINE friend bool operator<=(const move_iterator& x, const move_iterator& y) in operator <=()
131 BOOST_MOVE_FORCEINLINE friend bool operator> (const move_iterator& x, const move_iterator& y) in operator >()
134 BOOST_MOVE_FORCEINLINE friend bool operator>=(const move_iterator& x, const move_iterator& y) in operator >=()
137 …T_MOVE_FORCEINLINE friend difference_type operator-(const move_iterator& x, const move_iterator& y) in operator -()
/OK3568_Linux_fs/kernel/arch/alpha/lib/
H A Ddivide.S62 #define DIV_ONLY(x,y...) x,##y argument
63 #define MOD_ONLY(x,y...) argument
70 #define DIV_ONLY(x,y...) argument
71 #define MOD_ONLY(x,y...) x,##y argument
H A Dev6-divide.S72 #define DIV_ONLY(x,y...) x,##y argument
73 #define MOD_ONLY(x,y...) argument
80 #define DIV_ONLY(x,y...) argument
81 #define MOD_ONLY(x,y...) x,##y argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/storage/
H A Dresource.cpp12 static std::string getQuadKey(int32_t x, int32_t y, int8_t z) { in getQuadKey()
23 static mapbox::geometry::point<double> getMercCoord(int32_t x, int32_t y, int8_t z) { in getMercCoord()
31 static std::string getTileBBox(int32_t x, int32_t y, int8_t z) { in getTileBBox()
97 int32_t y, in tile()

12345678910>>...83