Home
last modified time | relevance | path

Searched defs:y (Results 101 – 125 of 2073) sorted by relevance

12345678910>>...83

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/crypto/
H A Dsha256-internal.c69 #define RORc(x, y) \ argument
72 #define Ch(x,y,z) (z ^ (x & (y ^ z))) argument
73 #define Maj(x,y,z) (((x | y) & z) | (x & y)) argument
81 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/crypto/
H A Dsha256-internal.c70 #define RORc(x, y) \ argument
73 #define Ch(x,y,z) (z ^ (x & (y ^ z))) argument
74 #define Maj(x,y,z) (((x | y) & z) | (x & y)) argument
82 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/crypto/
H A Dsha256-internal.c70 #define RORc(x, y) \ argument
73 #define Ch(x,y,z) (z ^ (x & (y ^ z))) argument
74 #define Maj(x,y,z) (((x | y) & z) | (x & y)) argument
82 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/crypto/
H A Dsha256-internal.c69 #define RORc(x, y) \ argument
72 #define Ch(x,y,z) (z ^ (x & (y ^ z))) argument
73 #define Maj(x,y,z) (((x | y) & z) | (x & y)) argument
81 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/crypto/
H A Dsha256-internal.c69 #define RORc(x, y) \ argument
72 #define Ch(x,y,z) (z ^ (x & (y ^ z))) argument
73 #define Maj(x,y,z) (((x | y) & z) | (x & y)) argument
81 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/crypto/
H A Dsha256-internal.c69 #define RORc(x, y) \ argument
72 #define Ch(x,y,z) (z ^ (x & (y ^ z))) argument
73 #define Maj(x,y,z) (((x | y) & z) | (x & y)) argument
81 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Darray.hpp158 void swap (array<T,N>& y) { in swap()
324 bool operator== (const array<T,N>& x, const array<T,N>& y) { in operator ==()
328 bool operator< (const array<T,N>& x, const array<T,N>& y) { in operator <()
332 bool operator!= (const array<T,N>& x, const array<T,N>& y) { in operator !=()
336 bool operator> (const array<T,N>& x, const array<T,N>& y) { in operator >()
340 bool operator<= (const array<T,N>& x, const array<T,N>& y) { in operator <=()
344 bool operator>= (const array<T,N>& x, const array<T,N>& y) { in operator >=()
350 inline void swap (array<T,N>& x, array<T,N>& y) { in swap()
/OK3568_Linux_fs/kernel/drivers/net/mdio/
H A Dmdio-mux-mmioreg.c54 uint8_t x, y; in mdio_mux_mmioreg_switch_fn() local
66 uint16_t x, y; in mdio_mux_mmioreg_switch_fn() local
78 uint32_t x, y; in mdio_mux_mmioreg_switch_fn() local
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dasmmacro.h50 # define EX(y,x...) \ argument
53 # define EXCLR(y,x...) \ argument
64 # define MCA_RECOVER_RANGE(y) \ argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/
H A Dgeojsonvt.hpp58 inline uint64_t toID(uint8_t z, uint32_t x, uint32_t y) { in toID()
65 uint32_t y, in geoJSONToTile()
109 const Tile& getTile(const uint8_t z, const uint32_t x_, const uint32_t y) { in getTile()
152 findParent(const uint8_t z, const uint32_t x, const uint32_t y) { in findParent()
173 const uint32_t y, in splitTile()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/
H A Dc_tree.c354 _base_ptr y = z; in _c_rb_tree_rebalance_for_erase() local
591 static c_iterator _A_insert(c_prb_tree thiz, _base_ptr x, _base_ptr y, const value_type val) in _A_insert()
640 _base_ptr y = _A_clone_node(x); in _A_copy() local
656 _base_ptr y; in _A_erase() local
753 _base_ptr y = thiz->_A_header; in c_rb_tree_insert_unique() local
782 _base_ptr y = thiz->_A_header; in c_rb_tree_insert_equal() local
889 _base_ptr y = _c_rb_tree_rebalance_for_erase(position._i, in c_rb_tree_erase() local
937 _base_ptr y = thiz->_A_header; in c_rb_tree_find() local
966 _base_ptr y = thiz->_A_header; in c_rb_tree_lower_bound() local
983 _base_ptr y = thiz->_A_header; in c_rb_tree_upper_bound() local
/OK3568_Linux_fs/kernel/arch/mips/math-emu/
H A Dsp_fmin.c18 union ieee754sp ieee754sp_fmin(union ieee754sp x, union ieee754sp y) in ieee754sp_fmin()
144 union ieee754sp ieee754sp_fmina(union ieee754sp x, union ieee754sp y) in ieee754sp_fmina()
H A Dsp_fmax.c18 union ieee754sp ieee754sp_fmax(union ieee754sp x, union ieee754sp y) in ieee754sp_fmax()
144 union ieee754sp ieee754sp_fmaxa(union ieee754sp x, union ieee754sp y) in ieee754sp_fmaxa()
H A Ddp_fmax.c18 union ieee754dp ieee754dp_fmax(union ieee754dp x, union ieee754dp y) in ieee754dp_fmax()
144 union ieee754dp ieee754dp_fmaxa(union ieee754dp x, union ieee754dp y) in ieee754dp_fmaxa()
H A Ddp_fmin.c18 union ieee754dp ieee754dp_fmin(union ieee754dp x, union ieee754dp y) in ieee754dp_fmin()
144 union ieee754dp ieee754dp_fmina(union ieee754dp x, union ieee754dp y) in ieee754dp_fmina()
H A Ddp_simple.c14 union ieee754dp y; in ieee754dp_neg() local
32 union ieee754dp y; in ieee754dp_abs() local
H A Dsp_simple.c14 union ieee754sp y; in ieee754sp_neg() local
32 union ieee754sp y; in ieee754sp_abs() local
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmcs_shadow_fields.h6 #define SHADOW_FIELD_RO(x, y) argument
9 #define SHADOW_FIELD_RW(x, y) argument
/OK3568_Linux_fs/external/xserver/miext/shadow/
H A DshrotpackYX.h37 #define WINSTART(x,y) (((pScreen->height - 1) - y) + (x * winStride)) argument
44 #define WINSTART(x,y) (((pScreen->width - 1 - x) * winStride) + y) argument
68 int x, y, w, h; in FUNC() local
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_opr_v6.h22 #define S5P_MFC_DEC_MV_SIZE_V6(x, y) (MB_WIDTH(x) * \ argument
24 #define S5P_MFC_DEC_MV_SIZE_V10(x, y) (MB_WIDTH(x) * \ argument
29 #define s5p_mfc_dec_hevc_mv_size(x, y) \ argument
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbline.c33 int x, y; in fbZeroLine() local
61 int x, y; in fbZeroSegment() local
78 int x, y; in fbFixCoordModePrevious() local
/OK3568_Linux_fs/kernel/crypto/
H A Drmd256.c35 #define F1(x, y, z) (x ^ y ^ z) /* XOR */ argument
36 #define F2(x, y, z) (z ^ (x & (y ^ z))) /* x ? y : z */ argument
37 #define F3(x, y, z) ((x | ~y) ^ z) argument
38 #define F4(x, y, z) (y ^ (z & (x ^ y))) /* z ? x : y */ argument
H A Drmd128.c35 #define F1(x, y, z) (x ^ y ^ z) /* XOR */ argument
36 #define F2(x, y, z) (z ^ (x & (y ^ z))) /* x ? y : z */ argument
37 #define F3(x, y, z) ((x | ~y) ^ z) argument
38 #define F4(x, y, z) (y ^ (z & (x ^ y))) /* z ? x : y */ argument
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Ddebug.h103 # define ERR_PRINTF2(x, y) printf(x, y) argument
110 # define DECODE_PRINTF2(x,y) if (DEBUG_DECODE()) \ argument
123 #define SAVE_IP_CS(x,y) \ argument
132 # define DECODE_PRINTF2(x,y) argument
133 # define SAVE_IP_CS(x,y) argument
/OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/
H A Dchecklist.c54 int y, int x, int height) in print_arrows()
92 int y = height - 2; in print_buttons() local
108 int i, x, y, box_x, box_y; in dialog_checklist() local

12345678910>>...83