Searched defs:_x (Results 26 - 30 of 30) sorted by relevance

12

/external/flac/libFLAC/
H A Dstream_decoder.c2382 FLAC__uint32 _x; local
2383 if(!FLAC__bitreader_read_raw_uint32(decoder->private_->input, &_x, 8))
2385 raw_header[raw_header_len++] = (FLAC__byte)_x;
2386 x = (x << 8) | _x;
2396 FLAC__uint32 _x; local
2397 if(!FLAC__bitreader_read_raw_uint32(decoder->private_->input, &_x, 8))
2399 raw_header[raw_header_len++] = (FLAC__byte)_x;
2400 x = (x << 8) | _x;
/external/llvm/include/llvm/Support/
H A Dsystem_error.h719 inline bool operator<(const error_condition& _x, const error_condition& _y) { argument
720 return _x.category() < _y.category()
721 || (_x.category() == _y.category() && _x.value() < _y.value());
786 inline bool operator<(const error_code& _x, const error_code& _y) { argument
787 return _x.category() < _y.category()
788 || (_x.category() == _y.category() && _x.value() < _y.value());
791 inline bool operator==(const error_code& _x, const error_code& _y) { argument
792 return _x
795 operator ==(const error_code& _x, const error_condition& _y) argument
800 operator ==(const error_condition& _x, const error_code& _y) argument
804 operator ==(const error_condition& _x, const error_condition& _y) argument
808 operator !=(const error_code& _x, const error_code& _y) argument
812 operator !=(const error_code& _x, const error_condition& _y) argument
816 operator !=(const error_condition& _x, const error_code& _y) argument
820 operator !=(const error_condition& _x, const error_condition& _y) argument
[all...]
/external/opencv/cxcore/src/
H A Dcxmathfuncs.cpp70 Cv32suf _x, _y; local
74 _x.f = x; _y.f = y;
75 ix = _x.i; iy = _y.i;
94 _x.i = ((ix ^ CV_1F) & ((ix == 0) - 1)) ^ CV_1F;
96 z = _y.f / _x.f;
122 Cv32suf _x, _y; local
140 _x.i = ((ix ^ CV_1F) & ((ix == 0) - 1)) ^ CV_1F;
143 d *= (xf[j] = _x.f);
800 IPCVAPI_IMPL( CvStatus, icvExp_32f, ( const float *_x, float *y, int n ), (_x, argument
904 IPCVAPI_IMPL( CvStatus, icvExp_64f, ( const double *_x, double *y, int n ), (_x, y, n) ) argument
1368 IPCVAPI_IMPL( CvStatus, icvLog_32f, ( const float *_x, float *y, int n ), (_x, y, n) ) argument
[all...]
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc62 FourFloats(float _x, float _y, float _z, float _w) argument
63 : x(_x),
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h1234 GLenum _target, GLint _level, GLenum _internalformat, GLint _x, GLint _y,
1240 x = _x;
1248 void* cmd, GLenum _target, GLint _level, GLenum _internalformat, GLint _x,
1252 _target, _level, _internalformat, _x, _y, _width, _height,
1303 GLenum _target, GLint _level, GLint _xoffset, GLint _yoffset, GLint _x,
1310 x = _x;
1318 GLint _x, GLint _y, GLsizei _width, GLsizei _height) {
1321 _target, _level, _xoffset, _yoffset, _x, _y, _width, _height);
4607 GLint _x, GLint _y, GLsizei _width, GLsizei _height, GLenum _format,
4611 x = _x;
1233 Init( GLenum _target, GLint _level, GLenum _internalformat, GLint _x, GLint _y, GLsizei _width, GLsizei _height, GLint _border) argument
1247 Set( void* cmd, GLenum _target, GLint _level, GLenum _internalformat, GLint _x, GLint _y, GLsizei _width, GLsizei _height, GLint _border) argument
1302 Init( GLenum _target, GLint _level, GLint _xoffset, GLint _yoffset, GLint _x, GLint _y, GLsizei _width, GLsizei _height) argument
1316 Set( void* cmd, GLenum _target, GLint _level, GLint _xoffset, GLint _yoffset, GLint _x, GLint _y, GLsizei _width, GLsizei _height) argument
4606 Init( GLint _x, GLint _y, GLsizei _width, GLsizei _height, GLenum _format, GLenum _type, uint32 _pixels_shm_id, uint32 _pixels_shm_offset, uint32 _result_shm_id, uint32 _result_shm_offset, GLboolean _async) argument
4624 Set( void* cmd, GLint _x, GLint _y, GLsizei _width, GLsizei _height, GLenum _format, GLenum _type, uint32 _pixels_shm_id, uint32 _pixels_shm_offset, uint32 _result_shm_id, uint32 _result_shm_offset, GLboolean _async) argument
4809 Init(GLint _x, GLint _y, GLsizei _width, GLsizei _height) argument
4817 Set(void* cmd, GLint _x, GLint _y, GLsizei _width, GLsizei _height) argument
5702 Init(GLint _location, GLfloat _x) argument
5708 Set(void* cmd, GLint _location, GLfloat _x) argument
5838 Init(GLint _location, GLint _x) argument
5844 Set(void* cmd, GLint _location, GLint _x) argument
5974 Init(GLint _location, GLfloat _x, GLfloat _y) argument
5981 Set(void* cmd, GLint _location, GLfloat _x, GLfloat _y) argument
6114 Init(GLint _location, GLint _x, GLint _y) argument
6121 Set(void* cmd, GLint _location, GLint _x, GLint _y) argument
6254 Init(GLint _location, GLfloat _x, GLfloat _y, GLfloat _z) argument
6262 Set(void* cmd, GLint _location, GLfloat _x, GLfloat _y, GLfloat _z) argument
6398 Init(GLint _location, GLint _x, GLint _y, GLint _z) argument
6406 Set(void* cmd, GLint _location, GLint _x, GLint _y, GLint _z) argument
6542 Init(GLint _location, GLfloat _x, GLfloat _y, GLfloat _z, GLfloat _w) argument
6551 Set( void* cmd, GLint _location, GLfloat _x, GLfloat _y, GLfloat _z, GLfloat _w) argument
6692 Init(GLint _location, GLint _x, GLint _y, GLint _z, GLint _w) argument
6701 Set( void* cmd, GLint _location, GLint _x, GLint _y, GLint _z, GLint _w) argument
7242 Init(GLuint _indx, GLfloat _x) argument
7248 Set(void* cmd, GLuint _indx, GLfloat _x) argument
7368 Init(GLuint _indx, GLfloat _x, GLfloat _y) argument
7375 Set(void* cmd, GLuint _indx, GLfloat _x, GLfloat _y) argument
7498 Init(GLuint _indx, GLfloat _x, GLfloat _y, GLfloat _z) argument
7506 Set(void* cmd, GLuint _indx, GLfloat _x, GLfloat _y, GLfloat _z) argument
7632 Init(GLuint _indx, GLfloat _x, GLfloat _y, GLfloat _z, GLfloat _w) argument
7641 Set( void* cmd, GLuint _indx, GLfloat _x, GLfloat _y, GLfloat _z, GLfloat _w) argument
7831 Init(GLint _x, GLint _y, GLsizei _width, GLsizei _height) argument
7839 Set(void* cmd, GLint _x, GLint _y, GLsizei _width, GLsizei _height) argument
9440 Init(GLint _x, GLint _y, GLint _width, GLint _height) argument
9448 Set(void* cmd, GLint _x, GLint _y, GLint _width, GLint _height) argument
[all...]

Completed in 544 milliseconds

12