Searched defs:ps2 (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/memcheck/tests/
H A Dpartiallydefinedeq.c31 short* ps2 = (short*)junk2; local
44 *ps2 = 42;
51 *ps2 = 42;
/external/clang/test/SemaCXX/
H A Dwarn-memset-bad-sizeof.cpp30 PS ps2 = &s; local
41 memset(ps2, 0, sizeof(ps2)); // \
43 memset(ps2, 0, sizeof(typeof(ps2))); // \
45 memset(ps2, 0, sizeof(PS)); // \
71 memset(ps2, 0, sizeof(*ps2));
72 memset(ps2, 0, sizeof(typeof(*ps2)));
[all...]
/external/fdlibm/
H A De_j1.c307 static const double ps2[5] = { variable
309 static double ps2[5] = {
336 else if(ix>=0x40000000){p = pr2; q= ps2;}
/external/libvpx/vp8/common/
H A Dloopfilter_filters.c165 signed char ps2 = (signed char) * op2 ^ 0x80; local
211 s = vp8_signed_char_clamp(ps2 + u);
/external/icu4c/common/
H A Ducnv_ext.c1012 const uint16_t *stage12, *stage3, *ps2, *ps3; local
1057 ps2=stage12+st2;
1059 if((st3=(int32_t)ps2[st2]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)!=0) {
/external/webkit/Source/WebCore/dom/
H A DNode.cpp341 RenderStyle* ps2 = s2->getCachedPseudoStyle(pseudoId); local
342 if (!ps2)
346 ch = ps1 && *ps1 == *ps2 ? NoChange : NoInherit;

Completed in 193 milliseconds