Searched refs:it (Results 251 - 275 of 497) sorted by relevance

<<11121314151617181920

/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
H A Dinsert_fn_imps.hpp6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
24 // file, or you compile this file and link it with other files to
273 modify(point_iterator it, const_reference r_new_val) argument
276 node_pointer p_nd = it.m_p_nd;
H A Dthin_heap_.hpp6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
24 // file, or you compile this file and link it with other files to
148 modify(point_iterator it, const_reference r_new_val);
157 erase(point_iterator it);
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc63 // Use the given path verbatim if it contains any slashes; this matches
69 // for it through the directories specified in the PATH environment variable.
71 // Get the path. If its empty, we can't do anything to find it.
88 // Nope it wasn't in this directory, check the next path in the list!
119 // Install it as the requested FD
168 #ifdef RLIMIT_AS // e.g. NetBSD doesn't have it.
201 // c strings we pass to it stay alive until the call to posix_spawn,
H A DPath.inc54 // stdcxx's cstdio doesn't include stdio.h, so it doesn't #undef the macros
67 /// This class automatically closes the given file descriptor when it goes out
117 // Make model absolute by prepending a temp directory if it's not already.
243 // On OS X the executable path is saved to the stack by dyld. Reading it
661 error_code detail::directory_iterator_construct(detail::DirIterState &it,
668 it.IterationHandle = reinterpret_cast<intptr_t>(directory);
671 it.CurrentEntry = directory_entry(path_null.str());
672 return directory_iterator_increment(it);
675 error_code detail::directory_iterator_destruct(detail::DirIterState &it) {
676 if (it
[all...]
/freebsd-9.3-release/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec15 to checking regular passwords, it offers support for passphrases and
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A DFILES034 ncbc_enc.c - des_cbc_encrypt() that is 'normal' in that it copies
/freebsd-9.3-release/secure/lib/libcrypto/
H A DMakefile.asm4 # Do a 'make -f Makefile.asm all' and it will generate *.s. Move them
/freebsd-9.3-release/usr.bin/chat/
H A Dchat.c343 is to be expected, it should be quoted .... */
719 * If this is the escape flag then reset it and ignore the character.
825 * If there is a sub-reply string then send it. Otherwise any condition
1197 chat_logf("got it");
1266 chat_logf(" -- got it\n");
/freebsd-9.3-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_asn1.c102 static int si_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it)
144 static int ri_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it)
211 * SEQUENCE OF and tag it to SET OF
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Da_sign.c11 * apply to all code found in this distribution, be it the RC4, RSA,
218 int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, argument
262 inl = ASN1_item_i2d(asn, &buf_in, it);
/freebsd-9.3-release/crypto/openssl/
H A Dopenssl.spec30 use it for commercial and non-commercial purposes.
51 use it for commercial and non-commercial purposes.
72 use it for commercial and non-commercial purposes.
154 as well. Also remove RSAref stuff completely, since it's not needed
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcvs_acls.in6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
11 # This program is distributed in the hope that it will be useful,
70 This program is free software; you can redistribute it and/or modify
71 it under the terms of the GNU General Public License as published by
75 This program is distributed in the hope that it will be useful,
219 This is not offered as a fix to the original 'cvs_acls' script since it
235 Additionally, it was built and tested under Red Hat Linux 7.3 using
316 3. Install this file as $CVSROOT/CVSROOT/cvs_acls and make it executable.
318 4. Create a file named CVSROOT/cvsacl and optionally add it t
[all...]
/freebsd-9.3-release/contrib/nvi/build/ExtUtils/
H A DEmbed.pm309 to the C B<boot_Socket> function and writes it to a file named "xsinit.c".
311 Note that B<DynaLoader> is a special case where it must call B<boot_DynaLoader> directly.
379 In addition, when ldopts is called with parameters, it will return the argument string
380 rather than print it to STDOUT.
454 B<xsinit()> uses the xsi_* functions to generate most of it's code.
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm7 This file is free software; you can redistribute it and/or modify it
21 This file is distributed in the hope that it will be useful, but
70 /* We use __ARM_ARCH__ set to 4 here, but in reality it's any processor with
182 /* Don't pass dirn, it's there just to get token pasting right. */
210 mov r0, #0 @ About as wrong as it could be.
219 mov r0, #0 @ About as wrong as it could be.
384 @ Unless the divisor is very big, shift it up in multiples of
394 @ For very big divisors, we must shift it a bit at a time, or
487 @ Unless the divisor is very big, shift it u
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DRegionInfo.cpp59 for (BBNodeMapT::iterator it = BBNodeMap.begin(),
60 ie = BBNodeMap.end(); it != ie; ++it)
61 delete it->second;
664 BBtoRegionMap::iterator it = BBtoRegion.find(BB); local
668 if (it != BBtoRegion.end()) {
669 Region *newRegion = it->second;
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DStringMap.h75 /// up in. If it already exists as a key in the map, the Item pointer for the
76 /// specified bucket will be non-null. Otherwise, it will be null. In either
81 /// FindKey - Look up the bucket that contains the specified key. If it exists
87 /// delete it. This aborts if the value isn't in the table.
91 /// table, returning it. If the key is not in the table, this returns null.
233 /// funky memory allocation and hashing things to make it extremely efficient,
306 const_iterator it = find(Key); local
307 if (it != end())
308 return it->second;
322 /// insert it an
[all...]
/freebsd-9.3-release/sys/boot/i386/pmbr/
H A Dpmbr.s35 # and boots it.
97 # the last LBA for the backup if it is broken.
120 movsw # $lastsec--, copy it to $lba
135 # We found a boot partition. Load it into RAM starting at 0x7c00.
179 # a EDD packet on the stack and passing it to the BIOS. Trashes %ax and %si.
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Driver/
H A DToolChains.cpp172 // OS is ios or macosx unless it's the v6m or v7m.
353 // it never went into the SDK.
373 // headers can still use eprintf on i386, and it is not exported from
390 // Xcode tools to define the default sysroot, by making it the default for
398 // We only use this value as the default if it is an absolute path,
399 // exists, and it is not the root path.
531 // simulator as iOS + x86, and treat it differently in a few contexts.
550 // it was previously found in the gcc lib dir. However, for all the Darwin
551 // platforms we care about it was -lstdc++.6, so we search for that
590 // only present in the gcc lib dir, which makes it har
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_request.c441 * error if it fails.
480 * Search the list for the request codes. If it isn't one
1296 * Do a check of everything to see that it looks
1297 * okay. If not, complain about it. Note we are
1790 * about it. Note we are very picky here.
1828 * Looks okay, try it out. Needs to reload data pointer and
1990 * Now do it in earnest. Needs to reload data pointer and item
2148 struct info_trap *it; local
2157 it = (struct info_trap *)prepare_pkt(srcadr, inter, inpkt,
2160 for (i = 0, tr = ctl_traps; it
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui-windata.c10 This program is free software; you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by
15 This program is distributed in the hope that it will be useful,
263 update the display with the new value, hiliting it.
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp102 // If Reg is currently live, then mark that it can't be renamed as
103 // we don't know the extent of its live-range anymore (now that it
159 // The first R6 kill is not really a kill since it's killed by a predicated
161 // re-define R6 so it's not safe to change it since the last R6 use cannot be
283 // It wasn't previously live but now it is, this is a kill.
307 // it's use operand is tied to a def operand. We guard against the case in which
312 // both NewReg and AntiDepReg covers it.
323 // breaking must fail, but it's too rare to bother optimizing.
340 // When AntiDepReg is renamed it wil
[all...]
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DInstruction.cpp24 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, argument
26 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(0) {
38 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, argument
40 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(0) {
89 /// insert it into the basic block that MovePos lives in, right before
269 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp92 /// Returns Null if it is unable to create the target machine.
414 it = TargetOpts.Features.begin(),
415 ie = TargetOpts.Features.end(); it != ie; ++it)
416 Features.AddFeature(*it);
533 // "codegen" passes so that it isn't run multiple times when there is
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp100 // Place the dstor for WorkList here because it contains virtual member
132 // Don't use const reference. The subsequent pop_back() might make it
374 for (CFGBlock::const_succ_iterator it = B->succ_begin(),
375 et = B->succ_end(); it != et; ++it) {
376 if (const CFGBlock *succ = *it) {
418 // In the case of ObjCForCollectionStmt, it appears twice in a CFG:
503 G->addRoot(Node); // 'Node' has no predecessor. Make it a root.
506 // Only add 'Node' to the worklist if it was freshly generated.
540 // Note: 'N' should be a fresh node because otherwise it should
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dkeysets.pl65 * apply to all code found in this distribution, be it the RC4, RSA,
114 Please modify and use keysets.pl to regenerate it. */

Completed in 178 milliseconds

<<11121314151617181920