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

1 2 3 4 5 6

  /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...]
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);
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]->
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]->
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
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
  /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

Completed in 212 milliseconds

1 2 3 4 5 6