Searched refs:ints (Results 1 - 25 of 26) sorted by last modified time

12

/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIBridge.cpp916 pos = snprintf(string, slen - pos, "%s : ints(%d) ", log, ml_get_interrupts_enabled());
2763 IOInterruptState ints; local
2766 ints = IOSimpleLockLockDisableInterrupt(fISRLock);
2775 IOSimpleLockUnlockEnableInterrupt(fISRLock, ints);
2890 IOInterruptState ints; local
2899 ints = IOSimpleLockLockDisableInterrupt(fISRLock);
2907 IOSimpleLockUnlockEnableInterrupt(fISRLock, ints);
2962 ints = IOSimpleLockLockDisableInterrupt(fISRLock);
2964 IOSimpleLockUnlockEnableInterrupt(fISRLock, ints);
3182 // enable hotp ints
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Scripts/webkit2/
H A DLegacyMessages-expected.h276 SendInts(const Vector<uint64_t>& ints, const Vector<Vector<uint64_t>>& intVectors) argument
277 : m_arguments(ints, intVectors)
H A DMessages-expected.h276 SendInts(const Vector<uint64_t>& ints, const Vector<Vector<uint64_t>>& intVectors) argument
277 : m_arguments(ints, intVectors)
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Headers/
H A DAppleUSBCDCACMData.h109 UInt32 ints; member in struct:__anon19
/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A Dprotypes.h69 * header files ints.h and types.h.
72 #include <ints.h>
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dprotypes.h69 * header files ints.h and types.h.
72 #include <ints.h>
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dprotypes.h69 * header files ints.h and types.h.
72 #include <ints.h>
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dprotypes.h69 * header files ints.h and types.h.
72 #include <ints.h>
/macosx-10.10.1/ruby-106/ruby/
H A Dconfigure14937 /* Exit non-zero if getgroups seems to require an array of ints. This
14939 of ints. */
19532 ints='long int short'
19533 test "$ac_cv_type_long_long" = yes && ints="'long long' $ints"
19536 UNIVERSAL_INTS="${ints}"
/macosx-10.10.1/xnu-2782.1.97/tools/tests/MPMMTest/
H A DKQMPMMtest.c94 fprintf(stderr, " -numints num\tnumber of 32-bit ints to send in messages\n");
562 void *ints = malloc(sizeof(u_int32_t) * num_ints); local
609 ((ipc_complex_message *)req)->descriptor.address = ints;
657 free(ints);
H A DMPMMtest.c93 fprintf(stderr, " -numints num\tnumber of 32-bit ints to send in messages\n");
509 void *ints = malloc(sizeof(u_int32_t) * num_ints); local
556 ((ipc_complex_message *)req)->descriptor.address = ints;
604 free(ints);
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_sprintf_comb.rb384 ints = int.to_s
385 frac = ints[1..-1]
386 result = ints[0,1]
H A Dtest_range.rb514 ints = [-1 << 100, -123456789, -42, -1, 0, 1, 42, 123456789, 1 << 100]
517 [ints, floats].each do |values|
/macosx-10.10.1/sudo-73/src/
H A Dconfigure16098 /* Exit non-zero if getgroups seems to require an array of ints. This
16100 of ints. */
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DRRDs.pm89 (ints or floats), which then are used to run a C<rrdtool update> command
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Headers/
H A DAppleUSBCDCDMM.h174 UInt32 ints; member in struct:__anon29
/macosx-10.10.1/vim-55/src/
H A Dhardcopy.c1359 static void prt_dsc_ints __ARGS((char *comment, int count, int *ints));
2099 prt_dsc_ints(comment, count, ints)
2102 int *ints;
2112 sprintf((char *)prt_line_buffer, " %d", ints[i]);
/macosx-10.10.1/tcsh-65/tcsh/
H A Dconfigure6375 /* Exit non-zero if getgroups seems to require an array of ints. This
6377 of ints. */
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/samples/
H A Dtest-WSDL.pl36 my $ints = $service->echoIntegerArray([45, 2, -18, 0]);
37 print "echoIntegerArray: " . join(', ', @$ints) . "\n";
/macosx-10.10.1/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.h82 UInt32 ints; member in struct:__anon85
/macosx-10.10.1/tcl-105/tcl_ext/ffidl/ffidl/tests/
H A Dcallbacks.test86 # display a list of ints
88 proc print {ints} {
89 foreach {i1 i2 i3 i4 i5 i6 i7 i8} $ints {
95 # construct a binary array of random ints
99 lappend ints [expr {int(1000*rand())}]
102 #print $ints
103 set lsorted [lsort -integer $ints]
104 set ints [binary format [::ffidl::info format int]* $ints]
109 isort ints
[all...]
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlb_mmtest.c100 void *ints; member in struct:__anon15370
264 complexmsg->descriptor.address = ts->ints;
360 ts->ints = malloc(sizeof(u_int32_t) * ts->num_ints);
482 " -n num\tnumber of 32-bit ints to send in messages\n"
/macosx-10.10.1/rsync-45/rsync/
H A Dconfigure10264 /* Exit non-zero if getgroups seems to require an array of ints. This
10266 of ints. */
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dtstore2.cpp293 B(s16, Add after removed ints, 0)W(s16a);
H A Dtstore5.cpp109 // 2002-04-24: VPI subview ints clobbered
110 B(s43, View reuse after sub-byte ints, 0)W(s43a);
225 v2.Add(p1[1000]); // force 1->2 byte ints

Completed in 336 milliseconds

12