HomeSort by relevance Sort by last modified time
    Searched refs:elts (Results 1 - 24 of 24) sorted by null

  /external/harfbuzz_ng/src/
hb-set-private.hh 152 memset (elts, 0, sizeof elts);
155 for (unsigned int i = 0; i < ARRAY_LENGTH (elts); i++)
156 if (elts[i])
205 for (unsigned int i = 0; i < ELTS; i++)
206 if (elts[i] != other->elts[i])
213 for (unsigned int i = 0; i < ELTS; i++)
214 elts[i] = other->elts[i]
316 elt_t elts[ELTS]; \/* XXX 8kb *\/ member in struct:hb_set_t
    [all...]
  /external/clang/test/CodeGen/
2002-02-14-EntryNodePreds.c 24 QUAD_EDGE *elts; member in struct:EDGE_STACK
  /external/bison/lib/
ebitset.c 90 #define EBITSET_ELTS(BSET) ((BSET)->e.elts)
256 ebitset_elts *elts; local
259 elts = EBITSET_ELTS (bset);
261 elt = elts[eindex];
263 elts[eindex] = 0;
268 /* Add ELT into elts at index EINDEX of bitset BSET. */
272 ebitset_elts *elts; local
274 elts = EBITSET_ELTS (bset);
275 /* Assume that the elts entry not allocated. */
276 elts[eindex] = elt
301 ebitset_elts *elts; local
350 ebitset_elts *elts; local
393 ebitset_elts *elts; local
579 ebitset_elts *elts; local
665 ebitset_elts *elts; local
847 ebitset_elts *elts; local
895 ebitset_elts *elts; local
    [all...]
bitset.h 64 struct ebitset_elt_struct **elts; /* Expanding array of ptrs to elts. */ member in struct:bitset_union::ebitset_struct
  /external/clang/utils/ABITest/
Enumeration.py 138 elts = [None]*W
140 elts[i],N = getNthPairBounded(N, H)
141 return tuple(elts)
  /external/llvm/utils/lit/lit/
main.py 373 elts = byCode.get(code)
374 if not elts:
377 print '%s (%d):' % (title, len(elts))
378 for t in elts:
  /external/clang/utils/analyzer/
CmpRuns.py 93 def __init__(self, elts=()):
95 for key,value in elts:
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
p2p.h 334 uint8 elts[1]; /* Variable length information elements. Max size = member in struct:wifi_p2p_action_frame
358 uint8 elts[1]; /* Variable length information elements. Max size = member in struct:wifi_p2p_pub_act_frame
512 /* GAS Initial Request AF body, "elts" in wifi_p2p_pub_act_frame */
540 /* GAS Initial Response AF body, "elts" in wifi_p2p_pub_act_frame */
550 /* GAS Comeback Response AF body, "elts" in wifi_p2p_pub_act_frame */
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 593 llvm::Type *elts[] = {
598 llvm::makeArrayRef(elts));
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 492 (** [struct_set_body ty elts ispacked] sets the body of the named struct [ty]
493 * to the [elts] elements.
696 (** [mdnode c elts] returns the MDNode containing the values [elts] in the
755 (** [const_array ty elts] returns the constant array of type
756 [array_type ty (Array.length elts)] and containing the values [elts].
761 (** [const_struct context elts] returns the structured constant of type
762 [struct_type (Array.map type_of elts)] and containing the values [elts]
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 414 tree GTY((length ("%h.len"))) elts[1];
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 414 tree GTY((length ("%h.len"))) elts[1];
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 414 tree GTY((length ("%h.len"))) elts[1];
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 414 tree GTY((length ("%h.len"))) elts[1];
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 346 let elts = [| const_int i32_type 4; const_pointer_null pty |] in var
347 let grec_init = const_named_struct nsty elts in
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 282 MultiStmtArg elts, bool isStmtExpr) {
283 unsigned NumElts = elts.size();
284 Stmt **Elts = elts.data();
291 for (; i != NumElts && isa<DeclStmt>(Elts[i]); ++i)
295 for (; i != NumElts && !isa<DeclStmt>(Elts[i]); ++i)
299 Decl *D = *cast<DeclStmt>(Elts[i])->decl_begin();
309 DiagnoseUnusedExprResult(Elts[i]);
318 DiagnoseEmptyLoopBody(Elts[i], Elts[i + 1])
    [all...]
  /external/v8/src/
objects-inl.h 4739 FixedArray* elts = FixedArray::cast(elements()); local
    [all...]
  /prebuilts/devtools/tools/lib/
jython-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h     [all...]

Completed in 1013 milliseconds