Searched refs:it (Results 176 - 200 of 858) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h82 // is zero (it allows us to perform just one atomic read per Put() call).
263 // Add it to deallocation list.
277 for (List::ConstIterator it = list_.begin(); it != list_.end(); ++it) {
279 total_bytes += (*it).size;
280 total_overhead_bytes += (*it).size - (*it).quarantined_size();
281 total_quarantine_chunks += (*it).count;
H A Dsanitizer_bvgraph.h135 for (typename BV::Iterator it(v[from]); it.hasNext(); ) {
136 uptr idx = it.next();
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-sysv.mk32 # word. In this case, the "from" string is empty, therefore it always
45 # When the modifier ':from=to' is parsed, it lasts until the closing brace
47 # but it isn't. It is part of the replacement string.
77 # If the variable value is empty, it is debatable whether it consists of a
78 # single empty word, or no word at all. The modifier ':from=to' treats it as
86 # If the variable value is empty, it is debatable whether it consists of a
95 # of a SysV substitution modifier, and it was replaced with the whole match,
111 # Parsing something without then evaluating it accordingl
[all...]
H A Dvarmod-to-separator.mk23 # To use the ':' as the separator, just write it normally.
49 # Since there is a single character before it, that character is taken as
55 # Now it gets interesting and ambiguous: The separator could either be empty
56 # since it is followed by a colon. Or it could be the colon since that
108 # expression value and then joins it again. At this point of splitting, the
144 # The octal number can have as many digits as it wants.
156 . warning The separator \400 is accepted even though it is out of bounds.
158 . warning The separator \400 is accepted even though it is out of bounds.
172 . warning The separator \x100 is accepted even though it i
[all...]
H A Ddeptgt-makeflags.mk6 # In these unit tests, it is often used to temporarily toggle the debug log
23 # The -D command line option can define a variable again, after it has been
58 # The following line looks as if it assigned a newline to nl, but it doesn't.
61 # skipped since it is whitespace (see Parse_IsVar).
91 # Note: backspace is not whitespace, it is a control character.
H A Ddep-var.mk5 # Uh oh, this feels so strange that probably nobody uses it. But it seems to
35 # When the dependency line is parsed, it is resolved to the string
49 # the $I is expanded. Since the variable I is not defined, it expands to
52 # For exactly this reason, it is not recommended to use dollar signs in
69 # This seems to be an edge case that never happens in practice, and it would
H A Dvar-eval-short.mk6 # but if it is evaluated for simplicity of the code (such as ':ts'), it must
18 # is ignored as well. To do that, it is necessary to step through the code of
85 # error message 'Invalid time value: ${FAIL}}' since it did not expand its
100 # error message 'Invalid time value: ${FAIL}}' since it did not expand its
156 # anyway, and since it is actually ignored in an overly complicated way,
H A Ddotwait.mk20 # * If it's expected that two or more targets may be made in parallel,
23 # * If it's expected that two or more targets should be made in sequence
50 # shared.0 must be made first, even though it is a child of
H A Dvarname-make_print_var_on_error.mk7 # since at the point where it is filled in PrintOnError, the first command in
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm92 # to prevent it from acquiring a spurious taint.
148 # This should have been caught long ago, so it represents a
185 # This should have been caught long ago, so it represents a
357 # Big fat magic here: Fix it so that the user-specified package
402 # change it to an explicit empty string to avoid undefined
655 # Print result text instead of returning it
683 has little Perl programs embedded in it here and there. When you
725 template into the example result, and prints it out:
750 they build it so that a string like C<%%VAR%%> is replaced with the
759 know Perl, so why not use it
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp164 // If this BB has a return, note how many cycles it takes to get there.
187 DenseMap<MachineBasicBlock*, VisitedBBInfo>::iterator it local
189 if (it != VisitedBBs.end()) {
190 VisitedBBInfo BBInfo = it->second;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp51 auto it = emulator_baton->m_register_values.find( local
53 if (it != emulator_baton->m_register_values.end()) {
54 reg_value = it->second;
148 // Emulate instruction failed and it haven't changed PC. Advance PC with
155 // The instruction emulation failed after it modified the PC. It is an
176 // space, ignore it and let the debugee segfault.
H A DMemoryTagManagerAArch64MTE.cpp167 // and exit early before it sees the overlap.
187 // If the region doesn't overlap the range at all, ignore it.
191 // If it's tagged record this sub-range.
192 // (assuming that it's already granule aligned)
206 // This "slides" the range so it moves the end as well.
208 // So we set the end back to the original end address after sliding it up.
236 for (auto it = tags.begin(); it != tags.end(); ++it) {
238 if (*it > MTE_TAG_MA
[all...]
/freebsd-current/contrib/bmake/mk/
H A Dldorder.mk7 # This file is provided in the hope that it will
27 # So we need to reverse it before use.
77 # this is how you use it
115 # and this makes it all happen
131 # each *.${LDORDER_INC} should set LDORDER_LIBS to what it needs
132 # it can also add to CFLAGS etc.
H A Dauto.dep.mk8 # This file is provided in the hope that it will
26 # this makes it simpler to get the args to -MF and -MT right
37 # actually it ignores <> so may not be a great idea
H A Dhost.libnames.mk5 # This file is provided in the hope that it will
/freebsd-current/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPServer.cpp76 for (const auto &it : Matches) {
78 Request.UrlPathMatches.push_back(it);
80 Request.UrlPath = it;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DCBufferDataLayout.cpp94 auto it = StructLayouts.find(ST); local
95 if (it != StructLayouts.end())
96 return it->second;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DCommandObjectTraceStartIntelPT.cpp204 auto it = multipliers.find(multiplier); local
205 if (it == multipliers.end())
208 return parsed_number * it->second;
/freebsd-current/sys/dev/pci/
H A Dpci_iov_schema.c505 void *it; local
512 it = NULL;
513 while ((param_name = nvlist_next(sub_schema, &type, &it)) != NULL) {
535 void *it; local
541 it = NULL;
542 while ((name = nvlist_next(driver_schema, &type, &it)) != NULL) {
558 void *it; local
561 it = NULL;
562 while ((name = nvlist_next(dev_schema, &type, &it)) != NULL) {
602 void *it; local
[all...]
/freebsd-current/contrib/netbsd-tests/lib/librt/
H A Dt_sem.c283 struct itimerval it = { local
286 ATF_REQUIRE_MSG(setitimer(ITIMER_REAL, &it, NULL) == 0,
361 struct itimerval it = { local
364 ATF_REQUIRE_MSG(setitimer(ITIMER_REAL, &it, NULL) == 0,
394 struct itimerval it = { local
397 ATF_REQUIRE_MSG(setitimer(ITIMER_REAL, &it, NULL) == 0,
/freebsd-current/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h128 // mock function Foo() is called, it needs to consult its expectations
131 // time, it could affect the "retired" attributes of Foo()'s
155 // In all of the following Untyped* functions, it's the caller's
216 // ON_CALL/EXPECT_CALL has been invoked on it.
230 // expectations is important. Therefore it's a logic race condition
233 // untyped_expectations, we deliberately leave accesses to it
253 // syntax checking relies on it.
293 // we cannot initialize it with _ as that causes ambiguity between
445 // Registers a mock object and a mock method it owns.
452 // information helps the user identify which object it i
[all...]
/freebsd-current/share/mk/
H A Dplain.test.mk4 # Logic to build and install plain test programs. A plain test programs it not
5 # supposed to use any specific testing framework: all it does is run some code
54 # exist in bsd.prog.mk along the support for SCRIPTS. Move it there if
/freebsd-current/tools/test/stress2/misc/
H A Dmmap8.sh68 * This is the minimum amount of C code it takes to panic the kernel.
/freebsd-current/crypto/openssl/crypto/x509/
H A Dx_name.c28 const ASN1_ITEM *it,
32 const ASN1_ITEM *it, int tag, int aclass);
33 static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it);
34 static void x509_name_ex_free(ASN1_VALUE **val, const ASN1_ITEM *it);
68 * Normally that's where it would end: we'd have two nested STACK structures
90 static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it) argument
113 static void x509_name_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
140 const ASN1_ITEM *it, int tag, int aclass,
176 /* We've decoded it: now cache encoding */
212 const ASN1_ITEM *it, in
138 x509_name_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) argument
211 x509_name_ex_i2d(const ASN1_VALUE **val, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass) argument
[all...]

Completed in 300 milliseconds

1234567891011>>