Searched refs:needed (Results 1 - 25 of 394) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/lib/rake/
H A Dfile_creation_task.rb7 # needed if and only if the file has not been created. Once created, it is
12 # Is this file task needed? Yes if it doesn't exist.
13 def needed?
H A Dfile_task.rb13 # Is this file task needed? Yes if it doesn't exist, or if its time stamp
15 def needed?
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWIsoch.h34 #warning This file is no longer needed. Please use <IOKit/firewire/IOFireWireFamilyCommon.h> instead.
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/util/
H A DFastOutputStream.java192 int needed = len + fromBuf.length - buf.length;
193 if (needed > 0)
194 bump(needed);
207 int needed = len + length - buf.length;
208 if (needed > 0)
209 bump(needed);
254 int needed = len + sizeNeeded - buf.length;
255 if (needed > 0)
256 bump(needed);
269 private void bump(int needed) { argument
[all...]
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dgetdelim.c92 size_t needed = 2 * *n + 1; /* Be generous. */ local
95 if (needed_max < needed)
96 needed = needed_max;
97 if (cur_len + 1 >= needed)
103 new_lineptr = (char *) realloc (*lineptr, needed);
111 *n = needed;
/macosx-10.9.5/ruby-104/ruby/test/rake/
H A Dtest_rake_file_creation_task.rb22 assert fc_task.needed?, "file should be needed"
25 assert ! fc_task.needed?, "file should not be needed"
39 assert ! t2.needed?, "Should not need to build new file"
40 assert ! t1.needed?, "Should not need to rebuild old file because of new"
47 assert ! t2.needed?, "Should not need to build new file"
48 assert ! t1.needed?, "Should not need to rebuild old file because of new"
H A Dtest_rake_file_task.rb25 assert ftask.needed?, "file should be needed"
30 assert ! ftask.needed?, "file should not be needed"
40 assert ! t2.needed?, "Should not need to build old file"
41 assert ! t1.needed?, "Should not need to rebuild new file because of old"
54 assert t1.needed?, "depending on non-file task uses Time.now"
58 assert ! t1.needed?, "unless the non-file task has a timestamp"
66 assert ! t2.needed?, "Should not need to build new file"
70 assert t1.needed
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dentropy.c87 unsigned int needed; local
94 needed = desired;
99 * If needed is 0, it means we are being asked to "fill to whatever
110 * (DIGEST_SIZE * 8 < needed < POOLBITS - entropy).
116 if (needed == 0) {
123 needed = THRESHOLD_BITS * 4;
125 needed = ISC_MAX(needed, THRESHOLD_BITS);
126 needed = ISC_MIN(needed, RND_POOLBIT
[all...]
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Dentropy.c87 unsigned int needed; local
94 needed = desired;
99 * If needed is 0, it means we are being asked to "fill to whatever
110 * (DIGEST_SIZE * 8 < needed < POOLBITS - entropy).
116 if (needed == 0) {
123 needed = THRESHOLD_BITS * 4;
125 needed = ISC_MAX(needed, THRESHOLD_BITS);
126 needed = ISC_MIN(needed, RND_POOLBIT
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/autoconf/m4/
H A Dneed_dev_zero_for_mmap.m46 [AC_CACHE_CHECK([if /dev/zero is needed for mmap],
/macosx-10.9.5/llvmCore-3425.0.33/projects/sample/autoconf/m4/
H A Dneed_dev_zero_for_mmap.m46 [AC_CACHE_CHECK([if /dev/zero is needed for mmap],
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dbuffers.cpp69 // Takes minimum size needed. Returns size available.
71 size_t Buffer::shuffle(size_t needed) argument
73 assert(available() < needed); // shouldn't be called otherwise
78 return min(needed, available());
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dbuffers.cpp69 // Takes minimum size needed. Returns size available.
71 size_t Buffer::shuffle(size_t needed) argument
73 assert(available() < needed); // shouldn't be called otherwise
78 return min(needed, available());
/macosx-10.9.5/Libinfo-449.1.3/gen.subproj/
H A Dgetifmaddrs.c72 size_t needed; local
91 if (sysctl(mib, 6, NULL, &needed, NULL, 0) < 0)
93 if ((buf = malloc(needed)) == NULL)
95 if (sysctl(mib, 6, buf, &needed, NULL, 0) < 0) {
105 for (next = buf; next < buf + needed; next += rtm->rtm_msglen) {
141 for (next = buf; next < buf + needed; next += rtm->rtm_msglen) {
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_plugin/
H A Dcsputilities.cpp42 void CSPFullPluginSession::Writer::allocate(size_t needed, Allocator &alloc) argument
44 if (!needed)
45 return; // No output buffer space needed so we're done.
47 *vec = makeBuffer(needed, alloc);
55 if (size >= needed)
59 *remData = makeBuffer(needed - size, alloc);
62 if (size + remData->length() >= needed)
147 // defaults (change as needed)
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_plugin/lib/
H A Dcsputilities.cpp42 void CSPFullPluginSession::Writer::allocate(size_t needed, Allocator &alloc) argument
44 if (!needed)
45 return; // No output buffer space needed so we're done.
47 *vec = makeBuffer(needed, alloc);
55 if (size >= needed)
59 *remData = makeBuffer(needed - size, alloc);
62 if (size + remData->length() >= needed)
147 // defaults (change as needed)
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/user/win32/
H A Duserinfo.c171 DWORD needed;
180 if (!GetTokenInformation(threadtok, TokenUser, NULL, 0, &needed)
182 && (usr = apr_palloc(p, needed))
183 && GetTokenInformation(threadtok, TokenUser, usr, needed, &needed))
188 if (!GetTokenInformation(threadtok, TokenPrimaryGroup, NULL, 0, &needed)
190 && (grp = apr_palloc(p, needed))
191 && GetTokenInformation(threadtok, TokenPrimaryGroup, grp, needed, &needed))
/macosx-10.9.5/apr-30/apr/apr/user/win32/
H A Duserinfo.c171 DWORD needed;
180 if (!GetTokenInformation(threadtok, TokenUser, NULL, 0, &needed)
182 && (usr = apr_palloc(p, needed))
183 && GetTokenInformation(threadtok, TokenUser, usr, needed, &needed))
188 if (!GetTokenInformation(threadtok, TokenPrimaryGroup, NULL, 0, &needed)
190 && (grp = apr_palloc(p, needed))
191 && GetTokenInformation(threadtok, TokenPrimaryGroup, grp, needed, &needed))
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Ddependency_resolver.rb59 # Given a set of Gem::Dependency objects as +needed+ and a way
144 needed = names.find_all { |d| !@data.key?(d) }
146 return if needed.empty?
148 uri = @dep_uri + "?gems=#{needed.sort.join ','}"
158 # from IndexSet. Used to delay needed to download full
160 # are needed.
225 # No prefetching needed since we load the whole index in
254 # the tree starting with +needed+ Depedency objects.
260 def initialize(needed, set=IndexSet.new)
262 @needed
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/samples/numfmt/
H A Dcapi.c25 int32_t needed; local
58 in the US locale. The return value is the buffer size needed.
64 needed = unum_formatDouble(fmt, a, buf, 256, NULL, &status);
/macosx-10.9.5/OpenSSH-186/openssh/
H A Droaming_common.c201 size_t available, needed; local
207 needed = write_bytes - *offset;
209 (unsigned long)needed, (unsigned long long)*offset);
210 if (needed > available)
212 if (out_last < needed) {
213 int chunkend = needed - out_last;
218 atomicio(vwrite, fd, out_buf + (out_last - needed), needed);
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/unix/
H A Dentropy.c253 unsigned int needed; local
259 needed = desired;
264 * If needed is 0, it means we are being asked to "fill to whatever
275 * (DIGEST_SIZE * 8 < needed < POOLBITS - entropy).
281 if (needed == 0) {
288 needed = THRESHOLD_BITS * 4;
290 needed = ISC_MAX(needed, THRESHOLD_BITS);
291 needed = ISC_MIN(needed, RND_POOLBIT
[all...]
/macosx-10.9.5/ntp-88/lib/isc/unix/
H A Dentropy.c253 unsigned int needed; local
259 needed = desired;
264 * If needed is 0, it means we are being asked to "fill to whatever
275 * (DIGEST_SIZE * 8 < needed < POOLBITS - entropy).
281 if (needed == 0) {
288 needed = THRESHOLD_BITS * 4;
290 needed = ISC_MAX(needed, THRESHOLD_BITS);
291 needed = ISC_MIN(needed, RND_POOLBIT
[all...]
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/lib/Pod/WSDL/
H A DAttr.pm22 my ($name, $type, $needed, $descr) = split /\s+/, $str, 4;
26 if ((uc $needed) ne '_NEEDED') {
27 $descr = "$needed $descr";
28 $needed = 0;
30 $needed = 1;
39 _nillable => $needed ? undef : 'true',
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/lib/Pod/WSDL/
H A DAttr.pm22 my ($name, $type, $needed, $descr) = split /\s+/, $str, 4;
26 if ((uc $needed) ne '_NEEDED') {
27 $descr = "$needed $descr";
28 $needed = 0;
30 $needed = 1;
39 _nillable => $needed ? undef : 'true',

Completed in 154 milliseconds

1234567891011>>