Home
last modified time | relevance | path

Searched defs:u1 (Results 1 – 25 of 164) sorted by relevance

1234567

/third_party/boost/boost/iostreams/detail/broken_overload_resolution/
Dstream_buffer.hpp61 stream_buffer(const U0& u0, const U1& u1) in stream_buffer()
66 stream_buffer(const U0& u0, const U1& u1, const U2& u2) in stream_buffer()
77 stream_buffer(U0& u0, const U1& u1) in stream_buffer()
82 stream_buffer(U0& u0, const U1& u1, const U2& u2) in stream_buffer()
93 void open(const U0& u0, const U1& u1) in open()
98 void open(const U0& u0, const U1& u1, const U2& u2) in open()
109 void open(U0& u0, const U1& u1) in open()
114 void open(U0& u0, const U1& u1, const U2& u2) in open()
147 void open_impl(mpl::false_, const U0& u0, const U1& u1) in open_impl()
152 void open_impl(mpl::true_, const U0& u0, const U1& u1) in open_impl()
[all …]
/third_party/boost/libs/uuid/test/
Dtest_uuid_no_simd.cpp52 uuid u1 = {{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15}}; in main() local
58 uuid u1 = {{0}}; in main() local
66 uuid u1 = {{0}}; in main() local
81 uuid u1 = {{0}}; in main() local
Dtest_uuid.cpp49 uuid u1 = {{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15}}; in main() local
72 uuid u1 = {{0}}; in main() local
142 uuid u1 = {{0}}; in main() local
157 uuid u1 = {{0}}; in main() local
229 uuid u1 = {{0}}; in main() local
Dtest_generators.cpp24 boost::uuids::uuid u1 = uuid_gen(); in check_random_generator() local
42 uuid u1 = nil_generator()(); in test_main() local
Dtest_nil_generator.cpp21 uuid u1 = nil_generator()(); in main() local
Dtest_uuid_in_map.cpp22 boost::uuids::uuid u1 = gen(); in main() local
Dtest_hash.cpp28 uuid u1 = gen("01234567-89AB-CDEF-0123-456789abcdef"); in main() local
Dtest_uuid_class.cpp32 uuid_class u1; in main() local
Dtest_serialization.cpp37 …uuid u1 = {{0x12, 0x34, 0x56, 0x78, 0x90, 0xab, 0xcd, 0xef, 0x12, 0x34, 0x56, 0x78, 0x90, 0xab, 0x… in test_archive() local
Dtest_wserialization.cpp37 …uuid u1 = {{0x12, 0x34, 0x56, 0x78, 0x90, 0xab, 0xcd, 0xef, 0x12, 0x34, 0x56, 0x78, 0x90, 0xab, 0x… in test_archive() local
/third_party/mesa3d/src/glx/
Drender2.c44 __indirect_glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, in __indirect_glMap1d()
111 __indirect_glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, in __indirect_glMap1f()
174 __indirect_glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustr, in __indirect_glMap2d()
252 __indirect_glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustr, in __indirect_glMap2f()
/third_party/mesa3d/src/mesa/main/
Deval.c303 map1(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, in map1()
369 _mesa_Map1f( GLenum target, GLfloat u1, GLfloat u2, GLint stride, in _mesa_Map1f()
377 _mesa_Map1d( GLenum target, GLdouble u1, GLdouble u2, GLint stride, in _mesa_Map1d()
385 map2( GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, in map2()
469 GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, in _mesa_Map2f()
480 GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, in _mesa_Map2d()
765 _mesa_MapGrid1f( GLint un, GLfloat u1, GLfloat u2 ) in _mesa_MapGrid1f()
783 _mesa_MapGrid1d( GLint un, GLdouble u1, GLdouble u2 ) in _mesa_MapGrid1d()
790 _mesa_MapGrid2f( GLint un, GLfloat u1, GLfloat u2, in _mesa_MapGrid2f()
818 _mesa_MapGrid2d( GLint un, GLdouble u1, GLdouble u2, in _mesa_MapGrid2d()
/third_party/typescript/tests/cases/compiler/
DreadonlyInDeclarationFile.ts29 private static get u1() { return 1 } method in C
30 private static set u1(value) { } method in C
/third_party/boost/libs/icl/test/
Dtest_interval_map_mixed.hpp23 U u1 = unit_element<U>::value(); in interval_map_mixed_ctor_4_ordered_types() local
41 U u1 = unit_element<U>::value(); in interval_map_mixed_equal_4_ordered_types() local
88 U u1 = unit_element<U>::value(); in interval_map_mixed_assign_4_ordered_types() local
119 U u1 = make<U>(1); in interval_map_mixed_ctor_4_bicremental_types() local
149 U u1 = make<U>(1); in interval_map_mixed_assign_4_bicremental_types() local
181 U u1 = make<U>(1); in interval_map_mixed_equal_4_bicremental_types() local
469 U u1 = make<U>(1); in interval_map_mixed_add_4_bicremental_types() local
512 U u1 = make<U>(1); in interval_map_mixed_add2_4_bicremental_types() local
556 U u1 = make<U>(1); in interval_map_mixed_subtract_4_bicremental_types() local
640 U u1 = make<U>(1); in interval_map_mixed_erase_4_bicremental_types() local
[all …]
Dtest_interval_map_shared.hpp42 U u1 = unit_element<U>::value(); in interval_map_fundamentals_4_ordered_types() local
255 U u1 = make<U>(1); in interval_map_add_sub_4_bicremental_types() local
312 U u1 = make<U>(1); in interval_map_distinct_4_bicremental_types() local
348 U u1 = make<U>(1); in interval_map_distinct_4_bicremental_continuous_types() local
405 U u1 = make<U>(1); in interval_map_isolate_4_bicremental_continuous_types() local
547 U u1 = make<U>(1); in interval_map_operators_4_bicremental_types() local
596 U u1 = make<U>(1); in interval_map_base_intersect_4_bicremental_types() local
703 U u1 = make<U>(1); in interval_map_base_erase_4_bicremental_types() local
820 U u1 = make<U>(1); in interval_map_base_is_disjoint_4_bicremental_types() local
/third_party/e2fsprogs/lib/uuid/
Dcompare.c41 #define UUCMP(u1,u2) if (u1 != u2) return((u1 < u2) ? -1 : 1); argument
Duuid.h58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
Duuid.h.in58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
/third_party/boost/libs/pfr/test/compile-fail/
Dops_unrestricted_unions.cpp21 test_unrestricted_union u1, u2; in main() member
Dops_unions.cpp17 test_union u1, u2; in main() member
/third_party/ltp/testcases/kernel/fs/fs-bench/
Dboxmuler.c8 double u1, u2, z; in box_muler() local
/third_party/typescript/tests/baselines/reference/
DtypeParameterFixingWithContextSensitiveArguments3.js11 function f(t1, u1, pf1, pf2) { return [t1, pf2(t1)]; } argument
DtypeParameterFixingWithContextSensitiveArguments5.js11 function f(t1, u1, pf1, pf2) { return [t1, pf2(t1)]; } argument
/third_party/ltp/testcases/kernel/syscalls/syscall/
Dsyscall01.c37 uid_t u1, u2; in verify_getuid() local
/third_party/boost/libs/units/test/
Dtest_information_units.cpp50 #define CHECK_DIRECT_CF(u1, u2, expected) \ argument
56 #define CHECK_TRANSITIVE_CF(u1, u2, u3) { \ argument

1234567