/third_party/ffmpeg/libavcodec/ |
D | apedec.c | 814 APEPredictor64 *p64 = &ctx->predictor64; in init_predictor_decoder() local 818 memset(p64->historybuffer, 0, PREDICTOR_SIZE * sizeof(*p64->historybuffer)); in init_predictor_decoder() 820 p64->buf = p64->historybuffer; in init_predictor_decoder() 838 memcpy(p64->coeffsA[0], initial_coeffs_3930_64bit, sizeof(initial_coeffs_3930_64bit)); in init_predictor_decoder() 839 memcpy(p64->coeffsA[1], initial_coeffs_3930_64bit, sizeof(initial_coeffs_3930_64bit)); in init_predictor_decoder() 842 memset(p64->coeffsB, 0, sizeof(p64->coeffsB)); in init_predictor_decoder() 854 p64->filterA[0] = p64->filterA[1] = 0; in init_predictor_decoder() 855 p64->filterB[0] = p64->filterB[1] = 0; in init_predictor_decoder() 856 p64->lastA[0] = p64->lastA[1] = 0; in init_predictor_decoder() 860 p64->sample_pos = 0; in init_predictor_decoder()
|
/third_party/libwebsockets/lib/misc/ |
D | lws-struct-sqlite.c | 141 uint64_t *p64; in lws_struct_sq3_deser_cb() local 142 p64 = (uint64_t *)(u + map->ofs); in lws_struct_sq3_deser_cb() 143 *p64 = (uint64_t)li; in lws_struct_sq3_deser_cb()
|
D | lws-struct-lejp.c | 407 uint64_t *p64; in lws_struct_default_lejp_cb() local 408 p64 = (uint64_t *)(u + map->ofs); in lws_struct_default_lejp_cb() 409 *p64 = (uint64_t)li; in lws_struct_default_lejp_cb()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 227 static __inline void KdHelp32To64(PKDHELP p32,PKDHELP64 p64) { in KdHelp32To64() argument 228 p64->Thread = p32->Thread; in KdHelp32To64() 229 p64->ThCallbackStack = p32->ThCallbackStack; in KdHelp32To64() 230 p64->NextCallback = p32->NextCallback; in KdHelp32To64() 231 p64->FramePointer = p32->FramePointer; in KdHelp32To64() 232 p64->KiCallUserMode = p32->KiCallUserMode; in KdHelp32To64() 233 p64->KeUserCallbackDispatcher = p32->KeUserCallbackDispatcher; in KdHelp32To64() 234 p64->SystemRangeStart = p32->SystemRangeStart; in KdHelp32To64()
|
/third_party/openssl/crypto/ |
D | armv4cpuid.S | 177 .byte 0xa0,0xef,0x00,0x0e @ vmull.p64 q0,d0,d0 179 .byte 0x00,0x0e,0xa0,0xf2 @ vmull.p64 q0,d0,d0
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cVertexAttribBindingTests.cpp | 2184 GLint64 p64; in Run() local 2185 glGetInteger64i_v(GL_VERTEX_BINDING_OFFSET, i, &p64); in Run() 2186 if (p64 != 0) in Run() 2312 GLint64 p64; in Run() local 2313 glGetInteger64i_v(GL_VERTEX_BINDING_OFFSET, 0, &p64); in Run() 2314 if (p64 != 1024) in Run() 2344 glGetInteger64i_v(GL_VERTEX_BINDING_OFFSET, 15, &p64); in Run() 2345 if (p64 != 16) in Run() 2596 GLint64 p64; in stateVerify() local 2597 glGetInteger64i_v(GL_VERTEX_BINDING_OFFSET, index, &p64); in stateVerify() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | promiseType.js | 148 const p64 = p.then(() => x, () => undefined); constant 377 const p64 = p.then(() => x, () => undefined); constant
|
D | promiseTypeStrictNull.js | 148 const p64 = p.then(() => x, () => undefined); constant 377 const p64 = p.then(() => x, () => undefined); constant
|
D | promiseType.symbols | 559 const p64 = p.then(() => x, () => undefined); 560 >p64 : Symbol(p64, Decl(promiseType.ts, 146, 5))
|
D | promiseTypeStrictNull.symbols | 559 const p64 = p.then(() => x, () => undefined); 560 >p64 : Symbol(p64, Decl(promiseTypeStrictNull.ts, 146, 5))
|
D | promiseType.types | 753 const p64 = p.then(() => x, () => undefined); 754 >p64 : Promise<any>
|
D | promiseTypeStrictNull.types | 753 const p64 = p.then(() => x, () => undefined); 754 >p64 : Promise<any>
|
/third_party/typescript/tests/cases/compiler/ |
D | promiseTypeStrictNull.ts | 149 const p64 = p.then(() => x, () => undefined); constant
|
D | promiseType.ts | 148 const p64 = p.then(() => x, () => undefined); constant
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cVertexAttribBindingTests.cpp | 2042 GLint64 p64; in stateVerify() local 2043 glGetInteger64i_v(GL_VERTEX_BINDING_OFFSET, index, &p64); in stateVerify() 2044 if (p64 != offset) in stateVerify() 2047 …<< tcu::TestLog::Message << "GL_VERTEX_BINDING_OFFSET(" << index << ") is " << p64 << " should be " in stateVerify()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-scaler.c | 795 guint64 *p64 = (guint64 *) pixels; in video_scale_h_ntap_u16() local 801 p64[i] = s[offset_n[i]]; in video_scale_h_ntap_u16()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXIntrinsics.td | 1007 defm p64 : F_ATOMIC_2_imp<Int64Regs, regclass, SpaceStr, TypeStr, OpcStr, 1030 defm p64: F_ATOMIC_2_NEG_imp<Int64Regs, regclass, SpaceStr, TypeStr, OpcStr, 1066 defm p64 : F_ATOMIC_3_imp<Int64Regs, regclass, SpaceStr, TypeStr, OpcStr,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenAsmMatcher.inc | 5552 MCK__DOT_p64, // '.p64' 6262 return MCK__DOT_p64; // ".p64"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 4442 "vmull", "p64", v2i64, v1i64, int_arm_neon_vmullp, 1>,
|