Home
last modified time | relevance | path

Searched refs:O (Results 1 – 25 of 2250) sorted by relevance

12345678910>>...90

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbutil.c42 #define O 0 macro
46 {O, O, O, O}, /* clear 0x0 0 */
47 {I, O, O, O}, /* and 0x1 src AND dst */
48 {I, O, I, O}, /* andReverse 0x2 src AND NOT dst */
49 {O, O, I, O}, /* copy 0x3 src */
50 {I, I, O, O}, /* andInverted 0x4 NOT src AND dst */
51 {O, I, O, O}, /* noop 0x5 dst */
52 {O, I, I, O}, /* xor 0x6 src XOR dst */
53 {I, I, I, O}, /* or 0x7 src OR dst */
55 {O, I, I, I}, /* equiv 0x9 NOT src XOR dst */
[all …]
/OK3568_Linux_fs/buildroot/package/lmbench/
H A D0002-src-Makefile-add-lmbench-to-list-of-executables.patch18 @@ -98,7 +98,7 @@ EXES = $O/bw_file_rd $O/bw_mem $O/bw_mmap_rd $O/bw_pipe $O/bw_tcp \
19 $O/lat_select $O/lat_pipe $O/lat_rpc $O/lat_syscall $O/lat_tcp \
20 $O/lat_udp $O/lat_mmap $O/mhz $O/lat_proc $O/lat_pagefault \
21 $O/lat_connect $O/lat_fs $O/lat_sig $O/lat_mem_rd $O/lat_ctx \
22 - $O/lat_sem \
23 + $O/lat_sem $O/lmbench \
24 $O/memsize $O/lat_unix $O/lmdd $O/timing_o $O/enough \
25 $O/msleep $O/loop_o $O/lat_fifo $O/lmhttp $O/lat_http \
26 $O/lat_fcntl $O/disk $O/lat_unix_connect $O/flushdisk \
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/tests/
H A Dni_routes_test.c28 #define O(x) ((x) + NI_NAMES_BASE) macro
48 static const int bad_dest = O(8), dest0 = O(0), desti = O(5);
50 static const int no_val_dest = O(7), no_val_index = 4;
53 #define rgout0_src0 (O(100))
54 #define rgout0_src1 (O(101))
55 #define brd0_src0 (O(110))
56 #define brd0_src1 (O(111))
57 #define brd1_src0 (O(120))
58 #define brd1_src1 (O(121))
59 #define brd2_src0 (O(130))
[all …]
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.sym
/OK3568_Linux_fs/u-boot/
H A Du-boot.sym
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dvarray_detail.hpp121 template <typename I, typename O>
129 typename ::boost::iterator_value<O>::type
133 are_elements_contiguous<O>
194 template <typename I, typename O>
195 inline O copy_dispatch(I first, I last, O dst, in copy_dispatch()
205 template <typename I, typename O>
206 inline O copy_dispatch(I first, I last, O dst, in copy_dispatch()
212 template <typename I, typename O>
213 inline O copy(I first, I last, O dst) in copy()
217 are_corresponding<I, O>, in copy()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench-3.0-a9/
H A D0002-build-Adjust-CFLAGS-LDFLAGS-to-append-values-passed-.patch33 @@ -112,8 +112,8 @@ LIBOBJS= $O/lib_tcp.o $O/lib_udp.o $O/lib_unix.o $O/lib_timing.o \
34 $O/lib_sched.o
37 - @env CFLAGS=-O MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build all
38 - -@env CFLAGS=-O MAKE="$(MAKE)" MAKEFLAGS="k$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build o…
39 + @env CFLAGS+=-O MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build all
40 + -@env CFLAGS+=-O MAKE="$(MAKE)" MAKEFLAGS="k$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build …
48 - @env CFLAGS=-O MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="${CC}" OS="${OS}" ../scripts/build in…
49 + @env CFLAGS+=-O MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="${CC}" OS="${OS}" ../scripts/build i…
53 @@ -155,16 +155,16 @@ all: $(EXES) $O/lmbench
61 - @env CFLAGS="-g -O -Wall" MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="${CC}" OS="${OS}" ../script…
[all …]
H A Dobey-ranlib.patch28 @@ -217,7 +218,7 @@ $O/lmbench : ../scripts/lmbench version.h
29 $O/lmbench.a: $(LIBOBJS)
30 /bin/rm -f $O/lmbench.a
31 $(AR) $(ARCREATE) $O/lmbench.a $(LIBOBJS)
32 - -ranlib $O/lmbench.a
33 + -$(RANLIB) $O/lmbench.a
35 $O/lib_timing.o : lib_timing.c $(INCS)
36 $(COMPILE) -c lib_timing.c -o $O/lib_timing.o
/OK3568_Linux_fs/external/security/rk_tee_user/v2/
H A DMakefile1 ifeq ($O,)
5 out-dir := $(call strip-trailing-slashes-and-dots,$(O))
7 $(error invalid output directory (O=$(O)))
45 O=$(out-dir)/extra_app \
53 O=$(out-dir)/rk_test \
61 O=$(out-dir) \
67 O=$(out-dir) \
73 $(q)$(MAKE) -C host/rk_test O=$(out-dir) $@
74 $(q)$(MAKE) -C host/xtest O=$(out-dir) $@
75 $(q)$(MAKE) -C ta O=$(out-dir) $@
[all …]
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dit87.rst10 Addresses scanned: from Super I/O config space (8 I/O ports)
18 Addresses scanned: from Super I/O config space (8 I/O ports)
24 Addresses scanned: from Super I/O config space (8 I/O ports)
32 Addresses scanned: from Super I/O config space (8 I/O ports)
40 Addresses scanned: from Super I/O config space (8 I/O ports)
48 Addresses scanned: from Super I/O config space (8 I/O ports)
56 Addresses scanned: from Super I/O config space (8 I/O ports)
64 Addresses scanned: from Super I/O config space (8 I/O ports)
72 Addresses scanned: from Super I/O config space (8 I/O ports)
80 Addresses scanned: from Super I/O config space (8 I/O ports)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/
H A Dyo_NG79 % &O<ọ<<<Ọ
88 % <exemplarCharacters type="index">[A B D E F G H I J K L M N O P R S T U W Y]</exemplarCharacters>
109 collating-element <O-combining-dot-below> from "O<U0323>"
120 % &O<ọ<<<Ọ
121 reorder-after <AFTER-O>
139 % &O<ọ<<<Ọ
140 <U1ECD> <o-dot-below>;"<BASE><BASE>";"<MIN><MIN>";<VRNT1> % LATIN SMALL LETTER O WITH DOT BELOW
142 <U1ECC> <o-dot-below>;"<BASE><BASE>";"<CAP><MIN>";<VRNT1> % LATIN CAPITAL LETTER O WITH DOT BELOW
143 <O-combining-dot-below> <o-dot-below>;"<BASE><BASE>";"<CAP><MIN>";<VRNT2>
202 % Oṣù Ṣẹ́rẹ́, Oṣù Èrèlè, Oṣù Ẹrẹ̀nà, Oṣù Ìgbé, Oṣù Ẹ̀bibi, Oṣù Òkúdu,
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/
H A Dyo_NG79 % &O<ọ<<<Ọ
88 % <exemplarCharacters type="index">[A B D E F G H I J K L M N O P R S T U W Y]</exemplarCharacters>
109 collating-element <O-combining-dot-below> from "O<U0323>"
120 % &O<ọ<<<Ọ
121 reorder-after <AFTER-O>
139 % &O<ọ<<<Ọ
140 <U1ECD> <o-dot-below>;"<BASE><BASE>";"<MIN><MIN>";<VRNT1> % LATIN SMALL LETTER O WITH DOT BELOW
142 <U1ECC> <o-dot-below>;"<BASE><BASE>";"<CAP><MIN>";<VRNT1> % LATIN CAPITAL LETTER O WITH DOT BELOW
143 <O-combining-dot-below> <o-dot-below>;"<BASE><BASE>";"<CAP><MIN>";<VRNT2>
202 % Oṣù Ṣẹ́rẹ́, Oṣù Èrèlè, Oṣù Ẹrẹ̀nà, Oṣù Ìgbé, Oṣù Ẹ̀bibi, Oṣù Òkúdu,
[all …]
/OK3568_Linux_fs/kernel/Documentation/s390/
H A Dcds.rst6 Device Driver I/O Support Routines
19 I/O access method. This gives relief to the device drivers as they don't
22 I/O (PIO), and other hardware features more. However, this implies that
23 either every single device driver needs to implement the hardware I/O
32 In order to build common device support for ESA/390 I/O interfaces, a
33 functional layer was introduced that provides generic I/O access methods to
36 The common device support layer comprises the I/O support routines defined
67 initiate an I/O request.
73 terminate the current I/O request processed on the device.
77 routine whenever an I/O interrupt is presented to the system. The do_IRQ()
[all …]
H A Dvfio-ccw.rst8 Here we describe the vfio support for I/O subchannel devices for
13 I/O access method, which is so called Channel I/O. It has its own access
23 vfio framework. And we add read/write callbacks for special vfio I/O
25 (the real I/O subchannel device) to do further address translation and
26 to perform I/O instructions.
28 This document does not intend to explain the s390 I/O architecture in
31 - A good start to know Channel I/O in general:
32 https://en.wikipedia.org/wiki/Channel_I/O
47 paravirtualized virtio devices via the "Virtio Over Channel I/O
52 use the standard Channel I/O based mechanism, we also need to provide
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Ddm-io.rst5 Dm-io provides synchronous and asynchronous I/O services. There are three
6 types of I/O services available, and each type has a sync and an async
10 of the I/O. Each io_region indicates a block-device along with the starting
22 The first I/O service type takes a list of memory pages as the data buffer for
23 the I/O, along with an offset into the first page::
37 The second I/O service type takes an array of bio vectors as the data buffer
38 for the I/O. This service can be handy if the caller has a pre-assembled bio,
48 The third I/O service type takes a pointer to a vmalloc'd memory buffer as the
49 data buffer for the I/O. This service can be handy if the caller needs to do
50 I/O to a large region but doesn't want to allocate a large number of individual
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/nasm/nasm/
H A D0001-stdlib-Add-strlcat.patch23 @@ -101,7 +101,7 @@ NASM = asm/nasm.$(O)
24 NDISASM = disasm/ndisasm.$(O)
26 LIBOBJ = stdlib/snprintf.$(O) stdlib/vsnprintf.$(O) stdlib/strlcpy.$(O) \
27 - stdlib/strnlen.$(O) stdlib/strrchrnul.$(O) \
28 + stdlib/strnlen.$(O) stdlib/strrchrnul.$(O) stdlib/strlcat.$(O) \
30 nasmlib/ver.$(O) \
31 nasmlib/alloc.$(O) nasmlib/asprintf.$(O) nasmlib/errfile.$(O) \
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Ds390-drivers.rst11 drive s390 based channel attached I/O devices. This includes interfaces
14 I/O layer.
17 with the s390 channel I/O architecture. For a description of this
21 While most I/O devices on a s390 system are typically driven through the
22 channel I/O mechanism described here, there are various other methods
25 The s390 common I/O layer also provides access to some devices that are
26 not strictly considered I/O devices. They are considered here as well,
38 * Standard I/O subchannels, for use by the system. They have a child
40 * I/O subchannels bound to the vfio-ccw driver. See
53 so-called channel attached devices. They are addressed via I/O
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/charmaps/
HDVISCII.gz1<code_set_name> VISCII 2<comment_char> % 3<escape_char> / 4 5CHARMAP 6 ...
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/charmaps/
HDVISCII.gz
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dstat.rst30 read merges requests number of read I/Os merged with in-queue I/O
34 write merges requests number of write I/Os merged with in-queue I/O
41 discard merges requests number of discard I/Os merged with in-queue I/O
51 These values increment when an I/O request completes.
56 These values increment when an flush I/O request completes.
64 These values increment when an I/O request is merged with an
65 already-queued I/O request.
73 block size. The counters are incremented when the I/O completes.
78 These values count the number of milliseconds that I/O requests have
79 waited on this block device. If there are multiple I/O requests waiting,
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dira-int.h504 #define OBJECT_ALLOCNO(O) ((O)->allocno) argument
505 #define OBJECT_SUBWORD(O) ((O)->subword) argument
506 #define OBJECT_CONFLICT_ARRAY(O) ((O)->conflicts_array) argument
507 #define OBJECT_CONFLICT_VEC(O) ((ira_object_t *)(O)->conflicts_array) argument
508 #define OBJECT_CONFLICT_BITVEC(O) ((IRA_INT_TYPE *)(O)->conflicts_array) argument
509 #define OBJECT_CONFLICT_ARRAY_SIZE(O) ((O)->conflicts_array_size) argument
510 #define OBJECT_CONFLICT_VEC_P(O) ((O)->conflict_vec_p) argument
511 #define OBJECT_NUM_CONFLICTS(O) ((O)->num_accumulated_conflicts) argument
512 #define OBJECT_CONFLICT_HARD_REGS(O) ((O)->conflict_hard_regs) argument
513 #define OBJECT_TOTAL_CONFLICT_HARD_REGS(O) ((O)->total_conflict_hard_regs) argument
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dira-int.h504 #define OBJECT_ALLOCNO(O) ((O)->allocno) argument
505 #define OBJECT_SUBWORD(O) ((O)->subword) argument
506 #define OBJECT_CONFLICT_ARRAY(O) ((O)->conflicts_array) argument
507 #define OBJECT_CONFLICT_VEC(O) ((ira_object_t *)(O)->conflicts_array) argument
508 #define OBJECT_CONFLICT_BITVEC(O) ((IRA_INT_TYPE *)(O)->conflicts_array) argument
509 #define OBJECT_CONFLICT_ARRAY_SIZE(O) ((O)->conflicts_array_size) argument
510 #define OBJECT_CONFLICT_VEC_P(O) ((O)->conflict_vec_p) argument
511 #define OBJECT_NUM_CONFLICTS(O) ((O)->num_accumulated_conflicts) argument
512 #define OBJECT_CONFLICT_HARD_REGS(O) ((O)->conflict_hard_regs) argument
513 #define OBJECT_TOTAL_CONFLICT_HARD_REGS(O) ((O)->total_conflict_hard_regs) argument
[all …]
/OK3568_Linux_fs/kernel/Documentation/driver-api/serial/
H A Drocket.rst28 The RocketPort ISA board requires I/O ports to be configured by the DIP
32 You pass the I/O port to the driver using the following module parameters:
35 I/O port for the first ISA board
37 I/O port for the second ISA board
39 I/O port for the third ISA board
41 I/O port for the fourth ISA board
91 You must assign and configure the I/O addresses used by the ISA Rocketport
96 Setting the I/O address
100 a range of I/O addresses for it to use. The first RocketPort card
101 requires a 68-byte contiguous block of I/O addresses, starting at one
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/
H A Dc_function.c64 up.O = _c_unary_negate_impl; in c_unary_negate()
77 bp.O = _c_binary_negate_impl; in c_binary_negate()
90 uf.O = _c_identity_impl; in c_identity()
103 uf.O = _c_select1st_impl; in c_select1st()
116 uf.O = _c_select1stptr_impl; in c_select1stptr()
129 up.O = _c_unary_adapt_impl; in c_unary_adapt()
142 bp.O = _c_binary_adapt_impl; in c_binary_adapt()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/
H A Dmove.hpp52 typename O> // O models OutputIterator
53 O move(I f, I l, O result) in move()
79 typename O> // O models BidirectionalIterator
80 O move_backward(I f, I l, O result) in move_backward()

12345678910>>...90