HomeSort by: relevance | last modified time | path
    Searched defs:c5 (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/volt/
gk20a.h 34 int c5; member in struct:cvb_coef
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-multiple-debug-info.c 25 const int c5 = 5; variable
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
max-depth.c 213 struct C5 : C4 { int c5 = 5; } c5; variable in typeref:struct:C4
214 struct C6 : C5 { int c6 = 6; } c6;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
max-depth.c 213 struct C5 : C4 { int c5 = 5; } c5; variable in typeref:struct:C4
214 struct C6 : C5 { int c6 = 6; } c6;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
collection.c 64 signed char c0, c1, c2, c3, c4, c5, c6, c7, variable
252 l4 = s4 = c4 = 4; l5 = s5 = c5 = 5;
303 l4 = s4 = c4 = 0; l5 = s5 = c5 = 0;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
collection.c 64 signed char c0, c1, c2, c3, c4, c5, c6, c7, variable
252 l4 = s4 = c4 = 4; l5 = s5 = c5 = 5;
303 l4 = s4 = c4 = 0; l5 = s5 = c5 = 0;
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
ed25519_ref10.c 1118 int64_t c5 = 2097151 & (load_3(c + 13) >> 1); local
1180 s5 = c5 + a0 * b5 + a1 * b4 + a2 * b3 + a3 * b2 + a4 * b1 + a5 * b0;
  /src/external/gpl3/binutils/dist/include/opcode/
crx.h 68 c0 = MAX_REG, c1, c2, c3, c4, c5, c6, c7, c8, enumerator in enum:__anon10637
  /src/external/gpl3/binutils.old/dist/include/opcode/
crx.h 68 c0 = MAX_REG, c1, c2, c3, c4, c5, c6, c7, c8, enumerator in enum:__anon12101
  /src/external/gpl3/gdb/dist/include/opcode/
crx.h 68 c0 = MAX_REG, c1, c2, c3, c4, c5, c6, c7, c8, enumerator in enum:__anon18748
  /src/external/gpl3/gdb.old/dist/include/opcode/
crx.h 68 c0 = MAX_REG, c1, c2, c3, c4, c5, c6, c7, c8, enumerator in enum:__anon21489
  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 967 When T2 is recorded by a CAND_ADD in the form of (T2' + C5), it
972 *PINDEX: C1 + (C2 * C3) + C4 + (C5 * C3) */
981 offset_int c1, c2, c3, c4, c5;
1027 c5 = backtrace_base_for_ref (&t2);
1032 *pindex = c1 + c2 * c3 + c4 + c5 * c3;
977 offset_int c1, c2, c3, c4, c5; local
expr.cc 13318 tree c5 = NULL_TREE;
13343 c5 = wide_int_to_tree (type, e);
13377 t = fold_build2_loc (loc, PLUS_EXPR, type, t, c5);
13296 tree c5 = NULL_TREE; local
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 967 When T2 is recorded by a CAND_ADD in the form of (T2' + C5), it
972 *PINDEX: C1 + (C2 * C3) + C4 + (C5 * C3) */
981 widest_int c1, c2, c3, c4, c5;
1027 c5 = backtrace_base_for_ref (&t2);
1032 *pindex = c1 + c2 * c3 + c4 + c5 * c3;
977 widest_int c1, c2, c3, c4, c5; local
expr.cc 12480 tree c5 = NULL_TREE;
12505 c5 = wide_int_to_tree (type, e);
12539 t = fold_build2_loc (loc, PLUS_EXPR, type, t, c5);
12458 tree c5 = NULL_TREE; local
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
curve25519.c 5150 int64_t c5 = kBottom21Bits & (load_3(c + 13) >> 1); local
5210 s5 = c5 + a0 * b5 + a1 * b4 + a2 * b3 + a3 * b2 + a4 * b1 + a5 * b0;
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
curve25519.c 5001 int64_t c5 = kBottom21Bits & (load_3(c + 13) >> 1); local
5061 s5 = c5 + a0 * b5 + a1 * b4 + a2 * b3 + a3 * b2 + a4 * b1 + a5 * b0;
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
curve25519.c 4991 int64_t c5 = kBottom21Bits & (load_3(c + 13) >> 1); local
5051 s5 = c5 + a0 * b5 + a1 * b4 + a2 * b3 + a3 * b2 + a4 * b1 + a5 * b0;

Completed in 74 milliseconds