/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
H A D | 29-1.c | 87 static volatile sig_atomic_t latest; variable 95 latest++; in handler() 97 if (latest != info->si_value.sival_int) { in handler() 99 info->si_value.sival_int, latest); in handler() 172 if (latest != 0) { in main() 187 if (latest != QUEUELENGTH) { in main() 188 output("Only %d signal delivered instead of %d\n", latest, in main() 191 if (latest == 1) { in main()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_combine_stores.c | 59 nir_intrinsic_instr *latest; member 112 assert(combo->latest); in combine_stores() 113 assert(combo->latest->intrinsic == nir_intrinsic_store_deref); in combine_stores() 115 /* If the combined writemask is the same as the latest store, we know there in combine_stores() 118 if ((combo->write_mask & nir_intrinsic_write_mask(combo->latest)) == in combine_stores() 122 state->b.cursor = nir_before_instr(&combo->latest->instr); in combine_stores() 129 unsigned bit_size = combo->latest->src[1].ssa->bit_size; in combine_stores() 143 if (--store->instr.pass_flags == 0 && store != combo->latest) in combine_stores() 149 assert(combo->latest->instr.pass_flags == 0); in combine_stores() 152 /* Fix the latest stor in combine_stores() [all...] |
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | filetools.cpp | 78 int32_t latest = whichFileModTimeIsLater(filePath, newpath.data()); in isFileModTimeLater() local 79 if (latest < 0 || latest == 2) { in isFileModTimeLater() 95 int32_t latest = whichFileModTimeIsLater(filePath, checkAgainst); in isFileModTimeLater() local 96 if (latest < 0 || latest == 2) { in isFileModTimeLater()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | filetools.cpp | 78 int32_t latest = whichFileModTimeIsLater(filePath, newpath.data()); in isFileModTimeLater() local 79 if (latest < 0 || latest == 2) { in isFileModTimeLater() 95 int32_t latest = whichFileModTimeIsLater(filePath, checkAgainst); in isFileModTimeLater() local 96 if (latest < 0 || latest == 2) { in isFileModTimeLater()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | filetools.cpp | 78 int32_t latest = whichFileModTimeIsLater(filePath, newpath.data()); in isFileModTimeLater() local 79 if (latest < 0 || latest == 2) { in isFileModTimeLater() 95 int32_t latest = whichFileModTimeIsLater(filePath, checkAgainst); in isFileModTimeLater() local 96 if (latest < 0 || latest == 2) { in isFileModTimeLater()
|
/third_party/mesa3d/src/util/ |
H A D | ralloc.c | 567 struct linear_header *latest; /* the only buffer that has free space */ member 617 node->latest = node; in create_linear_node() 625 linear_header *latest = first->latest; in linear_alloc_child() local 631 assert(!latest->next); in linear_alloc_child() 636 if (unlikely(latest->offset + full_size > latest->size)) { in linear_alloc_child() 638 new_node = create_linear_node(latest->ralloc_parent, size); in linear_alloc_child() 642 first->latest = new_node; in linear_alloc_child() 643 latest in linear_alloc_child() [all...] |
/third_party/node/deps/npm/test/lib/commands/ |
H A D | dist-tag.js | 35 latest: '1.0.0', 40 latest: '2.0.0', 45 latest: '7.7.7', 51 latest: '1.0.0', 52 'latest-a': '1.0.0', 55 latest: '2.0.0', 56 'latest-b': '2.0.0', 59 latest: '3.0.0', 60 'latest-c': '3.0.0',
|
H A D | view.js | 39 latest: '1.0.0', 76 latest: '1.0.0', 142 latest: '1.0.0', 183 latest: '1.0.0', 212 latest: '1.0.0', 237 latest: '1.0.0',
|
H A D | outdated.js | 13 latest: '1.0.1', 27 latest: '1.0.1', 38 latest: '2.0.0', 52 latest: '1.0.1', 593 cat: 'npm:dog@latest',
|
/third_party/skia/docker/ |
H A D | Makefile | 1 # Build gcr.io/skia-public/skia-build-tools:latest, the image used to compile 5 docker tag skia-build-tools gcr.io/skia-public/skia-build-tools:latest 6 docker push gcr.io/skia-public/skia-build-tools:latest
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | jitter.c | 80 /** Buffer that keeps the time of arrival of the latest packets */ 84 spx_int32_t timing[MAX_TIMINGS]; /**< Sorted list of all timings ("latest" packets first) */ 157 struct TimingBuffer *timeBuffers[MAX_BUFFERS]; /**< Storing arrival time of latest frames so we can compute some stats */ 207 /* Pick the TOP_DELAY "latest" packets (doesn't need to actually be late in compute_opt_delay() 213 int latest = 32767; in compute_opt_delay() local 214 /* Pick latest amoung all sub-windows */ in compute_opt_delay() 217 if (pos[j] < tb[j].filled && tb[j].timing[pos[j]] < latest) in compute_opt_delay() 220 latest = tb[j].timing[pos[j]]; in compute_opt_delay() 228 worst = latest; in compute_opt_delay() 229 best = latest; in compute_opt_delay() [all...] |
/third_party/python/PCbuild/ |
H A D | env.bat | 2 rem This script adds the latest available tools to the path for the current
17 for /F "tokens=*" %%i in ('"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -property installationPath -latest -prerelease -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64') DO @(set VSTOOLS=%%i\VC\Auxiliary\Build\vcvarsall.bat)
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/ |
H A D | main.go | 363 // Test the latest patchset in the change, diff against parent change. 366 log.Println(cause.Wrap(err, "Failed to test changelist '%s'", change.latest)) 392 _, _, err = client.Changes.SetReview(change.id, change.latest.String(), &gerrit.ReviewInput{ 406 latest := r.newTest(change.latest) 407 defer latest.cleanup() 409 if err := latest.checkout(); err != nil { 410 return "", true, cause.Wrap(err, "Failed to checkout '%s'", change.latest) 413 deqpBuild, err := r.getOrBuildDEQP(latest) 418 log.Printf("Testing latest patchse [all...] |
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | copyright.pm | 35 sub latest { subroutine
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | copyright.pm | 35 sub latest { subroutine
|
/third_party/protobuf/kokoro/linux/bazel/ |
H A D | build.sh | 6 # Install the latest Bazel version available 7 use_bazel.sh latest
|
/third_party/libuv/tools/ |
H A D | vswhere_usability_wrapper.cmd | 22 SET VSWHERE_ARGS=-latest -products * %VSWHERE_REQ% %VSWHERE_PRP% %VSWHERE_LMT%
|
/third_party/node/tools/msvs/ |
H A D | vswhere_usability_wrapper.cmd | 25 SET VSWHERE_ARGS=-latest -products * %VSWHERE_REQ% %VSWHERE_PRP% %VSWHERE_LMT%
|
/third_party/node/deps/uv/tools/ |
H A D | vswhere_usability_wrapper.cmd | 22 SET VSWHERE_ARGS=-latest -products * %VSWHERE_REQ% %VSWHERE_PRP% %VSWHERE_LMT%
|
/third_party/node/deps/npm/node_modules/cacache/lib/ |
H A D | entry-index.js | 149 return entries.reduce((latest, next) => { 153 return latest
|
/third_party/node/deps/npm/test/lib/utils/ |
H A D | update-notifier.js | 64 const manifestV = spec === 'npm@latest' ? CURRENT_VERSION 130 argv: ['npm@latest'], 138 t.test('do not update if same as latest', async t => { 142 t.strictSame(MANIFEST_REQUEST, ['npm@latest'], 'requested latest version') 149 t.strictSame(MANIFEST_REQUEST, ['npm@latest'], 'requested latest version') 156 t.strictSame(MANIFEST_REQUEST, ['npm@latest'], 'requested latest version') 163 t.strictSame(MANIFEST_REQUEST, ['npm@latest'], 'requeste [all...] |
/third_party/libabigail/tools/ |
H A D | fedabipkgdiff | 157 """Cannot find latest build from a package""" 229 fedabipkgdiff is able to select the latest build. Return value follows the 871 """Get latest build from a package, for a particular distro. 878 :param str package_name: from which package to get the latest build 879 :param str distro: which distro the latest build belongs to 882 :raises NoCompleteBuilds: if there is no latest build of a package. 959 """Get RPMs from latest build of a package 1237 """Diff against local rpm and remove latest rpm 1245 latest stable package from Fedora 23, one would do:
|
/third_party/node/deps/openssl/openssl/crypto/objects/ |
H A D | objxref.pl | 20 my $YEAR = OpenSSL::copyright::latest(($0, $mac_file, $xref_file));
|
H A D | obj_dat.pl | 43 my $YEAR = OpenSSL::copyright::latest(($0, $ARGV[0]));
|
/third_party/openssl/crypto/objects/ |
H A D | objxref.pl | 20 my $YEAR = OpenSSL::copyright::latest(($0, $mac_file, $xref_file));
|