HomeSort by relevance Sort by last modified time
    Searched refs:SZ (Results 1 - 25 of 31) sorted by null

1 2

  /external/compiler-rt/test/asan/TestCases/Linux/
odr-violation.cc 37 #ifndef SZ
38 # define SZ 4
42 namespace foo { char G[SZ]; }
  /external/jemalloc/test/unit/
quarantine.c 24 #define SZ ZU(256)
25 #define NQUARANTINED (QUARANTINE_SIZE/SZ)
31 assert_zu_eq(nallocx(SZ, 0), SZ,
32 "SZ=%zu does not precisely equal a size class", SZ);
44 void *p = mallocx(SZ, 0);
55 #undef SZ
pack.c 15 #define SZ (ZU(1) << (LG_PAGE - 2))
17 #define SZ 4096
30 size_t sz; local
33 sz = sizeof(nbins);
34 assert_d_eq(mallctl("arenas.nbins", (void *)&nbins, &sz, NULL, 0), 0,
46 sz = sizeof(size);
47 assert_d_eq(mallctlbymib(mib, miblen, (void *)&size, &sz, NULL,
49 if (size == SZ)
61 size_t sz; local
69 sz = sizeof(nregs)
78 size_t sz; local
111 size_t sz; local
    [all...]
  /external/mesa3d/src/mesa/math/
m_trans_tmp.h 44 if (SZ >= 1) t[i][0] = TRX_4F(f, 0);
45 if (SZ >= 2) t[i][1] = TRX_4F(f, 1);
46 if (SZ >= 3) t[i][2] = TRX_4F(f, 2);
47 if (SZ == 4) t[i][3] = TRX_4F(f, 3); else t[i][3] = 1.0;
68 if (SZ >= 1) t[i][0] = TRX_4FN(f, 0);
69 if (SZ >= 2) t[i][1] = TRX_4FN(f, 1);
70 if (SZ >= 3) t[i][2] = TRX_4FN(f, 2);
71 if (SZ == 4) t[i][3] = TRX_4FN(f, 3); else t[i][3] = 1.0;
128 if (SZ >= 1) TRX_UB(t[i][0], f, 0);
129 if (SZ >= 2) TRX_UB(t[i][1], f, 1)
    [all...]
m_translate.c 128 #define SZ 4
136 #define SZ 3
145 #define SZ 2
151 #define SZ 1
183 #define SZ 4
191 #define SZ 3
201 #define SZ 1
229 #define SZ 4
237 #define SZ 3
246 #define SZ
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_queryobj.h 42 static inline void radeon_init_query_stateobj(radeonContextPtr radeon, int SZ)
44 radeon->query.queryobj.cmd_size = (SZ);
45 radeon->query.queryobj.cmd = calloc(SZ, sizeof(uint32_t));
52 radeon->hw.max_state_size += (SZ);
radeon_state_init.c 519 #define ALLOC_STATE_IDX( ATOM, CHK, SZ, NM, FLAG, IDX ) \
521 rmesa->hw.ATOM.cmd_size = SZ; \
522 rmesa->hw.ATOM.cmd = (GLuint *) calloc(SZ, sizeof(int)); \
523 rmesa->hw.ATOM.lastcmd = (GLuint *) calloc(SZ, sizeof(int)); \
529 rmesa->radeon.hw.max_state_size += SZ * sizeof(int); \
532 #define ALLOC_STATE( ATOM, CHK, SZ, NM, FLAG ) \
533 ALLOC_STATE_IDX(ATOM, CHK, SZ, NM, FLAG, 0)
    [all...]
  /external/boringssl/src/crypto/fipsmodule/sha/asm/
sha512-x86_64.pl 145 $SZ=8;
157 $SZ=4;
172 $_ctx="16*$SZ+0*8(%rsp)";
173 $_inp="16*$SZ+1*8(%rsp)";
174 $_end="16*$SZ+2*8(%rsp)";
175 $_rsp="`16*$SZ+3*8`(%rsp)";
176 $framesz="16*$SZ+4*8";
181 my $STRIDE=$SZ;
182 $STRIDE += 16 if ($i%(16/$SZ)==(16/$SZ-1))
    [all...]
sha512-armv8.pl 58 $SZ=8;
67 $SZ=4;
96 ldp @X[$i+1],@X[$i+2],[$inp],#2*$SZ
102 ldr @X[($i-11)&15],[sp,#`$SZ*(($i-11)%4)`]
108 str @X[($i-8)&15],[sp,#`$SZ*(($i-8)%4)`]
136 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
165 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
186 $code.=<<___ if ($SZ==4);
204 sub sp,sp,#4*$SZ
207 ldp $C,$D,[$ctx,#2*$SZ]
    [all...]
  /external/jemalloc_new/test/unit/
pack.c 7 #define SZ (ZU(1) << (LG_PAGE - 2))
9 #define SZ ZU(4096)
21 size_t sz; local
24 sz = sizeof(nbins);
25 assert_d_eq(mallctl("arenas.nbins", (void *)&nbins, &sz, NULL, 0), 0,
37 sz = sizeof(size);
38 assert_d_eq(mallctlbymib(mib, miblen, (void *)&size, &sz, NULL,
40 if (size == SZ) {
52 size_t sz; local
60 sz = sizeof(nregs)
69 size_t sz; local
92 size_t sz = sizeof(prof_enabled); local
    [all...]
  /device/google/cuttlefish_common/common/libs/fs/
shared_fd.h 362 template <size_t SZ>
364 SharedFD (*new_fds)[SZ]) {
370 char buffer[CMSG_SPACE(SZ * sizeof(int))];
377 cmsg->cmsg_len = CMSG_LEN(SZ * sizeof(int));
381 for (size_t i = 0; i < SZ; ++i) {
385 for (size_t i = 0; i < SZ; ++i) {
413 template <size_t SZ>
415 const SharedFD (&fds)[SZ]) {
419 char buffer[CMSG_SPACE(SZ * sizeof(int))];
426 cmsg->cmsg_len = CMSG_LEN(SZ * sizeof(int))
    [all...]
  /external/e2fsprogs/misc/
e2fuzz.sh 8 SZ=32m
35 echo "-s: Create FS images of this size. (${SZ})"
57 SZ="${OPTARG}"
127 truncate -s "${SZ}" "${BASE_IMG}"
  /external/catch2/include/internal/
catch_tostring.h 193 template<int SZ>
194 struct StringMaker<char[SZ]> {
199 template<int SZ>
200 struct StringMaker<signed char[SZ]> {
205 template<int SZ>
206 struct StringMaker<unsigned char[SZ]> {
514 template <typename T, int SZ>
515 struct StringMaker<T[SZ]> {
516 static std::string convert(T const(&arr)[SZ]) {
629 const char * const fmt = "%Y-%m-%dT%H:%M:%SZ";
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_vertex.c 61 #define USER_CLIPTEST(NAME, SZ) \
82 if (SZ > 2) dp += coord[2] * c; \
83 if (SZ > 3) dp += coord[3] * d; else dp += d; \
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.h 292 #define SZ_TO_HW(sz) ((sz-2)&0x3)
293 #define EMIT_SZ(sz) (EMIT_1F + (sz) - 1)
294 #define EMIT_ATTR( ATTR, STYLE, S4, SZ ) \
300 offset += (SZ); \
330 extern void i915_disassemble_program(const GLuint * program, GLuint sz);
  /external/mesa3d/src/mesa/main/
macros.h 280 /** Copy \p SZ elements into a 4-element vector */
281 #define COPY_SZ_4V(DST, SZ, SRC) \
283 switch (SZ) { \
291 /** Copy \p SZ elements into a homegeneous (4-element) vector, giving
293 #define COPY_CLEAN_4V(DST, SZ, SRC) \
296 COPY_SZ_4V( DST, SZ, SRC ); \
604 /** Copy \p sz elements into a homegeneous (4-element) vector, giving
609 COPY_CLEAN_4V_TYPE_AS_UNION(fi_type dst[4], int sz, const fi_type src[4],
630 COPY_SZ_4V(dst, sz, src);
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state_init.c 630 #define ALLOC_STATE( ATOM, CHK, SZ, NM, IDX ) \
632 rmesa->hw.ATOM.cmd_size = SZ; \
633 rmesa->hw.ATOM.cmd = (GLuint *) calloc(SZ, sizeof(int)); \
634 rmesa->hw.ATOM.lastcmd = (GLuint *) calloc(SZ, sizeof(int)); \
639 rmesa->radeon.hw.max_state_size += SZ * sizeof(int); \
    [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_generic.c 98 #define ATTRIB(NAME, SZ, SRCTYPE, DSTTYPE, TO) \
106 for (i = 0; i < SZ; i++) { \
    [all...]
  /external/selinux/mcstrans/share/examples/nato/setrans.d/
eyes-only.conf 630 ~c241=SZ # Switzerland
rel.conf 636 ~c200,~c241=SZ # Switzerland
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_formats.c 67 #define SF_A(sz) G80_TIC_0_COMPONENTS_SIZES_##sz
68 #define SF_B(sz) G200_TIC_0_COMPONENTS_SIZES_##sz
69 #define SF_C(sz) GF100_TIC_0_COMPONENTS_SIZES_##sz
70 #define SF_D(sz) GM107_TIC2_0_COMPONENTS_SIZES_##sz
71 #define SF(c, pf, sf, r, g, b, a, t0, t1, t2, t3, sz, u) \
74 SF_##c(sz), \
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp 822 if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op))
823 return getTruncateOrZeroExtend(SZ->getOperand(), Ty);
    [all...]

Completed in 1040 milliseconds

1 2