/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_mesh.cpp | 586 /* Zero "remaining" primitive headers starting from the last one covered in brw_nir_initialize_mue() 605 /* If there's more than one subgroup, then we need to wait for all of them in brw_nir_initialize_mue() 987 fs_reg one = bld8.vgrf(BRW_REGISTER_TYPE_UD, 1); in emit_urb_indirect_writes() local 988 bld8.MOV(one, brw_imm_ud(1)); in emit_urb_indirect_writes() 989 bld8.SHL(mask, one, mask); in emit_urb_indirect_writes() 1132 * either one or (at most) two writes instead one per component. in emit_task_mesh_store() 1149 * a single large aligned read instead one per component. in emit_task_mesh_load() 1236 /* Task/Mesh only use one dimension. */ in nir_emit_task_mesh_intrinsic()
|
H A D | test_fs_cmod_propagation.cpp | 630 fs_reg one(brw_imm_d(1)); in TEST_F() 634 bld.AND(bld.null_reg_d(), dest, one)); in TEST_F() 855 fs_reg one(brw_imm_d(1)); in TEST_F() 975 fs_reg one(brw_imm_d(1)); in TEST_F() 979 bld.AND(bld.null_reg_d(), dest, one)); in TEST_F() 1072 fs_reg one(brw_imm_f(1.0f)); in TEST_F() 1076 bld.CMP(bld.null_reg_f(), src0, one, BRW_CONDITIONAL_NZ); in TEST_F()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ocsp.c | 1058 OCSP_ONEREQ *one; in make_ocsp_response() local 1067 one = OCSP_request_onereq_get0(req, i); in make_ocsp_response() 1068 cid = OCSP_onereq_get0_id(one); in make_ocsp_response()
|
/third_party/openssl/apps/ |
H A D | ocsp.c | 1058 OCSP_ONEREQ *one; in make_ocsp_response() local 1067 one = OCSP_request_onereq_get0(req, i); in make_ocsp_response() 1068 cid = OCSP_onereq_get0_id(one); in make_ocsp_response()
|
/third_party/skia/third_party/externals/icu/source/data/ |
H A D | makedata.mak | 60 # In case the first one didn't do it, try this one. .NET would do the second one.
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | builder.cc | 116 /// one or more levels of an arrays inside of `type`. 505 // Only one stage can have a pipeline-overridable workgroup size. in GenerateExecutionModes() 1588 ast::FloatLiteralExpression one(ProgramID(), Source{}, 1.0f); in GenerateCastOrCopyOrPassthrough() 1590 one_id = GenerateLiteralIfNeeded(nullptr, &one); in GenerateCastOrCopyOrPassthrough() 1593 ast::UintLiteralExpression one(ProgramID(), Source{}, 1); in GenerateCastOrCopyOrPassthrough() 1595 one_id = GenerateLiteralIfNeeded(nullptr, &one); in GenerateCastOrCopyOrPassthrough() 1598 ast::SintLiteralExpression one(ProgramID(), Source{}, 1); in GenerateCastOrCopyOrPassthrough() 1600 one_id = GenerateLiteralIfNeeded(nullptr, &one); in GenerateCastOrCopyOrPassthrough() 3367 // one := T(1) in GenerateAtomicIntrinsic() 3369 uint32_t one in GenerateAtomicIntrinsic() local [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | effect-control-linearizer.cc | 464 // branch folding optimizations (i.e. because one or more inputs to the Phi is in TryCloneBranch() 656 // There should be at most one effect phi in a block. in Run() 816 // If the node takes an effect, replace with the current one. in UpdateEffectControlForNode() 1806 // Check that the {value}s feedback vector cell matches the one in LowerCheckClosure() 2207 // Since smi tagging shifts left by one, it's the same as adding value twice. in SmiTagOrOverflow() 2221 // Since smi tagging shifts left by one, it's the same as adding value twice. in SmiTagOrDeopt() 2235 Node* one = __ Int32Constant(1); in BuildUint32Mod() local 2236 Node* msk = __ Int32Sub(rhs, one); in BuildUint32Mod() 3181 Node* one = __ Int32Constant(1); in LowerObjectIsFiniteNumber() local 3186 __ GotoIf(ObjectIsSmi(object), &done, one); in LowerObjectIsFiniteNumber() local 3214 Node* one = __ Int32Constant(1); LowerObjectIsInteger() local 3219 __ GotoIf(ObjectIsSmi(object), &done, one); LowerObjectIsInteger() local 3257 Node* one = __ Int32Constant(1); LowerObjectIsSafeInteger() local 3262 __ GotoIf(ObjectIsSmi(object), &done, one); LowerObjectIsSafeInteger() local 5378 Node* one = __ IntPtrConstant(1); LowerLoadFieldByIndex() local 6224 Node* const one = __ Float64Constant(1.0); LowerFloat64RoundUp() local 6320 Node* const one = __ Float64Constant(1.0); BuildFloat64RoundDown() local 6403 Node* const one = __ Float64Constant(1.0); LowerFloat64RoundTiesEven() local 6457 Node* const one = __ Float64Constant(1.0); BuildFloat64RoundTruncate() local [all...] |
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/ |
H A D | videodec_api11_sample.cpp | 543 uint32_t one = 1; in PushData() local 546 bufferSize = (uint32_t)(((ch[zero] & 0xFF)) | ((ch[one] & 0xFF) << EIGHT) | ((ch[two] & 0xFF) << SIXTEEN) | in PushData()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | sha512-ssse3-asm.S | 12 # This software is available to you under a choice of one of two 170 # by one tab. Vectored instructions (for the message scheduler) are indented
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sha512-ssse3-asm.S | 12 # This software is available to you under a choice of one of two 167 # by one tab. Vectored instructions (for the message scheduler) are indented
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | br2684.c | 87 struct list_head brvccs; /* one device <=> one vcc (before xmas) */ 545 * Allow two packets in the ATM queue. One actually being sent, and one in br2684_regvcc() 547 * the next one from the netdev queue, when we need it. More than that in br2684_regvcc() 580 const u8 one = 1; in br2684_regvcc() local 585 dev_addr_mod(net_dev, 2, &one, 1); in br2684_regvcc()
|
/third_party/ffmpeg/tests/fate/ |
H A D | mov.mak | 63 # The last frame in decoding order which is B-frame should be output, but the last but-one P-frame shouldn't be 67 # Makes sure that we handle timestamps of packets in case of multiple edit lists with one of them ending on a B-frame correctly.
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | plurfmts.cpp | 275 pluralFmt.applyPattern(UNICODE_STRING_SIMPLE("one{one} other{not one}"), status); in pluralFormatUnitTest() 279 UnicodeString one = UNICODE_STRING_SIMPLE("one"); in pluralFormatUnitTest() local 280 UnicodeString notOne = UNICODE_STRING_SIMPLE("not one"); in pluralFormatUnitTest() 285 numResult = one; in pluralFormatUnitTest() 332 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}"); in pluralFormatLocaleTest() 343 testPattern = UNICODE_STRING_SIMPLE("one{on in pluralFormatLocaleTest() [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_interp.c | 91 * Do one perspective divide per quad. 336 dadx = coeff_bld->one; in attribs_update_simple() 346 dady = coeff_bld->one; in attribs_update_simple()
|
/third_party/lz4/lib/ |
H A D | xxhash.c | 89 * The check costs one initial branch per hash; 222 const union { U32 u; BYTE c[4]; } one = { 1 }; /* don't use static : performance detrimental */ in XXH_isLittleEndian() local 223 return one.c[0]; in XXH_isLittleEndian()
|
/third_party/node/deps/v8/src/objects/ |
H A D | string.h | 111 // one-byte chars or two-byte UC16. 123 // Returns true if the structure contains one-byte content. 128 // Return the one byte content of the string. Only use if IsOneByte() 227 // Returns whether this string has only one-byte chars, i.e. all of them can 228 // be one-byte encoded. This might be the case even if the string is 230 // two-byte external representations even for one-byte data. 361 inline static bool Equals(Isolate* isolate, Handle<String> one, 559 // Check remaining unaligned chars, or find non-one-byte char in word. 644 V8_EXPORT_PRIVATE static bool SlowEquals(Isolate* isolate, Handle<String> one, 709 // The OneByteString class captures sequential one [all...] |
/third_party/skia/third_party/externals/angle2/src/common/third_party/xxhash/ |
H A D | xxhash.c | 89 * The check costs one initial branch per hash; 222 const union { U32 u; BYTE c[4]; } one = { 1 }; /* don't use static : performance detrimental */ in XXH_isLittleEndian() local 223 return one.c[0]; in XXH_isLittleEndian()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | graphics_robust_access_pass.cpp | 65 // if it uses one of the variable-pointers capabilities. 77 // - A pointer value orginates as one of few cases: 273 // Replaces one of the OpAccessChain index operands with a new value. in ClampIndicesForAccessChain() 283 // Replaces one of the OpAccesssChain index operands with a clamped value. in ClampIndicesForAccessChain() 452 auto* one = GetValueForType(1, wider_type); in ClampIndicesForAccessChain() 456 {SPV_OPERAND_TYPE_ID, {one->result_id()}}}); in ClampIndicesForAccessChain() 697 // Whoops. Walk right through this one. in MakeRuntimeArrayLengthInst() 726 // the one indexing into the runtime array. in MakeRuntimeArrayLengthInst() 881 // - A vector with the components in the coordinate, and one more for in ClampCoordinateForImageTexelPointer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | graphics_robust_access_pass.cpp | 65 // if it uses one of the variable-pointers capabilities. 77 // - A pointer value orginates as one of few cases: 273 // Replaces one of the OpAccessChain index operands with a new value. in ClampIndicesForAccessChain() 283 // Replaces one of the OpAccesssChain index operands with a clamped value. in ClampIndicesForAccessChain() 452 auto* one = GetValueForType(1, wider_type); in ClampIndicesForAccessChain() 456 {SPV_OPERAND_TYPE_ID, {one->result_id()}}}); in ClampIndicesForAccessChain() 697 // Whoops. Walk right through this one. in MakeRuntimeArrayLengthInst() 726 // the one indexing into the runtime array. in MakeRuntimeArrayLengthInst() 881 // - A vector with the components in the coordinate, and one more for in ClampCoordinateForImageTexelPointer()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | ByteStringTest.java | 117 ByteString one = ByteString.copyFrom(new byte[] {1}); in testCompare_interpretsByteValuesAsUnsigned() 121 ByteString.unsignedLexicographicalComparator().compare(one, twoHundredFiftyFive) < 0); in testCompare_interpretsByteValuesAsUnsigned() 837 // won't be merged into one byte array due to some optimizations. in testWriteToOutputStream()
|
/third_party/python/Lib/test/ |
H A D | test_with.py | 639 with C() as (blah.one, blah.two, blah.three): 640 self.assertEqual(blah.one, 1)
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_add_function.cpp | 452 opt::analysis::IntConstant one(registered_unsigned_int_type->AsInteger(), in TryToAddLoopLimiters() 454 auto registered_one = ir_context->get_constant_mgr()->FindConstant(&one); in TryToAddLoopLimiters() 524 // Go through the sequence of loop limiter infos and find the one in TryToAddLoopLimiters() 567 // %t2 = OpIAdd %uint32 %t1 %one in TryToAddLoopLimiters() 577 // %t2 = OpIAdd %uint32 %t1 %one in TryToAddLoopLimiters() 588 // %t2 = OpIAdd %uint32 %t1 %one in TryToAddLoopLimiters() 628 // %t2 = OpIAdd %uint32 %t1 %one in TryToAddLoopLimiters() 704 "There should be at least one phi id per OpPhi instruction."); in TryToAddLoopLimiters() 881 // Select the index if in-bounds, otherwise one less than the bound: in TryToClampAccessChainIndices()
|
/third_party/spirv-tools/source/opt/ |
H A D | graphics_robust_access_pass.cpp | 65 // if it uses one of the variable-pointers capabilities. 77 // - A pointer value originates as one of few cases: 268 // Replaces one of the OpAccessChain index operands with a new value. in ClampIndicesForAccessChain() 278 // Replaces one of the OpAccesssChain index operands with a clamped value. in ClampIndicesForAccessChain() 447 auto* one = GetValueForType(1, wider_type); in ClampIndicesForAccessChain() 451 {SPV_OPERAND_TYPE_ID, {one->result_id()}}}); in ClampIndicesForAccessChain() 688 // Whoops. Walk right through this one. in MakeRuntimeArrayLengthInst() 717 // the one indexing into the runtime array. in MakeRuntimeArrayLengthInst() 873 // - A vector with the components in the coordinate, and one more for in ClampCoordinateForImageTexelPointer()
|
/third_party/glslang/SPIRV/ |
H A D | GlslangToSpv.cpp | 2048 // Only looking at structures if they have at least one member. in visitSymbol() 2725 spv::Id one = 0; in visitUnary() local 2727 one = builder.makeFloatConstant(1.0F); in visitUnary() 2729 one = builder.makeDoubleConstant(1.0); in visitUnary() 2731 one = builder.makeFloat16Constant(1.0F); in visitUnary() 2733 one = builder.makeInt8Constant(1); in visitUnary() 2735 one = builder.makeInt16Constant(1); in visitUnary() 2737 one = builder.makeInt64Constant(1); in visitUnary() 2739 one = builder.makeIntConstant(1); in visitUnary() 2748 convertGlslangToSpvType(node->getType()), operand, one, in visitUnary() 5110 spv::Id one = builder.makeUintConstant(1); accessChainStore() local 5121 spv::Id one = makeSmearedConstant(builder.makeUintConstant(1), vecSize); accessChainStore() local 7447 spv::Id one = 0; createConversion() local [all...] |
/third_party/mesa3d/src/amd/common/ |
H A D | ac_surface.c | 407 /* Insert the best one first. */ in ac_get_supported_modifiers() 455 /* Add one without DCC that is displayable (it's also optimal for non-displayable cases). */ in ac_get_supported_modifiers() 459 /* Add one that is compatible with other gfx11 chips. */ in ac_get_supported_modifiers() 782 * with one slice size to get a correct fast clear in gfx6_compute_level() 1774 * use it as a surf->bpe bytes per element one. in gfx9_compute_miptree() 2505 /* Determine the memory layout of multiple allocations in one buffer. */ in ac_compute_surface() 3132 nir_ssa_def *one = nir_imm_int(b, 1); in gfx10_nir_meta_addr_from_coord() local 3153 v = nir_ixor(b, v, nir_iand(b, nir_ushr_imm(b, bits, u_bit_scan(&mask)), one)); in gfx10_nir_meta_addr_from_coord() 3175 nir_imul(b, blkIndex, nir_ishl(b, one, nir_imm_int(b, blkSizeLog2)))), in gfx10_nir_meta_addr_from_coord() 3176 nir_ixor(b, nir_ushr(b, address, one), pipeXo in gfx10_nir_meta_addr_from_coord() 3187 nir_ssa_def *one = nir_imm_int(b, 1); gfx9_nir_meta_addr_from_coord() local [all...] |