HomeSort by relevance Sort by last modified time
    Searched refs:Left (Results 151 - 175 of 311) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
export.go 70 if n.Name.Param != nil && n.Name.Param.Ntype != nil && n.Name.Param.Ntype.Op == OTFUNC && n.Name.Param.Ntype.Left != nil { // method
115 if n.Left != nil && n.Left.Op == OTYPE {
136 t := n.Left.Type
203 reexportdep(n.Left)
y.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
export.go 67 if n.Name.Param != nil && n.Name.Param.Ntype != nil && n.Name.Param.Ntype.Op == OTFUNC && n.Name.Param.Ntype.Left != nil { // method
112 if n.Left != nil && n.Left.Op == OTYPE {
133 t := n.Left.Type
200 reexportdep(n.Left)
y.go     [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
export.go 70 if n.Name.Param != nil && n.Name.Param.Ntype != nil && n.Name.Param.Ntype.Op == OTFUNC && n.Name.Param.Ntype.Left != nil { // method
115 if n.Left != nil && n.Left.Op == OTYPE {
136 t := n.Left.Type
203 reexportdep(n.Left)
y.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
export.go 67 if n.Name.Param != nil && n.Name.Param.Ntype != nil && n.Name.Param.Ntype.Op == OTFUNC && n.Name.Param.Ntype.Left != nil { // method
112 if n.Left != nil && n.Left.Op == OTYPE {
133 t := n.Left.Type
200 reexportdep(n.Left)
y.go     [all...]
  /external/giflib/
egif_lib.c 355 const int Left,
376 GifFile->Image.Left = Left;
399 (void)EGifPutWord(Left, GifFile);
    [all...]
gif_lib.h 48 GifWord Left, Top, Width, Height; /* Current image dimensions. */
  /external/opencv3/3rdparty/include/dshow/
control.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
control.h     [all...]
agtctl.h     [all...]
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 169 SDValue Left = DAG.getNode(ISD::AND, dl, CVT, Count,
173 Left, InFlag);
  /external/lzma/CPP/Common/
MyString.h 240 AString Left(unsigned count) const { return AString(count, *this); }
336 UString(unsigned num, const UString &s); // for Left
402 UString Left(unsigned count) const { return UString(count, *this); }
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
buildintrapredictorsmby_neon.asm 25 ; stack int Left
41 ldr r5, [sp, #28] ; Left
78 ; Load left row, if it exists
306 ; stack int Left
324 ldr r5, [sp, #28] ; Left
361 ; Load left row, if it exists
  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 162 Value *Left, Value *Right);
  /external/lzma/CPP/7zip/UI/Common/
UpdatePair.cpp 219 if ((*name)[hostLen] == ':' && CompareFileNames(*prevHostName, name->Left(hostLen)) == 0)
  /frameworks/base/libs/hwui/
BakedOpState.cpp 26 if (clip.left > bounds.left) clipSideFlags |= OpClipSideFlags::Left;
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 252 norm = norm.Left(pos);
350 if (bsStyle.Left(pStyle->len).Compare(pStyle->style) == 0) {
887 family = SubstName.Left(find);
921 family = family.Left(find);
929 family = family.Left(nLen - g_FontStyles[nRet].len);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 85 m_FontBBox.left = m_FontBBox.right = m_FontBBox.top = m_FontBBox.bottom = 0;
236 m_FontBBox.left = pBBox->GetInteger(0);
271 if (m_FontBBox.top == 0 && m_FontBBox.bottom == 0 && m_FontBBox.left == 0 &&
275 m_FontBBox.left = TT2PDF(FXFT_Get_Face_xMin(face), face);
286 if (rect.left == rect.right) {
299 if (m_FontBBox.left > rect.left) {
300 m_FontBBox.left = rect.left;
392 CFX_ByteString tag = basefont.Left(4)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
cgen64.go 30 gc.Cgen(n.Left, res)
41 gc.Cgen(n.Left, res)
64 l := n.Left
  /prebuilts/go/linux-x86/src/cmd/compile/internal/x86/
cgen64.go 30 gc.Cgen(n.Left, res)
41 gc.Cgen(n.Left, res)
64 l := n.Left
  /external/llvm/include/llvm/ADT/
ilist.h 795 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) {
796 Left.swap(Right);
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 667 unsigned Left = --OpenChildren[Parent];
668 if (Left != 0)

Completed in 921 milliseconds

1 2 3 4 5 67 8 91011>>