Home
last modified time | relevance | path

Searched refs:extracted (Results 1 – 25 of 682) sorted by relevance

12345678910>>...28

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_quarantine.h260 QuarantineBatch *extracted = current->next; in MergeBatches() local
262 current->merge(extracted); in MergeBatches()
263 CHECK_EQ(extracted->count, 0); in MergeBatches()
264 CHECK_EQ(extracted->size, sizeof(QuarantineBatch)); in MergeBatches()
266 list_.extract(current, extracted); in MergeBatches()
267 extracted_size += extracted->size; in MergeBatches()
269 to_deallocate->EnqueueBatch(extracted); in MergeBatches()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_quarantine.h260 QuarantineBatch *extracted = current->next; in MergeBatches() local
262 current->merge(extracted); in MergeBatches()
263 CHECK_EQ(extracted->count, 0); in MergeBatches()
264 CHECK_EQ(extracted->size, sizeof(QuarantineBatch)); in MergeBatches()
266 list_.extract(current, extracted); in MergeBatches()
267 extracted_size += extracted->size; in MergeBatches()
269 to_deallocate->EnqueueBatch(extracted); in MergeBatches()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_quarantine.h258 QuarantineBatch *extracted = current->next; in MergeBatches() local
260 current->merge(extracted); in MergeBatches()
261 CHECK_EQ(extracted->count, 0); in MergeBatches()
262 CHECK_EQ(extracted->size, sizeof(QuarantineBatch)); in MergeBatches()
264 list_.extract(current, extracted); in MergeBatches()
265 extracted_size += extracted->size; in MergeBatches()
267 to_deallocate->EnqueueBatch(extracted); in MergeBatches()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-ycp-210 // This comment will not be extracted.
12 // TRANSLATORS: This is an extracted comment.
16 /* Not extracted either. */
H A Dxgettext-php-111 // This comment will not be extracted.
13 // TRANSLATORS: This is an extracted comment.
17 /* Not extracted either. */
H A Dxgettext-elisp-110 ; This comment will not be extracted.
12 ;; TRANSLATORS: This is an extracted comment.
14 ; Not extracted either.
H A Dxgettext-c-910 // This comment will not be extracted.
12 // TRANSLATORS: This is an extracted comment.
14 /* Not extracted either. */
H A Dxgettext-objc-210 // This comment will not be extracted.
13 // TRANSLATORS: This is an extracted comment.
16 /* Not extracted either. */
H A Dxgettext-csharp-510 // This comment will not be extracted.
12 // TRANSLATORS: This is an extracted comment.
14 /* Not extracted either. */
H A Dxgettext-java-510 // This comment will not be extracted.
12 // TRANSLATORS: This is an extracted comment.
14 /* Not extracted either. */
H A Dxgettext-scheme-110 ; This comment will not be extracted.
12 ;; TRANSLATORS: This is an extracted comment.
H A Dxgettext-librep-110 ; This comment will not be extracted.
12 ;; TRANSLATORS: This is an extracted comment.
H A Dxgettext-lisp-110 ; This comment will not be extracted.
12 ;; TRANSLATORS: This is an extracted comment.
H A Dxgettext-csharp-336 // Verbatim string literals are extracted.
44 // Character literals are not extracted.
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Distream79 * The number of characters extracted in the previous unformatted
248 * Characters are extracted from this stream and inserted into the
253 * character that would have been inserted is not extracted), or
265 * @return The number of characters extracted by the previous
285 * The number of characters extracted is stored for later retrieval
325 * Characters are extracted and stored into @a __s until one of the
331 * is not extracted
363 * Characters are extracted and inserted into @a __sb until one of the
368 * character that would have been inserted is not extracted)
370 * is not extracted)
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Distream79 * The number of characters extracted in the previous unformatted
248 * Characters are extracted from this stream and inserted into the
253 * character that would have been inserted is not extracted), or
265 * @return The number of characters extracted by the previous
285 * The number of characters extracted is stored for later retrieval
325 * Characters are extracted and stored into @a __s until one of the
331 * is not extracted
363 * Characters are extracted and inserted into @a __sb until one of the
368 * character that would have been inserted is not extracted)
370 * is not extracted)
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-extract.rst37 All alias matching the regular expression will be extracted. May be
66 All functions matching the regular expression will be extracted. May be
78 extracted. May be specified multiple times.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/
H A DPipeline.rst146 GlobalISel for one or more of the extracted functions.
154 ./bin/llvm-extract -o - -S -b ‘foo:bb1;bb4’ <input> > extracted.ll
158 extracted function containing bb4 to make that function use SelectionDAG.
188 is compiled with GlobalISel and the extracted basic blocks are compiled with
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Daria.inc3 # SRCS extracted from src/crypto/dist/openssl/crypto/aria/Makefile
H A Dsm4.inc3 # SRCS extracted from src/crypto/dist/openssl/crypto/sm4/Makefile
H A Dsrp.inc3 # SRCS extracted from src/crypto/dist/openssl/crypto/srp/Makefile
H A Dsm3.inc3 # SRCS extracted from src/crypto/dist/openssl/crypto/sm3/Makefile
H A Dkrb5.inc5 # SRCS extracted from src/crypto/dist/openssl/crypto/krb5/Makefile
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Drecord.inc5 # SRCS extracted from ../../dist/openssl/ssl/Makefile.ssl
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/
H A Dpqueue.inc5 # SRCS extracted from src/crypto/dist/openssl/crypto/evp/Makefile

12345678910>>...28