| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| array-indices.exp | 16 # Test the printing of element indices in C arrays. 20 source $srcdir/$subdir/array-indices.exp.tcl
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| array-indices.exp | 16 # Test the printing of element indices in C arrays. 20 source $srcdir/$subdir/array-indices.exp.tcl
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| array-indices.exp | 16 # Test the printing of element indices in C++ arrays. 22 source ${srcdir}/gdb.base/array-indices.exp.tcl
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| array-indices.exp | 16 # Test the printing of element indices in C++ arrays. 22 source ${srcdir}/gdb.base/array-indices.exp.tcl
|
| /src/external/gpl3/gcc/dist/gcc/ |
| vec-perm-indices.cc | 1 /* A representation of vector permutation indices. 23 #include "vec-perm-indices.h" 304 /* Return a VECTOR_CST of type TYPE for the permutation vector in INDICES. */ 307 vec_perm_indices_to_tree (tree type, const vec_perm_indices &indices) 309 gcc_assert (known_eq (TYPE_VECTOR_SUBPARTS (type), indices.length ())); 310 tree_vector_builder sel (type, indices.encoding ().npatterns (), 311 indices.encoding ().nelts_per_pattern ()); 314 sel.quick_push (build_int_cst (TREE_TYPE (type), indices[i])); 319 INDICES. */ 322 vec_perm_indices_to_rtx (machine_mode mode, const vec_perm_indices &indices) [all...] |
| tree-data-ref.h | 101 /* Describes the evolutions of indices of the memory reference. The indices 102 are indices of the ARRAY_REFs, indexes in artificial dimensions 111 indices: {j_0, +, 1}_2 {16, +, 4}_2 117 struct indices struct 122 /* A list of chrecs. Access functions of the indices. */ 176 struct indices indices; member in struct:data_reference 179 analysis only when the main indices of two DRs are not comparable. 181 struct indices alt_indices [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| vec-perm-indices.cc | 1 /* A representation of vector permutation indices. 23 #include "vec-perm-indices.h" 304 /* Return a VECTOR_CST of type TYPE for the permutation vector in INDICES. */ 307 vec_perm_indices_to_tree (tree type, const vec_perm_indices &indices) 309 gcc_assert (known_eq (TYPE_VECTOR_SUBPARTS (type), indices.length ())); 310 tree_vector_builder sel (type, indices.encoding ().npatterns (), 311 indices.encoding ().nelts_per_pattern ()); 314 sel.quick_push (build_int_cst (TREE_TYPE (type), indices[i])); 319 INDICES. */ 322 vec_perm_indices_to_rtx (machine_mode mode, const vec_perm_indices &indices) [all...] |
| tree-data-ref.h | 101 /* Describes the evolutions of indices of the memory reference. The indices 102 are indices of the ARRAY_REFs, indexes in artificial dimensions 111 indices: {j_0, +, 1}_2 {16, +, 4}_2 117 struct indices struct 122 /* A list of chrecs. Access functions of the indices. */ 176 struct indices indices; member in struct:data_reference 179 analysis only when the main indices of two DRs are not comparable. 181 struct indices alt_indices [all...] |
| /src/external/apache2/llvm/dist/clang/utils/ |
| FindSpecRefs | 690 indices = secs 697 indices = map(int, secs) 698 return SpecIndex(indices, paragraph) 700 def __init__(self, indices, paragraph=None): 701 assert len(indices)>0 702 self.indices = tuple(indices) 706 s = '.'.join(map(str,self.indices)) 712 return 'SpecIndex(%s, %s)'%(self.indices, self.paragraph) 715 return cmp((self.indices,self.paragraph) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| opencl-lang.c | 93 /* The number of indices. */ 95 /* The element indices themselves. */ 96 int *indices; member in struct:lval_closure 104 allocate_lval_closure (int *indices, int n, struct value *val) 110 c->indices = XCNEWVEC (int, n); 111 memcpy (c->indices, indices, n * sizeof (int)); 142 c->val->contents ().data () + c->indices[i] * elsize, 180 struct value *to_elm_val = value_subscript (c->val, c->indices[i]); 217 if (!c->val->bits_synthetic_pointer (c->indices[i] * elsize + comp_offset 335 int indices[16], i; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| opencl-lang.c | 93 /* The number of indices. */ 95 /* The element indices themselves. */ 96 int *indices; member in struct:lval_closure 104 allocate_lval_closure (int *indices, int n, struct value *val) 110 c->indices = XCNEWVEC (int, n); 111 memcpy (c->indices, indices, n * sizeof (int)); 142 c->val->contents ().data () + c->indices[i] * elsize, 180 struct value *to_elm_val = value_subscript (c->val, c->indices[i]); 217 if (!c->val->bits_synthetic_pointer (c->indices[i] * elsize + comp_offset 335 int indices[16], i; local [all...] |
| /src/external/gpl2/texinfo/bin/info/ |
| Makefile | 7 footnotes.c gc.c indices.c info-utils.c info.c infodoc.c \
|
| /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/gpl2/gettext/dist/gettext-tools/libuniname/ |
| gen-uninames | 11 word-indices 12 word-indices-index 197 ;; Compute the word-indices for every unicode-char. 200 (indices '())) 208 indices 213 (setf (unicode-char-word-indices uc) 214 (coerce (nreverse indices) 'vector) 217 ;; Sort the list of unicode-chars by word-indices. 234 :key #'unicode-char-word-indices 236 ;; Output the word-indices [all...] |
| /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/gcc/dist/libobjc/ |
| sarray.c | 43 const char *__objc_sparse2_id = "2 level sparse indices"; 47 const char *__objc_sparse3_id = "3 level sparse indices"; 134 the_index = &(array->indices[ioffset]); 277 arr->indices = new_indices; 338 old_indices = array->indices; 368 /* Install the new indices. */ 369 array->indices = new_indices; 375 /* Free the old indices. */ 406 old_indices = array->indices; 464 sarray_free_garbage (array->indices); [all...] |
| /src/external/gpl3/gcc.old/dist/libobjc/ |
| sarray.c | 43 const char *__objc_sparse2_id = "2 level sparse indices"; 47 const char *__objc_sparse3_id = "3 level sparse indices"; 134 the_index = &(array->indices[ioffset]); 277 arr->indices = new_indices; 338 old_indices = array->indices; 368 /* Install the new indices. */ 369 array->indices = new_indices; 375 /* Free the old indices. */ 406 old_indices = array->indices; 464 sarray_free_garbage (array->indices); [all...] |
| /src/external/gpl3/binutils/dist/cpu/ |
| simplify.inc | 95 indices values handlers) 98 indices values handlers () () ()) 108 ; Simpler version of dnh that leaves out the indices, values, handlers,
|
| /src/external/gpl3/binutils.old/dist/cpu/ |
| simplify.inc | 95 indices values handlers) 98 indices values handlers () () ()) 108 ; Simpler version of dnh that leaves out the indices, values, handlers,
|
| /src/external/gpl3/gdb/dist/cpu/ |
| simplify.inc | 95 indices values handlers) 98 indices values handlers () () ()) 108 ; Simpler version of dnh that leaves out the indices, values, handlers,
|
| /src/external/gpl3/gdb.old/dist/cpu/ |
| simplify.inc | 95 indices values handlers) 98 indices values handlers () () ()) 108 ; Simpler version of dnh that leaves out the indices, values, handlers,
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| ConstantInitBuilder.cpp | 99 GV->getValueType(), GV, entry.Indices); 163 (void)getGEPIndicesTo(entry.Indices, position + Begin); 177 (void) getGEPIndicesToCurrentPosition(entry.Indices); 182 llvm::SmallVectorImpl<llvm::Constant*> &indices, 186 Parent->getGEPIndicesTo(indices, Begin); 190 assert(indices.empty()); 191 indices.push_back(llvm::ConstantInt::get(Builder.CGM.Int32Ty, 0)); 195 // We have to use i32 here because struct GEPs demand i32 indices. 197 indices.push_back(llvm::ConstantInt::get(Builder.CGM.Int32Ty,
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| read-debug-names.c | 130 std::vector<cooked_index_worker_result> indices; member in struct:mapped_debug_names_reader 303 = indices[next_shard].add (die_offset, (dwarf_tag) indexval.dwarf_tag, 307 if (next_shard == indices.size ()) 429 m_map.indices[0].catch_error ([&] () 435 for (auto &iter : m_map.indices) 446 m_results = std::move (m_map.indices); 536 /* There may be multiple per-CU indices. */ 846 map.indices.push_back (std::move (first)); 847 map.indices.resize (n_workers);
|