HomeSort by: relevance | last modified time | path
    Searched defs:indices (Results 1 - 25 of 74) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/libcxx/src/
hash.cpp 75 // potential primes = 210*k + indices[i], k >= 1
78 const unsigned indices[] = member in namespace:__anon3640
180 // Start searching list of potential primes: L * k0 + indices[in]
181 const size_t M = sizeof(indices) / sizeof(indices[0]);
185 size_t in = static_cast<size_t>(std::lower_bound(indices, indices + M, n - k0 * L)
186 - indices);
187 n = L * k0 + indices[in];
557 n = L * k0 + indices[in]
    [all...]
  /src/sys/arch/arm/sunxi/
sunxi_gates.c 220 const u_int *indices; local
245 indices = fdtbus_get_prop(phandle, "clock-indices", &len);
246 if (indices == NULL) {
247 aprint_error_dev(self, "no clock-indices property\n");
253 len -= sizeof(u_int), i++, indices++) {
254 const u_int index = be32dec(indices);
  /src/external/gpl3/gcc/dist/libobjc/objc-private/
sarray.h 61 /* Indices are 16 words each. */
138 struct sindex** indices; member in struct:sarray
218 indices[x.off.ioffset]->
227 indices[indx / INDEX_CAPACITY]->
  /src/external/gpl3/gcc.old/dist/libobjc/objc-private/
sarray.h 61 /* Indices are 16 words each. */
138 struct sindex** indices; member in struct:sarray
218 indices[x.off.ioffset]->
227 indices[indx / INDEX_CAPACITY]->
  /src/external/gpl3/binutils/dist/gas/config/
tc-fr30.c 47 int indices [MAX_OPERAND_INSTANCES]; member in struct:__anon10003
tc-ip2k.c 48 int indices [MAX_OPERAND_INSTANCES]; member in struct:__anon10048
tc-lm32.c 50 int indices[MAX_OPERAND_INSTANCES]; member in struct:__anon10052
tc-mt.c 49 int indices [MAX_OPERAND_INSTANCES]; member in struct:__anon10081
tc-or1k.c 48 int indices [MAX_OPERAND_INSTANCES]; member in struct:__anon10083
tc-xstormy16.c 46 int indices [MAX_OPERAND_INSTANCES]; member in struct:__anon10142
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-fr30.c 47 int indices [MAX_OPERAND_INSTANCES]; member in struct:__anon11475
tc-ip2k.c 48 int indices [MAX_OPERAND_INSTANCES]; member in struct:__anon11520
tc-lm32.c 50 int indices[MAX_OPERAND_INSTANCES]; member in struct:__anon11524
tc-mt.c 49 int indices [MAX_OPERAND_INSTANCES]; member in struct:__anon11553
tc-or1k.c 48 int indices [MAX_OPERAND_INSTANCES]; member in struct:__anon11555
tc-xstormy16.c 46 int indices [MAX_OPERAND_INSTANCES]; member in struct:__anon11614
  /src/external/gpl3/gcc/dist/gcc/
pointer-query.h 169 /* 1-based indices into cache. */
170 auto_vec<unsigned> indices; member in struct:pointer_query::cache_type
  /src/external/gpl3/gcc.old/dist/gcc/
pointer-query.h 166 /* 1-based indices into cache. */
167 auto_vec<unsigned> indices; member in struct:pointer_query::cache_type
  /src/external/mpl/bind/dist/doc/arm/_ext/
iscconf.py 290 indices = {} # no custom indicies variable in class:domain_factory.ISCConfDomain
  /src/sys/external/bsd/drm/dist/shared-core/
mga_state.c 948 drm_mga_indices_t *indices = data; local
952 if (indices->idx < 0 || indices->idx > dma->buf_count)
955 buf = dma->buflist[indices->idx];
958 buf_priv->discard = indices->discard;
961 if (indices->discard) {
972 mga_dma_dispatch_indices(dev, buf, indices->start, indices->end);
  /src/sys/external/bsd/drm2/dist/drm/mga/
mga_state.c 916 drm_mga_indices_t *indices = data; local
920 if (indices->idx < 0 || indices->idx > dma->buf_count)
923 buf = dma->buflist[indices->idx];
926 buf_priv->discard = indices->discard;
929 if (indices->discard) {
940 mga_dma_dispatch_indices(dev, buf, indices->start, indices->end);
  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_verifier/
verifier_transaction.c 435 TSS_BOOL *indices; local
614 indices = (verifier_transaction->selected_attributes2commit[j])->
628 if( indices[i]) {
  /src/external/mit/xorg/lib/gallium/
Makefile 50 auxiliary/indices \
229 GALLIUM_SOURCES.auxiliary/indices= \ macro
  /src/external/mit/xorg/lib/gallium.old/
Makefile 49 auxiliary/indices \
207 GALLIUM_SOURCES.auxiliary/indices= \ macro
  /src/external/mpl/bind/dist/lib/dns/
cache.c 599 int *indices, uint64_t *values) {
606 dumparg.counterindices = indices;
614 int indices[dns_cachestatscounter_max]; local
620 dns_cachestatscounter_max, indices, values);
678 int indices[dns_cachestatscounter_max]; local
686 dns_cachestatscounter_max, indices, values);
728 int indices[dns_cachestatscounter_max]; local
736 dns_cachestatscounter_max, indices, values);

Completed in 28 milliseconds

1 2 3