Home
last modified time | relevance | path

Searched defs:p64 (Results 1 – 19 of 19) sorted by relevance

/external/clang/test/Sema/
Dattr-print.c20 int * __ptr64 p64; variable
/external/llvm-project/clang/test/Sema/
Dattr-print.c23 int * __ptr64 p64; variable
/external/llvm-project/clang/test/CodeGen/
Dms-mixed-ptr-sizes.c6 int * __ptr64 p64; member
/external/strace/
Dexecve.c53 kernel_ulong_t p64; in printargv() member
/external/elfutils/libdwfl/
Delf-from-memory.c225 Elf64_Phdr (*p64)[phnum] = phdrsp; in elf_from_remote_memory() local
Ddwfl_segment_report_module.c470 Elf64_Phdr *p64 = phdrsp; in dwfl_segment_report_module() local
Ddwfl_module_getdwarf.c424 Elf64_Phdr (*p64)[phnum] = phdrs; in find_prelink_address_sync() local
Dlink_map.c881 Elf64_Phdr (*p64)[phnum] = buf; in dwfl_link_map_report() local
/external/libwebsockets/lib/misc/
Dlws-struct-lejp.c324 uint64_t *p64; in lws_struct_default_lejp_cb() local
Dlws-struct-sqlite.c141 uint64_t *p64; in lws_struct_sq3_deser_cb() local
/external/zstd/contrib/linux-kernel/test/include/linux/
Dxxhash.h643 uint64_t *p64 = state->mem64; in xxh64_update() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cVertexAttribBindingTests.cpp2184 GLint64 p64; in Run() local
2312 GLint64 p64; in Run() local
2596 GLint64 p64; in stateVerify() local
/external/llvm-project/openmp/runtime/src/
Dkmp_dispatch.h133 dispatch_private_info64_t p64; member
Dkmp.h1748 dispatch_private_info64_t p64; member
/external/openssh/
Dumac.c769 #define p64 ((UINT64)0xFFFFFFFFFFFFFFC5ull) /* 2^64 - 59 */ macro
/external/angle/src/tests/deqp_support/
Des31cVertexAttribBindingTests_override.cpp2061 GLint64 p64; in stateVerify() local
/external/deqp/external/openglcts/modules/gles31/
Des31cVertexAttribBindingTests.cpp2042 GLint64 p64; in stateVerify() local
/external/elfutils/src/
Delflint.c2195 Elf64_Xword *p64; in check_gnu_hash() member
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h227 static __inline void KdHelp32To64(PKDHELP p32,PKDHELP64 p64) { in KdHelp32To64()