Home
last modified time | relevance | path

Searched defs:two (Results 51 - 75 of 148) sorted by relevance

123456

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dmmap.c20 const int zero = 0, one = 1, two = 2, far = 1500; in test_mmap() local
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_kern.h98 int *f, two = 2; in bpf_prog1() local
239 int *bytes, zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog4() local
269 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, key = 0; in bpf_prog6() local
354 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, err = 0; in bpf_prog10() local
/third_party/icu/icu4c/source/samples/ustring/
H A Dustring.cpp440 UnicodeString two=one; in demoUnicodeStringStorage() local
[all...]
/third_party/FreeBSD/lib/msun/ld128/
H A De_powl.c87 two = 2.0L, variable
/third_party/mesa3d/src/compiler/nir/tests/
H A Dnegative_equal_tests.cpp137 nir_ssa_def *two = nir_imm_float(&bld, 2.0f); in TEST_F() local
151 nir_ssa_def *two = nir_imm_int(&bld, 2); in TEST_F() local
169 nir_ssa_def *two = nir_imm_float(&bld, 2.0f); in TEST_F() local
189 nir_ssa_def *two = nir_imm_int(&bld, 2); in TEST_F() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dchashtst.c105 static const char two[4] = {0x74, 0x77, 0x6F, 0}; /* "two" */ in TestBasic() local
214 static const UChar two[ in TestOtherAPI() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dname-inl.h77 bool Name::Equals(Isolate* isolate, Handle<Name> one, Handle<Name> two) { in Equals() argument
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgetaddrinfo.c210 char two[] = ":fe80::bed5:4695:6cac:bef8:4695:6cac:bef8:4695:bef8:4695:6cac:bef8:4695"; in getaddrinfo_1100() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_tex.c325 unsigned two, two_swizzle; in radeonTransformTEX() local
/third_party/skia/src/effects/
H A DSkOpPathEffect.cpp15 sk_sp<SkPathEffect> SkMergePathEffect::Make(sk_sp<SkPathEffect> one, sk_sp<SkPathEffect> two, in Make() argument
20 SkOpPE::SkOpPE(sk_sp<SkPathEffect> one, sk_sp<SkPathEffect> two, SkPathOp op) in SkOpPE() argument
25 SkPath one, two; in onFilterPath() local
89 auto two = buffer.readPathEffect(); CreateProc() local
[all...]
/third_party/skia/third_party/externals/icu/source/samples/ustring/
H A Dustring.cpp440 UnicodeString two=one; in demoUnicodeStringStorage() local
[all...]
/third_party/skia/src/pathops/
H A DSkIntersections.cpp34 int SkIntersections::insert(double one, double two, const SkDPoint& pt) { in insert() argument
107 insertNear(double one, double two, const SkDPoint& pt1, const SkDPoint& pt2) insertNear() argument
116 insertCoincident(double one, double two, const SkDPoint& pt) insertCoincident() argument
[all...]
H A DSkPathOpsCubic.h158 inline int other_two(int one, int two) { in other_two() argument
H A DSkPathOpsOp.cpp239 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result in OpDebug() argument
370 Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result) Op() argument
[all...]
/kernel/linux/linux-5.10/drivers/misc/lkdtm/
H A Dbugs.c215 int two; member
221 int two; member
/kernel/linux/linux-5.10/net/core/
H A Dsysctl_net_core.c25 static int two = 2; variable
/kernel/linux/linux-6.6/drivers/misc/lkdtm/
H A Dusercopy.c137 unsigned char *one, *two; in do_usercopy_slab_size() local
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c80 double two = i_two, two_bump = two * 0.01; in approx() local
100 compare(const char *name_one, const char *name_eval, const char *name_two, unsigned long long one, bool (*eval)(int, int), unsigned long long two) compare() argument
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dadp.c196 int panic_cmp(struct rb_node *one, struct rb_node *two) in panic_cmp() argument
/third_party/json/include/nlohmann/detail/meta/
H A Dtype_traits.hpp568 struct two struct
/third_party/jerryscript/jerry-libm/
H A Dpow.c93 #define two 2.0 macro
452 #undef two macro
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_blit.c255 nir_ssa_def *two = nir_imm_int(&b, 2); in vc4_get_yuv_fs() local
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrsbit.c286 FT_Bool two = FT_BOOL( *flags & PFR_BITMAP_2BYTE_CHARCODE ); in pfr_lookup_bitmap_data() local
/third_party/python/Lib/test/
H A Dtest_yield_from.py890 def two(): function
921 def two(): function
/third_party/python/Lib/test/test_importlib/
H A Dtest_namespace_pkgs.py80 import foo.two namespace
99 import foo.two namespace
105 import foo.two namespace
114 import foo.two namespace
124 import foo.two namespace
168 import foo.two global() namespace
175 import foo.two global() namespace
180 import foo.two global() namespace
195 import foo.two global() namespace
203 import foo.two global() namespace
219 import foo.two global() namespace
227 import foo.two global() namespace
241 import foo.two global() namespace
253 import parent.child.two global() namespace
270 import parent.child.two global() namespace
312 import bar.two global() namespace
337 import foo.two global() namespace
340 import foo.two global() namespace
345 import foo.two global() namespace
352 import foo.two global() namespace
[all...]

Completed in 16 milliseconds

123456