Searched defs:P8 (Results 1 - 5 of 5) sorted by relevance

/external/libgsm/inc/
H A Dproto.h33 #undef P8 macro
47 # define P8(x, a, b, c, d, e, f, g, h) (a, b, c, d, e, f, g, h) macro
61 # define P8(x, a, b, c, d, e, f, g, h) x a; b; c; d; e; f; g; h; macro
H A Dunproto.h21 #undef P8 macro
/external/swiftshader/src/D3D9/
H A DCapabilities.cpp68 bool Capabilities::Surface::P8 = false; member in class:D3D9::Capabilities::Surface
114 bool Capabilities::Volume::P8 = false; member in class:D3D9::Capabilities::Volume
192 bool Capabilities::CubeMap::P8 = false; member in class:D3D9::Capabilities::CubeMap
236 bool Capabilities::VolumeTexture::P8 = false; member in class:D3D9::Capabilities::VolumeTexture
315 bool Capabilities::Texture::P8 = false; member in class:D3D9::Capabilities::Texture
H A DCapabilities.hpp101 static bool P8; member in struct:D3D9::Capabilities::Surface
158 static bool P8; member in struct:D3D9::Capabilities::Volume
253 static bool P8; member in struct:D3D9::Capabilities::CubeMap
306 static bool P8; member in struct:D3D9::Capabilities::VolumeTexture
402 static bool P8; member in struct:D3D9::Capabilities::Texture
/external/svox/pico/lib/
H A Dpicopam.c276 #define P8 7 macro
1661 if (pam->nSyllPhoneme < inVect[P8])
1662 outVect[P8] = 1;
1664 outVect[P8] = 0;
4310 pam->sSyllFeats[pam->nCurrSyllable].phoneV[P8] = 1;
4369 pam->sSyllFeats[pam->nCurrSyllable].phoneV[P8] = pos; /*temp for storing the position of the vowel*/

Completed in 851 milliseconds