Searched refs:index (Results 276 - 300 of 3714) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclEnv.c168 int index, length, nameLength;
179 index = TclpFindVariable(name, &length);
181 if (index == -1) {
200 index = length;
201 environ[index + 1] = NULL;
216 env = Tcl_ExternalToUtfDString(NULL, environ[index], -1, &envString);
224 oldValue = environ[index];
254 index = TclpFindVariable(name, &length);
256 environ[index] = p;
265 if ((index !
166 int index, length, nameLength; local
364 int index; local
478 int length, index; local
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclEnv.c171 int index, length, nameLength;
182 index = TclpFindVariable(name, &length);
184 if (index == -1) {
204 index = length;
205 environ[index + 1] = NULL;
220 env = Tcl_ExternalToUtfDString(NULL, environ[index], -1, &envString);
228 oldValue = environ[index];
258 index = TclpFindVariable(name, &length);
260 environ[index] = p;
269 if ((index !
169 int index, length, nameLength; local
368 int index; local
477 int length, index; local
[all...]
/macosx-10.10.1/libmalloc-53.1.1/src/
H A Dbitarray.c233 bool bitarray_get(bitarray_t bits, unsigned log_size, index_t index) { argument
235 assert(index < (1 << log_size));
236 if (log_size <= NB) return GET_SIMPLE(bits, index);
239 bit = index & MASKNB; index >>= NB;
240 return GET_SIMPLE(bits + levels_num_words[level] + index*NUM_64b, bit);
243 bool bitarray_set(bitarray_t bits, unsigned log_size, index_t index) { argument
246 assert(index < (1 << log_size));
247 if (log_size <= NB) return SET_CHANGED(bits, index);
251 bit = index
275 bitarray_zap(bitarray_t bits, unsigned log_size, index_t index) argument
367 bitarray_zap_first_set(bitarray_t bits, unsigned log_size, index_t *index) argument
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dtabset.rb77 idx = tk_call(@tpath, 'index', '-name', @id)
167 @t.focus(self.index)
170 def index() method in class:Tk.Tabset.Tab
175 @t.invoke(self.index)
179 @t.move_before(self.index, idx)
182 @t.move_after(self.index, idx)
186 @t.perforation_highlight(self.index, mode)
189 @t.perforation_invoke(self.index)
193 @t.see(self.index)
197 @t.tab_tearoff(self.index, *arg
363 def index(str) method in class:Tk.Tabset
[all...]
/macosx-10.10.1/AppleUSBIrDA-145.2.4/DumpLog/
H A Ddeltatime.c19 char *index(), *rindex();
22 tf = index(buf, '.'); /* find the decimal */
52 b1 = index(buf, '[');
53 b2 = index(buf, ']');
/macosx-10.10.1/BerkeleyDB-21/db/db_printlog/
H A Drange.awk7 i = index($1, "]");
12 i = index(offset, "]");
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/index/
H A DPartKey.java9 package collections.ship.index;
H A DShipmentKey.java9 package collections.ship.index;
H A DSupplierKey.java9 package collections.ship.index;
H A DWeight.java9 package collections.ship.index;
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DVisitedObjects.java55 * @return the index of the new slot.
70 * Sets the object for an existing slot index.
72 void setObject(int index, Object o) { argument
73 objects[index] = o;
77 * Sets the offset for an existing slot index.
79 void setOffset(int index, int offset) { argument
80 offsets[index] = offset;
/macosx-10.10.1/Heimdal-398.1.2/tests/ldap/
H A Dslapd.conf27 index objectClass eq
28 index uid eq
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DOpenTypeUtilities.cpp65 le_int32 index = 0; local
70 index = extra;
78 const ATag &aTag = (r0+index+probe)->tag;
80 index += probe;
86 const ATag &aTag = (r0+index)->tag;
88 return SWAPW((r0+index)->offset);
134 le_int32 index = 0; local
137 index = extra;
143 if (value >= array[index + probe]) {
144 index
156 le_int32 index = 0; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/samples/translit/answers/
H A Dunaccent.h30 UTransPosition& index,
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Daliastst.h21 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
H A Dallcoll.h31 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par = NULL */);
H A Dcitrtest.h20 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
H A Dcurrcoll.h32 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
H A Dencoll.h31 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
H A Dg7coll.h53 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
H A Dlocnmtst.h18 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
H A Dmiscdtfm.h22 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
H A Dpptest.h22 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
H A Dregiontst.h22 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
H A Dreptest.h31 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL);

Completed in 214 milliseconds

<<11121314151617181920>>