Home
last modified time | relevance | path

Searched defs:a (Results 451 – 475 of 4185) sorted by relevance

1...<<11121314151617181920>>...168

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/crypto/
H A Daes-ccm.c83 static void aes_ccm_encr_start(size_t L, const u8 *nonce, u8 *a) in aes_ccm_encr_start()
92 u8 *a) in aes_ccm_encr()
116 static void aes_ccm_encr_auth(void *aes, size_t M, u8 *x, u8 *a, u8 *auth) in aes_ccm_encr_auth()
131 static void aes_ccm_decr_auth(void *aes, size_t M, u8 *a, const u8 *auth, u8 *t) in aes_ccm_decr_auth()
153 u8 x[AES_BLOCK_SIZE], a[AES_BLOCK_SIZE]; in aes_ccm_ae() local
183 u8 x[AES_BLOCK_SIZE], a[AES_BLOCK_SIZE]; in aes_ccm_ad() local
/OK3568_Linux_fs/kernel/lib/
H A Dmemneq.c68 __crypto_memneq_generic(const void *a, const void *b, size_t size) in __crypto_memneq_generic()
92 static inline unsigned long __crypto_memneq_16(const void *a, const void *b) in __crypto_memneq_16()
156 noinline unsigned long __crypto_memneq(const void *a, const void *b, in __crypto_memneq()
/OK3568_Linux_fs/kernel/tools/testing/scatterlist/linux/
H A Dmm.h33 #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (typeof(x))(a) - 1) argument
35 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) argument
36 #define ALIGN_DOWN(x, a) __ALIGN_KERNEL((x) - ((a) - 1), (a)) argument
62 #define ___PASTE(a,b) a##b argument
63 #define __PASTE(a,b) ___PASTE(a,b) argument
126 #define kmemleak_alloc(a, b, c, d) argument
127 #define kmemleak_free(a) argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvhw/class/
H A Dclc37d.h204 #define NVC37D_SOR_SET_CONTROL(a) (0x00000300 + (a)*0… argument
232 #define NVC37D_WINDOW_SET_CONTROL(a) (0x00001000 + (a)*0… argument
245 #define NVC37D_WINDOW_SET_WINDOW_FORMAT_USAGE_BOUNDS(a) (0x00001004 + (a)*0… argument
297 #define NVC37D_WINDOW_SET_WINDOW_ROTATED_FORMAT_USAGE_BOUNDS(a) (0x00001008 + (a)*0… argument
349 #define NVC37D_WINDOW_SET_WINDOW_USAGE_BOUNDS(a) (0x00001010 + (a)*0… argument
362 #define NVC37D_HEAD_SET_PROCAMP(a) (0x00002000 + (a)*0… argument
383 #define NVC37D_HEAD_SET_CONTROL_OUTPUT_RESOURCE(a) (0x00002004 + (a)*0… argument
408 #define NVC37D_HEAD_SET_PIXEL_CLOCK_FREQUENCY(a) (0x0000200C + (a)*0… argument
413 #define NVC37D_HEAD_SET_DITHER_CONTROL(a) (0x00002018 + (a)*0… argument
432 #define NVC37D_HEAD_SET_PIXEL_CLOCK_FREQUENCY_MAX(a) (0x00002028 + (a)*0… argument
[all …]
H A Dcl917d.h28 #define NV917D_SOR_SET_CONTROL(a) (0x00000200 + (a)*0… argument
51 #define NV917D_HEAD_SET_CONTROL_CURSOR(a) (0x00000480 + (a)*0… argument
69 #define NV917D_HEAD_SET_OFFSET_CURSOR(a) (0x00000484 + (a)*0… argument
71 #define NV917D_HEAD_SET_CONTEXT_DMA_CURSOR(a) (0x0000048C + (a)*0… argument
73 #define NV917D_HEAD_SET_DITHER_CONTROL(a) (0x000004A0 + (a)*0… argument
88 #define NV917D_HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS(a) (0x000004D0 + (a)*0… argument
/OK3568_Linux_fs/u-boot/arch/sh/include/asm/
H A Dio.h33 #define __arch_getb(a) (*(volatile unsigned char *)(a)) argument
34 #define __arch_getw(a) (*(volatile unsigned short *)(a)) argument
35 #define __arch_getl(a) (*(volatile unsigned int *)(a)) argument
37 #define __arch_putb(v, a) (*(volatile unsigned char *)(a) = (v)) argument
38 #define __arch_putw(v, a) (*(volatile unsigned short *)(a) = (v)) argument
39 #define __arch_putl(v, a) (*(volatile unsigned int *)(a) = (v)) argument
49 #define __raw_writeb(v, a) __arch_putb(v, a) argument
50 #define __raw_writew(v, a) __arch_putw(v, a) argument
51 #define __raw_writel(v, a) __arch_putl(v, a) argument
53 #define __raw_readb(a) __arch_getb(a) argument
[all …]
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_ipt.c77 static void tcf_ipt_release(struct tc_action *a) in tcf_ipt_release()
96 struct nlattr *est, struct tc_action **a, in __tcf_ipt_init()
204 struct nlattr *est, struct tc_action **a, int ovr, in tcf_ipt_init()
213 struct nlattr *est, struct tc_action **a, int ovr, in tcf_xt_init()
221 static int tcf_ipt_act(struct sk_buff *skb, const struct tc_action *a, in tcf_ipt_act()
273 static int tcf_ipt_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_ipt_dump()
328 static int tcf_ipt_search(struct net *net, struct tc_action **a, u32 index) in tcf_ipt_search()
377 static int tcf_xt_search(struct net *net, struct tc_action **a, u32 index) in tcf_xt_search()
H A Dact_vlan.c22 static int tcf_vlan_act(struct sk_buff *skb, const struct tc_action *a, in tcf_vlan_act()
116 struct nlattr *est, struct tc_action **a, in tcf_vlan_init()
275 static void tcf_vlan_cleanup(struct tc_action *a) in tcf_vlan_cleanup()
285 static int tcf_vlan_dump(struct sk_buff *skb, struct tc_action *a, in tcf_vlan_dump()
346 static void tcf_vlan_stats_update(struct tc_action *a, u64 bytes, u64 packets, in tcf_vlan_stats_update()
356 static int tcf_vlan_search(struct net *net, struct tc_action **a, u32 index) in tcf_vlan_search()
H A Dact_skbedit.c26 static int tcf_skbedit_act(struct sk_buff *skb, const struct tc_action *a, in tcf_skbedit_act()
76 static void tcf_skbedit_stats_update(struct tc_action *a, u64 bytes, in tcf_skbedit_stats_update()
98 struct nlattr *est, struct tc_action **a, in tcf_skbedit_init()
237 static int tcf_skbedit_dump(struct sk_buff *skb, struct tc_action *a, in tcf_skbedit_dump()
292 static void tcf_skbedit_cleanup(struct tc_action *a) in tcf_skbedit_cleanup()
312 static int tcf_skbedit_search(struct net *net, struct tc_action **a, u32 index) in tcf_skbedit_search()
/OK3568_Linux_fs/kernel/include/linux/
H A Dutil_macros.h5 #define __find_closest(x, a, as, op) \ argument
27 #define find_closest(x, a, as) __find_closest(x, a, as, <=) argument
39 #define find_closest_descending(x, a, as) __find_closest(x, a, as, >=) argument
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dldcw.h16 #define __ldcw_align(a) ({ \ argument
34 #define __ldcw_align(a) (&(a)->slock) argument
47 #define __ldcw(a) ({ \ argument
/OK3568_Linux_fs/kernel/arch/mips/lib/
H A Dmulti3.c15 static inline long long notrace dmulu(long long a, long long b) in dmulu()
24 static inline long long notrace dmuhu(long long a, long long b) in dmuhu()
33 ti_type notrace __multi3(ti_type a, ti_type b) in __multi3()
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Dmmu_hvm.c23 struct xen_hvm_get_mem_type a = { in xen_oldmem_pfn_is_ram() local
49 struct xen_hvm_pagetable_dying a; in xen_hvm_exit_mmap() local
60 struct xen_hvm_pagetable_dying a; in is_pagetable_dying_supported() local
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Daffinity.c24 int affinity__setup(struct affinity *a) in affinity__setup()
48 void affinity__set(struct affinity *a, int cpu) in affinity__set()
65 void affinity__cleanup(struct affinity *a) in affinity__cleanup()
/OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/
H A Dbttv.h268 #define _MUXSELf(a) 0##a << 30 argument
269 #define _MUXSELe(a, b...) 0##a << 28 | _MUXSELf(b) argument
270 #define _MUXSELd(a, b...) 0##a << 26 | _MUXSELe(b) argument
271 #define _MUXSELc(a, b...) 0##a << 24 | _MUXSELd(b) argument
272 #define _MUXSELb(a, b...) 0##a << 22 | _MUXSELc(b) argument
273 #define _MUXSELa(a, b...) 0##a << 20 | _MUXSELb(b) argument
274 #define _MUXSEL9(a, b...) 0##a << 18 | _MUXSELa(b) argument
275 #define _MUXSEL8(a, b...) 0##a << 16 | _MUXSEL9(b) argument
276 #define _MUXSEL7(a, b...) 0##a << 14 | _MUXSEL8(b) argument
277 #define _MUXSEL6(a, b...) 0##a << 12 | _MUXSEL7(b) argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/common/
H A Dshapes.h219 inline bool cmp(const Point* a, const Point* b) in cmp()
261 inline double Dot(const Point& a, const Point& b) in Dot()
267 inline double Cross(const Point& a, const Point& b) in Cross()
274 inline Point Cross(const Point& a, double s) in Cross()
281 inline Point Cross(const double s, const Point& a) in Cross()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_osdep.h13 #define wr32(a, reg, value) writel((value), ((a)->hw_addr + (reg))) argument
14 #define rd32(a, reg) readl((a)->hw_addr + (reg)) argument
15 #define wr64(a, reg, value) writeq((value), ((a)->hw_addr + (reg))) argument
16 #define rd64(a, reg) readq((a)->hw_addr + (reg)) argument
18 #define ice_flush(a) rd32((a), GLGEN_STAT) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmat4.cpp50 bool invert(mat4& out, mat4& a) { in invert()
140 void copy(mat4& out, const mat4& a) { in copy()
159 void translate(mat4& out, const mat4& a, double x, double y, double z) { in translate()
185 void rotate_x(mat4& out, const mat4& a, double rad) { in rotate_x()
219 void rotate_y(mat4& out, const mat4& a, double rad) { in rotate_y()
253 void rotate_z(mat4& out, const mat4& a, double rad) { in rotate_z()
287 void scale(mat4& out, const mat4& a, double x, double y, double z) { in scale()
306 void multiply(mat4& out, const mat4& a, const mat4& b) { in multiply()
338 void transformMat4(vec4& out, const vec4& a, const mat4& m) { in transformMat4()
/OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/
H A Dio.h37 #define memset_io(a,b,c) memset((void *)(a),(b),(c)) argument
38 #define memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument
39 #define memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument
115 #define outsb(a,b,l) io_outsb(a,b,l) argument
116 #define outsw(a,b,l) io_outsw(a,b,l) argument
117 #define outsl(a,b,l) io_outsl(a,b,l) argument
119 #define insb(a,b,l) io_insb(a,b,l) argument
120 #define insw(a,b,l) io_insw(a,b,l) argument
121 #define insl(a,b,l) io_insl(a,b,l) argument
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-g2d/
H A Dg2d-hw.c14 #define w(x, a) writel((x), d->regs + (a)) argument
15 #define r(a) readl(d->regs + (a)) argument
43 void g2d_set_src_addr(struct g2d_dev *d, dma_addr_t a) in g2d_set_src_addr()
68 void g2d_set_dst_addr(struct g2d_dev *d, dma_addr_t a) in g2d_set_dst_addr()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgscan.h49 #define wl_escan_set_sync_id(a, b) ((a) = (b)->escan_info.cur_sync_id) argument
50 #define wl_escan_set_type(a, b) ((a)->escan_info.escan_type\ argument
53 #define wl_escan_set_sync_id(a, b) ((a) = htod16((b)->escan_sync_id_cntr++)) argument
54 #define wl_escan_set_type(a, b) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgscan.h49 #define wl_escan_set_sync_id(a, b) ((a) = (b)->escan_info.cur_sync_id) argument
50 #define wl_escan_set_type(a, b) ((a)->escan_info.escan_type\ argument
53 #define wl_escan_set_sync_id(a, b) ((a) = htod16((b)->escan_sync_id_cntr++)) argument
54 #define wl_escan_set_type(a, b) argument
/OK3568_Linux_fs/u-boot/post/lib_powerpc/fpu/
H A Ddarwin-ldouble.c42 #define nonfinite(a) unlikely(!isless(fabs(a), inf())) argument
50 long double __gcc_qadd(double a, double aa, double c, double cc) in __gcc_qadd()
85 long double __gcc_qsub(double a, double b, double c, double d) in __gcc_qsub()
90 long double __gcc_qmul(double a, double b, double c, double d) in __gcc_qmul()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dconstruct_in_place.hpp34 BOOST_CONTAINER_FORCEINLINE void construct_in_place(Allocator &a, T* dest, InpIt source) in construct_in_place()
38 BOOST_CONTAINER_FORCEINLINE void construct_in_place(Allocator &a, T *dest, value_init_construct_ite… in construct_in_place()
47 BOOST_CONTAINER_FORCEINLINE void construct_in_place(Allocator &a, T *dest, default_init_construct_i… in construct_in_place()
56 BOOST_CONTAINER_FORCEINLINE void construct_in_place(Allocator &a, T *dest, emplace_iterator<U, EF, … in construct_in_place()
/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_rsa.c111 static void subM(const IAvbKey* key, uint32_t* a) { in subM()
122 static int geM(const IAvbKey* key, uint32_t* a) { in geM()
139 const uint32_t a, in montMulAdd()
162 static void montMul(const IAvbKey* key, uint32_t* c, uint32_t* a, uint32_t* b) { in montMul()
176 uint32_t* a = (uint32_t*)avb_malloc(key->len * sizeof(uint32_t)); in modpowF4() local

1...<<11121314151617181920>>...168