Home
last modified time | relevance | path

Searched full:older (Results 1 – 25 of 2359) sorted by relevance

12345678910>>...95

/third_party/alsa-lib/src/conf/cards/
DAudigy2.conf30 # for compatibility with older drivers
46 # for compatibility with older drivers
83 # for compatibility with older drivers
119 # for compatibility with older drivers
135 # for compatibility with older drivers
171 # for compatibility with older drivers
187 # for compatibility with older drivers
378 # for compatibility with older drivers
399 # for compatibility with older drivers
415 # for compatibility with older drivers
DAudigy.conf30 # for compatibility with older drivers
46 # for compatibility with older drivers
83 # for compatibility with older drivers
119 # for compatibility with older drivers
135 # for compatibility with older drivers
269 # for compatibility with older drivers
291 # for compatibility with older drivers
307 # for compatibility with older drivers
DEMU10K1.conf32 # for compatibility with older drivers
48 # for compatibility with older drivers
91 # for compatibility with older drivers
156 # for compatibility with older drivers
172 # for compatibility with older drivers
308 # for compatibility with older drivers
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpreddec.c229 RTPHistItem *older; in gst_red_history_lost_seq_num_for_timestamp() local
251 older = older_sibling->data; in gst_red_history_lost_seq_num_for_timestamp()
253 /* We know for sure @older has lower timestamp than we are looking for, in gst_red_history_lost_seq_num_for_timestamp()
259 seq_diff = gst_rtp_buffer_compare_seqnum (older->seq, newer->seq); in gst_red_history_lost_seq_num_for_timestamp()
264 older->seq, older->timestamp, in gst_red_history_lost_seq_num_for_timestamp()
269 older->seq, older->timestamp, newer->seq, newer->timestamp); in gst_red_history_lost_seq_num_for_timestamp()
273 timestamp_diff = newer->timestamp - older->timestamp; in gst_red_history_lost_seq_num_for_timestamp()
275 guint32 lost_timestamp = older->timestamp + in gst_red_history_lost_seq_num_for_timestamp()
278 *dst_seq_num = older->seq + lost_packet_idx; in gst_red_history_lost_seq_num_for_timestamp()
285 older->seq, older->timestamp, newer->seq, newer->timestamp, timestamp); in gst_red_history_lost_seq_num_for_timestamp()
/third_party/openssl/doc/man7/
Dpassphrase-encoding.pod59 OpenSSL versions older than 1.1.0 do variant 2 only, and that is the reason why
60 OpenSSL still does this, to be able to read files produced with older versions.
71 outcome in OpenSSL 1.1.0 and newer than in OpenSSL older than 1.1.0.
73 0x00 0xC3 0x00 0xAF # OpenSSL older than 1.1.0
76 On the same accord, anything encoded in UTF-8 that was given to OpenSSL older
154 OpenSSL older than 1.1.0.
158 erroneous/non-compliant encoding used by OpenSSL older than 1.1.0)
/third_party/rust/crates/signal-hook/
Dci-check.sh3 # We try to support some older versions of rustc. However, the support is
5 # version. So we don't do tests on the older ones. Also, the
6 # signal-hook-registry supports older rustc than we signal-hook.
/third_party/libdrm/nouveau/
Dabi16.c116 /* Older kernel versions did not have the concept of nouveau- in abi16_engobj()
119 * translate these older identifiers to the newer ones. in abi16_engobj()
123 * break if running on an older kernel. in abi16_engobj()
126 * older values which work on any kernel. in abi16_engobj()
180 /* Older kernel versions were exposing the wrong video engine in abi16_sclass()
183 * breaking older userspace. in abi16_sclass()
187 * running on an older kernel. in abi16_sclass()
189 * To handle this issue, if using the older kernel interfaces, in abi16_sclass()
/third_party/openGLES/docs/
Dupdate_policy.php21 <p> While Khronos publishes older (non-current) Specifications such as
24 reason. One such compelling reason has been to update older OpenGL ES
34 <p> This is a recent policy. Older bug fixes to core Specifications have not
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
DLSUnit.h319 /// 1) A younger load is allowed to pass an older load only if there are no
321 /// 2) An younger store is not allowed to pass an older store.
322 /// 3) A younger store is not allowed to pass an older load.
323 /// 4) A younger load is allowed to pass an older store only if the load does
327 /// Under this assumption, younger loads are always allowed to pass older
373 /// the load/store queue(s). That also means, all the older loads/stores have
408 // conservatively treated as a store barrier. It forces older store to be
412 // conservatively treated as a load barrier. It forces older loads to execute
442 /// 5. A load has to wait until an older load barrier is fully executed.
443 /// 6. A store has to wait until an older store barrier is fully executed.
/third_party/ltp/doc/
Dsupported-kernel-libc-versions.txt29 Older distributions are not officially supported, which means that it
31 to compile latest LTP even on slightly older distributions than we
37 you may result to older LTP releases, however these are _not_ supported
62 | https://www.uclibc.org/[uClibc] | Older https://www.uclibc.org/[uClibc] might have problems.
/third_party/rust/crates/memoffset/
DREADME.md50 `memoffset` has support for compile-time `offset_of!` on rust>=1.65, or on older nightly compilers.
79 ### Usage on older nightlies ###
80 In order to use it on an older nightly compiler, you must enable the `unstable_const` crate feature…
/third_party/typescript/tests/baselines/reference/tsbuild/sample1/incremental-declaration-doesnt-change/
DOnly-builds-the-leaf-node-project.js14 …g.json' is up to date because newest input 'src/core/anotherModule.ts' is older than oldest output…
16 …tsconfig.json' is up to date because newest input 'src/logic/index.ts' is older than oldest output…
18 …config.json' is out of date because oldest output 'src/tests/index.js' is older than newest input …
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
Dx6386.htm97 to recognize which field of a frame is older, the <SPAN
127 older field. Whether the older field contains the top or bottom lines
286 lines. Fields are always stored in temporal order, the older one first
300 field lines. Fields are always stored in temporal order, the older one
313 buffers, in temporal order, i.&nbsp;e. the older one first. To indicate the field
/third_party/node/deps/cares/src/lib/
Dares__timeval.c105 long ares__tvdiff(struct timeval newer, struct timeval older)
107 return (newer.tv_sec-older.tv_sec)*1000+
108 (newer.tv_usec-older.tv_usec)/1000;
/third_party/python/Doc/howto/
Dannotations.rst20 in Python versions 3.9 and older,
61 Accessing The Annotations Dict Of An Object In Python 3.9 And Older
64 In Python 3.9 and older, accessing the annotations dict
66 The problem is a design flaw in these older versions of Python,
131 If you're using Python 3.9 or older, or if for some reason
/third_party/benchmark/docs/
Ddependencies.md13 for older versions._
18 _Note, this version is also available for Ubuntu 14.04, an older Ubuntu LTS
/third_party/jsoncpp/example/
DREADME.md6 an older version of GCC. If the third-party library cannot be rebuilt with the new ABI, then you ne…
11 have the same mangled name whether compiled with the older or new ABI. In order to detect such prob…
/third_party/flutter/skia/third_party/externals/angle2/include/platform/
DFeaturesGL.h33 // On some older Intel drivers, GL_RGBA4 is not color renderable, glCheckFramebufferStatus
38 "Issue on older Intel drivers, GL_RGBA4 is not color renderable", &members};
249 // Older Qualcomm drivers generate errors when querying the number of bits in timer queries, ex:
253 "Older Qualcomm drivers generate errors when querying the number of bits in timer queries",
272 // instead of generating GL_OUT_OF_MEMORY errors. Also causes system to hang on some older
319 // Some older Linux Intel mesa drivers will hang the system when allocating large textures. Fix
324 "older Intel Linux",
/third_party/libxml2/
DREADME.tests24 version is older than the testsuite one, failing to compile or run the tests
25 is likely. In any event this won't work with an installed libxml2 older
/third_party/node/lib/internal/
Dlinkedlist.js34 // Items are linked with _idleNext -> (older) and _idlePrev -> (newer).
35 // Note: This linkage (next being older) may seem counter-intuitive at first.
/third_party/node/deps/npm/node_modules/safer-buffer/
DPorting-Buffer.md78 _If you currently support those older Node.js versions and dropping them would be a semver-major ch…
79 for you, or if you support older branches of your packages, consider using [Variant 2](#variant-2)
80 or [Variant 3](#variant-3) on older branches, so people using those older branches will also receive
87 Utilize [safer-buffer](https://www.npmjs.com/package/safer-buffer) as a polyfill to support older
105 to also use the older `new Buffer()` API in your code, though — but that's arguably a benefit, as
/third_party/gstreamer/gstplugins_bad/ext/openexr/
Dmeson.build5 # Older versions of openexr fail to build with -Werror when using GCC >= 9.2
9 # older openexr versions now require C++11.
/third_party/openssl/
DNOTES-ANDROID.md36 an older platform pass the argument `-D__ANDROID_API__=N` to `Configure`,
45 Older versions of the NDK have GCC under their common prebuilt tools
57 to facilitate migration from older projects. However, since API level
/third_party/mesa3d/docs/
Dapplication-issues.rst23 Some old OpenGL games (approx. ten years or older) may crash during
33 the ``glGetString(GL_EXTENSIONS)`` query to only report extensions older
/third_party/protobuf/objectivec/Tests/
DGPBMessageTests+ClassNames.m139 // This tests backwards compatibility to make sure we support older sources
147 // This tests backwards compatibility to make sure we support older sources
155 // This tests backwards compatibility to make sure we support older sources

12345678910>>...95