HomeSort by relevance Sort by last modified time
    Searched refs:Left (Results 101 - 125 of 431) sorted by null

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
pic-gc-73.d 7 # Left-over code coverage case from pic-gc-72; local symbol.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
sinit.go 41 init1(n.Left, out)
114 if defn.Left != n {
118 if isblank(defn.Left) && candiscard(defn.Right) {
120 defn.Left = nil
209 init2(n.Left, out)
264 l := n.Name.Defn.Left
292 r = r.Left
313 switch r.Left.Op {
320 switch r.Left.Op {
377 r = r.Left
    [all...]
esc.go 126 min = v.visitcode(n.Left, min)
134 fn := asNode(n.Left.Type.Nname())
210 // sink = x.left.left --> level=2, x is dereferenced twice and does not escape to sink.
213 // sink = &Node{&Node{x.left}} --> level=-1, but x is NOT accessible from sink because it was indirected and then copied.
215 // value of x.left was copied into a field of a newly allocated Node)
584 // Walk hasn't generated (goto|label).Left.Sym.Label yet, so we'll cheat
606 if n.Left == nil || n.Left.Sym == nil {
612 // if(n.Left.Sym.Label != nil
    [all...]
dcl.go 25 Fatalf("mark left on the dclstack")
326 func colasdefn(left []*Node, defn *Node) {
327 for _, n := range left {
334 for i, n := range left {
339 yyerrorl(defn.Pos, "non-name %v on left side of :=", n)
345 yyerrorl(defn.Pos, "%v repeated on left side of :=", n.Sym)
361 left[i] = n
365 yyerrorl(defn.Pos, "no new variables on left side of :=")
376 if isblank(n.Left) {
416 if nt.Left != nil
    [all...]
const.go 207 // n.Left = convlit(n.Left, t)
215 // n.Left = convlit1(n.Left, t, explicit, reuse)
243 n.Left = convlit(n.Left, t)
257 n.Left = convlit1(n.Left, t, explicit && n.Left.Type.IsUntyped(), noReuse)
258 t = n.Left.Typ
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
sinit.go 41 init1(n.Left, out)
114 if defn.Left != n {
118 if isblank(defn.Left) && candiscard(defn.Right) {
120 defn.Left = nil
209 init2(n.Left, out)
264 l := n.Name.Defn.Left
292 r = r.Left
313 switch r.Left.Op {
320 switch r.Left.Op {
377 r = r.Left
    [all...]
esc.go 126 min = v.visitcode(n.Left, min)
134 fn := asNode(n.Left.Type.Nname())
210 // sink = x.left.left --> level=2, x is dereferenced twice and does not escape to sink.
213 // sink = &Node{&Node{x.left}} --> level=-1, but x is NOT accessible from sink because it was indirected and then copied.
215 // value of x.left was copied into a field of a newly allocated Node)
584 // Walk hasn't generated (goto|label).Left.Sym.Label yet, so we'll cheat
606 if n.Left == nil || n.Left.Sym == nil {
612 // if(n.Left.Sym.Label != nil
    [all...]
dcl.go 25 Fatalf("mark left on the dclstack")
326 func colasdefn(left []*Node, defn *Node) {
327 for _, n := range left {
334 for i, n := range left {
339 yyerrorl(defn.Pos, "non-name %v on left side of :=", n)
345 yyerrorl(defn.Pos, "%v repeated on left side of :=", n.Sym)
361 left[i] = n
365 yyerrorl(defn.Pos, "no new variables on left side of :=")
376 if isblank(n.Left) {
416 if nt.Left != nil
    [all...]
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/
QemuKernel.c 397 UINT64 Left;
435 Left = Blob->Size - StubFile->Position;
436 if (*BufferSize > Left) {
437 *BufferSize = (UINTN)Left;
849 been left unchanged.
859 UINT32 Left;
884 Left = Blob->Size;
888 Chunk = (Left < SIZE_1MB) ? Left : SIZE_1MB;
889 QemuFwCfgReadBytes (Chunk, Blob->Data + (Blob->Size - Left));
    [all...]
  /external/pdfium/core/fxcrt/css/
cfx_css.h 77 Left,
118 Left,
151 Left,
219 : left(eUnit, val),
225 left.Set(eUnit);
232 left.Set(eUnit, fValue);
239 CFX_CSSLength left, top, right, bottom; member in class:CFX_CSSRect
  /external/libxaac/decoder/armv7/
ixheaacd_eld_decoder_sbr_pre_twiddle.s 20 LSL r8, r8, #1 @Left shift the multiplied value by 1
33 LSL r9, r9, #1 @Left shift the multiplied value by 1
  /external/pdfium/core/fpdfapi/edit/
cpdf_pagecontentgenerator_unittest.cpp 139 pathString.Left(48));
155 pathString2.Left(55));
195 ByteString firstString = textString.Left(firstResourceAt.value());
210 EXPECT_EQ(compareString1, firstString.Left(compareString1.GetLength()));
215 midString.Left(midString.GetLength() - compareString2.GetLength()));
221 lastString.Left(lastString.GetLength() - compareString3.GetLength()));
264 ByteString firstString = textString.Left(firstResourceAt.value());
272 EXPECT_EQ(compareString1, textString.Left(compareString1.GetLength()));
  /external/pdfium/xfa/fxfa/parser/
cxfa_para.cpp 21 (void*)XFA_AttributeEnum::Left},
60 .value_or(XFA_AttributeEnum::Left);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursslk.h 47 typedef enum { Left=0, Center=1, Right=2 } Justification;
54 Soft_Label_Key() : label(NULL), format(Left), num(-1) {
  /prebuilts/go/darwin-x86/lib/time/
update.bash 46 echo Left workspace behind in work/.
  /prebuilts/go/linux-x86/lib/time/
update.bash 46 echo Left workspace behind in work/.
  /external/swiftshader/third_party/subzero/src/
WasmTranslator.cpp 393 Node Binop(wasm::WasmOpcode Opcode, Node Left, Node Right) {
394 LOG(out << "Binop(" << WasmOpcodes::OpcodeName(Opcode) << ", " << Left
402 Dest = makeVariable(Left.toOperand()->getType());
408 InstArithmetic::create(Func, InstArithmetic::Add, Dest, Left, Right));
413 Dest, Left, Right));
418 InstArithmetic::create(Func, InstArithmetic::Sub, Dest, Left, Right));
423 Dest, Left, Right));
428 InstArithmetic::create(Func, InstArithmetic::Mul, Dest, Left, Right));
433 Dest, Left, Right));
438 Dest, Left, Right))
    [all...]
  /external/jline/src/src/main/native/
jline_WindowsTerminal.c 47 return info->srWindow.Right - info->srWindow.Left+1;
  /external/llvm/tools/llvm-diff/
DiffConsumer.h 34 /// Record that a local context has been entered. Left and
38 virtual void enterContext(Value *Left, Value *Right) = 0;
  /external/pdfium/fxbarcode/
cbc_ean13.cpp 48 encodeContents = encodeContents.Left(13);
cbc_ean8.cpp 46 encodeContents = encodeContents.Left(8);
cbc_upca.cpp 47 encodeContents = encodeContents.Left(12);
  /external/pdfium/xfa/fxfa/
cxfa_ffimage.cpp 62 XFA_AttributeEnum iHorzAlign = XFA_AttributeEnum::Left;
  /external/swiftshader/third_party/LLVM/tools/llvm-diff/
DiffConsumer.h 33 /// Record that a local context has been entered. Left and
37 virtual void enterContext(Value *Left, Value *Right) = 0;
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListHorizontalFocusWithinItemWins.java 56 context, desiredHeight, Slot.Left, Slot.Right);

Completed in 685 milliseconds

1 2 3 45 6 7 8 91011>>