Home
last modified time | relevance | path

Searched refs:one (Results 326 - 350 of 911) sorted by relevance

1...<<11121314151617181920>>...37

/third_party/mbedtls/library/
H A Dnet_sockets.c408 int one = 1; local
423 (const char *) &one, sizeof(one)) != 0) {
/third_party/mesa3d/src/compiler/nir/
H A Dnir_conversion_builder.h75 * 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 Dtest-packing.cpp47 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 Dpngconfig.mak137 $# 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 DD3D12ResidencyTests.cpp50 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 Denumobject.c22 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 DunderscoreTest1.js658 _.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 Dcabac.h173 "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 Dfunction_exec_script.cc128 "I expected between one and four arguments.");
/third_party/lame/frontend/
H A Dlametime.c52 # warning Your system does not define CLOCKS_PER_SEC, guessing one...
/third_party/node/test/parallel/
H A Dtest-net-server-max-connections.js64 `${index} should not have been one of the first closed connections`
/third_party/lwip/src/include/lwip/apps/
H A Dsnmp_opts.h79 #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 Dhalf_float.h54 * 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 DSkOpPE.h16 SkOpPE(sk_sp<SkPathEffect> one, sk_sp<SkPathEffect> two, SkPathOp op);
/third_party/skia/third_party/externals/libpng/scripts/
H A Dpnglibconf.mak13 AWK = one-true-awk
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dconstants.hpp41 GLM_FUNC_DECL GLM_CONSTEXPR genType one();
/third_party/libunwind/libunwind/doc/
H A Dunw_resume.tex28 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 Dtest-module-loading.js92 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 Dlp_bld_blend_aos.c106 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 Docsp_srv.c33 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 Docsp_srv.c33 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 Dforce_render_red.cpp88 "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 Dforce_render_red.cpp88 "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 DSkPathOpsCubic.h147 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 Dmemchr.S108 @ 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

Completed in 19 milliseconds

1...<<11121314151617181920>>...37