| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | XKBGAlloc.c | 459 #define _XkbAllocProps(g,n) _XkbGeomAlloc((void *)&(g)->properties,\ argument 462 #define _XkbAllocColors(g,n) _XkbGeomAlloc((void *)&(g)->colors,\ argument 465 #define _XkbAllocShapes(g,n) _XkbGeomAlloc((void *)&(g)->shapes,\ argument 468 #define _XkbAllocSections(g,n) _XkbGeomAlloc((void *)&(g)->sections,\ argument 471 #define _XkbAllocDoodads(g,n) _XkbGeomAlloc((void *)&(g)->doodads,\ argument 474 #define _XkbAllocKeyAliases(g,n) _XkbGeomAlloc((void *)&(g)->key_aliases,\ argument 478 #define _XkbAllocOutlines(s,n) _XkbGeomAlloc((void *)&(s)->outlines,\ argument 481 #define _XkbAllocRows(s,n) _XkbGeomAlloc((void *)&(s)->rows,\ argument 484 #define _XkbAllocPoints(o,n) _XkbGeomAlloc((void *)&(o)->points,\ argument 487 #define _XkbAllocKeys(r,n) _XkbGeomAlloc((void *)&(r)->keys,\ argument [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/um/ |
| H A D | ptrace_32.c | 30 int n; in is_syscall() local 198 int err, n, cpu = task_cpu(child); in get_fpregs() local 215 int n, cpu = task_cpu(child); in set_fpregs() local 228 int err, n, cpu = task_cpu(child); in get_fpxregs() local 244 int n, cpu = task_cpu(child); in set_fpxregs() local
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/qcom/camss/ |
| H A D | camss-csiphy-2ph-1-0.c | 17 #define CAMSS_CSI_PHY_LNn_CFG2(n) (0x004 + 0x40 * (n)) argument 18 #define CAMSS_CSI_PHY_LNn_CFG3(n) (0x008 + 0x40 * (n)) argument 23 #define CAMSS_CSI_PHY_INTERRUPT_STATUSn(n) (0x18c + 0x4 * (n)) argument 24 #define CAMSS_CSI_PHY_INTERRUPT_MASKn(n) (0x1ac + 0x4 * (n)) argument 25 #define CAMSS_CSI_PHY_INTERRUPT_CLEARn(n) (0x1cc + 0x4 * (n)) argument
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | cmpxchg.h | 211 #define cmpxchg64_local(ptr, o, n) \ argument 217 #define cmpxchg64(ptr, o, n) \ argument 225 # define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 300 # define cmpxchg64(ptr, o, n) ({ \ argument 323 # define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | cmpxchg_32.h | 39 #define arch_cmpxchg64(ptr, o, n) \ argument 42 #define arch_cmpxchg64_local(ptr, o, n) \ argument 79 #define arch_cmpxchg64(ptr, o, n) \ argument 96 #define arch_cmpxchg64_local(ptr, o, n) \ argument
|
| H A D | uaccess_32.h | 18 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() 24 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() 31 unsigned long n) in __copy_from_user_inatomic_nocache()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_32_sr.S | 30 #define XCHG_SR(n) lwz r9, (SVCPU_SR+(n*4))(r3); \ argument 52 #define KVM_KILL_BAT(n, reg) \ argument 92 #define KVM_LOAD_BAT(n, reg, RA, RB) \ argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/ |
| H A D | converter_lexical_streams.hpp | 103 BufferType* setbuf(char_type* s, streamsize n) { return base_type::setbuf(s, n); } in setbuf() 250 inline bool shl_unsigned(const T n) { in shl_unsigned() 258 inline bool shl_signed(const T n) { in shl_signed() 429 bool operator<<(short n) { return shl_signed(n); } in operator <<() 430 bool operator<<(int n) { return shl_signed(n); } in operator <<() 431 bool operator<<(long n) { return shl_signed(n); } in operator <<() 432 bool operator<<(unsigned short n) { return shl_unsigned(n); } in operator <<() 433 bool operator<<(unsigned int n) { return shl_unsigned(n); } in operator <<() 434 bool operator<<(unsigned long n) { return shl_unsigned(n); } in operator <<() 437 bool operator<<(boost::ulong_long_type n) { return shl_unsigned(n); } in operator <<() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/ |
| H A D | sun4i_hdmi.h | 45 #define SUN4I_HDMI_AVI_INFOFRAME_REG(n) (0x080 + (n)) argument 67 #define SUN4I_HDMI_PAD_CTRL1_REG_EMP(n) (((n) & 7) << 10) argument 69 #define SUN4I_HDMI_PAD_CTRL1_REG_AMP(n) (((n) & 7) << 3) argument 83 #define SUN4I_HDMI_PLL_CTRL_VCO_GAIN(n) (((n) & 7) << 20) argument 84 #define SUN4I_HDMI_PLL_CTRL_S(n) (((n) & 7) << 17) argument 85 #define SUN4I_HDMI_PLL_CTRL_CP_S(n) (((n) & 0x1f) << 12) argument 86 #define SUN4I_HDMI_PLL_CTRL_CS(n) (((n) & 0xf) << 8) argument 87 #define SUN4I_HDMI_PLL_CTRL_DIV(n) (((n) & 0xf) << 4) argument 89 #define SUN4I_HDMI_PLL_CTRL_VCO_S(n) ((n) & 0xf) argument 92 #define SUN4I_HDMI_PLL_DBG0_TMDS_PARENT(n) (((n) & 1) << 21) argument [all …]
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | build_bug.h | 7 #define __BUILD_BUG_ON_NOT_POWER_OF_2(n) (0) argument 8 #define BUILD_BUG_ON_NOT_POWER_OF_2(n) (0) argument 18 #define __BUILD_BUG_ON_NOT_POWER_OF_2(n) \ argument 20 #define BUILD_BUG_ON_NOT_POWER_OF_2(n) \ argument
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | cmpxchg.h | 20 #define cmpxchg_local(ptr, o, n) \ argument 29 #define cmpxchg64_local(ptr, o, n) \ argument 56 #define cmpxchg(ptr, o, n) \ argument 68 #define cmpxchg64(ptr, o, n) \ argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | literal.cpp | 9 optional<Value> checkNumber(T n) { in checkNumber() 57 [&](uint64_t n) { return checkNumber(n); }, in parseValue() 58 [&](int64_t n) { return checkNumber(n); }, in parseValue() 59 [&](double n) { return checkNumber(n); }, in parseValue()
|
| /OK3568_Linux_fs/kernel/arch/sh/drivers/dma/ |
| H A D | dma-sh.c | 257 #define dmaor_read_reg(n) __raw_readw(dma_find_base((n)*6)) argument 258 #define dmaor_write_reg(n, data) __raw_writew(data, dma_find_base(n)*6) argument 297 static inline unsigned int get_dma_error_irq(int n) in get_dma_error_irq() 311 static inline unsigned int get_dma_error_irq(int n) in get_dma_error_irq() 331 int n; in dmae_irq_init() local 347 int n; in dmae_irq_free() local
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | fib_trie.c | 115 #define IS_TRIE(n) ((n)->pos >= KEYLENGTH) argument 116 #define IS_TNODE(n) ((n)->bits) argument 117 #define IS_LEAF(n) (!(n)->bits) argument 141 #define TNODE_SIZE(n) offsetof(struct tnode, kv[0].tnode[n]) argument 201 static inline void node_set_parent(struct key_vector *n, struct key_vector *tp) in node_set_parent() 207 #define NODE_INIT_PARENT(n, p) RCU_INIT_POINTER(tn_info(n)->parent, p) argument 309 struct tnode *n = container_of(head, struct tnode, rcu); in __node_free_rcu() local 317 #define node_free(n) call_rcu(&tn_info(n)->rcu, __node_free_rcu) argument 336 static inline void empty_child_inc(struct key_vector *n) in empty_child_inc() 344 static inline void empty_child_dec(struct key_vector *n) in empty_child_dec() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | xmalloc.h | 31 #define lsx_Calloc(v,n) v = lsx_calloc(n,sizeof(*(v))) argument 33 #define lsx_valloc(v,n) v = lsx_realloc_array(NULL, n, sizeof(*(v))) argument 34 #define lsx_revalloc(v,n) v = lsx_realloc_array(v, n, sizeof(*(v))) argument
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | uaccess.h | 96 # define __get_user_size(val, addr, n, err) \ argument 113 # define __put_user_size(val, addr, n, err) \ argument 125 # define __get_user_size(val, addr, n, err) \ argument 131 # define __put_user_size(val, addr, n, err) \ argument 217 #define __clear_user(to, n) __do_clear_user(to, n) argument 219 #define clear_user(to, n) \ argument 234 #define strncpy_from_user(to, from, n) \ argument
|
| /OK3568_Linux_fs/kernel/arch/arm/lib/ |
| H A D | uaccess_with_memcpy.c | 90 __copy_to_user_memcpy(void __user *to, const void *from, unsigned long n) in __copy_to_user_memcpy() 143 arm_copy_to_user(void __user *to, const void *from, unsigned long n) in arm_copy_to_user() 164 __clear_user_memset(void __user *addr, unsigned long n) in __clear_user_memset() 207 unsigned long arm_clear_user(void __user *addr, unsigned long n) in arm_clear_user()
|
| /OK3568_Linux_fs/kernel/arch/sh/include/mach-common/mach/ |
| H A D | microdev.h | 26 #define MICRODEV_FPGA_INTC_MASK(n) (1ul<<(n)) /* Interrupt mask to enable/disable INTC in CPU-bo… argument 27 #define MICRODEV_FPGA_INTPRI_REG(n) (MICRODEV_FPGA_INTC_BASE+0x10+((n)/8)*8)/* Interrupt Priority R… argument 28 #define MICRODEV_FPGA_INTPRI_LEVEL(n,x) ((x)<<(((n)%8)*4)) /* MICRODEV_FPGA_INTPRI_LEVEL(int_numb… argument 29 #define MICRODEV_FPGA_INTPRI_MASK(n) (MICRODEV_FPGA_INTPRI_LEVEL((n),0xful)) /* Interrupt Priority … argument
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/usb/ |
| H A D | video.h | 205 #define UVC_DT_HEADER_SIZE(n) (12+(n)) argument 207 #define UVC_HEADER_DESCRIPTOR(n) \ argument 210 #define DECLARE_UVC_HEADER_DESCRIPTOR(n) \ argument 265 #define UVC_DT_CAMERA_TERMINAL_SIZE(n) (15+(n)) argument 278 #define UVC_DT_SELECTOR_UNIT_SIZE(n) (6+(n)) argument 280 #define UVC_SELECTOR_UNIT_DESCRIPTOR(n) \ argument 283 #define DECLARE_UVC_SELECTOR_UNIT_DESCRIPTOR(n) \ argument 308 #define UVC_DT_PROCESSING_UNIT_SIZE(n) (10+(n)) argument 325 #define UVC_DT_EXTENSION_UNIT_SIZE(p, n) (24+(p)+(n)) argument 327 #define UVC_EXTENSION_UNIT_DESCRIPTOR(p, n) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/md/persistent-data/ |
| H A D | dm-btree.c | 41 static int bsearch(struct btree_node *n, uint64_t key, int want_hi) in bsearch() 61 int lower_bound(struct btree_node *n, uint64_t key) in lower_bound() 66 static int upper_bound(struct btree_node *n, uint64_t key) in upper_bound() 71 void inc_children(struct dm_transaction_manager *tm, struct btree_node *n, in inc_children() 118 uint32_t total, n; in calc_max_entries() local 132 struct btree_node *n; in dm_btree_empty() local 166 struct btree_node *n; member 428 struct btree_node *n; in dm_btree_lookup_next_single() local 774 struct btree_node *n; in insert() local 959 struct btree_node *n; in walk_node() local [all …]
|
| /OK3568_Linux_fs/kernel/sound/isa/gus/ |
| H A D | gusextreme.c | 77 static int snd_gusextreme_match(struct device *dev, unsigned int n) in snd_gusextreme_match() 84 struct device *dev, unsigned int n) in snd_gusextreme_es1688_create() 122 struct device *dev, unsigned int n, in snd_gusextreme_gus_card_create() 222 static int snd_gusextreme_probe(struct device *dev, unsigned int n) in snd_gusextreme_probe() 327 static int snd_gusextreme_remove(struct device *dev, unsigned int n) in snd_gusextreme_remove()
|
| /OK3568_Linux_fs/kernel/drivers/firewire/ |
| H A D | ohci.h | 105 #define OHCI1394_IsoXmitContextBase(n) (0x200 + 16 * (n)) argument 106 #define OHCI1394_IsoXmitContextControlSet(n) (0x200 + 16 * (n)) argument 107 #define OHCI1394_IsoXmitContextControlClear(n) (0x204 + 16 * (n)) argument 108 #define OHCI1394_IsoXmitCommandPtr(n) (0x20C + 16 * (n)) argument 111 #define OHCI1394_IsoRcvContextBase(n) (0x400 + 32 * (n)) argument 112 #define OHCI1394_IsoRcvContextControlSet(n) (0x400 + 32 * (n)) argument 113 #define OHCI1394_IsoRcvContextControlClear(n) (0x404 + 32 * (n)) argument 114 #define OHCI1394_IsoRcvCommandPtr(n) (0x40C + 32 * (n)) argument 115 #define OHCI1394_IsoRcvContextMatch(n) (0x410 + 32 * (n)) argument
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | pxa27x_keypad.c | 47 #define KPC_MKRN(n) ((((n) - 1) & 0x7) << 26) /* matrix key row number */ argument 48 #define KPC_MKCN(n) ((((n) - 1) & 0x7) << 23) /* matrix key column number */ argument 49 #define KPC_DKN(n) ((((n) - 1) & 0x7) << 6) /* direct key number */ argument 56 #define KPC_MS(n) (0x1 << (13 + (n))) /* Matrix scan line 'n' */ argument 70 #define KPDK_DK(n) ((n) & 0xff) argument 77 #define KPREC_RECOUNT0(n) ((n) & 0xff) argument 78 #define KPREC_RECOUNT1(n) (((n) >> 16) & 0xff) argument 84 #define KPAS_MUKP(n) (((n) >> 26) & 0x1f) argument 85 #define KPAS_RP(n) (((n) >> 4) & 0xf) argument 86 #define KPAS_CP(n) ((n) & 0xf) argument [all …]
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/ |
| H A D | cmpxchg.h | 115 #define cmpxchg_acq(ptr, o, n) \ argument 117 #define cmpxchg_rel(ptr, o, n) \ argument 130 #define cmpxchg(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) argument 131 #define cmpxchg64(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) argument
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | string.h | 44 #define memset(s, c, n) __memset(s, c, n) argument 61 static inline void *memset16(uint16_t *p, uint16_t v, __kernel_size_t n) in memset16() 66 static inline void *memset32(uint32_t *p, uint32_t v, __kernel_size_t n) in memset32() 71 static inline void *memset64(uint64_t *p, uint64_t v, __kernel_size_t n) in memset64()
|