/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/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...] |
/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/libunwind/libunwind/doc/ |
H A D | unw_resume.tex | 28 frames younger (more deeply nested) than the one identified by 65 negative value of one of the errors below is returned.
|
/third_party/node/test/sequential/ |
H A D | test-module-loading.js | 92 const one = require('../fixtures/nested-index/one'); 94 assert.notStrictEqual(one.hello, two.hello); 149 // This one exists and should import the local module 152 // This one does not exist and should throw 291 'fixtures/nested-index/one/index.js': { 292 'fixtures/nested-index/one/hello.js': {}
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_blend_aos.c | 106 return bld->base.one; in lp_build_blend_factor_unswizzled() 116 return bld->base.one; in lp_build_blend_factor_unswizzled() 447 /* Apply mask, if one exists */ in lp_build_blend_aos()
|
/third_party/node/deps/openssl/openssl/crypto/ocsp/ |
H A D | ocsp_srv.c | 33 OCSP_CERTID *OCSP_onereq_get0_id(OCSP_ONEREQ *one) in OCSP_onereq_get0_id() argument 35 return one->reqCert; in OCSP_onereq_get0_id() 165 * include one or more optional certificates in the response.
|
/third_party/openssl/crypto/ocsp/ |
H A D | ocsp_srv.c | 33 OCSP_CERTID *OCSP_onereq_get0_id(OCSP_ONEREQ *one) in OCSP_onereq_get0_id() argument 35 return one->reqCert; in OCSP_onereq_get0_id() 165 * include one or more optional certificates in the response.
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | force_render_red.cpp | 88 "Only one output variable can be handled at present; " in FindVec4OutputVariable() 122 float one = 1.0; in FindOrCreateFloatZeroAndOne() local 124 memcpy(&one_as_uint, &one, sizeof(float)); in FindOrCreateFloatZeroAndOne() 271 // We have at least one float uniform; let's see whether we have at least in ForceRenderRed()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | force_render_red.cpp | 88 "Only one output variable can be handled at present; " in FindVec4OutputVariable() 122 float one = 1.0; in FindOrCreateFloatZeroAndOne() local 124 memcpy(&one_as_uint, &one, sizeof(float)); in FindOrCreateFloatZeroAndOne() 271 // We have at least one float uniform; let's see whether we have at least in ForceRenderRed()
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsCubic.h | 147 one ^ two == 3 for (0, 3), (1, 2) 148 one ^ two < 3 for (0, 1), (0, 2), (1, 3), (2, 3) 149 3 - (one ^ two) is either 0, 1, or 2 150 1 >> (3 - (one ^ two)) is either 0 or 1 158 inline int other_two(int one, int two) { in other_two() argument 159 return 1 >> (3 - (one ^ two)) ^ 3; in other_two()
|
/third_party/optimized-routines/string/arm/ |
H A D | memchr.S | 108 @ r0 points to the start of the double word after the one that was tested 124 @ If not the 3rd must be the last one
|