Searched defs:operand (Results 1 - 25 of 144) sorted by relevance

123456

/external/skia/src/animator/
H A DSkOpArray.cpp16 bool SkOpArray::getIndex(int index, SkOperand2* operand) { argument
21 *operand = begin()[index];
H A DSkScriptRuntime.cpp63 SkOperand2 operand[2]; // 1=accumulator and 2=operand local
72 operand[0].fArray = new SkOpArray(SkOperand2::kNoType /*fReturnType*/);
75 index = operand[1].fS32;
76 if (index >= operand[0].fArray->count()) {
80 operand[0] = operand[0].fArray->begin()[index];
83 *operand[0].fArray->append() = operand[1];
94 if (callBackFunction->invoke(ref, operand[
[all...]
H A DSkTypedArray.cpp18 bool SkTypedArray::getIndex(int index, SkOperand* operand) { argument
23 *operand = begin()[index];
/external/libpcap/
H A Dbpf_image.c62 char operand[64]; local
294 (void)snprintf(operand, sizeof operand, fmt, v);
298 n, op, operand, n + 1 + p->jt, n + 1 + p->jf);
302 n, op, operand);
/external/mesa3d/src/glsl/
H A Dir_builder.h35 * operand(ir_variable *var) constructor behind your back.
37 class operand { class in namespace:ir_builder
39 operand(ir_rvalue *val) function in class:ir_builder::operand
44 operand(ir_variable *var) function in class:ir_builder::operand
55 * \sa operand
83 ir_assignment *assign(deref lhs, operand rhs);
84 ir_assignment *assign(deref lhs, operand rhs, int writemask);
86 ir_expression *expr(ir_expression_operation op, operand a);
87 ir_expression *expr(ir_expression_operation op, operand a, operand
[all...]
H A Dir_rvalue_visitor.cpp41 unsigned int operand; local
43 for (operand = 0; operand < ir->get_num_operands(); operand++) {
44 handle_rvalue(&ir->operands[operand]);
H A Dopt_algebraic.cpp66 ir_rvalue *operand);
172 * we may need to swizzle that operand out to a vector if the expression was
177 ir_rvalue *operand)
179 if (expr->type->is_vector() && operand->type->is_scalar()) {
180 return new(mem_ctx) ir_swizzle(operand, 0, 0, 0, 0,
183 return operand;
176 swizzle_if_required(ir_expression *expr, ir_rvalue *operand) argument
/external/hamcrest/library/src/org/hamcrest/number/
H A DIsCloseTo.java36 public static Matcher<Double> closeTo(double operand, double error) { argument
37 return new IsCloseTo(operand, error);
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DIntInsnNode.java37 * A node that represents an instruction with a single int operand.
44 * The operand of this instruction.
46 public int operand; field in class:IntInsnNode
53 * @param operand the operand of the instruction to be constructed.
55 public IntInsnNode(final int opcode, final int operand) { argument
57 this.operand = operand;
75 mv.visitIntInsn(opcode, operand);
79 return new IntInsnNode(opcode, operand);
[all...]
/external/v8/src/arm64/
H A Ddelayed-masm-arm64-inl.h24 const Operand& operand,
28 __ Mov(rd, operand, discard_mode);
23 Mov(const Register& rd, const Operand& operand, DiscardMoveMode discard_mode) argument
H A Ddelayed-masm-arm64.cc68 void DelayedMasm::StoreConstant(uint64_t value, const MemOperand& operand) { argument
72 MemOperand::AreConsistentForPair(pending_address_dst_, operand);
77 operand;
92 pending_address_dst_ = operand;
100 void DelayedMasm::Load(const CPURegister& rd, const MemOperand& operand) { argument
103 switch (MemOperand::AreConsistentForPair(pending_address_src_, operand)) {
119 __ Ldp(rd, pending_register_, operand);
128 pending_address_src_ = operand;
135 void DelayedMasm::Store(const CPURegister& rd, const MemOperand& operand) { argument
138 switch (MemOperand::AreConsistentForPair(pending_address_dst_, operand)) {
[all...]
/external/hamcrest/src/org/hamcrest/core/
H A DIsEqual.java67 public static <T> Matcher<T> equalTo(T operand) { argument
68 return new IsEqual<T>(operand);
/external/hamcrest/src/org/hamcrest/
H A DCoreMatchers.java58 public static <T> org.hamcrest.Matcher<T> equalTo(T operand) { argument
59 return org.hamcrest.core.IsEqual.equalTo(operand);
/external/v8/src/
H A Dhydrogen-uint32-analysis.cc126 HValue* operand = phi->OperandAt(j); local
127 if (!operand->CheckFlag(HInstruction::kUint32)) {
129 if (operand->IsInteger32Constant() &&
130 operand->GetInteger32Constant() >= 0) {
131 operand->SetFlag(HInstruction::kUint32);
144 // Remove kUint32 flag from the phi itself and its operands. If any operand
150 HValue* operand = phi->OperandAt(j); local
151 if (operand->CheckFlag(HInstruction::kUint32)) {
152 operand->ClearFlag(HInstruction::kUint32);
153 if (operand
[all...]
H A Dbignum.cc142 void Bignum::AddUInt64(uint64_t operand) { argument
143 if (operand == 0) return;
145 other.AssignUInt64(operand);
/external/elfutils/src/libdw/
H A Dcfi.c122 Dwarf_Word operand = opcode & CFI_PRIMARY_MAX; local
128 operand = *program++;
131 loc += operand * cie->code_alignment_factor;
136 operand = read_2ubyte_unaligned_inc (cache, program);
140 operand = read_4ubyte_unaligned_inc (cache, program);
144 operand = read_8ubyte_unaligned_inc (cache, program);
159 get_uleb128 (operand, program, end);
164 fs->cfa_val_reg = operand;
178 get_uleb128 (operand, program, end);
198 get_uleb128 (operand, progra
[all...]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_frag.c53 GLenum *operand; member in struct:combiner_state
74 (rc)->operand = c->Operand##chan; \
114 * specified EXT_texture_env_combine operand. */
118 get_input_mapping(struct combiner_state *rc, int operand, int flags) argument
122 if (!is_color_operand(operand) && !rc->alpha)
125 if (is_negative_operand(operand) == !(flags & INVERT))
135 int operand = rc->operand[arg]; local
146 if (is_color_operand(operand))
148 get_input_mapping(rc, operand, flag
[all...]
H A Dnv10_state_frag.c71 GLenum *operand; member in struct:combiner_state
89 (rc)->operand = c->Operand##chan; \
136 * operand, possibly inverted or biased. */
141 get_input_mapping(struct combiner_state *rc, int operand, int flags) argument
145 if (is_color_operand(operand))
150 if (is_negative_operand(operand) == !(flags & INVERT))
166 int operand = rc->operand[arg]; local
177 if (is_color_operand(operand))
179 get_input_mapping(rc, operand, flag
[all...]
/external/v8/src/compiler/
H A Dcode-generator-impl.h69 // operand should be a block id.
95 Constant ToConstant(InstructionOperand* operand) { argument
96 if (operand->IsImmediate()) {
97 return gen_->code()->GetImmediate(operand->index());
99 return gen_->code()->GetConstant(operand->index());
102 double ToDouble(InstructionOperand* operand) { argument
103 return ToConstant(operand).ToFloat64();
106 Handle<HeapObject> ToHeapObject(InstructionOperand* operand) { argument
107 return ToConstant(operand).ToHeapObject();
/external/hamcrest/library/src/org/hamcrest/
H A DMatchers.java58 public static <T> org.hamcrest.Matcher<T> equalTo(T operand) { argument
59 return org.hamcrest.core.IsEqual.equalTo(operand);
225 public static org.hamcrest.Matcher<java.lang.Double> closeTo(double operand, double error) { argument
226 return org.hamcrest.number.IsCloseTo.closeTo(operand, error);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp361 const MCOperand &operand = Inst.getOperand(i); local
362 if (operand.isImm()) {
376 jump = pc + operand.getImm();
382 jump = (uint64_t)operand.getImm();
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DMethodAdapter.java97 public void visitIntInsn(final int opcode, final int operand) { argument
98 mv.visitIntInsn(opcode, operand);
H A DMethodVisitor.java104 * Visits the current state of the local variables and operand stack
109 * values of the local variables and of the operand stack elements <i>just
147 * @param nStack the number of operand stack elements in the visited frame.
148 * @param stack the operand stack types in this frame. This array must not
163 * Visits a zero operand instruction.
183 * Visits an instruction with a single int operand.
187 * @param operand the operand of the instruction to be visited.<br> When
188 * opcode is BIPUSH, operand value should be between Byte.MIN_VALUE
189 * and Byte.MAX_VALUE.<br> When opcode is SIPUSH, operand valu
197 visitIntInsn(int opcode, int operand) argument
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
H A DASMifierMethodVisitor.java148 public void visitIntInsn(final int opcode, final int operand) { argument
154 ? TYPES[operand]
155 : Integer.toString(operand))
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
H A DMethodVisitorTee.java66 public void visitIntInsn(int opcode, int operand) { argument
67 mv1.visitIntInsn(opcode, operand);
68 mv2.visitIntInsn(opcode, operand);

Completed in 530 milliseconds

123456