Searched refs:whole (Results 1 - 25 of 154) sorted by relevance

1234567

/macosx-10.10.1/top-100.1.2/
H A Dpower.c52 int whole = 0, part = 0; local
55 whole = 0;
58 if(-1 == snprintf(buf, sizeof(buf), "%d.%1d", whole, part))
97 whole = (used_us * 100ULL) / elapsed_us;
98 part = (((used_us * 100ULL) - (whole * elapsed_us)) * 10ULL) / elapsed_us;
101 //top_log("command %s whole %d part %d\n", psamp->command, whole, part);
103 if(-1 == snprintf(buf, sizeof(buf), "%d.%1d", whole, part))
H A Dcpu.c41 int whole = 0, part = 0; local
44 whole = 0;
47 if(-1 == snprintf(buf, sizeof(buf), "%d.%1d", whole, part))
81 whole = (used_us * 100ULL) / elapsed_us;
82 part = (((used_us * 100ULL) - (whole * elapsed_us)) * 10ULL) / elapsed_us;
85 //top_log("command %s whole %d part %d\n", psamp->command, whole, part);
87 if(-1 == snprintf(buf, sizeof(buf), "%d.%1d", whole, part))
147 //top_log("command %s whole %d part %d\n", psamp->command, whole, par
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dfmt_scaled.c81 long long scale_fact = 1, whole = 0, fpart = 0; local
134 whole *= 10;
135 whole += i;
140 whole *= sign;
146 *result = whole;
150 /* Validate scale factor, and scale whole and fraction by it. */
164 /* scale whole part */
165 whole *= scale_fact;
179 whole += fpart;
180 *result = whole;
[all...]
/macosx-10.10.1/procmail-14/procmail/src/
H A Dcommon.c51 int strcspn(whole,sub)const char*const whole,*const sub;
53 p=whole;
56 return p-whole;
H A Dcommon.h13 strcspn P((const char*const whole,const char*const sub));
/macosx-10.10.1/hfs-285/mount_hfs/
H A Doptical.c129 io_service_t whole; local
135 whole = __io_media_copy_whole_media(media);
136 if (whole) {
137 writable = __io_media_is_writable(whole);
139 IOObjectRelease(whole);
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-shlib/
H A DMakefile68 LLVMLibsOptions := -Wl,--whole-archive $(LLVMLibsOptions) \
69 -Wl,--no-whole-archive
110 -Wl,--whole-archive $(LLVMLibsPaths) \
111 -Wl,--no-whole-archive
116 -Wl,--whole-archive -lstdc++ \
117 -Wl,--no-whole-archive
/macosx-10.10.1/vim-55/runtime/compiler/
H A Dfpc.vim15 " NOTE: compiler must be runned with -vb to write whole source path, not only file
/macosx-10.10.1/DiskArbitration-268/DiskArbitration/
H A DDADisk.c297 CFBooleanRef whole; local
299 whole = IORegistryEntryCreateCFProperty( media, CFSTR( kIOMediaWholeKey ), CFGetAllocator( disk ), 0 );
301 if ( whole )
303 if ( whole == kCFBooleanTrue )
309 CFRelease( whole );
314 CFRelease( whole );
H A DDiskArbitrationPrivate.c184 DADiskRef whole; local
186 whole = DADiskCopyWholeDisk( disk );
188 if ( whole )
192 media = DADiskCopyIOMedia( whole );
214 CFRelease( whole );
1165 int whole = FALSE; local
1174 whole = ( flags & kDiskArbDiskAppearedWholeDiskMask ) ? TRUE : FALSE;
1196 ( callback )( __DiskArbGetDiskID( disk ), name, content, path, flags, writable, removable, whole, filesystem ); local
1271 int whole = FALSE; local
1282 whole
1339 ( callback )( __DiskArbGetDiskID( disk ), type, "", "", writable, removable, whole ); local
1753 DADiskRef whole; local
2115 DADiskRef whole; local
2322 DADiskRef whole; local
[all...]
H A DDiskArbitrationPrivate.h195 int whole,
213 int whole );
227 int whole );
/macosx-10.10.1/Heimdal-398.1.2/
H A Dcompile45 If you are trying to build a whole package this is not the
/macosx-10.10.1/OpenPAM-20/openpam/
H A Dcompile45 If you are trying to build a whole package this is not the
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/
H A Dcompile45 If you are trying to build a whole package this is not the
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/admin/
H A Dcompile45 If you are trying to build a whole package this is not the
/macosx-10.10.1/file-46/file/
H A Dcompile45 If you are trying to build a whole package this is not the
/macosx-10.10.1/iodbc-42.5/iodbc/admin/
H A Dcompile45 If you are trying to build a whole package this is not the
/macosx-10.10.1/libarchive-30/libarchive/build/autoconf/
H A Dcompile45 If you are trying to build a whole package this is not the
/macosx-10.10.1/ntp-92/sntp/
H A Dcompile45 If you are trying to build a whole package this is not the
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/config/
H A Dcompile45 If you are trying to build a whole package this is not the
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts/
H A Dline-input.bash177 echo "whole line of input, ^R to redraw the line."
/macosx-10.10.1/vim-55/src/GvimExt/
H A DMake_ming.mak52 -Wl,--whole-archive \
54 -Wl,--no-whole-archive \
/macosx-10.10.1/CPANInternal-159.1/Mail-Sender-0.8.22/
H A DConfig.PL50 If you go on you will OVERWRITE the whole file!
67 If you go on you will OVERWRITE the whole file!
/macosx-10.10.1/emacs-93/emacs/src/
H A Dtermhooks.h162 int portion, int whole, int position));
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/BodyFilter/
H A Dcomplete.pm44 # the whole response body
58 message body after the whole message has been received by the proxy.
60 Subsequent filters is the chain will receive the whole body as a big

Completed in 288 milliseconds

1234567