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

  /external/compiler-rt/test/asan/TestCases/Linux/
odr-violation.cc 29 #ifndef SZ
30 # define SZ 4
34 namespace foo { char G[SZ]; }
  /external/valgrind/none/tests/mips32/
bug320057-mips32.c 13 #define SZ 48216 + 1024
24 ftruncate(fd, SZ);
25 DO(ftruncate(fd, SZ));
27 ptr = mmap(0, SZ, (PROT_READ | PROT_WRITE), MAP_SHARED, fd, 0);
30 munmap(ptr, SZ);
bug320057-mips32.stdout.exp 2 ftruncate(fd, SZ); status: Success
  /external/boringssl/src/crypto/sha/asm/
sha512-x86_64.pl 140 $SZ=8;
152 $SZ=4;
167 $_ctx="16*$SZ+0*8(%rsp)";
168 $_inp="16*$SZ+1*8(%rsp)";
169 $_end="16*$SZ+2*8(%rsp)";
170 $_rsp="16*$SZ+3*8(%rsp)";
171 $framesz="16*$SZ+4*8";
176 my $STRIDE=$SZ;
177 $STRIDE += 16 if ($i%(16/$SZ)==(16/$SZ-1))
    [all...]
sha512-armv8.pl 49 $SZ=8;
58 $SZ=4;
89 ldp @X[$i+1],@X[$i+2],[$inp],#2*$SZ
95 ldr @X[($i-11)&15],[sp,#`$SZ*(($i-11)%4)`]
101 str @X[($i-8)&15],[sp,#`$SZ*(($i-8)%4)`]
129 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
158 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
177 $code.=<<___ if ($SZ==4);
194 sub sp,sp,#4*$SZ
197 ldp $C,$D,[$ctx,#2*$SZ]
    [all...]
  /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
  /external/mesa3d/src/mesa/math/
m_trans_tmp.h 45 if (SZ >= 1) t[i][0] = TRX_4F(f, 0);
46 if (SZ >= 2) t[i][1] = TRX_4F(f, 1);
47 if (SZ >= 3) t[i][2] = TRX_4F(f, 2);
48 if (SZ == 4) t[i][3] = TRX_4F(f, 3); else t[i][3] = 1.0;
71 if (SZ >= 1) t[i][0] = TRX_4FN(f, 0);
72 if (SZ >= 2) t[i][1] = TRX_4FN(f, 1);
73 if (SZ >= 3) t[i][2] = TRX_4FN(f, 2);
74 if (SZ == 4) t[i][3] = TRX_4FN(f, 3); else t[i][3] = 1.0;
137 if (SZ >= 1) TRX_UB(t[i][0], f, 0);
138 if (SZ >= 2) TRX_UB(t[i][1], f, 1)
    [all...]
m_translate.c 134 #define SZ 4
142 #define SZ 3
151 #define SZ 2
157 #define SZ 1
189 #define SZ 4
197 #define SZ 3
207 #define SZ 1
235 #define SZ 4
243 #define SZ 3
252 #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 = (uint32_t*)CALLOC((SZ) * sizeof(uint32_t));
52 radeon->hw.max_state_size += (SZ);
radeon_state_init.c 514 #define ALLOC_STATE_IDX( ATOM, CHK, SZ, NM, FLAG, IDX ) \
516 rmesa->hw.ATOM.cmd_size = SZ; \
517 rmesa->hw.ATOM.cmd = (GLuint *)CALLOC(SZ * sizeof(int)); \
518 rmesa->hw.ATOM.lastcmd = (GLuint *)CALLOC(SZ * sizeof(int)); \
524 rmesa->radeon.hw.max_state_size += SZ * sizeof(int); \
527 #define ALLOC_STATE( ATOM, CHK, SZ, NM, FLAG ) \
528 ALLOC_STATE_IDX(ATOM, CHK, SZ, NM, FLAG, 0)
    [all...]
  /external/skia/experimental/LightSymbolsUtil/lightsymbols/
lightsymbols.h 12 typedef char* SZ;
27 static SZ* fileNames;
35 static bool GetCallStack(char* sz, int len, const char* separator);
41 bool GetCallStackCore(char* sz, int len, const char* separator) const ;
47 static const char* trim(char* sz) ;
lightsymbols.cc 5 SZ* LightSymbol::fileNames;
30 bool LightSymbol::GetCallStack(char* sz, int len, const char* separator) {
35 return ls->GetCallStackCore(sz, len, separator);
53 bool LightSymbol::GetCallStackCore(char* sz, int len, const char* separator) const {
95 SZ* __fileNames = new SZ[entries];
120 char* szOut = sz;
151 const char* LightSymbol::trim(char* sz) {
152 if (sz == NULL) return NULL;
154 while (*sz == ' ' || *sz == '\t' || *sz == '\r' || *sz == '\n' || *sz == ',')
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 122 typedef CHAR SZ[]; /* sz */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 122 typedef CHAR SZ[]; /* sz */
  /external/mesa3d/src/mesa/tnl/
t_vb_vertex.c 60 #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 297 #define SZ_TO_HW(sz) ((sz-2)&0x3)
298 #define EMIT_SZ(sz) (EMIT_1F + (sz) - 1)
299 #define EMIT_ATTR( ATTR, STYLE, S4, SZ ) \
305 offset += (SZ); \
334 extern void i915_disassemble_program(const GLuint * program, GLuint sz);
  /external/mesa3d/src/mesa/main/
macros.h 257 /** Copy \p SZ elements into a 4-element vector */
258 #define COPY_SZ_4V(DST, SZ, SRC) \
260 switch (SZ) { \
268 /** Copy \p SZ elements into a homegeneous (4-element) vector, giving
270 #define COPY_CLEAN_4V(DST, SZ, SRC) \
273 COPY_SZ_4V( DST, SZ, SRC ); \
590 /** Copy \p sz elements into a homegeneous (4-element) vector, giving
595 COPY_CLEAN_4V_TYPE_AS_FLOAT(GLfloat dst[4], int sz, const GLfloat src[4],
613 COPY_SZ_4V(dst, sz, src);
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state_init.c 627 #define ALLOC_STATE( ATOM, CHK, SZ, NM, IDX ) \
629 rmesa->hw.ATOM.cmd_size = SZ; \
630 rmesa->hw.ATOM.cmd = (GLuint *)CALLOC(SZ * sizeof(int)); \
631 rmesa->hw.ATOM.lastcmd = (GLuint *)CALLOC(SZ * sizeof(int)); \
636 rmesa->radeon.hw.max_state_size += SZ * sizeof(int); \
    [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_generic.c 94 #define ATTRIB( NAME, SZ, SRCTYPE, DSTTYPE, TO ) \
102 for (i = 0; i < SZ; i++) { \
    [all...]
  /external/selinux/policycoreutils/mcstrans/share/examples/nato/setrans.d/
eyes-only.conf 630 ~c241=SZ # Switzerland
rel.conf 636 ~c200,~c241=SZ # Switzerland
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/
commons-codec-1.9.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 

Completed in 1024 milliseconds