| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | ima_rw.c | 70 int n, /* samples to decode PER channel, REQUIRE n % 8 == 1 */ in ImaExpandS() 137 int n /* samples to decode PER channel, REQUIRE n % 8 == 1 */ in lsx_ima_block_expand_i() 150 int n /* samples to decode PER channel, REQUIRE n % 8 == 1 */ in lsx_ima_block_expand_m() 163 int n, /* samples to encode PER channel, REQUIRE n % 8 == 1 */ in ImaMashS() 249 int n, /* samples to encode PER channel, REQUIRE n % 8 == 1 */ in ImaMashChannel() 301 int n, /* samples to encode PER channel, REQUIRE n % 8 == 1 */ in lsx_ima_block_mash_i() 327 size_t m, n; in lsx_ima_samples_in() local 357 size_t n; in lsx_ima_bytes_per_block() local
|
| H A D | fft4g.c | 323 void cdft(int n, int isgn, double *a, int *ip, double *w) in cdft() 345 void rdft(int n, int isgn, double *a, int *ip, double *w) in rdft() 388 void ddct(int n, int isgn, double *a, int *ip, double *w) in ddct() 442 void ddst(int n, int isgn, double *a, int *ip, double *w) in ddst() 496 void dfct(int n, double *a, double *t, int *ip, double *w) in dfct() 589 void dfst(int n, double *a, double *t, int *ip, double *w) in dfst() 727 static void bitrv2(int n, int *ip0, double *a) in bitrv2() 828 static void bitrv2conj(int n, int *ip0, double *a) in bitrv2conj() 938 static void cftfsub(int n, double *a, double const *w) in cftfsub() 988 static void cftbsub(int n, double *a, double const *w) in cftbsub() [all …]
|
| H A D | fifo.h | 42 UNUSED static void * fifo_reserve(fifo_t * f, FIFO_SIZE_T n) in fifo_reserve() 67 UNUSED static void * fifo_write(fifo_t * f, FIFO_SIZE_T n, void const * data) in fifo_write() 75 UNUSED static void fifo_trim_to(fifo_t * f, FIFO_SIZE_T n) in fifo_trim_to() 81 UNUSED static void fifo_trim_by(fifo_t * f, FIFO_SIZE_T n) in fifo_trim_by() 92 UNUSED static void * fifo_read(fifo_t * f, FIFO_SIZE_T n, void * data) in fifo_read()
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | rk_list.h | 496 #define list_for_each_safe(pos, n, head) \ argument 506 #define list_for_each_prev_safe(pos, n, head) \ argument 591 #define list_for_each_entry_safe(pos, n, head, member) \ argument 607 #define list_for_each_entry_safe_continue(pos, n, head, member) \ argument 623 #define list_for_each_entry_safe_from(pos, n, head, member) \ argument 638 #define list_for_each_entry_safe_reverse(pos, n, head, member) \ argument 656 #define list_safe_reset_next(pos, n, member) \ argument 693 static inline void __hlist_del(struct hlist_node *n) in __hlist_del() 709 static inline void hlist_del(struct hlist_node *n) in hlist_del() 722 static inline void hlist_del_init(struct hlist_node *n) in hlist_del_init() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | head_32.h | 296 #define START_EXCEPTION(n, label) \ argument 308 #define EXCEPTION(n, label, hdlr, xfer) \ argument 322 #define EXC_XFER_STD(n, hdlr) \ argument 326 #define EXC_XFER_LITE(n, hdlr) \ argument
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | usercopy.c | 103 static bool overlaps(const unsigned long ptr, unsigned long n, in overlaps() 118 unsigned long n, bool to_user) in check_kernel_text_object() 147 static inline void check_bogus_address(const unsigned long ptr, unsigned long n, in check_bogus_address() 160 static inline void check_page_span(const void *ptr, unsigned long n, in check_page_span() 223 static inline void check_heap_object(const void *ptr, unsigned long n, in check_heap_object() 256 void __check_object_size(const void *ptr, unsigned long n, bool to_user) in __check_object_size()
|
| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | pxa930_trkball.c | 29 #define TBCR_Y_FLT(n) (((n) & 0xf) << 6) argument 30 #define TBCR_X_FLT(n) (((n) & 0xf) << 2) argument 32 #define TBCNTR_YM(n) (((n) >> 24) & 0xff) argument 33 #define TBCNTR_YP(n) (((n) >> 16) & 0xff) argument 34 #define TBCNTR_XM(n) (((n) >> 8) & 0xff) argument 35 #define TBCNTR_XP(n) ((n) & 0xff) argument
|
| /OK3568_Linux_fs/kernel/drivers/rapidio/switches/ |
| H A D | tsi57x.c | 26 #define SPP_ROUTE_CFG_DESTID(n) (0x11070 + 0x100*n) argument 27 #define SPP_ROUTE_CFG_PORT(n) (0x11074 + 0x100*n) argument 29 #define TSI578_SP_MODE(n) (0x11004 + n*0x100) argument 34 #define TSI578_SP_CTL_INDEP(n) (0x13004 + n*0x100) argument 35 #define TSI578_SP_LUT_PEINF(n) (0x13010 + n*0x100) argument 36 #define TSI578_SP_CS_TX(n) (0x13014 + n*0x100) argument 37 #define TSI578_SP_INT_STATUS(n) (0x13018 + n*0x100) argument
|
| /OK3568_Linux_fs/kernel/security/keys/ |
| H A D | proc.c | 64 static struct rb_node *key_serial_next(struct seq_file *p, struct rb_node *n) in key_serial_next() 81 struct rb_node *n = key_serial_tree.rb_node; in find_ge_key() local 129 static inline key_serial_t key_node_serial(struct rb_node *n) in key_node_serial() 137 struct rb_node *n; in proc_keys_next() local 252 static struct rb_node *__key_user_next(struct user_namespace *user_ns, struct rb_node *n) in __key_user_next() 263 static struct rb_node *key_user_next(struct user_namespace *user_ns, struct rb_node *n) in key_user_next() 270 struct rb_node *n = rb_first(r); in key_user_first() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/ |
| H A D | register_functions_iterate.hpp | 7 #define n BOOST_PP_ITERATION() macro 30 typedef BOOST_PP_CAT(p, n)(*type)(BOOST_PP_ENUM_PARAMS(n, p)); typedef 39 typedef BOOST_PP_CAT(p, n)(*type)(BOOST_PP_ENUM_PARAMS(n, p) ...); typedef 66 typedef BOOST_PP_CAT(p, n)(&type)(BOOST_PP_ENUM_PARAMS(n, p)); typedef 75 typedef BOOST_PP_CAT(p, n)(&type)(BOOST_PP_ENUM_PARAMS(n, p) ...); typedef 100 typedef BOOST_PP_CAT(p, n)(type)(BOOST_PP_ENUM_PARAMS(n, p)); typedef 109 typedef BOOST_PP_CAT(p, n)(type)(BOOST_PP_ENUM_PARAMS(n, p) ...); typedef
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | list.h | 388 #define list_for_each_safe(pos, n, head) \ argument 398 #define list_for_each_prev_safe(pos, n, head) \ argument 483 #define list_for_each_entry_safe(pos, n, head, member) \ argument 499 #define list_for_each_entry_safe_continue(pos, n, head, member) \ argument 515 #define list_for_each_entry_safe_from(pos, n, head, member) \ argument 530 #define list_for_each_entry_safe_reverse(pos, n, head, member) \ argument 570 static inline void __hlist_del(struct hlist_node *n) in __hlist_del() 579 static inline void hlist_del(struct hlist_node *n) in hlist_del() 586 static inline void hlist_del_init(struct hlist_node *n) in hlist_del_init() 594 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() [all …]
|
| /OK3568_Linux_fs/kernel/lib/mpi/ |
| H A D | mpicoder.c | 261 unsigned int n = mpi_get_size(a); in mpi_read_buffer() local 313 unsigned int n; in mpi_get_buffer() local 365 unsigned int n = mpi_get_size(a); in mpi_write_to_sgl() local 525 static void twocompl(unsigned char *p, unsigned int n) in twocompl() 581 unsigned int n; in mpi_print() local 621 unsigned int n = (nbits + 7)/8; in mpi_print() local 642 unsigned int n = (nbits + 7)/8; in mpi_print() local 669 unsigned int n; in mpi_print() local 712 unsigned int n = 0; in mpi_print() local
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | div64.h | 43 # define do_div(n,base) ({ \ argument 69 #define __div64_const32(n, ___b) \ argument 175 static inline uint64_t __arch_xprod_64(const uint64_t m, uint64_t n, bool bias) in __arch_xprod_64() 223 # define do_div(n,base) ({ \ argument
|
| H A D | cmpxchg.h | 96 #define cmpxchg_local(ptr, o, n) ({ \ argument 103 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 106 #define cmpxchg(ptr, o, n) cmpxchg_local((ptr), (o), (n)) argument 107 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/ |
| H A D | clock_sun4i.h | 186 #define AHB_GATE_OFFSET_MMC(n) (AHB_GATE_OFFSET_MMC0 + (n)) argument 213 #define CCM_PLL3_CTRL_M(n) (((n) & 0x7f) << 0) argument 217 #define CCM_PLL5_CTRL_M(n) (((n) & 0x3) << 0) argument 219 #define CCM_PLL5_CTRL_M_X(n) ((n) - 1) argument 220 #define CCM_PLL5_CTRL_M1(n) (((n) & 0x3) << 2) argument 222 #define CCM_PLL5_CTRL_M1_X(n) ((n) - 1) argument 223 #define CCM_PLL5_CTRL_K(n) (((n) & 0x3) << 4) argument 226 #define CCM_PLL5_CTRL_K_X(n) ((n) - 1) argument 228 #define CCM_PLL5_CTRL_N(n) (((n) & 0x1f) << 8) argument 231 #define CCM_PLL5_CTRL_N_X(n) (n) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/qcom/camss/ |
| H A D | camss-vfe-4-1.c | 48 #define VFE_0_IRQ_MASK_0_RDIn_REG_UPDATE(n) BIT((n) + 5) argument 49 #define VFE_0_IRQ_MASK_0_line_n_REG_UPDATE(n) \ argument 51 #define VFE_0_IRQ_MASK_0_IMAGE_MASTER_n_PING_PONG(n) BIT((n) + 8) argument 52 #define VFE_0_IRQ_MASK_0_IMAGE_COMPOSITE_DONE_n(n) BIT((n) + 25) argument 58 #define VFE_0_IRQ_MASK_1_IMAGE_MASTER_n_BUS_OVERFLOW(n) BIT((n) + 9) argument 59 #define VFE_0_IRQ_MASK_1_RDIn_SOF(n) BIT((n) + 29) argument 66 #define VFE_0_IRQ_STATUS_0_RDIn_REG_UPDATE(n) BIT((n) + 5) argument 67 #define VFE_0_IRQ_STATUS_0_line_n_REG_UPDATE(n) \ argument 69 #define VFE_0_IRQ_STATUS_0_IMAGE_MASTER_n_PING_PONG(n) BIT((n) + 8) argument 70 #define VFE_0_IRQ_STATUS_0_IMAGE_COMPOSITE_DONE_n(n) BIT((n) + 25) argument [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | dram_spec_timing.h | 88 #define DDR3_CL(n) (((((n) - 4) & 0x7) << 4)\ argument 90 #define DDR3_WR(n) (((n) & 0x7) << 9) argument 97 #define DDR3_MR1_AL(n) (((n) & 0x3) << 3) argument 110 #define DDR3_MR2_CWL(n) ((((n) - 5) & 0x7) << 3) argument 137 #define LPDDR2_N_WR(n) (((n) - 2) << 5) argument 212 #define LPDDR3_N_WR(n) ((n) << 5) argument 399 #define DDR4_WR_RTP(n) ((n) << 9) argument 400 #define DDR4_CL(n) ((((n) & 0xe) << 3) | ((n) & 1) << 2) argument 401 #define DDR4_DLL_RESET(n) ((n) << 8) argument 421 #define DDR4_MR2_CWL(n) ((n) << 3) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/leds/trigger/ |
| H A D | ledtrig-backlight.c | 31 struct bl_trig_notifier *n = container_of(p, in fb_notifier_callback() local 63 struct bl_trig_notifier *n = led_trigger_get_drvdata(dev); in bl_trig_invert_show() local 72 struct bl_trig_notifier *n = led_trigger_get_drvdata(dev); in bl_trig_invert_store() local 105 struct bl_trig_notifier *n; in bl_trig_activate() local 126 struct bl_trig_notifier *n = led_get_trigger_data(led); in bl_trig_deactivate() local
|
| /OK3568_Linux_fs/kernel/fs/qnx6/ |
| H A D | qnx6.h | 78 static inline __u64 fs64_to_cpu(struct qnx6_sb_info *sbi, __fs64 n) in fs64_to_cpu() 86 static inline __fs64 cpu_to_fs64(struct qnx6_sb_info *sbi, __u64 n) in cpu_to_fs64() 94 static inline __u32 fs32_to_cpu(struct qnx6_sb_info *sbi, __fs32 n) in fs32_to_cpu() 102 static inline __fs32 cpu_to_fs32(struct qnx6_sb_info *sbi, __u32 n) in cpu_to_fs32() 110 static inline __u16 fs16_to_cpu(struct qnx6_sb_info *sbi, __fs16 n) in fs16_to_cpu() 118 static inline __fs16 cpu_to_fs16(struct qnx6_sb_info *sbi, __u16 n) in cpu_to_fs16()
|
| /OK3568_Linux_fs/kernel/security/selinux/ss/ |
| H A D | ebitmap.h | 48 struct ebitmap_node **n) in ebitmap_start_positive() 66 struct ebitmap_node **n, in ebitmap_next_positive() 88 static inline int ebitmap_node_get_bit(struct ebitmap_node *n, in ebitmap_node_get_bit() 100 static inline void ebitmap_node_set_bit(struct ebitmap_node *n, in ebitmap_node_set_bit() 110 static inline void ebitmap_node_clr_bit(struct ebitmap_node *n, in ebitmap_node_clr_bit() 120 #define ebitmap_for_each_positive_bit(e, n, bit) \ argument
|
| H A D | ebitmap.c | 55 struct ebitmap_node *n, *new, *prev; in ebitmap_cpy() local 83 struct ebitmap_node *n; in ebitmap_and() local 263 struct ebitmap_node *n; in ebitmap_get_bit() local 280 struct ebitmap_node *n, *prev, *new; in ebitmap_set_bit() local 348 struct ebitmap_node *n, *temp; in ebitmap_destroy() local 367 struct ebitmap_node *n = NULL; in ebitmap_read() local 473 struct ebitmap_node *n; in ebitmap_write() local
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-lpc32xx/ |
| H A D | uart.h | 56 #define HSUART_CTRL_HSU_OFFSET(n) ((n) << 9) argument 91 #define UART_CLKMODE_STATX(n) (1 << ((n) + 16)) argument 93 #define UART_CLKMODE_MASK(n) (0x3 << (2 * (n) - 2)) argument 94 #define UART_CLKMODE_AUTO(n) (0x2 << (2 * (n) - 2)) argument 95 #define UART_CLKMODE_ON(n) (0x1 << (2 * (n) - 2)) argument 96 #define UART_CLKMODE_OFF(n) (0x0 << (2 * (n) - 2)) argument 99 #define UART_LOOPBACK(n) (1 << ((n) - 1)) argument
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | div64.h | 28 # define do_div(n,base) ({ \ argument 54 #define __div64_const32(n, ___b) \ argument 160 static inline uint64_t __arch_xprod_64(const uint64_t m, uint64_t n, bool bias) in __arch_xprod_64() 204 # define do_div(n,base) ({ \ argument
|
| /OK3568_Linux_fs/kernel/kernel/power/ |
| H A D | main.c | 107 const char *buf, size_t n) in pm_async_store() 147 static suspend_state_t decode_suspend_state(const char *buf, size_t n) in decode_suspend_state() 167 const char *buf, size_t n) in mem_sleep_store() 210 const char *buf, size_t n) in sync_on_suspend_store() 261 const char *buf, size_t n) in pm_test_store() 482 const char *buf, size_t n) in pm_print_times_store() 525 const char *buf, size_t n) in pm_debug_messages_store() 614 static suspend_state_t decode_state(const char *buf, size_t n) in decode_state() 642 const char *buf, size_t n) in state_store() 716 const char *buf, size_t n) in wakeup_count_store() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | delay.h | 58 #define __delay(n) arm_delay_ops.delay(n) argument 79 #define __udelay(n) arm_delay_ops.udelay(n) argument 80 #define __const_udelay(n) arm_delay_ops.const_udelay(n) argument 82 #define udelay(n) \ argument
|