| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | hash_md5.c | 31 #define GET_UINT32_LE(n,b,i) \ argument 41 #define PUT_UINT32_LE(n,b,i) \ argument 107 #define P(a,b,c,d,k,s,t) \ in mbedtls_md5_process() argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/txbf/ |
| H A D | phydm_hal_txbf_api.h | 33 #define tx_bf_nr(a, b) ({ \ argument 38 #define tx_bf_nr(a, b) ((a > b) ? (b) : (a)) argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/txbf/ |
| H A D | phydm_hal_txbf_api.h | 32 #define tx_bf_nr(a, b) ({ \ argument 37 #define tx_bf_nr(a, b) ((a > b) ? (b) : (a)) argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/txbf/ |
| H A D | phydm_hal_txbf_api.h | 32 #define tx_bf_nr(a, b) ({ \ argument 37 #define tx_bf_nr(a, b) ((a > b) ? (b) : (a)) argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/txbf/ |
| H A D | phydm_hal_txbf_api.h | 32 #define tx_bf_nr(a, b) ({ \ argument 37 #define tx_bf_nr(a, b) ((a > b) ? (b) : (a)) argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/txbf/ |
| H A D | phydm_hal_txbf_api.h | 32 #define tx_bf_nr(a, b) ({ \ argument 37 #define tx_bf_nr(a, b) ((a > b) ? (b) : (a)) argument
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_core_reloc_misc.c | 17 int a, b, c; member 33 int b; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/txbf/ |
| H A D | phydm_hal_txbf_api.h | 32 #define tx_bf_nr(a, b) ({ \ argument 37 #define tx_bf_nr(a, b) ((a > b) ? (b) : (a)) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/txbf/ |
| H A D | phydm_hal_txbf_api.h | 32 #define tx_bf_nr(a, b) ({ \ argument 37 #define tx_bf_nr(a, b) ((a > b) ? (b) : (a)) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/txbf/ |
| H A D | phydm_hal_txbf_api.h | 33 #define tx_bf_nr(a, b) ({ \ argument 38 #define tx_bf_nr(a, b) ((a > b) ? (b) : (a)) argument
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-cache-target.c | 170 struct batcher *b = container_of(_ws, struct batcher, commit_work); in __commit() local 210 static void batcher_init(struct batcher *b, in batcher_init() 230 static void async_commit(struct batcher *b) in async_commit() 235 static void continue_after_commit(struct batcher *b, struct continuation *k) in continue_after_commit() 251 static void issue_after_commit(struct batcher *b, struct bio *bio) in issue_after_commit() 267 static void schedule_commit(struct batcher *b) in schedule_commit() 570 static inline dm_oblock_t oblock_succ(dm_oblock_t b) in oblock_succ() 674 static bool is_dirty(struct cache *cache, dm_cblock_t b) in is_dirty() 715 static dm_block_t block_div(dm_block_t b, uint32_t n) in block_div() 740 static void set_discard(struct cache *cache, dm_dblock_t b) in set_discard() [all …]
|
| /OK3568_Linux_fs/kernel/arch/m68k/lib/ |
| H A D | mulsi3.S | 52 #define CONCAT1(a, b) CONCAT2(a, b) argument 53 #define CONCAT2(a, b) a ## b argument
|
| H A D | modsi3.S | 54 #define CONCAT1(a, b) CONCAT2(a, b) argument 55 #define CONCAT2(a, b) a ## b argument
|
| H A D | umodsi3.S | 52 #define CONCAT1(a, b) CONCAT2(a, b) argument 53 #define CONCAT2(a, b) a ## b argument
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | blocklayoutxdr.c | 20 struct pnfs_block_extent *b = lgp->lg_content; in nfsd4_block_encode_layoutget() local 41 nfsd4_block_encode_volume(struct xdr_stream *xdr, struct pnfs_block_volume *b) in nfsd4_block_encode_volume()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/ |
| H A D | convert.hpp | 41 const auto& b = result[i + 1]; in operator ()() local 69 const auto& b = result[i + 1]; in operator ()() local
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | nconf.h | 25 #define max(a, b) ({\ argument 30 #define min(a, b) ({\ argument
|
| /OK3568_Linux_fs/u-boot/post/lib_powerpc/fpu/ |
| H A D | darwin-ldouble.c | 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/kernel/tools/perf/arch/x86/util/ |
| H A D | header.c | 14 cpuid(unsigned int op, unsigned int *a, unsigned int *b, unsigned int *c, in cpuid() 29 unsigned int a, b, c, d, lvl; in __get_cpuid() local
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | qd65xx.h | 12 #define IDE_IN(a,b,c) ( ((a)<(b)) ? (b) : ( (a)>(c) ? (c) : (a)) ) argument 14 #define IDE_IMPLY(a,b) ((!(a)) || (b)) argument
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/iep2/ |
| H A D | iep2_pd.c | 32 #define RKMIN(a, b) (((a) < (b)) ? (a) : (b)) argument 33 #define RKMAX(a, b) (((a) > (b)) ? (a) : (b)) argument
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | nconf.h | 29 #define max(a, b) ({\ argument 34 #define min(a, b) ({\ argument
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | glxserver.h | 163 safe_add(int a, int b) in safe_add() 175 safe_mul(int a, int b) in safe_mul()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| H A D | ctxgf108.c | 744 const int b = mmio_vram(info, size * gr->tpc_total, (1 << s), false); in gf108_grctx_generate_attrib() local 759 const u32 b = beta; in gf108_grctx_generate_attrib() local
|
| /OK3568_Linux_fs/kernel/arch/mips/netlogic/xlp/ |
| H A D | usb-init.c | 63 #define nlm_read_usb_reg(b, r) nlm_read_reg(b, r) argument 64 #define nlm_write_usb_reg(b, r, v) nlm_write_reg(b, r, v) argument
|