Home
last modified time | relevance | path

Searched defs:ipo (Results 1 – 13 of 13) sorted by relevance

/external/fio/
Dtrim.h14 static inline void remove_trim_entry(struct thread_data *td, struct io_piece *ipo) in remove_trim_entry()
31 static inline void remove_trim_entry(struct thread_data *td, struct io_piece *ipo) in remove_trim_entry()
Diolog.c25 void queue_io_piece(struct thread_data *td, struct io_piece *ipo) in queue_io_piece()
95 static int ipo_special(struct thread_data *td, struct io_piece *ipo) in ipo_special()
131 struct io_piece *ipo; in read_iolog_get() local
178 struct io_piece *ipo; in prune_io_piece_log() local
204 struct io_piece *ipo, *__ipo; in log_io_piece() local
292 struct io_piece *ipo = io_u->ipo; in unlog_io_piece() local
309 struct io_piece *ipo = io_u->ipo; in trim_io_piece() local
351 struct io_piece *ipo; in read_iolog2() local
Dtrim.c16 struct io_piece *ipo; in get_next_trim() local
Dblktrace.c119 struct io_piece *ipo; in trace_add_open_close_event() local
184 struct io_piece *ipo = malloc(sizeof(*ipo)); in store_ipo() local
230 struct io_piece *ipo = malloc(sizeof(*ipo)); in handle_trace_discard() local
Dioengine.h74 struct io_piece *ipo; member
Diolog.h226 static inline void init_ipo(struct io_piece *ipo) in init_ipo()
Dverify.c1063 struct io_piece *ipo = NULL; in get_next_verify() local
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
DModifierHelper.java148 Ipo ipo = ipoHelper.fromIpoStructure(ipoStructure, blenderContext); in readAnimationModifier249() local
158 Ipo ipo = ipoHelper.fromIpoStructure(ipoStructure, blenderContext); in readAnimationModifier249() local
188 Ipo ipo = ipoHelper.fromAction(actionStructure, blenderContext); in readAnimationModifier250() local
DObjectAnimationModifier.java48 …public ObjectAnimationModifier(Ipo ipo, String objectAnimationName, Long objectOMA, BlenderContext… in ObjectAnimationModifier()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
DConstraintHelper.java96 …Ipo ipo = ipoHelper.fromIpoStructure(pIpo.fetchData(blenderContext.getInputStream()).get(0), blend… in loadConstraints() local
120 Ipo ipo = ipoMap==null ? null : ipoMap.get(constraintName); in loadConstraints() local
140 Ipo ipo = objectConstraintsIpos!=null ? objectConstraintsIpos.get(constraintName) : null; in loadConstraints() local
DConstraint.java32 protected final Ipo ipo; field in Constraint
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
DArmatureHelper.java203 Ipo ipo = new Ipo(bezierCurves, fixUpAxis); in getTracks250() local
237 Ipo ipo = ipoHelper.fromIpoStructure(ipoStructure, blenderContext); in getTracks249() local
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
DBlenderContext.java401 public void addIpo(Long ownerOMA, Ipo ipo) { in addIpo()