HomeSort by relevance Sort by last modified time
    Searched refs:Top (Results 26 - 50 of 137) sorted by null

12 3 4 5 6

  /external/llvm/lib/Analysis/
CFG.cpp 41 std::pair<const BasicBlock*, succ_const_iterator> &Top = VisitStack.back();
42 const BasicBlock *ParentBB = Top.first;
43 succ_const_iterator &I = Top.second;
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
prettywriter.h 96 RAPIDJSON_ASSERT(!Base::level_stack_.template Top<typename Base::Level>()->inArray);
120 RAPIDJSON_ASSERT(Base::level_stack_.template Top<typename Base::Level>()->inArray);
149 typename Base::Level* level = Base::level_stack_.template Top<typename Base::Level>();
writer.h 145 RAPIDJSON_ASSERT(!level_stack_.template Top<Level>()->inArray);
162 RAPIDJSON_ASSERT(level_stack_.template Top<Level>()->inArray);
320 Level* level = level_stack_.template Top<Level>();
  /external/llvm/lib/Target/Hexagon/
BitTracker.h 107 Top, // Bit not yet defined.
116 // x <= Top,
144 BitValue(ValueType T = Top) : Type(T) {}
168 // (4) x.T = x (i.e. T = "top")
182 if (V.Type == Top) // This.meet(Top) = This
188 // If it is Top, it will become the same as V, otherwise it will
190 if (Type == Top) {
282 // Generate a "top" cell of given size.
283 static RegisterCell top(uint16_t Width)
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 154 // Allow the scheduler to force top-down or bottom-up scheduling. If neither
196 /// schedule the node at the top of the unscheduled region. Otherwise it will
208 /// top-down scheduling.
241 /// The top of the unscheduled zone.
297 MachineBasicBlock::iterator top() const { return CurrentTop; } function in class:llvm::ScheduleDAGMI
324 // Top-Level entry points for the schedule() driver...
368 // liveness during bottom-up scheduling. Top-down scheduling may proceed but
382 /// The top of the unscheduled zone.
406 /// Get current register pressure for the top scheduled instructions.
450 // Top-Level entry points for the schedule() driver..
    [all...]
  /packages/apps/Messaging/jni/
GifTranscoder.cpp 152 // Many GIFs use DISPOSE_DO_NOT to make images draw on top of previous images. They can also
178 gifIn->Image.Top < 0 ||
180 gifIn->Image.Top + gifIn->Image.Height > gifIn->SHeight) {
188 0, // Top
244 prevImageDimens.Top = gifIn->Image.Top;
374 prevImageDimens.Left, prevImageDimens.Top,
385 int renderY = y + gifIn->Image.Top;
387 // Skip drawing transparent pixels if this image renders on top of the last one
404 int top,
    [all...]
  /external/mesa3d/src/mesa/main/
texgen.c 170 if (_math_matrix_is_dirty(ctx->ModelviewMatrixStack.Top)) {
171 _math_matrix_analyse(ctx->ModelviewMatrixStack.Top);
174 ctx->ModelviewMatrixStack.Top->inv);
light.c 231 TRANSFORM_POINT(temp, ctx->ModelviewMatrixStack.Top->m, params);
236 if (_math_matrix_is_dirty(ctx->ModelviewMatrixStack.Top)) {
237 _math_matrix_analyse(ctx->ModelviewMatrixStack.Top);
239 TRANSFORM_DIRECTION(temp, params, ctx->ModelviewMatrixStack.Top->m);
959 TRANSFORM_NORMAL( ctx->_EyeZDir, eye_z, ctx->ModelviewMatrixStack.Top->m );
970 TRANSFORM_POINT( light->_Position, ctx->ModelviewMatrixStack.Top->inv,
1007 ctx->ModelviewMatrixStack.Top->m);
1034 if (!_math_matrix_is_length_preserving(ctx->ModelviewMatrixStack.Top)) {
1035 const GLfloat *m = ctx->ModelviewMatrixStack.Top->inv;
1064 !_math_matrix_is_length_preserving(ctx->ModelviewMatrixStack.Top))
    [all...]
  /external/compiler-rt/lib/asan/scripts/
symbolize.py 22 ''' Subtracts 1 or 2 from the top frame's address.
23 Top frame is normally the return address from asan_report*
  /external/mesa3d/src/mesa/tnl/
t_rasterpos.c 382 TRANSFORM_POINT( eye, ctx->ModelviewMatrixStack.Top->m, vObj );
384 TRANSFORM_POINT( clip, ctx->ProjectionMatrixStack.Top->m, eye );
436 const GLfloat *inv = ctx->ModelviewMatrixStack.Top->inv;
469 ctx->TextureMatrixStack[u].Top->m, tc);
t_vb_vertex.c 153 if (ctx->ModelviewMatrixStack.Top->type == MATRIX_IDENTITY)
157 ctx->ModelviewMatrixStack.Top,
  /external/v8/src/compiler/
state-values-utils.h 97 StatePos* Top();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmetaheader.h 61 INT16 Top;
  /external/mesa3d/src/mesa/program/
prog_statevars.c 303 matrix = ctx->ModelviewMatrixStack.Top;
306 matrix = ctx->ProjectionMatrixStack.Top;
313 matrix = ctx->TextureMatrixStack[index].Top;
317 matrix = ctx->ProgramMatrixStack[index].Top;
    [all...]
  /external/webrtc/webrtc/modules/video_render/ios/
video_render_ios_view.mm 155 Top:(const float)top
158 return _gles_renderer20->SetCoordinates(zOrder, left, top, right, bottom);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
XMPPathParser.java 38 * put in the first (0th) slot in the expanded XMPPath. Check if the top
45 * <dd> A top level property or struct field.
466 throw new XMPException("Top level name must not be a qualifier", XMPError.BADXPATH);
471 throw new XMPException("Top level name must be simple", XMPError.BADXPATH);
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 40 cl::desc("Force top-down list scheduling"));
227 /// Decrement this iterator until reaching the top or a non-debug instr.
231 assert(I != Beg && "reached the top of the region, cannot decrement");
300 /// Top-level MachineScheduler pass driver.
485 // scheduler for the top of it's scheduled region.
759 // A SUnit is ready to top schedule if it has no predecessors.
778 // Release top roots in forward order.
874 // Setup the register pressure trackers for the top scheduled top and bottom
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 789 /// \p Top.
795 /// default bindings that may extend beyond \p Top itself, e.g. if \p Top is
800 const SubRegion *Top, BindingKey TopKey,
805 Top = cast<SubRegion>(TopKey.getConcreteOffsetRegion());
806 TopKey = BindingKey::Make(Top, BindingKey::Default);
811 SVal Extent = Top->getExtent(SVB);
818 } else if (const FieldRegion *FR = dyn_cast<FieldRegion>(Top)) {
851 if (Top->isSubRegionOf(Base)) {
861 if (Top == Base || BaseSR->isSubRegionOf(Top)
    [all...]
  /frameworks/base/libs/hwui/
BakedOpState.h 32 Top = 0x2,
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
stack.h 129 T* Top() {
  /device/generic/goldfish-opengl/
Android.mk 1 # This is the top-level build file for the Android HW OpenGL ES emulation
12 # Top-level for all modules
  /external/v8/test/mjsunit/regress/
regress-1184.js 36 // throw below sets up Top::thread_local_.catcher_...
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]
  /external/giflib/
egif_lib.c 356 const int Top,
377 GifFile->Image.Top = Top;
400 (void)EGifPutWord(Top, GifFile);
    [all...]
  /external/opencv3/3rdparty/include/dshow/
control.h     [all...]

Completed in 3335 milliseconds

12 3 4 5 6