| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | des_old.h | 142 # define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\ argument 144 # define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\ argument 146 # define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\ argument 148 # define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\ argument 152 # define des_cbc_cksum(i,o,l,k,iv)\ argument 154 # define des_cbc_encrypt(i,o,l,k,iv,e)\ argument 156 # define des_ncbc_encrypt(i,o,l,k,iv,e)\ argument 158 # define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ argument 160 # define des_cfb_encrypt(i,o,n,l,k,iv,e)\ argument 174 # define des_enc_read(f,b,l,k,iv)\ argument [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/marvell/axp/ |
| H A D | ddr3_init.h | 22 #define DEBUG_INIT_D(d, l) printf("%x", d) argument 23 #define DEBUG_INIT_D_10(d, l) printf("%d", d) argument 26 #define DEBUG_INIT_D(d, l) argument 27 #define DEBUG_INIT_D_10(d, l) argument 32 #define DEBUG_INIT_FULL_D(d, l) printf("%x", d) argument 33 #define DEBUG_INIT_FULL_D_10(d, l) printf("%d", d) argument 42 #define DEBUG_INIT_FULL_D(d, l) argument 43 #define DEBUG_INIT_FULL_D_10(d, l) argument 48 #define DEBUG_INIT_FULL_C(s, d, l) \ argument 50 #define DEBUG_INIT_C(s, d, l) \ argument
|
| H A D | ddr3_dfs.c | 19 #define DEBUG_DFS_C(s, d, l) \ argument 21 #define DEBUG_DFS_FULL_C(s, d, l) \ argument 26 #define DEBUG_DFS_D(d, l) printf("%x", d) argument 29 #define DEBUG_DFS_D(d, l) argument 34 #define DEBUG_DFS_FULL_D(d, l) printf("%x", d) argument 37 #define DEBUG_DFS_FULL_D(d, l) argument
|
| H A D | ddr3_dqs.c | 19 #define DEBUG_DQS_C(s, d, l) \ argument 21 #define DEBUG_DQS_FULL_C(s, d, l) \ argument 23 #define DEBUG_DQS_RESULTS_C(s, d, l) \ argument 25 #define DEBUG_PER_DQ_C(s, d, l) \ argument 30 #define DEBUG_DQS_RESULTS_D(d, l) \ argument 35 #define DEBUG_PER_DQ_D(d, l) \ argument 37 #define DEBUG_PER_DQ_DD(d, l) \ argument 42 #define DEBUG_DQS_D(d, l) printf("%x", d) argument 45 #define DEBUG_DQS_D(d, l) argument 50 #define DEBUG_DQS_FULL_D(d, l) printf("%x", d) argument [all …]
|
| /OK3568_Linux_fs/kernel/fs/nls/ |
| H A D | nls_euc-jp.c | 17 #define IS_SJIS_LOW_BYTE(l) ((0x40 <= (l)) && ((l) <= 0xFC) && ((l) != 0x7F)) argument 19 #define IS_SJIS_JISX0208(h, l) ((((0x81 <= (h)) && ((h) <= 0x9F)) \ argument 23 #define IS_SJIS_UDC_LOW(h, l) (((0xF0 <= (h)) && ((h) <= 0xF4)) \ argument 25 #define IS_SJIS_UDC_HI(h, l) (((0xF5 <= (h)) && ((h) <= 0xF9)) \ argument 27 #define IS_SJIS_IBM(h, l) (((0xFA <= (h)) && ((h) <= 0xFC)) \ argument 29 #define IS_SJIS_NECIBM(h, l) (((0xED <= (h)) && ((h) <= 0xEE)) \ argument 44 #define IS_EUC_JISX0208(h, l) (IS_EUC_BYTE(h) && IS_EUC_BYTE(l)) argument 45 #define IS_EUC_JISX0201KANA(h, l) (((h) == SS2) && (0xA1 <= (l) && (l) <= 0xDF)) argument 46 #define IS_EUC_UDC_LOW(h, l) (((0xF5 <= (h)) && ((h) <= 0xFE)) \ argument 48 #define IS_EUC_UDC_HI(h, l) IS_EUC_UDC_LOW(h, l) /* G3 block */ argument [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/ |
| H A D | algorithm.hpp | 48 inline F uninitialized_move_move_iterator(I f, I l, F r in uninitialized_move_move_iterator() 69 inline F uninitialized_copy_or_move(I f, I l, F r, in uninitialized_copy_or_move() 86 inline F move_move_iterator(I f, I l, F r in move_move_iterator() 108 inline F copy_or_move(I f, I l, F r, in copy_or_move() 131 inline F uninitialized_copy_or_move(I f, I l, F r in uninitialized_copy_or_move() 154 inline F copy_or_move(I f, I l, F r in copy_or_move()
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | rtmutex.h | 14 #define rt_mutex_deadlock_check(l) (0) argument 17 #define debug_rt_mutex_lock(l) do { } while (0) argument 18 #define debug_rt_mutex_proxy_lock(l,p) do { } while (0) argument 19 #define debug_rt_mutex_proxy_unlock(l) do { } while (0) argument 20 #define debug_rt_mutex_unlock(l) do { } while (0) argument 22 #define debug_rt_mutex_deadlock(d, a ,l) do { } while (0) argument
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | qrwlock.h | 123 #define arch_read_lock(l) queued_read_lock(l) argument 124 #define arch_write_lock(l) queued_write_lock(l) argument 125 #define arch_read_trylock(l) queued_read_trylock(l) argument 126 #define arch_write_trylock(l) queued_write_trylock(l) argument 127 #define arch_read_unlock(l) queued_read_unlock(l) argument 128 #define arch_write_unlock(l) queued_write_unlock(l) argument
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | local_lock_internal.h | 25 static inline void local_lock_acquire(local_lock_t *l) in local_lock_acquire() 32 static inline void local_lock_release(local_lock_t *l) in local_lock_release() 39 static inline void local_lock_debug_init(local_lock_t *l) in local_lock_debug_init() 45 static inline void local_lock_acquire(local_lock_t *l) { } in local_lock_acquire() 46 static inline void local_lock_release(local_lock_t *l) { } in local_lock_release() 47 static inline void local_lock_debug_init(local_lock_t *l) { } in local_lock_debug_init()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/repetition/ |
| H A D | repeat_from_to.hpp | 36 # define BOOST_PP_REPEAT_FROM_TO_1(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_1(BOOST_PP_AUTO_REC(BOOST… argument 37 # define BOOST_PP_REPEAT_FROM_TO_2(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_2(BOOST_PP_AUTO_REC(BOOST… argument 38 # define BOOST_PP_REPEAT_FROM_TO_3(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_3(BOOST_PP_AUTO_REC(BOOST… argument 39 # define BOOST_PP_REPEAT_FROM_TO_4(f, l, m, dt) BOOST_PP_ERROR(0x0003) argument 54 # define BOOST_PP_REPEAT_FROM_TO_D_1(d, f, l, m, dt) BOOST_PP_REPEAT_1(BOOST_PP_SUB_D(d, l, f), … argument 55 # define BOOST_PP_REPEAT_FROM_TO_D_2(d, f, l, m, dt) BOOST_PP_REPEAT_2(BOOST_PP_SUB_D(d, l, f), … argument 56 # define BOOST_PP_REPEAT_FROM_TO_D_3(d, f, l, m, dt) BOOST_PP_REPEAT_3(BOOST_PP_SUB_D(d, l, f), … argument 58 # define BOOST_PP_REPEAT_FROM_TO_D_1(d, f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_1_I(d, f, l, m, d… argument 59 # define BOOST_PP_REPEAT_FROM_TO_D_2(d, f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_2_I(d, f, l, m, d… argument 60 # define BOOST_PP_REPEAT_FROM_TO_D_3(d, f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_3_I(d, f, l, m, d… argument [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap1/ |
| H A D | usb.c | 295 u32 l; in omap1_usb0_init() local 317 u32 l; in omap1_usb0_init() local 363 u32 l; in omap1_usb0_init() local 380 u32 l; in omap1_usb0_init() local 402 u32 l; in omap1_usb1_init() local 447 u32 l; in omap1_usb1_init() local 472 u32 l; in omap1_usb2_init() local 518 u32 l; in omap1_usb2_init() local
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-s3c/include/mach/ |
| H A D | io-s3c24xx.h | 36 #define insb(p,d,l) readsb(S3C24XX_VA_ISA_BYTE + (p),d,l) argument 37 #define insw(p,d,l) readsw(S3C24XX_VA_ISA_WORD + (p),d,l) argument 38 #define insl(p,d,l) readsl(S3C24XX_VA_ISA_WORD + (p),d,l) argument 40 #define outsb(p,d,l) writesb(S3C24XX_VA_ISA_BYTE + (p),d,l) argument 41 #define outsw(p,d,l) writesw(S3C24XX_VA_ISA_WORD + (p),d,l) argument 42 #define outsl(p,d,l) writesl(S3C24XX_VA_ISA_WORD + (p),d,l) argument
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | io.h | 264 #define outsb(p,d,l) __raw_writesb(__io(p),d,l) argument 265 #define outsw(p,d,l) __raw_writesw(__io(p),d,l) argument 266 #define outsl(p,d,l) __raw_writesl(__io(p),d,l) argument 268 #define insb(p,d,l) __raw_readsb(__io(p),d,l) argument 269 #define insw(p,d,l) __raw_readsw(__io(p),d,l) argument 270 #define insl(p,d,l) __raw_readsl(__io(p),d,l) argument 309 #define readsb(p,d,l) __raw_readsb(p,d,l) argument 310 #define readsw(p,d,l) __raw_readsw(p,d,l) argument 311 #define readsl(p,d,l) __raw_readsl(p,d,l) argument 313 #define writesb(p,d,l) __raw_writesb(p,d,l) argument [all …]
|
| H A D | dmi.h | 9 #define dmi_early_remap(x, l) memremap(x, l, MEMREMAP_WB) argument 10 #define dmi_early_unmap(x, l) memunmap(x) argument 11 #define dmi_remap(x, l) memremap(x, l, MEMREMAP_WB) argument 13 #define dmi_alloc(l) kzalloc(l, GFP_KERNEL) argument
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | dmi.h | 25 #define dmi_early_remap(x, l) ioremap_cache(x, l) argument 26 #define dmi_early_unmap(x, l) iounmap(x) argument 27 #define dmi_remap(x, l) ioremap_cache(x, l) argument 29 #define dmi_alloc(l) kzalloc(l, GFP_KERNEL) argument
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | dmi.h | 8 #define dmi_early_remap(x, l) ioremap_cache(x, l) argument 9 #define dmi_early_unmap(x, l) iounmap(x) argument 10 #define dmi_remap(x, l) ioremap_cache(x, l) argument 14 #define dmi_alloc(l) memblock_alloc_low(l, PAGE_SIZE) argument
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/ |
| H A D | ddr3_init.h | 37 #define DEBUG_INIT_D(d, l) printf("%x", d) argument 38 #define DEBUG_INIT_D_10(d, l) printf("%d", d) argument 41 #define DEBUG_INIT_D(d, l) argument 42 #define DEBUG_INIT_D_10(d, l) argument 47 #define DEBUG_INIT_FULL_D(d, l) printf("%x", d) argument 48 #define DEBUG_INIT_FULL_D_10(d, l) printf("%d", d) argument 57 #define DEBUG_INIT_FULL_D(d, l) argument 58 #define DEBUG_INIT_FULL_D_10(d, l) argument 63 #define DEBUG_INIT_FULL_C(s, d, l) \ argument 67 #define DEBUG_INIT_C(s, d, l) \ argument
|
| /OK3568_Linux_fs/kernel/arch/arm/plat-omap/ |
| H A D | dma.c | 110 u32 l; in set_gdma_dev() local 127 u32 l; in omap_set_dma_priority() local 174 u32 l; in omap_set_dma_transfer_params() local 236 u32 l; in omap_set_dma_channel_mode() local 251 u32 l; in omap_set_dma_src_params() local 276 u32 l; in omap_set_dma_src_data_pack() local 289 u32 l; in omap_set_dma_src_burst_mode() local 334 u32 l; in omap_set_dma_dest_params() local 357 u32 l; in omap_set_dma_dest_data_pack() local 370 u32 l; in omap_set_dma_dest_burst_mode() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/char/tpm/ |
| H A D | tpm_tis_core.h | 69 #define TPM_ACCESS(l) (0x0000 | ((l) << 12)) argument 70 #define TPM_INT_ENABLE(l) (0x0008 | ((l) << 12)) argument 71 #define TPM_INT_VECTOR(l) (0x000C | ((l) << 12)) argument 72 #define TPM_INT_STATUS(l) (0x0010 | ((l) << 12)) argument 73 #define TPM_INTF_CAPS(l) (0x0014 | ((l) << 12)) argument 74 #define TPM_STS(l) (0x0018 | ((l) << 12)) argument 75 #define TPM_STS3(l) (0x001b | ((l) << 12)) argument 76 #define TPM_DATA_FIFO(l) (0x0024 | ((l) << 12)) argument 78 #define TPM_DID_VID(l) (0x0F00 | ((l) << 12)) argument 79 #define TPM_RID(l) (0x0F04 | ((l) << 12)) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/ |
| H A D | smc91x.h | 90 #define SMC_insb(a, r, p, l) readsb((a) + (r), p, l) argument 91 #define SMC_outsb(a, r, p, l) writesb((a) + (r), p, l) argument 92 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) argument 93 #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l) argument 94 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) argument 95 #define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l) argument 129 #define SMC_insl(a, r, p, l) insl((a) + (r) - 0xa0000000, p, l) argument 130 #define SMC_outsl(a, r, p, l) outsl((a) + (r) - 0xa0000000, p, l) argument 131 #define SMC_insw(a, r, p, l) insw((a) + (r) - 0xa0000000, p, l) argument 132 #define SMC_outsw(a, r, p, l) outsw((a) + (r) - 0xa0000000, p, l) argument [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | kfifo.c | 94 unsigned int l; in kfifo_copy_in() local 116 unsigned int l; in __kfifo_in() local 133 unsigned int l; in kfifo_copy_out() local 155 unsigned int l; in __kfifo_out_peek() local 181 unsigned int l; in kfifo_copy_from_user() local 213 unsigned int l; in __kfifo_from_user() local 239 unsigned int l; in kfifo_copy_to_user() local 273 unsigned int l; in __kfifo_to_user() local 299 unsigned int l; in setup_sgl_buf() local 339 unsigned int l; in setup_sgl() local [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | compand.c | 69 priv_t * l = (priv_t *) effp->priv; in getopts() local 139 priv_t * l = (priv_t *) effp->priv; in start() local 174 static void doVolume(double *v, double samp, priv_t * l, int chan) in doVolume() 188 priv_t * l = (priv_t *) effp->priv; in flow() local 248 priv_t * l = (priv_t *) effp->priv; in drain() local 268 priv_t * l = (priv_t *) effp->priv; in stop() local 276 priv_t * l = (priv_t *) effp->priv; in lsx_kill() local
|
| H A D | mcompand.c | 85 static int sox_mcompand_getopts_1(comp_band_t * l, size_t n, char **argv) in sox_mcompand_getopts_1() 219 comp_band_t * l; in start() local 264 static void doVolume(double *v, double samp, comp_band_t * l, size_t chan) in doVolume() 275 static int sox_mcompand_flow_1(sox_effect_t * effp, priv_t * c, comp_band_t * l, const sox_sample_t… in sox_mcompand_flow_1() 363 comp_band_t * l; in flow() local 414 static int sox_mcompand_drain_1(sox_effect_t * effp, priv_t * c, comp_band_t * l, sox_sample_t *obu… in sox_mcompand_drain_1() 442 comp_band_t * l; in drain() local 468 comp_band_t * l; in stop() local 491 comp_band_t * l; in lsx_kill() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/lib/ |
| H A D | rheap.c | 31 struct list_head *l) in fixup() 159 struct list_head *l; in attach_free_block() local 235 struct list_head *l; in attach_taken_block() local 372 struct list_head *l; in rh_detach_region() local 444 struct list_head *l; in rh_alloc_align() local 529 struct list_head *l; in rh_alloc_fixed() local 615 struct list_head *l; in rh_free() local 644 struct list_head *l; in rh_get_stats() local 682 struct list_head *l; in rh_set_owner() local
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | __bsd_locale_defaults.h | 28 #define __libcpp_mbrtowc_l(pwc, s, n, ps, l) mbrtowc_l(pwc, s, n, ps, l) argument 29 #define __libcpp_mbtowc_l(pwc, pmb, max, l) mbtowc_l(pwc, pmb, max, l) argument 30 #define __libcpp_mbrlen_l(s, n, ps, l) mbrlen_l(s, n, ps, l) argument 31 #define __libcpp_localeconv_l(l) localeconv_l(l) argument 32 #define __libcpp_mbsrtowcs_l(dest, src, len, ps, l) mbsrtowcs_l(dest, src, len, ps, l) argument
|