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

1 23 4 5 6

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
control.h     [all...]
agtctl.h     [all...]
  /external/clang/lib/Basic/
Module.cpp 173 auto *Top = getTopLevelModule();
175 // A top-level module implicitly uses itself.
176 if (Requested->isSubModuleOf(Top))
179 for (auto *Use : Top->DirectUses)
VirtualFileSystem.cpp     [all...]
  /art/runtime/gc/space/
region_space.cc 234 if (current_region_->End() - current_region_->Top() > 0) {
235 max_contiguous_allocation = current_region_->End() - current_region_->Top();
region_space-inl.h 245 uint8_t* top = r->Top(); local
246 while (pos < top) {
  /system/media/camera/docs/
camera_metadata_tags.mako 45 * Top level hierarchy definitions for camera metadata. *_INFO sections are for
  /external/v8/src/compiler/
ast-graph-builder.cc 573 // Initialize the top-level environment.
578 // Use OSR normal entry as the start of the top-level environment.
    [all...]
  /external/giflib/
gif_lib.h 48 GifWord Left, Top, Width, Height; /* Current image dimensions. */
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_tex.c 81 PUSH_DATAm(push, ctx->TextureMatrixStack[i].Top->m);
nv20_state_tex.c 78 PUSH_DATAm(push, ctx->TextureMatrixStack[i].Top->m);
nv10_state_tnl.c 441 GLmatrix *m = ctx->ModelviewMatrixStack.Top;
  /external/mesa3d/src/mesa/main/
texstate.c 374 if (_math_matrix_is_dirty(ctx->TextureMatrixStack[u].Top)) {
375 _math_matrix_analyse( ctx->TextureMatrixStack[u].Top );
378 ctx->TextureMatrixStack[u].Top->type != MATRIX_IDENTITY)
668 if (ctx->TextureMatrixStack[unit].Top->type != MATRIX_IDENTITY)
  /external/mesa3d/src/mesa/tnl/
t_vb_fog.c 164 const GLfloat *m = ctx->ModelviewMatrixStack.Top->m;
  /frameworks/base/libs/hwui/
BakedOpState.cpp 27 if (clip.top > bounds.top) clipSideFlags |= OpClipSideFlags::Top;
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp     [all...]
  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 197 IntrusiveRefCntPtr<DummyFileSystem> Top(new DummyFileSystem());
201 O->pushOverlay(Top);
218 Top->addRegularFile("/foo");
219 StatusT = Top->status("/foo");
519 // Make sure we get the top-most entry
834 // invalid YAML at top-level
    [all...]
  /external/libmpeg2/common/arm/
ideint_cac_a9.s 46 @* UWORD8 pointer to top field
52 @* Top field stride
70 @ Load first row of top
76 @ Load second row of top
100 @ Load third row of top
106 @ Load fourth row of top
127 @ Compute absolute diff between top and bottom row sums
  /external/v8/src/
effects.h 241 Effects<Var, kNoVar> Top() { return node_->effects; }
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 30 my $Top;
849 Diag("Run '$Top/prebuilts/misc/linux-x86/analyzer/tools/scan-view/scan-view $Dir' to examine bug reports.\n");
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 30 my $Top;
849 Diag("Run '$Top/prebuilts/misc/linux-x86/analyzer/tools/scan-view/scan-view $Dir' to examine bug reports.\n");
    [all...]
  /external/bison/data/
yacc.c 349 b4_percent_code_get([[top]])[]dnl
827 | TOP (included). |
843 # define YY_STACK_PRINT(Bottom, Top) \
846 yy_stack_print ((Bottom), (Top)); \
889 # define YY_STACK_PRINT(Bottom, Top)
911 *YYTOP is either its top or is YYTOP_EMPTY to indicate an empty
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ControlFlowFinalizer.cpp 187 CFStack::StackItem Top = BranchStack.back();
188 if (Top == CFStack::ENTRY)
191 CurrentSubEntries-= getSubEntrySize(Top);
  /external/toybox/kconfig/
zconf.tab.c_shipped     [all...]
  /external/libpcap/
grammar.c     [all...]

Completed in 592 milliseconds

1 23 4 5 6