Home
last modified time | relevance | path

Searched full:earlier (Results 1 – 25 of 1707) sorted by relevance

12345678910>>...69

/OK3568_Linux_fs/kernel/drivers/net/ethernet/agere/
H A Det131x.h185 * Defined earlier (u32)
190 * Defined earlier (u32)
302 * Defined earlier (u32)
307 * Defined earlier (u32)
326 * Defined earlier (u32)
331 * Defined earlier (u32)
336 * Defined earlier (u32)
341 * Defined earlier (u32)
346 * Defined earlier (u32)
389 * Defined earlier (u32)
[all …]
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0003-safemath-Add-some-arithmetic-primitives-that-check-f.patch49 - earlier versions not tested
51 - earlier versions not tested
55 - earlier versions fail to generate .reginfo and hence gprel relocations
58 - earlier versions not tested
60 - earlier versions return "error: unable to interface with target machine"
/OK3568_Linux_fs/kernel/include/linux/
H A Dktime.h169 static inline s64 ktime_us_delta(const ktime_t later, const ktime_t earlier) in ktime_us_delta() argument
171 return ktime_to_us(ktime_sub(later, earlier)); in ktime_us_delta()
174 static inline s64 ktime_ms_delta(const ktime_t later, const ktime_t earlier) in ktime_ms_delta() argument
176 return ktime_to_ms(ktime_sub(later, earlier)); in ktime_ms_delta()
/OK3568_Linux_fs/kernel/fs/ntfs/
H A Dlogfile.h41 * then it doesn't matter whether we are on an earlier version. We can just
129 and presumably earlier, on a clean volume
145 presumably earlier, on a clean volume this
157 and presumably earlier this is always 0. On
201 earlier, this is 0x30, i.e. immediately
270 /* 20*/ le16 seq_number; /* On Win2k and presumably earlier, this is set
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Drefcount-vs-atomic.rst42 stores (all po-earlier instructions) on the same CPU are completed
44 It also guarantees that all po-earlier stores on the same CPU
50 stores (all po-earlier instructions) on the same CPU are completed
51 before the operation. It also guarantees that all po-earlier
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dnumeric443 * running total of all earlier elements (and the initial value),
478 * running total of all earlier elements (and the initial value),
506 * running total of all earlier elements (and the initial value),
536 * running total of all earlier elements, using `binary_op` for summation.
570 * running total of all earlier elements, using `std::plus<>` for summation.
595 * running total of all earlier elements (and the initial value),
634 * running total of all earlier elements (and the initial value),
668 * running total of all earlier elements,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dnumeric443 * running total of all earlier elements (and the initial value),
478 * running total of all earlier elements (and the initial value),
506 * running total of all earlier elements (and the initial value),
536 * running total of all earlier elements, using `binary_op` for summation.
570 * running total of all earlier elements, using `std::plus<>` for summation.
595 * running total of all earlier elements (and the initial value),
634 * running total of all earlier elements (and the initial value),
668 * running total of all earlier elements,
/OK3568_Linux_fs/kernel/lib/
H A Dwin_minmax.c19 * Upon getting a new min, we can forget everything earlier because
73 return minmax_reset(m, t, meas); /* forget earlier samples */ in minmax_running_max()
91 return minmax_reset(m, t, meas); /* forget earlier samples */ in minmax_running_min()
/OK3568_Linux_fs/external/xserver/debian/local/
H A Dxvfb-run.158 just started and the X authority file created earlier.
64 server is killed (using the process ID stored earlier), the X authority
158 Ignored for compatibility with earlier versions.
/OK3568_Linux_fs/u-boot/arch/arm/mach-davinci/
H A Ddm644x.c65 * Revision(s) Affected: 1.3 and earlier in davinci_errata_workarounds()
73 * On DM6446 Silicon Revision 2.1 and earlier, under certain conditions in davinci_errata_workarounds()
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DAPL-1.0143 …any time introduce requirements or add to or change earlier requirements (in each case, the "EARLI…
145Earlier LICENSED COPY") having the Earlier Description Requirements may choose, with respect to ea…
149 …s a sample only and is not binding on Recipients, unless (subject to the earlier paragraphs of thi…
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-ioc-receive.rst52 2. the result of an earlier non-blocking transmit (the ``sequence`` field will
247 Other bits can still be set if earlier attempts met with failure before
319 - The reply to an earlier transmitted message timed out.
326 was the reply to an earlier transmitted message.
331 - The wait for a reply to an earlier transmitted message was aborted
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/compiler/
H A Dintel.hpp199 // or earlier):
324 // Available in earlier Intel versions, but fail our tests:
353 // This is available from earlier Intel versions, but breaks Filesystem and other libraries:
409 // This is available but broken in earlier Intel releases.
425 // This is available in earlier Intel releases, but breaks Multiprecision:
456 // Available in earlier Intel release, but generates errors when used with
/OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/
H A Dbttv-vbi.c37 /* 2048 for compatibility with earlier driver versions. The driver
111 as earlier driver versions did. The driver permits video in vbi_buffer_prepare()
239 /* For compatibility with earlier driver versions we must pretend in try_fmt()
285 /* As in earlier driver versions. */ in try_fmt()
380 behaviour of earlier driver versions after video in bttv_g_fmt_vbi_cap()
/OK3568_Linux_fs/kernel/tools/memory-model/Documentation/
H A Dexplanation.txt197 it, as loads can obtain values only from earlier stores.
464 through a pointer will depend on the value read earlier from that
482 come earlier in program order. Symbolically, if we have R ->data X,
639 coming earlier in the coherence order (in this case, x's initial
689 equivalently, when R reads from a store which comes earlier than W in
781 the CPU to execute all po-earlier instructions before any
784 smp_rmb() forces the CPU to execute all po-earlier loads
787 smp_wmb() forces the CPU to execute all po-earlier stores
796 execute all po-earlier instructions before the store
803 For each other CPU C', smp_wmb() forces all po-earlier stores
[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 Dhw-doloop.h103 function and are not valid earlier. */
133 by the earlier loop-doloop pass, and sets up a hwloop_info
/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 Dhw-doloop.h103 function and are not valid earlier. */
133 by the earlier loop-doloop pass, and sets up a hwloop_info
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/
H A Dworkaround.hpp24 // and all earlier versions of a compiler, the following convention
249 // broken preprocessor in MWCW 8.3 and earlier.
/OK3568_Linux_fs/buildroot/arch/
H A DConfig.in.arm709 cores, including the earlier Cortex-A{8, 9}, you should
724 cores, including the earlier Cortex-A{8, 9}, you should
765 Note that if you want binary code that works on the earlier
777 Note that if you want binary code that works on the earlier
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_context.h74 * intel_context_unlock_pinned - Releases the earlier locking of 'pinned' status
77 * Releases the lock earlier acquired by intel_context_unlock_pinned().
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_config_defaults.h35 * This currently affects only r0p0-15dev0 HW and earlier.
37 * On r0p0-15dev0 HW and earlier, there are tradeoffs between security and
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.mxsimage123 read is zero. If it is, break the loop earlier.
127 read is non-zero. If it is, break the loop earlier.
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dtagged-address-abi.rst54 NOTE: This behaviour changed in v5.6 and so some earlier kernels may
64 NOTE: This behaviour changed in v5.14 and so some earlier kernels may
/OK3568_Linux_fs/buildroot/package/python-idna/
H A DConfig.in9 and can produce different results from the earlier standard
/OK3568_Linux_fs/kernel/include/soc/rockchip/
H A Drkfb_dmc.h3 * Rockchip devfb driver will probe earlier than devfreq, so it needs to register

12345678910>>...69