HomeSort by: relevance | last modified time | path
    Searched defs:c4 (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/external/mit/isl/dist/test_inputs/codegen/omega/
collard-0.c 1 for (int c4 = 1; c4 <= n; c4 += 1)
2 s2(c4); variable
4 for (int c4 = 0; c4 < n - c1; c4 += 1)
5 s0(c1, n - c4);
7 for (int c4 = c1 + 1; c4 <= n; c4 += 1
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/import/
mbrtowc-impl-utf8.h 113 unsigned char c4 = (unsigned char) p[3]; variable
115 if ((c4 ^ 0x80) < 0x40)
121 | (unsigned int) (c4 ^ 0x80));
  /src/external/gpl3/gdb.old/dist/gnulib/import/
mbrtowc-impl-utf8.h 113 unsigned char c4 = (unsigned char) p[3]; variable
115 if ((c4 ^ 0x80) < 0x40)
121 | (unsigned int) (c4 ^ 0x80));
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/volt/
gk20a.h 33 int c4; member in struct:cvb_coef
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
complex.f90 23 complex(kind=4) c4 variable in program:test_complex
38 c4 = cmplx(r4a,r4b)
44 print *, c, c4, c8, dc, c16 ! stop
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-mi-var-info-path-expression.c 44 struct cons c1, c2, c3, c4; local
47 c1.slots[0] = &c4;
58 c4.type = type_atom;
59 c4.atom.ival = 13;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-multiple-debug-info.c 24 const int c4 = 4; variable
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-multiple-debug-info.c 24 const int c4 = 4; variable
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
complex.f90 23 complex(kind=4) c4 variable in program:test_complex
38 c4 = cmplx(r4a,r4b)
44 print *, c, c4, c8, dc, c16 ! stop
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-mi-var-info-path-expression.c 44 struct cons c1, c2, c3, c4; local
47 c1.slots[0] = &c4;
58 c4.type = type_atom;
59 c4.atom.ival = 13;
  /src/crypto/external/cpl/trousers/dist/src/include/daa/
anonymity_revocation.h 31 bi_ptr c4; member in struct:tdCS_ENCRYPTION_RESULT
34 CS_ENCRYPTION_RESULT *create_CS_ENCRYPTION_RESULT( bi_ptr c1, bi_ptr c2, bi_ptr c3, bi_ptr c4);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
cpsizeof.cc 40 typedef Class c4[4]; typedef
66 T (c4);
rvalue-ref-sizeof.cc 44 typedef Class c4[4]; typedef
70 T (c4);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
cpsizeof.cc 40 typedef Class c4[4]; typedef
66 T (c4);
rvalue-ref-sizeof.cc 44 typedef Class c4[4]; typedef
70 T (c4);
  /src/crypto/external/bsd/heimdal/dist/lib/wind/
utf8.c 73 const unsigned c4 = *++p; local
74 if ((c4 & 0xC0) == 0x80) {
78 | (c4 & 0x3F);
  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_anonymityrevocation/
csencryption_result.c 21 bi_ptr c4
33 result->c4 = c4;
110 bi_ptr c4; local
162 c4 = bi_new_ptr();
163 // c4 = bi_tmp * bi_tmp1
164 bi_mul( c4, bi_tmp, bi_tmp1);
165 // c4 = c4 % modulus
166 bi_mod( c4, c4, modulus)
    [all...]
  /src/lib/libcrypt/
bcrypt.c 106 u_int8_t c1, c2, c3, c4; local
127 c4 = CHAR64(*(p + 3));
128 if (c4 == 255)
130 *bp++ = ((c3 & 0x03) << 6) | c4;
  /src/sys/dev/rasops/
rasops24.c 139 uint32_t c1, uint32_t c2, uint32_t c3, uint32_t c4)
144 xstamp[2] = (c3 << 24) | c4;
166 uint32_t bg, fg, c1, c2, c3, c4; local
179 c4 = i & 4 ? fg : bg;
184 c4 = i & 32 ? fg : bg;
186 rasops24_makestamp1(ri, &stamp[i], c1, c2, c3, c4);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
gnu_vector.c 46 char4 c4 = {1, 2, 3, 4}; variable
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
gnu_vector.c 46 char4 c4 = {1, 2, 3, 4}; variable
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
hash.h 136 const uint32_t c4 = 0xa1e38b93; local
159 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
164 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
183 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
189 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
hash.h 136 const uint32_t c4 = 0xa1e38b93; local
159 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
164 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
183 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
189 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
hash.h 144 const uint32_t c4 = 0xa1e38b93; local
178 k3 *= c4;
185 k4 *= c4;
213 k4 *= c4;
231 k3 *= c4;
  /src/external/bsd/jemalloc/include/jemalloc/internal/
hash.h 144 const uint32_t c4 = 0xa1e38b93; local
178 k3 *= c4;
185 k4 *= c4;
213 k4 *= c4;
231 k3 *= c4;

Completed in 29 milliseconds

1 2