HomeSort by: relevance | last modified time | path
    Searched defs:_index (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
hash.c 555 unsigned int _index; local
558 _index = hash % table->size;
559 for (hashp = table->table[_index];
609 unsigned int _index; local
616 _index = hash % table->size;
617 hashp->next = table->table[_index];
618 table->table[_index] = hashp;
655 _index = chain->hash % newsize;
656 chain_end->next = newtable[_index];
657 newtable[_index] = chain
684 unsigned int _index; local
720 unsigned int _index; local
    [all...]
merge.c 231 HASH and bucket _INDEX) into our hash TABLE. */
236 uint64_t hash, unsigned int len, unsigned int _index)
258 _index = hash & (nbuckets - 1);
261 uint64_t candlen = key_lens[_index];
264 _index = (_index + 1) & (nbuckets - 1);
269 table->key_lens[_index] = (hash << 32) | (uint32_t)len;
270 table->values[_index] = hashp;
399 unsigned int _index; local
407 _index = hash & (nbuckets - 1)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
hash.c 555 unsigned int _index; local
558 _index = hash % table->size;
559 for (hashp = table->table[_index];
609 unsigned int _index; local
616 _index = hash % table->size;
617 hashp->next = table->table[_index];
618 table->table[_index] = hashp;
655 _index = chain->hash % newsize;
656 chain_end->next = newtable[_index];
657 newtable[_index] = chain
684 unsigned int _index; local
720 unsigned int _index; local
    [all...]
merge.c 233 HASH and bucket _INDEX) into our hash TABLE. */
238 uint64_t hash, unsigned int len, unsigned int _index)
260 _index = hash & (nbuckets - 1);
263 uint64_t candlen = key_lens[_index];
266 _index = (_index + 1) & (nbuckets - 1);
271 table->key_lens[_index] = (hash << 32) | (uint32_t)len;
272 table->values[_index] = hashp;
401 unsigned int _index; local
409 _index = hash & (nbuckets - 1)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
hash.c 555 unsigned int _index; local
558 _index = hash % table->size;
559 for (hashp = table->table[_index];
609 unsigned int _index; local
616 _index = hash % table->size;
617 hashp->next = table->table[_index];
618 table->table[_index] = hashp;
655 _index = chain->hash % newsize;
656 chain_end->next = newtable[_index];
657 newtable[_index] = chain
684 unsigned int _index; local
720 unsigned int _index; local
    [all...]
merge.c 233 HASH and bucket _INDEX) into our hash TABLE. */
238 uint64_t hash, unsigned int len, unsigned int _index)
260 _index = hash & (nbuckets - 1);
263 uint64_t candlen = key_lens[_index];
266 _index = (_index + 1) & (nbuckets - 1);
271 table->key_lens[_index] = (hash << 32) | (uint32_t)len;
272 table->values[_index] = hashp;
401 unsigned int _index; local
409 _index = hash & (nbuckets - 1)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
hash.c 555 unsigned int _index; local
558 _index = hash % table->size;
559 for (hashp = table->table[_index];
609 unsigned int _index; local
616 _index = hash % table->size;
617 hashp->next = table->table[_index];
618 table->table[_index] = hashp;
655 _index = chain->hash % newsize;
656 chain_end->next = newtable[_index];
657 newtable[_index] = chain
684 unsigned int _index; local
720 unsigned int _index; local
    [all...]
merge.c 233 HASH and bucket _INDEX) into our hash TABLE. */
238 uint64_t hash, unsigned int len, unsigned int _index)
260 _index = hash & (nbuckets - 1);
263 uint64_t candlen = key_lens[_index];
266 _index = (_index + 1) & (nbuckets - 1);
271 table->key_lens[_index] = (hash << 32) | (uint32_t)len;
272 table->values[_index] = hashp;
401 unsigned int _index; local
409 _index = hash & (nbuckets - 1)
    [all...]
  /src/external/bsd/libevent/dist/
event_rpcgen.py 1189 _index = None variable in class:EntryArray
1205 {"var": var_name, "index": self._index}
1331 self._index = "i"
1372 self._index = "%(var)s->%(name)s_length" % translate
1387 self._index = "i"
  /src/external/bsd/ntp/dist/sntp/libevent/
event_rpcgen.py 1189 _index = None variable in class:EntryArray
1205 {"var": var_name, "index": self._index}
1331 self._index = "i"
1372 self._index = "%(var)s->%(name)s_length" % translate
1387 self._index = "i"
  /src/sys/dev/bi/
if_nireg.h 139 u_int16_t _index; member in struct:ni_dg::__anon2518

Completed in 24 milliseconds