Home
last modified time | relevance | path

Searched refs:qsz (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc/test/integration/
Drallocx.c117 size_t psz, qsz, i, j; in TEST_BEGIN() local
137 qsz = sallocx(q, 0); in TEST_BEGIN()
138 if (q != p || qsz != psz) { in TEST_BEGIN()
141 assert_false(validate_fill(q, 0, psz, qsz-psz), in TEST_BEGIN()
144 if (psz != qsz) { in TEST_BEGIN()
146 qsz-psz); in TEST_BEGIN()
147 psz = qsz; in TEST_BEGIN()
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
D2006-12-07-SelectCrash.ll5 @qsz.b = external global i1 ; <i1*> [#uses=1]
13 %tmp73.b = load i1* @qsz.b ; <i1> [#uses=1]
/external/llvm/test/CodeGen/PowerPC/
D2006-12-07-SelectCrash.ll6 @qsz.b = external global i1 ; <i1*> [#uses=1]
14 %tmp73.b = load i1, i1* @qsz.b ; <i1> [#uses=1]
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DLexer.java447 int qsz = m_compiler.getTokenQueueSize(); in resetTokenMark() local
450 ? ((mark <= qsz) ? mark - 1 : mark) : 0; in resetTokenMark()
452 if (m_processor.m_queueMark < qsz) in resetTokenMark()
/external/jemalloc/test/unit/
Dmallctl.c257 size_t sz, psz, qsz; in TEST_BEGIN() local
262 qsz = nallocx(psz, 0) + 1; in TEST_BEGIN()
297 qs[i] = mallocx(qsz, MALLOCX_TCACHE(tis[i])); in TEST_BEGIN()
316 qs[i] = rallocx(ps[i], qsz, MALLOCX_TCACHE(tis[i])); in TEST_BEGIN()