| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| xxhash.cpp | 83 uint64_t V4 = Seed - PRIME64_1; 92 V4 = round(V4, endian::read64le(P)); 96 H64 = rotl64(V1, 1) + rotl64(V2, 7) + rotl64(V3, 12) + rotl64(V4, 18); 100 H64 = mergeRound(H64, V4);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| max-depth.c | 221 struct V4 : virtual V2 { int v4 = 4; } v4; variable in typeref:struct:V2 224 struct V7 : virtual V4, virtual V5, virtual V6 { int v7 = 1; } v7;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| max-depth.c | 221 struct V4 : virtual V2 { int v4 = 4; } v4; variable in typeref:struct:V2 224 struct V7 : virtual V4, virtual V5, virtual V6 { int v7 = 1; } v7;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| NVPTX.h | 124 V4 = 4
|
| /src/external/gpl3/gdb/dist/sim/aarch64/ |
| cpustate.h | 96 V4,
|
| /src/external/gpl3/gdb.old/dist/sim/aarch64/ |
| cpustate.h | 96 V4,
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| ConstantFolding.cpp | 2052 double V4 = V * 4.0; 2053 if (V4 == floor(V4)) { 2056 V = SinVals[((int)V4 + (IsCos ? 1 : 0)) & 3];
|