Home
last modified time | relevance | path

Searched defs:add (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dtuples.hpp121 struct add struct
130 struct add<boost::tuple<T1>, T> struct
132 typedef boost::tuple<T1, T> type;
136 struct add<boost::tuple<T1, T2>, T> struct
138 typedef boost::tuple<T1, T2, T> type;
/OK3568_Linux_fs/kernel/arch/um/kernel/
H A Dum_arch.c122 static int __init uml_version_setup(char *line, int *add) in uml_version_setup()
136 static int __init uml_root_setup(char *line, int *add) in uml_root_setup()
151 static int __init no_skas_debug_setup(char *line, int *add) in no_skas_debug_setup()
164 static int __init Usage(char *line, int *add) in Usage()
184 static void __init uml_checksetup(char *line, int *add) in uml_checksetup()
256 int add; in linux_main() local
H A Dconfig.c.in14 static int __init print_config(char *line, int *add)
H A Dumid.c14 static int __init set_umid_arg(char *name, int *add) in set_umid_arg()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/
H A Daq_filters.c310 struct aq_rx_filter_l2 *data, bool add) in aq_set_data_fl2()
331 struct aq_rx_filter *aq_rx_fltr, bool add) in aq_add_del_fether()
403 struct aq_rx_filter_vlan *aq_vlans, bool add) in aq_set_data_fvlan()
454 struct aq_rx_filter *aq_rx_fltr, bool add) in aq_add_del_fvlan()
471 struct aq_rx_filter_l3l4 *data, bool add) in aq_set_data_fl3l4()
574 struct aq_rx_filter *aq_rx_fltr, bool add) in aq_add_del_fl3l4()
589 struct aq_rx_filter *aq_rx_fltr, bool add) in aq_add_del_rule()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpaint_property_statistics.hpp11 void add(const T&) {} in add() function in mbgl::PaintPropertyStatistics
21 void add(float value) { in add() function in mbgl::PaintPropertyStatistics
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dspr.h23 static inline unsigned long mfspr(unsigned long add) in mfspr()
30 static inline unsigned long mfspr_off(unsigned long add, unsigned long offset) in mfspr_off()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/detail/
H A Dnumeric_utils.hpp135 inline static void add(T& n, Char ch, mpl::false_) // unchecked add in add() function
142 inline static bool add(T& n, Char ch, mpl::true_) // checked add in add() function
167 inline static void add(T& n, Char ch, mpl::false_) // unchecked subtract in add() function
174 inline static bool add(T& n, Char ch, mpl::true_) // checked subtract in add() function
/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Dvmem.c152 unsigned long end, bool add, bool direct) in modify_pte_table()
209 unsigned long end, bool add, bool direct) in modify_pmd_table()
311 bool add, bool direct) in modify_pud_table()
388 bool add, bool direct) in modify_p4d_table()
441 static int modify_pagetable(unsigned long start, unsigned long end, bool add, in modify_pagetable()
/OK3568_Linux_fs/u-boot/board/xilinx/zynq/zynq-zc706/
H A Dps7_init_gpl.c12955 void mask_write (unsigned long add , unsigned long mask, unsigned long val ) { in mask_write()
12962 int mask_poll(unsigned long add , unsigned long mask ) { in mask_poll()
12975 unsigned long mask_read(unsigned long add , unsigned long mask ) { in mask_read()
/OK3568_Linux_fs/u-boot/board/xilinx/zynq/zynq-microzed/
H A Dps7_init_gpl.c12715 void mask_write (unsigned long add , unsigned long mask, unsigned long val ) { in mask_write()
12722 int mask_poll(unsigned long add , unsigned long mask ) { in mask_poll()
12735 unsigned long mask_read(unsigned long add , unsigned long mask ) { in mask_read()
/OK3568_Linux_fs/u-boot/board/xilinx/zynq/zynq-zc702/
H A Dps7_init_gpl.c13048 void mask_write (unsigned long add , unsigned long mask, unsigned long val ) { in mask_write()
13055 int mask_poll(unsigned long add , unsigned long mask ) { in mask_poll()
13068 unsigned long mask_read(unsigned long add , unsigned long mask ) { in mask_read()
/OK3568_Linux_fs/u-boot/board/xilinx/zynq/zynq-zed/
H A Dps7_init_gpl.c12613 void mask_write (unsigned long add , unsigned long mask, unsigned long val ) { in mask_write()
12620 int mask_poll(unsigned long add , unsigned long mask ) { in mask_poll()
12633 unsigned long mask_read(unsigned long add , unsigned long mask ) { in mask_read()
/OK3568_Linux_fs/u-boot/board/xilinx/zynq/zynq-zybo/
H A Dps7_init_gpl.c12803 void mask_write(unsigned long add, unsigned long mask, unsigned long val) in mask_write()
12809 int mask_poll(unsigned long add, unsigned long mask) in mask_poll()
12821 unsigned long mask_read(unsigned long add, unsigned long mask) in mask_read()
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dpci.c47 struct physdev_pci_device_add add; in xen_add_device() member
54 struct physdev_pci_device_add *add = &add_ext.add; in xen_add_device() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_manager.cpp62 void AnnotationManager::add(const AnnotationID& id, const SymbolAnnotation& annotation) { in add() function in mbgl::AnnotationManager
68 void AnnotationManager::add(const AnnotationID& id, const LineAnnotation& annotation) { in add() function in mbgl::AnnotationManager
74 void AnnotationManager::add(const AnnotationID& id, const FillAnnotation& annotation) { in add() function in mbgl::AnnotationManager
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Datomic.h93 ATOMIC_OPS(add, add) in ATOMIC_OPS() argument
385 ATOMIC64_OPS(add, add) in ATOMIC64_OPS() argument
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dstart_up.c149 static int __init nosysemu_cmd_param(char *str, int* add) in nosysemu_cmd_param()
344 int __init parse_iomem(char *str, int *add) in parse_iomem()
/OK3568_Linux_fs/kernel/fs/ntfs/
H A Dsysctl.h21 static inline int ntfs_sysctl(int add) in ntfs_sysctl()
H A Dsysctl.c53 int ntfs_sysctl(int add) in ntfs_sysctl()
/OK3568_Linux_fs/kernel/tools/usb/usbip/src/
H A Dutils.c15 int modify_match_busid(char *busid, int add) in modify_match_busid()
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dcoh901318_lli.c20 #define DEBUGFS_POOL_COUNTER_ADD(pool, add) (pool->debugfs_pool_counter += add) argument
23 #define DEBUGFS_POOL_COUNTER_ADD(pool, add) argument
/OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/
H A Dcvmx.h44 #define CVMX_ADD_SEG32(segment, add) \ argument
50 #define CVMX_ADD_SEG(segment, add) \ argument
53 #define CVMX_ADD_IO_SEG(add) CVMX_ADD_SEG(CVMX_IO_SEG, (add)) argument
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/
H A Ddownloadmanagerwidget.cpp82 void DownloadManagerWidget::add(DownloadWidget *downloadWidget) in add() function in DownloadManagerWidget
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/
H A Ddownloadmanagerwidget.cpp82 void DownloadManagerWidget::add(DownloadWidget *downloadWidget) in add() function in DownloadManagerWidget

12345678910>>...13