/third_party/python/Modules/ |
H A D | _pickle.c | 6130 * the object stack is empty and the mark stack doesn't match in load_pop()
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 1203 // Be pedantic: Require both the address and the size to match. 3857 LogicPRegister match(VectorFormat vform,
|
H A D | simulator-aarch64.cc | 1760 // Indent to match the register field, the fixed formatting, and the value in Simulator() 2149 match(vform, pd, zn, zm, /* negate_match = */ false); in Simulator() 2152 match(vform, pd, zn, zm, /* negate_match = */ true); in Simulator() 6680 // to the specified address. The read access does not require a tag match, in Simulator()
|
H A D | assembler-aarch64.h | 6115 void match(const PRegisterWithLaneSize& pd,
|
H A D | assembler-sve-aarch64.cc | 6515 // If the inputs carry a lane size, they must match. in mov() 7270 void Assembler::match(const PRegisterWithLaneSize& pd, in match() function in vixl::aarch64::Assembler
|
H A D | logic-aarch64.cc | 178 // TODO: implement this to better match the specification, which calls for a in GenerateRandomTag() 988 // operand doesn't match the result, there was an overflow. in sub() 4688 // Return +inf if signs match, otherwise -inf. 4718 // Return +inf if signs match, otherwise -inf. 7625 LogicPRegister Simulator::match(VectorFormat vform,
|
H A D | macro-assembler-aarch64.h | 6776 match(pd, pg, zn, zm); in Match()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 191 // Okay, we have at least one ~0 value, check to see if the rest match or are in isBuildVectorAllOnes() 1244 // inserted value (the type does not need to match the vector element type). 1300 "APInt size does not match type size!"); 1730 // number of elements match or the value splatted is a zero constant. 1745 // BUILD_VECTOR may not match the type of the shuffle. 3021 // NOTE: We assume all elements match and none are UNDEF. 3904 // anything about sign bits. But if the sizes match we can derive knowledge 4022 // Unknown type. Conservatively assume no bits match sign bit. 5119 // the result is NaN. This should match the behavior of the IR optimizer. 5172 N1.getValueType() == VT && "Binary operator types must match!"); [all...] |
H A D | SelectionDAGBuilder.cpp | 287 // There is now one part, held in Val. Correct it to match ValueVT. in getCopyFromParts() 389 assert(NumRegs == NumParts && "Part count doesn't match vector breakdown!"); in getCopyFromPartsVector() 391 assert(RegisterVT == PartVT && "Part type doesn't match vector breakdown!"); in getCopyFromPartsVector() 394 "Part type sizes don't match!"); in getCopyFromPartsVector() 427 // There is now one part, held in Val. Correct it to match ValueVT. in getCopyFromPartsVector() 722 assert(NumRegs == NumParts && "Part count doesn't match vector breakdown!"); in getCopyToPartsVector() 724 assert(RegisterVT == PartVT && "Part type doesn't match vector breakdown!"); in getCopyToPartsVector() 2112 if (match(Cond, m_OneUse(m_Not(m_Value(NotCond)))) && in FindMergedConditions() 3611 // Normalize the shuffle vector since mask and vector length don't match. in visitShuffleVector() 3614 // make the mask and vectors lengths match in visitShuffleVector() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_debug.c | 7340 } /* else (when na==0) we assume the oip is a match */ in scsi_debug_queuecommand() 7580 .match = pseudo_lld_bus_match,
|
/third_party/ffmpeg/ |
H A D | configure | 4163 [ "$list" = "" ] && warn "Option $opt did not match anything" 4355 # behaviour if the regexp was unable to match anything, since this 4830 _DEPCMD='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< 2>&1 | awk '\''/including/ { sub(/^.*file: */, ""); gsub(/\\/, "/"); if (!match($$0, / /)) print "$@:", $$0 }'\'' > $(@:.o=.d)' 5884 sym=$($nm $TMPO | awk '/ff_extern/{ print substr($0, match($0, /[^ \t]*ff_extern/)) }')
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 1480 % used as factors; they just match (closely enough) what Knuth defined. 4081 % Make sure that spaces turn into tokens that match what \doignoretext wants.
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-sve-aarch64.cc | 6212 COMPARE(match(p15.VnB(), p1.Zeroing(), z18.VnB(), z5.VnB()), in TEST() 6213 "match p15.b, p1/z, z18.b, z5.b"); in TEST() 6214 COMPARE(match(p15.VnH(), p1.Zeroing(), z18.VnH(), z5.VnH()), in TEST() 6215 "match p15.h, p1/z, z18.h, z5.h"); in TEST()
|
H A D | test-api-movprfx-aarch64.cc | 2491 __ match(p15.VnB(), p1.Zeroing(), z18.VnB(), z5.VnB()); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 2683 // register/stack-slot combinations. The types will not match in IsEligibleForTailCallOptimization() 4867 // - The conditions and values match up 4894 // does not match, early out in isLowerSaturatingConditional() 5058 // match CMPFPw0 instead of CMPFP, though we don't do this for f16 because we in LowerSELECT_CC() 6098 // with a tablegen pattern). We cannot easily match shift by an immediate in in LowerShift() 6633 // important value, which does happen to match: 0.0. So make sure we don't do in LowerConstantFP() 8251 assert(Op1VT == Op2VT && "Operand types don't match!"); in LowerCONCAT_VECTORS_i1() 11181 // much easier to match. 11241 // Don't generate vpaddl+vmovn; we'll match it to vpadd later. Also make sure in AddCombineBUILD_VECTORToVPADDL() 11921 // so that we can readily pattern match mor in PerformSUBCombine() [all...] |
/third_party/astc-encoder/Source/ |
H A D | wuffs-v0.3.c | 1710 // GIF" will match GIF's 'magic number' even if it's plain text, not an image. 10628 // minfo.metadata__fourcc() will typically match one of the 10974 // but only the first match for each '/'-separated fragment is followed. 16064 // magic[2:]. When multiple entries match, the longest one wins. in wuffs_base__magic_number_guess_fourcc() 16103 goto match; in wuffs_base__magic_number_guess_fourcc() 16115 goto match; in wuffs_base__magic_number_guess_fourcc() 16129 match: in wuffs_base__magic_number_guess_fourcc() [all...] |
/third_party/skia/third_party/externals/wuffs/release/c/ |
H A D | wuffs-v0.3.c | 1625 // GIF" will match GIF's 'magic number' even if it's plain text, not an image. 10082 // but only the first match for each '/'-separated fragment is followed. 15044 // magic[2:]. When multiple entries match, the longest one wins. in wuffs_base__magic_number_guess_fourcc() 15079 goto match; in wuffs_base__magic_number_guess_fourcc() 15091 goto match; in wuffs_base__magic_number_guess_fourcc() 15097 match: in wuffs_base__magic_number_guess_fourcc() [all...] |
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 8088 "v8::TypedArray::kMaxLength must match i::JSTypedArray::kMaxLength"); 8255 V(Match, match) \ 10437 // Otherwise, set {callee_saved} to null to match {other}. in operator =()
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | fplsp.S | 7987 # F = 1.xxxxxx1 in base 2 where the six "x" match those #
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | fplsp.S | 7987 # F = 1.xxxxxx1 in base 2 where the six "x" match those #
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 471 ** verify that values returned by these interfaces match the macros in 4024 ** parameter on F or if the value of P does not match any of the 5627 ** nArg parameter is a better match than a function implementation with 5630 ** match than a function where the encoding is different. 5632 ** is a closer match than a function where the encoding difference is 5988 ** last time when the xFinal callback is invoked. ^(When no rows match 8034 ** ^If there is no match, a NULL pointer is returned. 8360 ** ^If the second parameter (zDbName) does not match the name of any 9564 ** Note that this routine returns zero on a match and non-zero if the strings 9565 ** do not match, th 123458 int match; global() local [all...] |