/third_party/mbedtls/library/ |
H A D | net_sockets.c | 408 int one = 1; local 423 (const char *) &one, sizeof(one)) != 0) {
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_conversion_builder.h | 75 * up one ULP. */ in nir_round_float_to_float() 86 * down one ULP. */ in nir_round_float_to_float() 167 nir_ssa_def *one = nir_imm_intN_t(b, 1, src->bit_size); in nir_round_int_to_float() local 168 nir_ssa_def *adjust = nir_ishl(b, one, bits_to_lose); in nir_round_int_to_float() 169 nir_ssa_def *mask = nir_inot(b, nir_isub(b, adjust, one)); in nir_round_int_to_float() 467 * f32/f64 -> f16 conversions can have one of two rounding modes applied, in nir_convert_with_rounding()
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/ |
H A D | test-packing.cpp | 47 one = bi_fau((enum bir_fau) (BIR_FAU_IMMEDIATE | 8), false); in ValhallPacking() 57 bi_index zero, one, n4567; member in ValhallPacking 206 bi_instr *I = bi_atest_to(b, bi_register(60), bi_register(60), one); in TEST_F()
|
/third_party/skia/third_party/externals/libpng/projects/owatcom/ |
H A D | pngconfig.mak | 137 $# enter configuration lines one by one until one produces an error. (Or, of
|
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
H A D | D3D12ResidencyTests.cpp | 50 constexpr uint32_t one = 1; variable 52 utils::CreateBufferFromData(device, &one, sizeof(one), wgpu::BufferUsage::CopySrc); 144 // Touch one of the non-resident buffers. This should cause the buffer to become resident. in TEST_P() 182 // Touch one of the non-resident buffers. This should cause the buffer to become resident. in TEST_P()
|
/third_party/python/Objects/ |
H A D | enumobject.c | 22 PyObject* one; /* borrowed reference */ member 82 en->one = _PyLong_GetOne(); /* borrowed reference */ in enum_new_impl() 188 stepped_up = PyNumber_Add(next_index, en->one); in enum_next_long()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_instructions.cpp | 657 ir_constant *one = new(ir) ir_constant(1.0, op2->type->vector_elements); in double_lrp() local 672 ir->operands[2] = mul(sub(one, op2->clone(ir, NULL)), op0); in double_lrp() 687 ir_constant *one = new(ir) ir_constant(1.0, ir->operands[0]->type->vector_elements); in dceil_to_dfrac() local 697 ir->operands[1] = csel(nequal(frtemp, zero), one, zero->clone(ir, NULL)); in dceil_to_dfrac() 737 ir_constant *one = new(ir) ir_constant(1.0, ir->operands[0]->type->vector_elements); in dround_even_to_dfrac() local 756 sub(t2, one)); in dround_even_to_dfrac() 774 ir_constant *one = new(ir) ir_constant(1.0, arg->type->vector_elements); in dtrunc_to_dfrac() local 792 one)); in dtrunc_to_dfrac() 806 ir_constant *one = new(ir) ir_constant(1.0, arg->type->vector_elements); in dsign_to_csel() local 815 one, in dsign_to_csel() [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | dec_sse2.c | 20 // one it seems => disable it by default. Uncomment the following to enable: 42 // version of one: in Transform_SSE2() 55 // in parallel). In the case of only one transform, the second half of the in Transform_SSE2() 903 const __m128i one = _mm_set1_epi8(1); in VE4_SSE2() local 908 const __m128i lsb = _mm_and_si128(_mm_xor_si128(ABCDEFGH, CDEFGH00), one); in VE4_SSE2() 919 const __m128i one = _mm_set1_epi8(1); in LD4_SSE2() local 925 const __m128i lsb = _mm_and_si128(_mm_xor_si128(ABCDEFGH, CDEFGHH0), one); in LD4_SSE2() 935 const __m128i one = _mm_set1_epi8(1); in VR4_SSE2() local 946 const __m128i lsb = _mm_and_si128(_mm_xor_si128(IXABCD, ABCD0), one); in VR4_SSE2() 960 const __m128i one in VL4_SSE2() local 985 const __m128i one = _mm_set1_epi8(1); RD4_SSE2() local [all...] |
H A D | enc_sse2.c | 28 // Does one or two inverse transforms. 39 // version of one: in ITransform_SSE2() 52 // transforms in parallel). In the case of only one inverse transform, the in ITransform_SSE2() 273 // desired (0, 1), we add one earlier through k12000_plus_one. in FTransformPass2_SSE2() 717 const __m128i one = _mm_set1_epi8(1); in VE4_SSE2() local 722 const __m128i lsb = _mm_and_si128(_mm_xor_si128(ABCDEFGH, CDEFGH00), one); in VE4_SSE2() 754 const __m128i one = _mm_set1_epi8(1); in LD4_SSE2() local 760 const __m128i lsb = _mm_and_si128(_mm_xor_si128(ABCDEFGH, CDEFGHH0), one); in LD4_SSE2() 771 const __m128i one = _mm_set1_epi8(1); in VR4_SSE2() local 782 const __m128i lsb = _mm_and_si128(_mm_xor_si128(IXABCD, ABCD0), one); in VR4_SSE2() 797 const __m128i one = _mm_set1_epi8(1); VL4_SSE2() local 823 const __m128i one = _mm_set1_epi8(1); RD4_SSE2() local [all...] |
/kernel/linux/linux-5.10/arch/h8300/boot/compressed/ |
H A D | head.S | 40 .byte 0 ; = 0, old one (LILO, Loadlin,
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | strncpy.S | 62 stq_u $31, 0($16) # zero one word
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | strncpy.S | 62 stq_u $31, 0($16) # zero one word
|
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | qos_lib.sh | 67 same time, one of them is arbitrarily going to overwrite
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drx_dap_fasi.h | 98 #error At least one of short- or long-addressing format must be allowed.
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drx_dap_fasi.h | 98 #error At least one of short- or long-addressing format must be allowed.
|
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | cabac.h | 173 "masknez %[tmp2], %[one], %[tmp0] \n\t" in get_cabac_bypass_loongarch() 186 [one]"r"(0x01) in get_cabac_bypass_loongarch()
|
/third_party/gn/src/gn/ |
H A D | function_exec_script.cc | 128 "I expected between one and four arguments.");
|
/third_party/lame/frontend/ |
H A D | lametime.c | 52 # warning Your system does not define CLOCKS_PER_SEC, guessing one...
|
/third_party/node/test/parallel/ |
H A D | test-net-server-max-connections.js | 64 `${index} should not have been one of the first closed connections`
|
/third_party/lwip/src/include/lwip/apps/ |
H A D | snmp_opts.h | 79 #error SNMP stack can use only one of the APIs {raw, netconn} 103 * SNMP_TRAP_DESTINATIONS: Number of trap destinations. At least one trap
|
/third_party/mesa3d/src/util/ |
H A D | half_float.h | 54 * calling directly the softfloat.h one. 127 static float16_t one() { return float16_t(FP16_ONE); } in one() function
|
/third_party/skia/src/effects/ |
H A D | SkOpPE.h | 16 SkOpPE(sk_sp<SkPathEffect> one, sk_sp<SkPathEffect> two, SkPathOp op);
|
/third_party/skia/third_party/externals/libpng/scripts/ |
H A D | pnglibconf.mak | 13 AWK = one-true-awk
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
H A D | constants.hpp | 41 GLM_FUNC_DECL GLM_CONSTEXPR genType one();
|
/third_party/typescript/tests/baselines/reference/ |
H A D | underscoreTest1.js | 658 _.each({ one: 1, two: 2, three: 3 }, (value: number, key?: string) => alert(value.toString())); 661 _.map({ one: 1, two: 2, three: 3 }, (value: number, key?: string) => value * 3); 699 _.groupBy(['one', 'two', 'three'], 'length'); 707 _.size({ one: 1, two: 2, three: 3 }); 794 _.keys({ one: 1, two: 2, three: 3 }); 795 _.values({ one: 1, two: 2, three: 3 }); 796 _.pairs({ one: 1, two: 2, three: 3 }); 909 _.each({ one: 1, two: 2, three: 3 }, function (value, key) { return alert(value.toString()); });
911 _.map({ one: 1, two: 2, three: 3 }, function (value, key) { return value * 3; });
933 _.groupBy(['one', 'tw [all...] |