Searched refs:it (Results 426 - 450 of 858) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/bmake/unit-tests/
H A Dsuff-transform-select.exp36 trying issue10.d...got it
H A Dsuff-transform-endless.exp37 trying issue6.f...got it
H A Dvarname-makefile.mk16 # TODO: Why does it do that, and what consequences does this have?
H A Dshell-csh.mk36 # Therefore it is filtered from the output, rather naively.
H A Dopt-env.mk42 # Even .undef doesn't work since it only affects the global scope,
H A Dvarmod-order-numeric.mk14 # To get 53-bit integers even in C90, it would be possible to switch to
H A Dvarmod-order-shuffle.mk30 # Sorting the list before shuffling it has no effect.
H A Dvarmod-assign-shell.mk14 # unsuccessful commands, it put the previous value of the variable into the
H A Ddirective-ifndef.mk5 # macro name, there is no such syntax in make. Therefore, it is more
H A Dvar-recursive.mk8 # Since make exits immediately when it detects a recursive expression,
H A Dvar-scope-local-legacy.mk34 # it would be '.' otherwise. The basename is 'all'.
H A Dcond-op-or.mk79 # The '||' operator must be preceded by whitespace, otherwise it becomes part
/freebsd-current/contrib/cortex-strings/src/arm/
H A Dmemchr.S74 cmp r2,#16 @ If it's short don't bother with anything clever
77 tst r0, #7 @ If it's already aligned skip the next bit
85 beq 50f @ If it matches exit found
101 eor r5,r5, r1 @ Get it so that r5,r6 have 00's where the bytes match the target
132 60: @ We're here because the fast path found a hit - now we have to track down exactly which word it was
/freebsd-current/contrib/libucl/python/src/
H A Duclmodule.c31 ucl_object_iter_t it = NULL; local
35 while ((obj = ucl_object_iterate (tmp, &it, false))) {
/freebsd-current/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec15 to checking regular passwords, it offers support for passphrases and
/freebsd-current/share/mk/
H A Dbsd.sanitizer.mk17 # -fsanitize-minimal-runtime flag), so only enable it for dynamically linked
H A Dgoogletest.test.mk6 # GoogleTest is a C++ test framework, thus, it does not describe/articulate how
H A Dlocal.init.mk22 # no space after -isystem makes it easier to
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFStreamer.cpp161 // If it actually was from r4 to r4-r7, continue below.
218 auto it = CurFrame->Instructions.begin(); local
219 CurFrame->Instructions.insert(it, Inst);
/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_lib.c141 if (method->it)
142 return ASN1_item_d2i(NULL, &p, extlen, ASN1_ITEM_ptr(method->it));
198 /* Found it */
227 * If appending we don't care if it exists, otherwise look for existing
243 /* If delete, just delete it */
274 /* If extension exists replace it.. */
/freebsd-current/contrib/arm-optimized-routines/string/arm/
H A Dmemchr.S58 cmp r2,#16 @ If it's short don't bother with anything clever
61 tst r0, #7 @ If it's already aligned skip the next bit
69 beq 50f @ If it matches exit found
90 eor r5,r5, r1 @ Get it so that r5,r6 have 00's where the bytes match the target
129 60: @ We're here because the fast path found a hit - now we have to track down exactly which word it was
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIX86.cpp106 for (auto it : llvm::zip(subregs1, subregs2)) {
108 std::tie(regdata1, regdata2) = it;
/freebsd-current/sys/conf/
H A Dsysent.mk25 # even though it is not an explicit input to makesyscalls.lua. For some
/freebsd-current/usr.bin/chat/
H A Dchat.c339 is to be expected, it should be quoted .... */
717 * If this is the escape flag then reset it and ignore the character.
823 * If there is a sub-reply string then send it. Otherwise any condition
1195 chat_logf("got it");
1264 chat_logf(" -- got it\n");
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp33 for (auto *it : RTy->getAsRecordDecl()->fields()) {
34 LT.add(it);
45 // class as a child node, so it is discovered during the recursive
47 // child, thus it must be fetched explicitly from the FriendDecl, and only
48 // then can we add it to the lookup table.
91 // To ensure it is present and found during import, add it to the table now.
106 // Inserts if and only if there is no element in the container equal to it.

Completed in 243 milliseconds

<<11121314151617181920>>