/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/ |
H A D | 1-1.c | 38 2: just enter child thread ; 41 5: just before child thread exit;
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/ |
H A D | 5-1.c | 145 ("Unable to unlink a semaphore which we just created"); in main() 198 ("Unable to unlink a semaphore which we just created"); in main()
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
H A D | v0.3.rst | 23 * Sparse now parses the '__regparm__' attribute just like 'regparm', fixing a warning with pthreads from glibc 2.5. 94 * Parse and ignore the __regparm__ attribute, just like regparm.
|
/third_party/lz4/examples/ |
H A D | simple_buffer.c | 61 // You can use this to realloc() *compress_data to free up memory, if desired. We'll do so just to demonstrate the concept. in main() 70 // In this example, we just re-use this information from previous section, in main()
|
/third_party/node/deps/v8/src/base/ |
H A D | bounded-page-allocator.cc | 103 // Region allocator requires page size rather than commit size so just over- in ReserveForSharedMemoryMapping() 163 // Keep the region in "used" state just uncommit some pages. in ReleasePages()
|
/third_party/node/deps/v8/include/v8-include/cppgc/internal/ |
H A D | gc-info.h | 125 // class names as it would just folds a name to the base class name. 145 // values (also preserves RAX). Avoid out parameter by just reloading the in Index()
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-openbsd.cc | 68 if (c == EOF) break; // EOF: Was unexpected, just exit. in GetSharedLibraryAddresses() 82 // No library name found, just record the raw address range. in GetSharedLibraryAddresses()
|
/third_party/node/deps/v8/src/extensions/ |
H A D | gc-extension.cc | 38 return Just<bool>(maybe_property.ToLocalChecked()->StrictEquals( in IsProperty() 78 return Just<GCOptions>(options); in Parse()
|
/third_party/node/deps/v8/src/execution/ |
H A D | simulator.h | 58 // The value of |kPlaceHolder| is actually not used. It just occupies a in RegisterJSStackComparableAddress() 74 // generated code. Because generated code uses the C stack, we just use
|
/third_party/node/deps/v8/src/objects/ |
H A D | synthetic-module.cc | 37 return Just(true); in SetExport() 92 // just update status.
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_emit.h | 60 * don't know if real draw disqualifies lrz write. So just 169 * we could probably cache and just regenerate if framebuffer
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_zsa.c | 57 * instead of just where the stencil condition holds (GC600 rev 0x0019, without in etna_zsa_state_create() 59 * Not sure if this is a hardware bug or just a strange edge case. */ in etna_zsa_state_create()
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_derivatives.c | 144 /* Fixup masks. Make original just lower and dupe just upper */ in midgard_lower_derivatives()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
H A D | rbug_objects.c | 215 /* works on context as well since its just a macro */ in rbug_shader_create() 227 /* works on context as well since its just a macro */ in rbug_shader_destroy()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | params_dup.c | 190 /* If list1 is finished just tack list2 onto the end */ in OSSL_PARAM_merge() 198 /* If list2 is finished just tack list1 onto the end */ in OSSL_PARAM_merge()
|
/third_party/node/deps/openssl/openssl/crypto/ocsp/ |
H A D | v3_ocsp.c | 165 * ASN1 encoding at all: it just contains arbitrary data. 225 /* Nocheck is just a single NULL. Don't print anything and always set it */
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | p5_pbev2.c | 81 /* Dummy cipherinit to just setup the IV, and PRF */ 90 * here: just means use default PRF.
|
/third_party/libphonenumber/java/geocoder/test/com/google/i18n/phonenumbers/geocoding/ |
H A D | PhoneNumberOfflineGeocoderTest.java | 142 // User in Italy, American number. We should just show United States, in Spanish, and not more in testGetDescriptionForNumberWithUserRegion() 146 // Unknown region - should just show country name. in testGetDescriptionForNumberWithUserRegion()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | ColumnGroup.java | 59 // The reason this does not just call "prototype().fromPrototype(...)" is that the key may not in getColumn() 60 // be parsable by the function just because it's the "right" type. This allows people to pass in getColumn()
|
/third_party/rust/crates/heck/src/ |
H A D | lib.rs | 15 //! boundary is considered to be just prior to that uppercase character. 158 // Otherwise no word boundary, just update the mode in transform()
|
/third_party/rust/crates/io-lifetimes/src/ |
H A D | lib.rs | 80 // io-lifetimes defined `FromFd`/`IntoFd` traits instead of just using 84 // std just uses `From`/`Into`, because it defines those traits itself so it
|
/third_party/openssl/test/recipes/ |
H A D | 70-test_sslsignature.t | 75 #close_notify - it just closes the connection. Fixing this would be a 80 #Therefore s_client just continues to send its application data and sends
|
/third_party/pulseaudio/src/modules/ |
H A D | module-always-source.c | 98 /* This is us detecting ourselves on load... just ignore this. */ in put_hook_callback() 110 /* This is us detecting ourselves on load in a different way... just ignore this too. */ in put_hook_callback()
|
H A D | module-always-sink.c | 98 /* This is us detecting ourselves on load... just ignore this. */ in put_hook_callback() 110 /* This is us detecting ourselves on load in a different way... just ignore this too. */ in put_hook_callback()
|
/third_party/openssl/crypto/asn1/ |
H A D | p5_pbev2.c | 81 /* Dummy cipherinit to just setup the IV, and PRF */ 90 * here: just means use default PRF.
|