Searched refs:index (Results 151 - 175 of 3714) sorted by relevance

1234567891011>>

/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dcnid.c173 ** This routine creates a new local identifier. The index portion
174 ** of the identifier is taken from the index argument passed by the
179 ** index Index value to be stored in the local
203 unsigned32 index,
216 * generate a local id with a sequence number part of zero (since the index
230 * Put the caller provided index into the returned local id.
232 lcl_id->parts.id_index = (unsigned16) index;
199 rpc__cn_gen_local_id( unsigned32 index, rpc_cn_local_id_t *lcl_id ) argument
/macosx-10.10.1/groff-38/groff/src/include/
H A DDviChar.h35 #define DviCharName(map,index,synonym) ((map)->dvi_names[index][synonym])
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dcombobox.rb41 def get_list_contents(index)
42 tk_call(@path, 'get', index)
59 def see(index)
60 tk_send_without_enc('see', index)
63 def selection_anchor(index)
64 tk_send_without_enc('selection', 'anchor', index)
71 def selection_includes(index)
72 bool(tk_send_without_enc('selection', 'includes', index))
H A Dtabnotebook.rb85 window(tk_call(@path, 'childsite', index(idx)))
90 tk_call(@path, 'delete', index(idx1), index(idx2))
92 tk_call(@path, 'delete', index(idx1))
97 def index(idx) method in class:Tk
98 #number(tk_call(@path, 'index', tagid(idx)))
99 @tabset.index(tagid(idx))
103 window(tk_call(@path, 'insert', index(idx), *hash_kv(keys)))
117 tk_call(@path, 'select', index(idx))
155 def view(*index)
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Doptionmenu.itk77 method index {index}
79 method disable {index}
82 method insert {index string args}
84 method select {index}
94 method _getNextItem {index}
283 # METHOD: index index
285 # Return the numerical index corresponding to index
[all...]
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dstime.awk17 i = index($6,":")
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Derrnames1.awk13 eindex = index($0, "E")
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DCoverageTables.cpp49 le_uint16 index = 0; local
56 index = extra;
62 if (SWAPW(glyphArray[index + probe]) <= ttGlyphID) {
63 index += probe;
67 if (SWAPW(glyphArray[index]) == ttGlyphID) {
68 return index;
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DOperands.h181 const T& at(size_t index) const
183 if (index < numberOfArguments())
184 return m_arguments[index];
185 return m_locals[index - numberOfArguments()];
187 T& at(size_t index) argument
189 if (index < numberOfArguments())
190 return m_arguments[index];
191 return m_locals[index - numberOfArguments()];
193 const T& operator[](size_t index) const { return at(index); }
194 operator [](size_t index) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGBlockInsertionSet.cpp47 void BlockInsertionSet::insert(size_t index, PassRefPtr<BasicBlock> block) argument
49 insert(BlockInsertion(index, block));
52 BasicBlock* BlockInsertionSet::insert(size_t index, float executionCount) argument
60 insert(index, block);
66 return insert(before->index, executionCount);
93 m_graph.m_blocks[i]->index = i;
H A DDFGOSRExitCompiler64.cpp193 for (size_t index = 0; index < operands.size(); ++index) {
194 const ValueRecovery& recovery = operands[index];
202 m_jit.store64(recovery.gpr(), scratch + index);
214 for (size_t index = 0; index < operands.size(); ++index) {
215 const ValueRecovery& recovery = operands[index];
219 m_jit.move(AssemblyHelpers::TrustedImmPtr(scratch + index), GPRInf
[all...]
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DInsertion.h36 Insertion(size_t index, T element) argument
37 : m_index(index)
42 size_t index() const { return m_index; } function in class:WTF::Insertion
63 ASSERT(!indexInInsertions || insertions[indexInInsertions].index() >= insertions[indexInInsertions - 1].index());
64 size_t firstIndex = insertions[indexInInsertions].index() + indexInInsertions;
H A DWindowsExtras.h54 inline void* getWindowPointer(HWND hWnd, int index) argument
57 return reinterpret_cast<void*>(::GetWindowLong(hWnd, index));
59 return reinterpret_cast<void*>(::GetWindowLongPtr(hWnd, index));
63 inline void* setWindowPointer(HWND hWnd, int index, void* value) argument
66 return reinterpret_cast<void*>(::SetWindowLong(hWnd, index, reinterpret_cast<LONG>(value)));
68 return reinterpret_cast<void*>(::SetWindowLongPtr(hWnd, index, reinterpret_cast<LONG_PTR>(value)));
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DFormatterSourceMap.js79 var index = positions1.upperBound(positionInPosition1) - 1;
80 var convertedPosition = positions2[index] + positionInPosition1 - positions1[index];
81 if (index < positions2.length - 1 && convertedPosition > positions2[index + 1])
82 convertedPosition = positions2[index + 1];
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DContentFlow.js89 var index = this._contentNodes.indexOf(referenceNode);
90 console.assert(index !== -1);
91 this._contentNodes.splice(index, 0, contentNode);
103 var index = this._contentNodes.indexOf(contentNode);
104 console.assert(index !== -1);
105 this._contentNodes.splice(index, 1);
/macosx-10.10.1/hfs-285/libhfs_metadata/
H A Diterate_hfs_metadata.c90 size_t index; local
92 for (index = 0; index < extList->count; index++) {
93 retval = (*handle_extent)(devp->fd, extList->extents[index].base, extList->extents[index].length, context_ptr);
/macosx-10.10.1/ruby-106/ruby/lib/minitest/
H A Dpride.rb30 @index = 0
51 @index = 0
66 c = @colors[@index % @size]
67 @index += 1
112 c = @colors[@index % @size]
113 @index += 1
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/soundex/
H A Dsoundex.tcl65 # also, soundex index uses only lower case chars, so force to lower
71 set last [string index $TempIn 0]
81 for {set index 1} {(($count < 4) && ($index < $MaxIndex))} {incr index } {
82 set chcode $soundexKnuthCode([string index $TempIn $index])
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/store/
H A DpkgIndex.tcl1 # Tcl package index file, version 1.1
19 foreach index [glob -nocomplain [file join $dir * pkgIndex.tcl]] {
20 set dir [file dirname $index]
21 #puts subdir=$dir,index=$index
22 source $index
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dmemory_object_types.h410 ppnum_t phys_addr; /* physical page index number */
643 #define UPL_PAGE_PRESENT(upl, index) \
644 ((upl)[(index)].phys_addr != 0)
646 #define UPL_PHYS_PAGE(upl, index) \
647 ((upl)[(index)].phys_addr)
649 #define UPL_SPECULATIVE_PAGE(upl, index) \
650 (((upl)[(index)].phys_addr != 0) ? ((upl)[(index)].speculative) : FALSE)
652 #define UPL_DIRTY_PAGE(upl, index) \
653 (((upl)[(index)]
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/layoutex/
H A DRunArrays.cpp66 le_int32 index = ensureCapacity(); local
69 limits[index] = limit;
71 return index;
106 le_int32 index = RunArray::add(limit); local
108 if (index >= 0) {
111 fonts[index] = (LEFontInstance *) font;
114 return index;
158 le_int32 index = RunArray::add(limit); local
160 if (index >= 0) {
163 locales[index]
210 le_int32 index = RunArray::add(limit); local
[all...]
/macosx-10.10.1/webdavfs-367/mount.tproj/
H A DOpaqueIDs.c34 * An opaque id is composed of two parts. The lower half is an index into
37 * time after it has been disposed. Currently, with 20 bits as the index, there
39 * (index 0 is not used), and no opaque id value will be re-issued more frequently than every
45 kOpaqueIDMaximumCount = (1 << kOpaqueIDIndexBits) - 1, /* all 0 bits are never a valid index */
59 * Create an MPOpaqeID by masking together a count and and index.
61 #define CreateOpaqueID(counter, index) (opaque_id)(((counter) << kOpaqueIDIndexBits) | ((index) & kOpaqueIDIndexMask))
69 * Get the index part of an opaque_id
84 opaque_id id; /* when in use, this is the opaque ID; when not in use, the index part is zero */
101 * AddToFreeList adds the OpaqueEntry at the specified index i
240 uint32_t index; local
276 uint32_t index; local
[all...]
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DBTreeNodeOps.c53 // SearchNode - Return index for record that matches key.
59 // GetRecordOffset - Return the offset for record "index".
60 // GetRecordAddress - Return address of record "index".
61 // GetOffsetAddress - Return address of offset for record "index".
77 UInt16 index );
81 UInt16 index );
85 UInt16 index,
90 UInt16 index );
95 #define GetRecordOffset(btreePtr,node,index) (*(short *) ((UInt8 *)(node) + (btreePtr)->nodeSize - ((index) <<
408 InsertRecord(BTreeControlBlockPtr btreePtr, NodeDescPtr node, UInt16 index, RecordPtr recPtr, UInt16 recSize ) argument
477 InsertKeyRecord(BTreeControlBlockPtr btreePtr, NodeDescPtr node, UInt16 index, KeyPtr keyPtr, UInt16 keyLength, RecordPtr recPtr, UInt16 recSize ) argument
635 SInt32 index; local
690 GetRecordByIndex(BTreeControlBlockPtr btreePtr, NodeDescPtr node, UInt16 index, KeyPtr *keyPtr, UInt8 * *dataPtr, UInt16 *dataSize ) argument
929 InsertOffset(BTreeControlBlockPtr btreePtr, NodeDescPtr node, UInt16 index, UInt16 delta ) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeOps.c63 <CS2> 7/21/97 msd Make GetRecordByIndex check its record index input; it now
126 // SearchNode - Return index for record that matches key.
132 // GetRecordOffset - Return the offset for record "index".
133 // GetRecordAddress - Return address of record "index".
134 // GetOffsetAddress - Return address of offset for record "index".
147 u_int16_t index );
151 u_int16_t index );
155 u_int16_t index,
160 u_int16_t index );
165 #define GetRecordOffset(btreePtr,node,index) (*(shor
490 InsertRecord(BTreeControlBlockPtr btreePtr, NodeDescPtr node, u_int16_t index, RecordPtr recPtr, u_int16_t recSize ) argument
560 InsertKeyRecord(BTreeControlBlockPtr btreePtr, NodeDescPtr node, u_int16_t index, KeyPtr keyPtr, u_int16_t keyLength, RecordPtr recPtr, u_int16_t recSize ) argument
725 int32_t index; local
776 GetRecordByIndex(BTreeControlBlockPtr btreePtr, NodeDescPtr node, u_int16_t index, KeyPtr *keyPtr, u_int8_t * *dataPtr, u_int16_t *dataSize ) argument
1015 InsertOffset(BTreeControlBlockPtr btreePtr, NodeDescPtr node, u_int16_t index, u_int16_t delta ) argument
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveClasses.java.original54 PrimaryIndex<Integer,DeletedEntity1_ClassRemoved> index =
57 index.put(this);
60 sindex = store.getSecondaryIndex(index, Integer.class, "skey");
88 PrimaryIndex<Integer,DeletedEntity2_ClassRemoved> index =
91 index.put(this);
94 sindex = store.getSecondaryIndex(index, Integer.class, "skey");
123 index = store.getPrimaryIndex
126 index.put(this);
130 sindex = store.getSecondaryIndex(index, Integer.class, "skey");
160 index
[all...]

Completed in 180 milliseconds

1234567891011>>