Home
last modified time | relevance | path

Searched refs:original (Results 1 – 25 of 1166) sorted by relevance

12345678910>>...47

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_original_visitor.hpp35 static inline void apply(Box& total, Original const& original) in apply()
37 geometry::expand(total, original.m_box); in apply()
44 static inline bool apply(Box const& box, Original const& original) in apply()
46 return ! detail::disjoint::disjoint_box_box(box, original.m_box); in apply()
150 inline int point_in_original(Point const& point, Original const& original) in point_in_original() argument
160 if (boost::size(original.m_sections) == 0 in point_in_original()
161 || boost::size(original.m_ring) - boost::size(original.m_sections) < 16) in point_in_original()
167 original.m_ring.begin(), original.m_ring.end()); in point_in_original()
179 for (iterator_type it = boost::begin(original.m_sections); in point_in_original()
180 it != boost::end(original.m_sections); in point_in_original()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/spir/files/
H A D0001-Avoid-pessimizing-std-move-3124.patch21 Pass* pass, const std::string& original, bool skip_nop) {
23 - std::move(BuildModule(env_, consumer_, original, assemble_options_));
24 + context_ = BuildModule(env_, consumer_, original, assemble_options_);
26 << original << std::endl;
31 void SinglePassRunAndFail(const std::string& original, Args&&... args) {
33 - std::move(BuildModule(env_, consumer_, original, assemble_options_));
34 + context_ = BuildModule(env_, consumer_, original, assemble_options_);
36 << original << std::endl;
39 void RunAndCheck(const std::string& original, const std::string& expected) {
43 - std::move(BuildModule(env_, nullptr, original, assemble_options_));
[all …]
/OK3568_Linux_fs/external/xserver/mi/
H A Dmieq.c349 InternalEvent *original, InternalEvent *master) in FixUpEventForMaster() argument
351 verify_internal_event(original); in FixUpEventForMaster()
355 if (original->any.type == ET_ButtonPress || in FixUpEventForMaster()
356 original->any.type == ET_ButtonRelease) { in FixUpEventForMaster()
357 int btn = original->device_event.detail.button; in FixUpEventForMaster()
375 InternalEvent *original, InternalEvent *copy) in CopyGetMasterEvent() argument
378 int len = original->any.length; in CopyGetMasterEvent()
379 int type = original->any.type; in CopyGetMasterEvent()
382 verify_internal_event(original); in CopyGetMasterEvent()
390 type = original->dga_event.subtype; in CopyGetMasterEvent()
[all …]
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh3/
H A Dentry.S211 ! k2 returns original pr
212 ! k3 returns original sr
213 ! k4 returns original stack pointer
239 mov.l @r15+, k4 ! original stack pointer
241 mov.l @r15+, k2 ! original PR
242 mov.l @r15+, k3 ! original SR
257 mov k3, k2 ! original SR value
261 and k1, k2 ! Mask original SR value
298 sts pr, k3 ! save original pr value in k3
303 ! k0 returns original sp (after roll back)
/OK3568_Linux_fs/kernel/Documentation/ia64/
H A Dia64.rst8 read the original Linux README provided with the kernel.
14 original README for details.
28 Configuration is the same, see original README for details.
34 the original README for details BUT make sure you have an IA-64
H A Dmca.rst89 My (Keith Owens) original design called for ia64 to separate its
170 verifies the original kernel stack, copies the dirty registers from
171 the MCA/INIT stack's RSE to the original stack's RSE, copies the
172 skeleton struct pt_regs and switch_stack to the original stack, fills
174 original stack's thread.ksp. That makes the original stack look
177 original task and unwind like any other sleeping task.
187 To help distinguish between the handler and the original tasks,
196 of the original task, for humans to use. For example, a comm field of
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dipsec.rst20 defined in section 3, is not smaller than the size of the original
21 payload, the IP datagram MUST be sent in the original non-compressed
32 original form without attempting compression. The numeric threshold
37 is smaller than the threshold or the compressed len is larger than original
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DEurosym8 …tware must not be misrepresented; you must not claim that you wrote the original software. If you …
10 …ions must be plainly marked as such, and must not be misrepresented as being the original software.
12 …3. You must not use any of the names of the authors or copyright holders of the original software …
H A DOPUBL-1.017original publisher and author. The publisher and author's names shall appear on all outer surfaces…
38 …3. Acknowledgement of the original author and publisher if applicable must be retained according t…
39 4. The location of the original unmodified document must be identified.
40 …5. The original author's (or authors') name(s) may not be used to assert or imply endorsement of t…
H A DZlib14 claim that you wrote the original software. If you use this software
18 misrepresented as being the original software.
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dbindec.S32 | approximated by adding e + 0.f when the original
58 | function of the original rounding mode and the signs
77 | A11. Restore original FPCR; set size ext.
120 | a0: ptr for original operand/final result
122 | a2: pointer to FP_X; abs(original value) in ext
218 | imated by adding e + 0.f when the original value is viewed
231 | a0: ptr for original operand/final result
280 | original decimal point which are to be included as
294 | a0: ptr for original operand/final result
366 | a0: ptr for original operand/final result
[all …]
/OK3568_Linux_fs/external/mpp/build/android/aarch64/fix/
H A Dreadme.txt1 NOTE: Google original ndk libc.so is lack of some symbol and it will cause error
8 Backup original libc.so in ndk first. Then Put lib.so to:
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Doverlayfs-etc.bbclass16 # 1. Default option is to rename original /sbin/init to /sbin/init.orig and place generated init un…
17 # original name, i.e. /sbin/init. It has an advantage that you won't need to change any kernel
20 # 2. If you are would like to keep original init as is, you can set
70 # rename original /sbin/init
H A Darchiver.bbclass5 # 1) original (or unpacked) source: ARCHIVER_MODE[src] = "original"
115 if ar_src == "original":
118 # do_ar_patched resp. do_ar_configured depend on it, but for 'original'
163 if ar_src == "original":
178 if d.getVarFlag('ARCHIVER_MODE', 'src') != "original":
182 bb.note('Archiving the original source...')
232 …bb.fatal("Cannot determine archive names for original source because 'name' URL parameter is unset…
234 …bb.fatal("Cannot determine archive names for original source because 'name=' URL parameter '%s' is…
238 # Emit patch series files for 'original'
376 'Falling back to original download.\n' \
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libpcre/
H A Dlibpcre2_10.40.bb2 newest version is PCRE2, which is a re-working of the original PCRE \
3 library to provide an entirely new API. The original, very widely \
6 not the original PCRE 8.x series."
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dscsi-generic.rst26 - sg version 1 (original) from 1992 to early 1999 (lk 2.2.5) .
52 The original documentation for the sg driver (prior to lk 2.2.6) can be
53 found at http://www.torque.net/sg/p/original/SCSI-Programming-HOWTO.txt
72 sg_utils for the sg version 2 (and original) driver found in lk 2.2
100 - lk 2.2.0 : original sg version [with no version number]
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dsleep.S70 ldr r8, [r6] @ keep original value for resume
108 @ as the system will restore with the original speed settings
113 ldr r8, [r6] @ keep original value for resume
147 @ restore the original cpu speed value for resume
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0007-gcc-Fix-argument-list-too-long-error.patch20 RP: gcc then added *.h and *.def additions to this list, breaking the original
21 fix. Add the sort to the original gcc code, leaving the tr+sort to fix the original
/OK3568_Linux_fs/u-boot/board/Marvell/db-88f6820-gp/
H A DREADME1 Update from original Marvell U-Boot to mainline U-Boot:
13 Note that the original Marvell U-Boot seems to have
/OK3568_Linux_fs/buildroot/package/python-kiwisolver/
H A DConfig.in8 not a refactoring of the original C++ solver. Kiwi has been
10 ranges from 10x to 500x faster than the original Cassowary
/OK3568_Linux_fs/kernel/arch/x86/um/os-Linux/
H A Dtask_size.c81 unsigned long test, original; in os_get_top_address() local
117 original = bottom; in os_get_top_address()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/licenses/
H A DCRC32C-ADLER10 claim that you wrote the original software. If you use this software
14 misrepresented as being the original software.
/OK3568_Linux_fs/external/chromium/licenses/
H A DLICENSE.13214 claim that you wrote the original software. If you use this software
18 misrepresented as being the original software.
H A DLICENSE.9812 claim that you wrote the original software. If you use this software
16 misrepresented as being the original software.
/OK3568_Linux_fs/yocto/poky/bitbake/lib/simplediff/
H A DLICENSE14 that you wrote the original software. If you use this software in a product, an
19 misrepresented as being the original software.

12345678910>>...47