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

  /external/e2fsprogs/lib/blkid/
blkid.h 61 extern int blkid_dev_next(blkid_dev_iterate iterate, blkid_dev *dev);
62 extern void blkid_dev_iterate_end(blkid_dev_iterate iterate);
90 extern int blkid_tag_next(blkid_tag_iterate iterate,
92 extern void blkid_tag_iterate_end(blkid_tag_iterate iterate);
blkid.h.in 61 extern int blkid_dev_next(blkid_dev_iterate iterate, blkid_dev *dev);
62 extern void blkid_dev_iterate_end(blkid_dev_iterate iterate);
90 extern int blkid_tag_next(blkid_tag_iterate iterate,
92 extern void blkid_tag_iterate_end(blkid_tag_iterate iterate);
  /external/llvm/lib/CodeGen/
SpillPlacement.h 56 // iterate.
119 /// Prepare internal data structures for iterate.
123 /// iterate - Update the network iteratively until convergence, or new bundles
125 void iterate();
128 /// the previous call to scanActiveBundles or iterate.
SpillPlacement.cpp 298 /// iterate - Repeatedly update the Hopfield nodes until stability or the
301 void SpillPlacement::iterate() { function in class:SpillPlacement
RegAllocGreedy.cpp 823 SpillPlacer->iterate();
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tst_iscan.c 132 * Iterate using inode_scan
134 static void iterate(void) function
143 com_err("iterate", retval, "While opening inode scan");
149 com_err("iterate", retval, "while reading first inode");
159 com_err("iterate", retval,
212 iterate();
  /external/markdown/markdown/
html4.py 243 iterate = elem.iter
245 iterate = elem.getiterator # cET compatibility
246 for elem in iterate():
  /external/v8/tools/
consarray.js 31 * In this use case we have lots of arrays that we need to iterate
35 * of arrays to iterate through.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
vec.h 40 There are both 'index' and 'iterate' accessors. The iterator
176 /* Iterate over vector
183 iterate over the elements of a vector as follows,
188 #define VEC_iterate(T,V,I,P) (VEC_OP(T,base,iterate)(VEC_BASE(V),I,&(P)))
551 static inline int VEC_OP (T,base,iterate) \
840 static inline int VEC_OP (T,base,iterate) \
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
vec.h 40 There are both 'index' and 'iterate' accessors. The iterator
176 /* Iterate over vector
183 iterate over the elements of a vector as follows,
188 #define VEC_iterate(T,V,I,P) (VEC_OP(T,base,iterate)(VEC_BASE(V),I,&(P)))
551 static inline int VEC_OP (T,base,iterate) \
840 static inline int VEC_OP (T,base,iterate) \
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
vec.h 40 There are both 'index' and 'iterate' accessors. The iterator
176 /* Iterate over vector
183 iterate over the elements of a vector as follows,
188 #define VEC_iterate(T,V,I,P) (VEC_OP(T,base,iterate)(VEC_BASE(V),I,&(P)))
551 static inline int VEC_OP (T,base,iterate) \
840 static inline int VEC_OP (T,base,iterate) \
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 593 [use_begin] and [use_succ] can e used to iterate over the use list in order.
    [all...]
  /external/v8/src/
liveedit-debugger.js 553 // Throughtout all function we iterate over input array.
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 894 milliseconds