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

12345678

/external/libpcap/
H A Dbpf_image.c57 char operand[64]; local
309 (void)pcap_snprintf(operand, sizeof operand, fmt, v);
313 n, op, operand, n + 1 + p->jt, n + 1 + p->jf);
317 n, op, operand);
/external/mesa3d/src/compiler/glsl/
H A Dir_rvalue_visitor.cpp40 unsigned int operand; local
42 for (operand = 0; operand < ir->get_num_operands(); operand++) {
43 handle_rvalue(&ir->operands[operand]);
H A Dir_builder.h44 * operand(ir_variable *var) constructor behind your back.
46 class operand { class in namespace:ir_builder
48 operand(ir_rvalue *val) function in class:ir_builder::operand
53 operand(ir_variable *var) function in class:ir_builder::operand
64 * \sa operand
123 ir_assignment *assign(deref lhs, operand rhs);
124 ir_assignment *assign(deref lhs, operand rhs, int writemask);
125 ir_assignment *assign(deref lhs, operand rhs, operand condition);
126 ir_assignment *assign(deref lhs, operand rh
[all...]
/external/skia/src/sksl/ast/
H A DSkSLASTPrefixExpression.h20 ASTPrefixExpression(Token op, std::unique_ptr<ASTExpression> operand) argument
23 , fOperand(std::move(operand)) {}
/external/skia/src/sksl/ir/
H A DSkSLPostfixExpression.h20 PostfixExpression(std::unique_ptr<Expression> operand, Token::Kind op) argument
21 : INHERITED(operand->fPosition, kPostfix_Kind, operand->fType)
22 , fOperand(std::move(operand))
H A DSkSLPrefixExpression.h22 PrefixExpression(Token::Kind op, std::unique_ptr<Expression> operand) argument
23 : INHERITED(operand->fPosition, kPrefix_Kind, operand->fType)
24 , fOperand(std::move(operand))
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/number/
H A DBigDecimalCloseTo.java48 * to the specified <code>operand</code>, within a range of +/- <code>error</code>. The comparison for equality
53 * @param operand
58 public static Matcher<BigDecimal> closeTo(BigDecimal operand, BigDecimal error) { argument
59 return new BigDecimalCloseTo(operand, error);
H A DIsCloseTo.java51 * to the specified <code>operand</code>, within a range of +/- <code>error</code>.
55 * @param operand
60 public static Matcher<Double> closeTo(double operand, double error) { argument
61 return new IsCloseTo(operand, error);
/external/v8/src/crankshaft/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.cc66 void DelayedMasm::StoreConstant(uint64_t value, const MemOperand& operand) { argument
70 MemOperand::AreConsistentForPair(pending_address_dst_, operand);
75 operand;
90 pending_address_dst_ = operand;
98 void DelayedMasm::Load(const CPURegister& rd, const MemOperand& operand) { argument
101 switch (MemOperand::AreConsistentForPair(pending_address_src_, operand)) {
117 __ Ldp(rd, pending_register_, operand);
126 pending_address_src_ = operand;
133 void DelayedMasm::Store(const CPURegister& rd, const MemOperand& operand) { argument
136 switch (MemOperand::AreConsistentForPair(pending_address_dst_, operand)) {
[all...]
/external/webrtc/webrtc/modules/audio_processing/beamformer/
H A Dcomplex_matrix.h47 ComplexMatrix& PointwiseConjugate(const ComplexMatrix& operand) { argument
48 this->CopyFrom(operand);
61 ComplexMatrix& ConjugateTranspose(const ComplexMatrix& operand) { argument
62 RTC_CHECK_EQ(operand.num_rows(), this->num_columns());
63 RTC_CHECK_EQ(operand.num_columns(), this->num_rows());
64 return ConjugateTranspose(operand.elements());
77 ComplexMatrix& ZeroImag(const ComplexMatrix& operand) { argument
78 this->CopyFrom(operand);
/external/libnl/lib/route/cls/
H A Dematch_syntax.y131 %type <i> align operand shift meta_int_id meta_var_id
246 | EMATCH_META "(" meta_value operand meta_value ")"
300 pktloc operand NUMBER
494 operand: label
/external/vixl/src/aarch32/
H A Doperands-aarch32.cc50 std::ostream& operator<<(std::ostream& os, const Operand& operand) { argument
51 if (operand.IsImmediate()) {
52 return os << "#" << operand.GetImmediate();
54 if (operand.IsImmediateShiftedRegister()) {
55 if ((operand.GetShift().IsLSL() || operand.GetShift().IsROR()) &&
56 (operand.GetShiftAmount() == 0)) {
57 return os << operand.GetBaseRegister();
59 if (operand.GetShift().IsRRX()) {
60 return os << operand
99 operator <<(std::ostream& os, const SOperand& operand) argument
108 operator <<(std::ostream& os, const DOperand& operand) argument
117 operator <<(std::ostream& os, const QOperand& operand) argument
517 operator <<(std::ostream& os, const MemOperand& operand) argument
548 operator <<(std::ostream& os, const AlignedMemOperand& operand) argument
[all...]
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
H A DIsEqual.java66 * <code>operand</code>, as determined by calling the {@link java.lang.Object#equals} method on
69 * <p>If the specified operand is <code>null</code> then the created matcher will only match if
76 * it will match if both the operand and the examined object are arrays of the same length and
86 public static <T> Matcher<T> equalTo(T operand) { argument
87 return new IsEqual<T>(operand);
94 public static Matcher<Object> equalToObject(Object operand) { argument
95 return new IsEqual<Object>(operand);
/external/v8/src/crankshaft/
H A Dhydrogen-uint32-analysis.cc123 HValue* operand = phi->OperandAt(j); local
124 if (!operand->CheckFlag(HInstruction::kUint32)) {
126 if (operand->IsInteger32Constant() &&
127 operand->GetInteger32Constant() >= 0) {
128 operand->SetFlag(HInstruction::kUint32);
141 // Remove kUint32 flag from the phi itself and its operands. If any operand
147 HValue* operand = phi->OperandAt(j); local
148 if (operand->CheckFlag(HInstruction::kUint32)) {
149 operand->ClearFlag(HInstruction::kUint32);
150 if (operand
[all...]
/external/elfutils/libdw/
H A Dcfi.c134 Dwarf_Word operand = opcode & CFI_PRIMARY_MAX; local
140 operand = *program++;
143 loc += operand * cie->code_alignment_factor;
148 operand = read_2ubyte_unaligned_inc (cache, program);
152 operand = read_4ubyte_unaligned_inc (cache, program);
156 operand = read_8ubyte_unaligned_inc (cache, program);
171 get_uleb128 (operand, program, end);
176 fs->cfa_val_reg = operand;
190 get_uleb128 (operand, program, end);
210 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...]
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
H A DEDInst.cpp122 EDOperand *operand = new EDOperand(Disassembler, *this, opIndex, mcOpIndex); local
124 Operands.push_back(operand);
154 int EDInst::getOperand(EDOperand *&operand, unsigned int index) { argument
161 operand = Operands[index];
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp105 llvm_unreachable("<unknown operand type>");
114 // If this is an ADD operand, emit it like normal operands.
141 std::string operand = ""; local
150 operand = "%" + LowercaseString(getRegisterName(MO.getReg()));
162 << ")), " << operand << '\n' ; local
165 O << "\tor\t" << operand
167 << ")), " << operand << '\n'; local
168 O << "\tadd\t" << operand << ", %o7, " << operand << '\n'; local
179 /// PrintAsmOperand - Print out an operand fo
[all...]
/external/v8/src/interpreter/
H A Dbytecode-decoder.cc20 int32_t operand = local
22 return Register::FromOperand(operand);
H A Dbytecode-register.cc97 int32_t operand = ToOperand(); local
98 if (operand >= kMinInt8 && operand <= kMaxInt8) {
100 } else if (operand >= kMinInt16 && operand <= kMaxInt16) {
H A Dbytecode-register.h61 static Register FromOperand(int32_t operand) { argument
62 return Register(kRegisterFileStartOffset - operand);
/external/ImageMagick/coders/
H A Drle.c147 operand,
363 operand=ReadBlobByte(image);
365 operand=ReadBlobLSBSignedShort(image);
367 y+=operand;
372 operand=ReadBlobByte(image);
373 plane=(unsigned char) operand;
381 operand=ReadBlobByte(image);
383 operand=ReadBlobLSBSignedShort(image);
384 x+=operand;
389 operand
144 operand, local
[all...]
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
H A DCoreMatchers.java226 * <code>operand</code>, as determined by calling the {@link java.lang.Object#equals} method on
229 * <p>If the specified operand is <code>null</code> then the created matcher will only match if
236 * it will match if both the operand and the examined object are arrays of the same length and
245 public static <T> org.hamcrest.Matcher<T> equalTo(T operand) { argument
246 return org.hamcrest.core.IsEqual.equalTo(operand);
253 public static org.hamcrest.Matcher<java.lang.Object> equalToObject(java.lang.Object operand) { argument
254 return org.hamcrest.core.IsEqual.equalToObject(operand);
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
H A DLabelFlowAnalyzer.java158 public void visitIntInsn(final int opcode, final int operand) { argument

Completed in 780 milliseconds

12345678