| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| locexpr-data-member-location-main.c | 23 B *v1; local 24 v1 = bar (foo ());
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| locexpr-data-member-location-main.c | 23 B *v1; local 24 v1 = bar (foo ());
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| ctxobj-m.c | 23 int v1 = get_version_1 (); local 26 if (v1 != 104)
|
| print-file-var-main.c | 43 int v1 = get_version_1 (); local
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| ctxobj-m.c | 23 int v1 = get_version_1 (); local 26 if (v1 != 104)
|
| print-file-var-main.c | 43 int v1 = get_version_1 (); local
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| typed-enum.cc | 32 int v1 = byte_val; local 34 return v1 == v2;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.stabs/ |
| exclfwd1.c | 28 a_t v1; variable
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| typed-enum.cc | 32 int v1 = byte_val; local 34 return v1 == v2;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.stabs/ |
| exclfwd1.c | 28 a_t v1; variable
|
| /src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/starfive/ |
| Makefile | 4 DTC_FLAGS_jh7100-starfive-visionfive-v1 := -@ 5 DTC_FLAGS_jh7110-starfive-visionfive-2-v1.2a := -@ 6 DTC_FLAGS_jh7110-starfive-visionfive-2-v1.3b := -@ 9 dtb-$(CONFIG_ARCH_STARFIVE) += jh7100-starfive-visionfive-v1.dtb 13 dtb-$(CONFIG_ARCH_STARFIVE) += jh7110-starfive-visionfive-2-v1.2a.dtb 14 dtb-$(CONFIG_ARCH_STARFIVE) += jh7110-starfive-visionfive-2-v1.3b.dtb
|
| /src/external/apache2/llvm/dist/libcxx/src/ |
| charconv.cpp | 133 const uint32_t v1 = static_cast<uint32_t>(value % 100000000); variable 136 buffer = append4(buffer, v1 / 10000); 137 buffer = append4(buffer, v1 % 10000); 148 const uint32_t v1 = static_cast<uint32_t>(value % 100000000); variable 151 buffer = append4(buffer, v1 / 10000); 152 buffer = append4(buffer, v1 % 10000);
|
| /src/external/apache2/mDNSResponder/dist/Clients/ |
| ClientCommon.c | 59 int v1 = cstr[ 0] - '0'; local 61 int val = v0 * 100 + v1 * 10 + v2;
|
| /src/crypto/external/apache2/openssl/dist/crypto/bf/ |
| bf_cfb64.c | 29 register BF_LONG v0, v1, t; local 41 n2l(iv, v1); 42 ti[1] = v1; 61 n2l(iv, v1); 62 ti[1] = v1; 78 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
|
| /src/crypto/external/apache2/openssl/dist/crypto/cast/ |
| c_cfb64.c | 29 register CAST_LONG v0, v1, t; local 41 n2l(iv, v1); 42 ti[1] = v1; 61 n2l(iv, v1); 62 ti[1] = v1; 78 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
|
| /src/crypto/external/apache2/openssl/dist/crypto/des/ |
| cfb64enc.c | 28 register DES_LONG v0, v1; local 40 c2l(iv, v1); 41 ti[1] = v1; 60 c2l(iv, v1); 61 ti[1] = v1; 77 v0 = v1 = ti[0] = ti[1] = c = cc = 0;
|
| ofb64ede.c | 28 register DES_LONG v0, v1; local 39 c2l(iv, v1); 41 ti[1] = v1; 44 l2c(v1, dp); 48 /* ti[1]=v1; */ 51 v1 = ti[1]; 55 l2c(v1, dp); 64 l2c(v1, iv); 66 v0 = v1 = ti[0] = ti[1] = 0;
|
| /src/crypto/external/apache2/openssl/dist/crypto/idea/ |
| i_cfb64.c | 30 register unsigned long v0, v1, t; local 47 n2l(iv, v1); 48 ti[1] = v1; 67 n2l(iv, v1); 68 ti[1] = v1; 84 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
|
| /src/crypto/external/apache2/openssl/dist/crypto/rc2/ |
| rc2cfb64.c | 29 register unsigned long v0, v1, t; local 41 c2l(iv, v1); 42 ti[1] = v1; 61 c2l(iv, v1); 62 ti[1] = v1; 78 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
|
| /src/crypto/external/apache2/openssl/dist/crypto/rc5/ |
| rc5cfb64.c | 29 register unsigned long v0, v1, t; local 41 c2l(iv, v1); 42 ti[1] = v1; 61 c2l(iv, v1); 62 ti[1] = v1; 78 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
|
| /src/crypto/external/apache2/openssl/lib/libdes/ |
| ocfb64ede.c | 70 register DES_LONG v0,v1; local 84 c2l(iv,v1); 87 ti[1]=v1; 90 v1=ti[1]; 94 l2c(v1,iv); 110 c2l(iv,v1); 113 ti[1]=v1; 116 v1=ti[1]; 120 l2c(v1,iv); 130 v0=v1=ti[0]=ti[1]=c=cc=0 [all...] |
| ocfb64enc.c | 70 register DES_LONG v0,v1; local 84 c2l(iv,v1); ti[1]=v1; 104 c2l(iv,v1); ti[1]=v1; 118 v0=v1=ti[0]=ti[1]=c=cc=0;
|
| /src/crypto/external/bsd/openssl/dist/crypto/bf/ |
| bf_cfb64.c | 29 register BF_LONG v0, v1, t; local 41 n2l(iv, v1); 42 ti[1] = v1; 61 n2l(iv, v1); 62 ti[1] = v1; 78 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
|
| /src/crypto/external/bsd/openssl/dist/crypto/cast/ |
| c_cfb64.c | 29 register CAST_LONG v0, v1, t; local 41 n2l(iv, v1); 42 ti[1] = v1; 61 n2l(iv, v1); 62 ti[1] = v1; 78 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
|
| /src/crypto/external/bsd/openssl/dist/crypto/des/ |
| cfb64enc.c | 28 register DES_LONG v0, v1; local 40 c2l(iv, v1); 41 ti[1] = v1; 60 c2l(iv, v1); 61 ti[1] = v1; 77 v0 = v1 = ti[0] = ti[1] = c = cc = 0;
|