Home
last modified time | relevance | path

Searched refs:c23 (Results 1 – 25 of 48) sorted by relevance

12

/third_party/skia/modules/skottie/src/effects/
DVenetianBlindsEffect.cpp121 c23 = SkColorSetA(SK_ColorWHITE, SkScalarRoundToInt(g23 * 0xff)), in onMakeMask() local
122 colors[] = { c01, c23, c23, c01 }; in onMakeMask()
/third_party/selinux/libsepol/tests/policies/test-expander/
Duser-base.conf447 gen_user(user_check_1,, user_check_1_1_r user_check_1_2_r, s0, s0 - s0:c0.c23)
448 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23)
449 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23)
450 gen_user(joe,, user_r, s0, s0 - s0:c0.c23)
Drole-base.conf444 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23)
445 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23)
446 gen_user(joe,, user_r, s0, s0 - s0:c0.c23)
Dalias-base.conf462 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23)
463 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23)
464 gen_user(joe,, user_r, s0, s0 - s0:c0.c23)
Dsmall-base.conf682 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23)
683 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23)
684 gen_user(joe,, user_r, s0, s0 - s0:c0.c23)
/third_party/typescript/tests/baselines/reference/
DconstDeclarations-validContexts.js90 const c23 = 0; constant
198 const c23 = 0;
DconstDeclarations-validContexts.symbols137 const c23 = 0;
138 >c23 : Symbol(c23, Decl(constDeclarations-validContexts.ts, 88, 15))
DconstDeclarations-validContexts.types185 const c23 = 0;
186 >c23 : 0
DconstDeclarations-validContexts.errors.txt95 const c23 = 0;
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/asm/frag/
Dunord-relational-op.asm.frag45 OpName %c23 "c23"
111 %c23 = OpVariable %_ptr_Function_v4bool Function
194 OpStore %c23 %111
/third_party/selinux/libsepol/tests/policies/test-deps/
Dbase-notmetreq.conf471 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23)
472 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23)
473 gen_user(joe,, user_r, s0, s0 - s0:c0.c23)
Dsmall-base.conf472 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23)
473 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23)
474 gen_user(joe,, user_r, s0, s0 - s0:c0.c23)
Dbase-metreq.conf484 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23)
485 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23)
486 gen_user(joe,, user_r, s0, s0 - s0:c0.c23)
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelRoutine.cpp1001 Short4 c23; in readPixel() local
1021 c23 = *Pointer<Short4>(buffer); in readPixel()
1024 pixel.z = UnpackLow(As<Byte8>(pixel.z), As<Byte8>(c23)); in readPixel()
1025 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel()
1041 c23 = *Pointer<Short4>(buffer); in readPixel()
1044 pixel.z = UnpackLow(As<Byte8>(pixel.z), As<Byte8>(c23)); in readPixel()
1045 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel()
1080 c23 = *Pointer<Short4>(buffer); in readPixel()
1083 pixel.z = UnpackLow(As<Byte8>(pixel.z), As<Byte8>(c23)); in readPixel()
1084 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel()
[all …]
/third_party/typescript/tests/cases/compiler/
DconstDeclarations-validContexts.ts93 const c23 = 0; constant
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DPixelRoutine.cpp944 Short4 c23; in readPixel() local
1127 c23 = *Pointer<Short4>(buffer); in readPixel()
1130 pixel.z = UnpackLow(As<Byte8>(pixel.z), As<Byte8>(c23)); in readPixel()
1131 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel()
1147 c23 = *Pointer<Short4>(buffer); in readPixel()
1150 pixel.z = UnpackLow(As<Byte8>(pixel.z), As<Byte8>(c23)); in readPixel()
1151 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel()
1504 Short4 c23 = current.y; in writeColor() local
1565 Int c23 = Extract(As<Int2>(current.x), 1); in writeColor() local
1571 *Pointer<Int>(buffer) = (c23 & mask23) | (value & ~mask23); in writeColor()
[all …]
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/vulkan/frag/
Dspec-constant.msl11.vk.frag47 bool c23 = c < d; // OpSLessThan
Dspec-constant.vk.frag47 bool c23 = c < d; // OpSLessThan
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/asm/frag/
Dunord-relational-op.asm.frag53 bool4 c23 = (isunordered(in.g, in.h) || in.g <= in.h);
/third_party/skia/third_party/externals/spirv-cross/shaders-reflection/frag/
Dspec-constant.vk.frag53 bool c23 = c < d; // OpSLessThan
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/vulkan/frag/
Dspec-constant.vk.frag52 bool c23 = c < d; // OpSLessThan
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl-no-opt/frag/
Dspec-constant.frag52 bool c23 = c < d; // OpSLessThan
/third_party/selinux/libsepol/tests/policies/test-hooks/
Dcmp_policy.conf438 gen_user(g_b_user_1,, g_b_role_1, s0, s0 - s0:c0.c23)
Dsmall-base.conf438 gen_user(g_b_user_1,, g_b_role_1, s0, s0 - s0:c0.c23)
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/vulkan/frag/
Dspec-constant.msl11.vk.frag108 bool c23 = _72;

12