Searched refs:index (Results 251 - 275 of 3714) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGOSRExitJumpPlaceholder.h49 OSRExitJumpPlaceholder(unsigned index) argument
50 : m_index(index)
/macosx-10.10.1/JavaScriptCore-7600.1.17/offlineasm/
H A Doffsets.rb63 # [[offsets, index], ...]
66 # index of the configuration that is valid in this build target.
121 | index |
125 if byteArray[index + subIndex] != pattern[subIndex]
131 result << byteArray[lastSlicePoint...index]
132 lastSlicePoint = index + pattern.length
151 index = readInt(endianness, array[1])
157 result[index] = offsets
185 | structOffset, index |
189 | sizeof, index |
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/GlobalObject/
H A D15.1.2.5-3.js158 for ( index = 0, mag -= 1; mag > 0; index++, mag-- ) {
159 hex[index] = Math.floor( n / Math.pow(16,mag) );
167 for ( var index = 0 ; index < hex.length ; index++ ) {
168 switch ( hex[index] ) {
188 string += hex[index];
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/stress/
H A Dtest-spec-misc.js12 function foo(index) {
18 var y = a[index % a.length];
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/src/
H A Dutils.c81 void ReleaseReaderIndex(const int index) argument
83 ReaderIndex[index] = -1;
/macosx-10.10.1/libiconv-42/libiconv/lib/
H A Dgentranslit.c33 int index; local
67 index = 0;
89 uni2index[j] = index;
90 data[index++] = 0;
107 data[index++] = (unsigned int) c;
110 data[uni2index[j]] = index - uni2index[j] - 1;
114 printf("static const unsigned int translit_data[%d] = {",index);
117 for (i = 0; i < index; i++) {
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dgrid.rb101 def columnconfigure(master, index, args)
105 master, index, *hash_kv(args))
108 def rowconfigure(master, index, args)
111 tk_call_without_enc("grid", 'rowconfigure', master, index, *hash_kv(args))
114 def columnconfiginfo(master, index, slot=nil)
121 master, index, "-#{slot}")
124 master, index, "-#{slot}"))
127 #ilist = list(tk_call_without_enc('grid','columnconfigure',master,index))
129 master, index))
143 def rowconfiginfo(master, index, slo
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/stooop/
H A Dxifo.tcl87 for {set index $xifo::($this,last)} {$index >= $first} {incr index -1} {
88 lappend list [set xifo::${this}data($index)]
117 for {set index $xifo::($this,first)} {$index <= $last} {incr index} {
118 lappend list [set xifo::${this}data($index)]
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dsignames1.awk11 sigindex = index($0, "SIG")
/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDABase.c191 CFIndex index; local
193 index = CFArrayGetFirstIndexOfValue( array, CFRangeMake( 0, CFArrayGetCount( array ) ), value );
195 return ( index == kCFNotFound ) ? NULL : CFArrayGetValueAtIndex( array, index );
205 CFIndex index; local
209 for ( index = count - 1; index > -1; index-- )
213 value = CFArrayGetValueAtIndex( array1, index );
217 CFArrayRemoveValueAtIndex( array1, index );
310 CFIndex index; local
476 ___CFStringInsertFormat( CFMutableStringRef string, CFIndex index, CFStringRef format, ... ) argument
492 ___CFStringInsertFormatAndArguments( CFMutableStringRef string, CFIndex index, CFStringRef format, va_list arguments ) argument
555 UInt32 index; local
611 CFIndex index; local
718 CFIndex index; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/samples/layout/
H A Dcmaps.cpp130 le_uint16 index = 0; local
135 index = fRangeShift;
141 if (SWAPU16(fStartCodes[index + probe]) <= unicode) {
142 index += probe;
146 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) {
147 if (fIdRangeOffset[index] == 0) {
150 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]);
151 le_uint16 rangeOffset = SWAPW(fIdRangeOffset[index]);
152 le_uint16 *glyphIndexTable = (le_uint16 *) ((char *) &fIdRangeOffset[index]
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DOpcode.cpp124 int index = sortedIndices[i]; local
125 dataLogF("%s:%s %lld - %.2f%%\n", opcodeNames[index], padOpcodeName((OpcodeID)index, 28), opcodeCounts[index], ((double) opcodeCounts[index]) / ((double) totalInstructions) * 100.0);
145 int index = sortedIndices[i]; local
146 long long opcodeCount = opcodeCounts[index];
150 dataLogF("\n%s:%s %lld - %.2f%%\n", opcodeNames[index], padOpcodeName((OpcodeID)index, 28), opcodeCount, opcodeProportion * 100.0);
160 if (indexPair.first != index
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DUint16WithFraction.h147 for (size_t index = 0; index < minSize; ++index) {
149 uint32_t fromThis = m_values[index];
150 uint32_t fromOther = other.m_values[index];
215 for (size_t index = 1; index < minSize; ++index) {
217 uint32_t fromThis = m_values[index];
218 uint32_t fromAddend = addend.m_values[index];
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DSlotIndexes.cpp23 "Slot index numbering", false, false)
44 // Grab an iterator to the start of the index list.
48 // At each iteration assert that the instruction pointed to in the index
65 unsigned index = 0; local
69 indexList.push_back(createEntry(0, index));
76 // Insert an index for the MBB start.
85 // Insert a store index for the instr.
86 indexList.push_back(createEntry(mi, index += SlotIndex::InstrDist));
88 // Save this base index in the maps.
94 indexList.push_back(createEntry(0, index
116 unsigned index = 0; local
133 unsigned index = startItr->getIndex(); local
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-SearchKit/PyObjCTest/
H A Dtest_sksearch.py29 index = SKIndexCreateWithMutableData(
31 self.failUnlessIsInstance(index, SKIndexRef)
40 SKIndexAddDocumentWithText(index, doc, "copyright and licenses", True)
41 SKIndexAddDocumentWithText(index, doc2, "copyright and licenses for iPod", True)
42 SKIndexFlush(index)
45 grp = SKSearchGroupCreate([index])
66 self.failUnlessEqual(l[0][0], index)
90 src = SKSearchCreate(index, "copyright", kSKSearchOptionFindSimilar)
104 index, o3, o1, None, None)
112 index, o
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-SearchKit/PyObjCTest/
H A Dtest_sksearch.py29 index = SKIndexCreateWithMutableData(
31 self.assertIsInstance(index, SKIndexRef)
40 SKIndexAddDocumentWithText(index, doc, "copyright and licenses", True)
41 SKIndexAddDocumentWithText(index, doc2, "copyright and licenses for iPod", True)
42 SKIndexFlush(index)
45 grp = SKSearchGroupCreate([index])
66 self.assertEqual(l[0][0], index)
90 src = SKSearchCreate(index, "copyright", kSKSearchOptionFindSimilar)
104 index, o3, o1, None, None)
112 index, o
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclThreadStorage.c200 int index = PTR2UINT(id) % STORAGE_CACHE_SLOTS;
212 * do this here because (threadStorageCache[index].id != id) test below
222 hashTablePtr = threadStorageCache[index].hashTablePtr;
223 if (threadStorageCache[index].id != id) {
227 hashTablePtr = threadStorageCache[index].hashTablePtr;
228 if (threadStorageCache[index].id != id) {
281 threadStorageCache[index].id = id;
282 threadStorageCache[index].hashTablePtr = hashTablePtr;
307 * onto the individual index tables that map thread data key to thread
432 int index
197 int index = PTR2UINT(id) % STORAGE_CACHE_SLOTS; local
425 int index = PTR2UINT(id) % STORAGE_CACHE_SLOTS; local
[all...]
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DSegmentedVector.h88 SegmentedVectorIterator(SegmentedVector<T, SegmentSize, InlineCapacity>& vector, size_t segment, size_t index) argument
91 , m_index(index)
126 T& at(size_t index) argument
128 return segmentFor(index)->at(subscriptFor(index));
131 const T& at(size_t index) const
133 return const_cast<SegmentedVector<T, SegmentSize, InlineCapacity>*>(this)->at(index);
136 T& operator[](size_t index) argument
138 return at(index);
141 const T& operator[](size_t index) cons
210 segmentExistsFor(size_t index) argument
215 segmentFor(size_t index) argument
220 subscriptFor(size_t index) argument
[all...]
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibVectorCommand.cpp335 for( CFIndex index = 0; (status == kIOReturnSuccess) && (index < count); index++ )
337 IOFireWireLibCommandRef command = (IOFireWireLibCommandRef)CFArrayGetValueAtIndex( mCommandArray, index );
341 status = cmd->PrepareForVectorSubmit( &mSubmitBuffer[index] );
374 for( CFIndex index = 0; (status == kIOReturnSuccess) && (index < count); index++ )
376 IOFireWireLibCommandRef command = (IOFireWireLibCommandRef)CFArrayGetValueAtIndex( mCommandArray, index );
390 for( CFIndex index
548 CFIndex index = kCFNotFound; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/demos/
H A Dtktable.py38 def get(self, index = None):
39 if not index:
47 return self._tk.globalgetvar(self._name, index)
52 def set(self, index, value = ''):
55 return self._tk.globalsetvar(self._name, index, value)
132 def activate(self, index):
133 self.tk.call(self._w, 'activate', index)
151 def delete_active(self, index, more = None):
152 self.tk.call(self._w, 'delete', 'active', index, more)
172 def index(sel member in class:Table
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DTokenStreamRewriteEngine.hpp35 * augmentation or other manipulations. Tokens are index from 0..n-1
42 * current index. If so, the operation is done and then normal String
47 * screw up the token index values. That is, an insert operation at token
48 * index i does not change the index values for tokens i+1..n-1.
103 : index(idx), text(txt)
111 * Return the index of the next token to operate on.
114 return index;
117 return index;
123 size_t index; member in class:antlr::RewriteOperation
143 InsertBeforeOp( size_t index, const ANTLR_USE_NAMESPACE(std)string& text ) argument
221 insertAfter(size_t index, const ANTLR_USE_NAMESPACE(std)string& text) argument
233 size_t index, variable
247 insertBefore(size_t index, const ANTLR_USE_NAMESPACE(std)string& text) argument
259 size_t index, variable
265 replace(size_t index, const ANTLR_USE_NAMESPACE(std)string& text) argument
307 remove(size_t index) argument
420 size_t index; variable
[all...]
/macosx-10.10.1/libauto-186/
H A Dauto_weak.cpp131 usword_t index = hash(new_referrer) % list->num_allocated, hash_displacement = 0; local
132 while (list->refs[index].referrer != NULL) {
133 index++;
135 if (index == list->num_allocated)
136 index = 0;
142 weak_referrer_t &ref = list->refs[index];
154 usword_t index = hash(old_referrer) % list->num_allocated; local
155 usword_t start_index = index, hash_displacement = 0;
156 while (list->refs[index].referrer != old_referrer) {
157 index
182 usword_t index = hash_index; local
211 usword_t index = hash_index; local
259 usword_t index = 0; local
280 usword_t index = hash_index; local
355 usword_t index = 0; local
506 usword_t index = 0; local
566 ptrdiff_t index = slot - oldBlock; local
645 size_t index = 0; local
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/tools/
H A DIOHIDEventSystemMonitor.c165 CFIndex index, count; local
167 for(index=0, count = CFArrayGetCount(services); index<count; index++) {
168 IOHIDServiceRef service = (IOHIDServiceRef)CFArrayGetValueAtIndex(services, index);
218 for ( uint32_t index=0; index<kIOHIDEventTypeCount; index++ ) {
221 if ( ((1<<index) & mask) == 0 )
224 event = IOHIDEventCreate(kCFAllocatorDefault, index, mach_absolute_tim
431 CFIndex index, count; local
473 CFIndex index; local
542 CFIndex index; local
611 uint32_t index = 0; local
691 CFIndex index, count; local
945 uint32_t index = __matchingCount++; local
[all...]
/macosx-10.10.1/tcl-105/tk/tk/library/ttk/
H A Dentry.tcl161 set entryString [string range [$w get] [$w index sel.first] \
162 [expr {[$w index sel.last] - 1}]]
164 return [string repeat [string index [$w cget -show] 0] \
206 # Returns the index of the character just after the boundary.
209 set pos [$w index @$x]
217 ## See $index -- Make sure that the character at $index is visible.
219 proc ttk::entry::See {w {index insert}} {
221 set c [$w index $index]
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/calendar/
H A Dparse-time.el79 (index (or start 0))
81 (when (< index end)
82 (let ((sign (aref string index)))
85 index (1+ index))
87 (while (and (< index end)
88 (setq digit (digit-char-p (aref string index))))
90 index (1+ index)))
91 (if (/= index en
[all...]

Completed in 215 milliseconds

<<11121314151617181920>>