| /third_party/mesa3d/src/glx/ |
| D | render2.c | 44 __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/ |
| D | eval.c | 304 map1(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, in map1() 370 _mesa_Map1f( GLenum target, GLfloat u1, GLfloat u2, GLint stride, in _mesa_Map1f() 378 _mesa_Map1d( GLenum target, GLdouble u1, GLdouble u2, GLint stride, in _mesa_Map1d() 386 map2( GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, in map2() 470 GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, in _mesa_Map2f() 481 GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, in _mesa_Map2d() 766 _mesa_MapGrid1f( GLint un, GLfloat u1, GLfloat u2 ) in _mesa_MapGrid1f() 784 _mesa_MapGrid1d( GLint un, GLdouble u1, GLdouble u2 ) in _mesa_MapGrid1d() 791 _mesa_MapGrid2f( GLint un, GLfloat u1, GLfloat u2, in _mesa_MapGrid2f() 819 _mesa_MapGrid2d( GLint un, GLdouble u1, GLdouble u2, in _mesa_MapGrid2d()
|
| /third_party/typescript/tests/cases/compiler/ |
| D | readonlyInDeclarationFile.ts | 29 private static get u1() { return 1 } method in C 30 private static set u1(value) { } method in C
|
| D | divergentAccessorsTypes3.ts | 30 declare const u1: One|Two; constant
|
| D | strictOptionalProperties1.ts | 195 declare const u1: U1 constant
|
| /third_party/node/deps/v8/src/base/ |
| D | atomicops.h | 409 inline int MemcmpNotEqualFundamental(Atomic8 u1, Atomic8 u2) { in MemcmpNotEqualFundamental() 413 inline int MemcmpNotEqualFundamental(AtomicWord u1, AtomicWord u2) { in MemcmpNotEqualFundamental() 436 Atomic8 u1 = Relaxed_Load(s1++); in Relaxed_Memcmp() local 445 AtomicWord u1 = in Relaxed_Memcmp() local 457 Atomic8 u1 = Relaxed_Load(s1++); in Relaxed_Memcmp() local
|
| /third_party/typescript/tests/baselines/reference/ |
| D | typeParameterFixingWithContextSensitiveArguments3.js | 11 function f(t1, u1, pf1, pf2) { return [t1, pf2(t1)]; } argument
|
| D | typeParameterFixingWithContextSensitiveArguments5.js | 11 function f(t1, u1, pf1, pf2) { return [t1, pf2(t1)]; } argument
|
| D | readonlyInDeclarationFile.js | 27 private static get u1() { return 1 } getter in C 28 private static set u1(value) { } setter in C
|
| D | logicalAndOperatorStrictMode.js | 56 const u1 = u && a; constant 132 var u1 = u && a; variable
|
| D | templateLiteralTypes3.js | 283 function ft1(t, u, u1, u2) { argument
|
| /third_party/ltp/testcases/kernel/syscalls/syscall/ |
| D | syscall01.c | 37 uid_t u1, u2; in verify_getuid() local
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/namespaces/import_alias_declarations/ |
| D | import_alias_declarations_2.ts | 52 var u1: U = { times: 5 }; variable
|
| /third_party/lzma/CPP/7zip/UI/Common/ |
| D | UpdatePair.cpp | 59 UInt32 u1; in MyCompareTime() local 65 const Int64 u1 = FileTime_To_UnixTime64(a1.FT); in MyCompareTime() local
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/union_types/ |
| D | union_types_3.ts | 56 let u1: ClassU1 | ClassU2 = { size: 7, description: "A", alive: false }; variable
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.0/short_circuiting_assignment_operators/ |
| D | short_circuiting_assignment_operators_1.ts | 73 let u1 = u ?? v; variable
|
| /third_party/ffmpeg/tests/checkasm/ |
| D | v210dec.c | 60 uint16_t u1[NUM_SAMPLES/4]; in checkasm_check_v210dec() local
|
| /third_party/python/Modules/_decimal/libmpdec/ |
| D | difradix2.c | 83 mpd_uint_t u0, u1, v0, v1; in fnt_dif2() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| D | pool_urbg_test.cc | 95 E u1 = e; in TYPED_TEST() local
|
| /third_party/skia/tests/ |
| D | SkUTFTest.cpp | 46 SkUnichar u1 = SkUTF::NextUTF8(&p, stop); in DEF_TEST() local
|
| /third_party/mesa3d/src/util/format/ |
| D | u_format_yuv.c | 595 uint8_t y0, y1, u0, u1, v0, v1, u, v; in util_format_uyvy_pack_rgba_float() local 648 uint8_t y0, y1, u0, u1, v0, v1, u, v; in util_format_uyvy_pack_rgba_8unorm() local 817 uint8_t y0, y1, u0, u1, v0, v1, u, v; in util_format_yuyv_pack_rgba_float() local 870 uint8_t y0, y1, u0, u1, v0, v1, u, v; in util_format_yuyv_pack_rgba_8unorm() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| D | SwapChain9.cpp | 330 float u1 = x / float(mWidth); in swapRect() local
|
| /third_party/node/deps/openssl/openssl/crypto/dsa/ |
| D | dsa_ossl.c | 337 BIGNUM *u1, *u2, *t1; in dsa_do_verify() local
|
| /third_party/typescript/tests/cases/conformance/expressions/binaryOperators/logicalAndOperator/ |
| D | logicalAndOperatorStrictMode.ts | 57 const u1 = u && a; constant
|
| /third_party/openssl/crypto/dsa/ |
| D | dsa_ossl.c | 337 BIGNUM *u1, *u2, *t1; in dsa_do_verify() local
|