| /src/external/gpl3/gcc.old/dist/gcc/ |
| hard-reg-set.h | 62 for (unsigned int i = 0; i < ARRAY_SIZE (elts); ++i) 63 res.elts[i] = ~elts[i]; 71 for (unsigned int i = 0; i < ARRAY_SIZE (elts); ++i) 72 res.elts[i] = elts[i] & other.elts[i]; 79 for (unsigned int i = 0; i < ARRAY_SIZE (elts); ++i) 80 elts[i] &= other.elts[i] 116 HARD_REG_ELT_TYPE elts[HARD_REG_SET_LONGS]; member in struct:HARD_REG_SET [all...] |
| tree-affine.cc | 62 comb->elts[i].coef = 0; 83 comb->elts[0].val = elt; 84 comb->elts[0].coef = 1; 108 = wide_int_ext_for_comb (scale * comb->elts[i].coef, comb->type); 113 comb->elts[j].coef = new_coef; 114 comb->elts[j].val = comb->elts[i].val; 126 comb->elts[comb->n].coef = scale; 127 comb->elts[comb->n].val = comb->rest; 150 if (operand_equal_p (comb->elts[i].val, elt, 0) [all...] |
| tree-affine.h | 59 class aff_comb_elt elts[MAX_AFF_ELTS]; member in class:aff_tree 127 && (aff->elts[0].coef == 1 || aff->elts[0].coef == -1));
|
| tree-ssa-address.cc | 431 if (addr->elts[i].coef != 1) 434 val = addr->elts[i].val; 460 if (addr->elts[i].coef != 1) 463 val = addr->elts[i].val; 493 if (addr->elts[i].coef != 1) 496 val = addr->elts[i].val; 520 val = addr->elts[i].val; 529 parts->step = wide_int_to_tree (sizetype, addr->elts[i].coef); 635 if (!wi::fits_shwi_p (addr->elts[i].coef)) 638 coef = addr->elts[i].coef.to_shwi () [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| hard-reg-set.h | 62 for (unsigned int i = 0; i < ARRAY_SIZE (elts); ++i) 63 res.elts[i] = ~elts[i]; 71 for (unsigned int i = 0; i < ARRAY_SIZE (elts); ++i) 72 res.elts[i] = elts[i] & other.elts[i]; 79 for (unsigned int i = 0; i < ARRAY_SIZE (elts); ++i) 80 elts[i] &= other.elts[i] 116 HARD_REG_ELT_TYPE elts[HARD_REG_SET_LONGS]; member in struct:HARD_REG_SET [all...] |
| tree-affine.cc | 62 comb->elts[i].coef = 0; 83 comb->elts[0].val = elt; 84 comb->elts[0].coef = 1; 108 = wide_int_ext_for_comb (scale * comb->elts[i].coef, comb->type); 113 comb->elts[j].coef = new_coef; 114 comb->elts[j].val = comb->elts[i].val; 126 comb->elts[comb->n].coef = scale; 127 comb->elts[comb->n].val = comb->rest; 150 if (operand_equal_p (comb->elts[i].val, elt, 0) [all...] |
| tree-affine.h | 59 class aff_comb_elt elts[MAX_AFF_ELTS]; member in class:aff_tree 127 && (aff->elts[0].coef == 1 || aff->elts[0].coef == -1));
|
| tree-ssa-address.cc | 428 if (addr->elts[i].coef != 1) 431 val = addr->elts[i].val; 457 if (addr->elts[i].coef != 1) 460 val = addr->elts[i].val; 490 if (addr->elts[i].coef != 1) 493 val = addr->elts[i].val; 517 val = addr->elts[i].val; 526 parts->step = wide_int_to_tree (sizetype, addr->elts[i].coef); 632 if (!wi::fits_shwi_p (addr->elts[i].coef)) 635 coef = addr->elts[i].coef.to_shwi () [all...] |
| /src/external/mpl/bind/dist/tests/ns/ |
| listenlist_test.c | 53 assert_false(ISC_LIST_EMPTY(list->elts)); 56 elt = ISC_LIST_HEAD(list->elts); 62 ISC_LIST_UNLINK(list->elts, elt, link); 71 assert_true(ISC_LIST_EMPTY(list->elts)); 79 assert_false(ISC_LIST_EMPTY(list->elts)); 83 elt = ISC_LIST_HEAD(list->elts);
|
| /src/external/bsd/flex/dist/src/ |
| buf.c | 67 const char * s = ((char**)buf->elts)[i]; 131 buf_append(dest, src->elts, src->nelts); 212 buf->elts = NULL; 222 free(buf->elts); 223 buf->elts = NULL; 255 if (!buf->elts) 256 buf->elts = 259 buf->elts = 260 reallocate_array (buf->elts, (int) n_alloc, 266 memcpy ((char *) buf->elts + (size_t) buf->nelts * buf->elt_size, ptr [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-lang.h | 29 tree GTY((length ("%h.len"))) elts[1];
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-lang.h | 29 tree GTY((length ("%h.len"))) elts[1];
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| ConstantInitBuilder.cpp | 271 auto elts = llvm::makeArrayRef(buffer).slice(Begin); local 272 if (!eltTy) eltTy = elts[0]->getType(); 273 auto type = llvm::ArrayType::get(eltTy, elts.size()); 274 auto constant = llvm::ConstantArray::get(type, elts); 284 auto elts = llvm::makeArrayRef(buffer).slice(Begin); local 286 if (ty == nullptr && elts.empty()) 292 constant = llvm::ConstantStruct::get(ty, elts); 294 constant = llvm::ConstantStruct::getAnon(elts, Packed);
|
| ABIInfo.h | 140 unsigned elts) const;
|
| SwiftCallingConv.cpp | 577 SmallVector<llvm::Type*, 8> elts; local 588 elts.push_back(padding); 597 elts.push_back(entry.Type); 605 auto coercionType = llvm::StructType::get(ctx, elts, packed); 609 elts.clear(); 611 elts.push_back(entry.Type); 613 if (elts.size() == 1) { 614 unpaddedType = elts[0]; 616 unpaddedType = llvm::StructType::get(ctx, elts, /*packed*/ false);
|
| /src/sys/external/bsd/drm/dist/shared-core/ |
| r128_state.c | 1408 drm_r128_indices_t *elts = data; local 1419 elts->idx, elts->start, elts->end, elts->discard); 1421 if (elts->idx < 0 || elts->idx >= dma->buf_count) { 1423 elts->idx, dma->buf_count - 1); 1426 if (elts->prim < 0 || 1427 elts->prim > R128_CCE_VC_CNTL_PRIM_TYPE_TRI_TYPE2) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/r128/ |
| r128_state.c | 1377 drm_r128_indices_t *elts = data; local 1385 elts->idx, elts->start, elts->end, elts->discard); 1387 if (elts->idx < 0 || elts->idx >= dma->buf_count) { 1389 elts->idx, dma->buf_count - 1); 1392 if (elts->prim < 0 || 1393 elts->prim > R128_CCE_VC_CNTL_PRIM_TYPE_TRI_TYPE2) [all...] |
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| hashtab.h | 300 size_t osize, elts; local 304 elts = htab_elements (htab); 308 if (elts * 2 > osize || (elts * 8 < osize && osize > 32)) 309 nhtab = htab_create (elts * 2);
|
| /src/external/gpl3/gcc/dist/libgomp/ |
| hashtab.h | 300 size_t osize, elts; local 304 elts = htab_elements (htab); 308 if (elts * 2 > osize || (elts * 8 < osize && osize > 32)) 309 nhtab = htab_create (elts * 2);
|
| /src/external/mpl/bind/dist/lib/ns/include/ns/ |
| listenlist.h | 64 ISC_LIST(ns_listenelt_t) elts; member in struct:ns_listenlist
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| DerivedTypes.h | 245 create(StringRef Name, Type *elt1, Tys *... elts) { 247 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...}); 263 get(Type *elt1, Tys *... elts) { 266 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...}); 307 setBody(Type *elt1, Tys *... elts) { 309 SmallVector<llvm::Type *, 8> StructFields({elt1, elts...});
|
| /src/external/apache2/llvm/dist/clang/utils/ABITest/ |
| Enumeration.py | 140 elts = [None]*W 142 elts[i],N = getNthPairBounded(N, H) 143 return tuple(elts)
|
| /src/external/mpl/bind/dist/lib/ns/ |
| listenlist.c | 296 ISC_LIST_INIT(list->elts); 304 for (elt = ISC_LIST_HEAD(list->elts); elt != NULL; elt = next) { 358 ISC_LIST_APPEND(list->elts, elt, link);
|
| /src/external/gpl3/gcc.old/dist/gcc/objc/ |
| objc-runtime-shared-support.cc | 350 vec<constructor_elt, va_gc> *elts = NULL; local 352 CONSTRUCTOR_APPEND_ELT (elts, NULL_TREE, 354 CONSTRUCTOR_APPEND_ELT (elts, NULL_TREE, 359 objc_build_constructor (type, elts));
|
| /src/external/gpl3/gcc/dist/gcc/objc/ |
| objc-runtime-shared-support.cc | 350 vec<constructor_elt, va_gc> *elts = NULL; local 352 CONSTRUCTOR_APPEND_ELT (elts, NULL_TREE, 354 CONSTRUCTOR_APPEND_ELT (elts, NULL_TREE, 359 objc_build_constructor (type, elts));
|