Searched refs:_size (Results 1 - 25 of 119) sorted by path

12345

/external/bison/lib/
H A Dstdio-impl.h36 struct { unsigned char *_base; int _size; } _bf; \
42 struct { unsigned char *_base; int _size; } _ub; \
46 struct { unsigned char *_base; int _size; } _lb; \
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.h356 GLsizeiptr _size)
360 size(_size) {
349 MappedBuffer( GLenum access, int shm_id, void* shm_mem, unsigned int shm_offset, GLenum _target, GLintptr _offset, GLsizeiptr _size) argument
H A Dprogram_info_manager.cc149 UniformInfo(GLsizei _size, GLenum _type, const std::string& _name);
158 VertexAttrib(GLsizei _size, GLenum _type, const std::string& _name, argument
160 : size(_size),
228 GLsizei _size, GLenum _type, const std::string& _name)
229 : size(_size),
227 UniformInfo( GLsizei _size, GLenum _type, const std::string& _name) argument
H A Dring_buffer.h91 Block(Offset _offset, unsigned int _size, State _state) argument
93 size(_size),
/external/chromium_org/gpu/command_buffer/common/
H A Dcmd_buffer_common.h50 void Init(uint32_t _command, int32_t _size) { argument
51 DCHECK_LE(_size, kMaxSize);
53 size = _size;
262 void Init(uint32_t _bucket_id, uint32_t _size) { argument
265 size = _size;
267 static void* Set(void* cmd, uint32_t _bucket_id, uint32_t _size) { argument
268 static_cast<ValueType*>(cmd)->Init(_bucket_id, _size);
300 uint32_t _size,
306 size = _size;
313 uint32_t _size,
298 Init(uint32_t _bucket_id, uint32_t _offset, uint32_t _size, uint32_t _shared_memory_id, uint32_t _shared_memory_offset) argument
310 Set(void* cmd, uint32_t _bucket_id, uint32_t _offset, uint32_t _size, uint32_t _shared_memory_id, uint32_t _shared_memory_offset) argument
360 Init(uint32_t _bucket_id, uint32_t _offset, uint32_t _size) argument
368 Set(void* cmd, uint32_t _bucket_id, uint32_t _offset, uint32_t _size) argument
486 Init(uint32_t _bucket_id, uint32_t _offset, uint32_t _size, uint32_t _shared_memory_id, uint32_t _shared_memory_offset) argument
498 Set(void* cmd, uint32_t _bucket_id, uint32_t _offset, uint32_t _size, uint32_t _shared_memory_id, uint32_t _shared_memory_offset) argument
[all...]
H A Dgles2_cmd_format_autogen.h488 GLsizeiptr _size,
494 size = _size;
502 GLsizeiptr _size,
507 ->Init(_target, _size, _data_shm_id, _data_shm_offset, _usage);
546 GLsizeiptr _size,
552 size = _size;
560 GLsizeiptr _size,
564 ->Init(_target, _offset, _size, _data_shm_id, _data_shm_offset);
6480 GLint _size,
6487 size = _size;
487 Init(GLenum _target, GLsizeiptr _size, uint32_t _data_shm_id, uint32_t _data_shm_offset, GLenum _usage) argument
500 Set(void* cmd, GLenum _target, GLsizeiptr _size, uint32_t _data_shm_id, uint32_t _data_shm_offset, GLenum _usage) argument
544 Init(GLenum _target, GLintptr _offset, GLsizeiptr _size, uint32_t _data_shm_id, uint32_t _data_shm_offset) argument
557 Set(void* cmd, GLenum _target, GLintptr _offset, GLsizeiptr _size, uint32_t _data_shm_id, uint32_t _data_shm_offset) argument
6479 Init(GLuint _indx, GLint _size, GLenum _type, GLboolean _normalized, GLsizei _stride, GLuint _offset) argument
6494 Set(void* cmd, GLuint _indx, GLint _size, GLenum _type, GLboolean _normalized, GLsizei _stride, GLuint _offset) argument
7765 Init(uint32_t _pnames_shm_id, uint32_t _pnames_shm_offset, GLuint _count, uint32_t _results_shm_id, uint32_t _results_shm_offset, GLsizeiptr _size) argument
7780 Set(void* cmd, uint32_t _pnames_shm_id, uint32_t _pnames_shm_offset, GLuint _count, uint32_t _results_shm_id, uint32_t _results_shm_offset, GLsizeiptr _size) argument
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dprogram_manager.cc128 Program::UniformInfo::UniformInfo(GLsizei _size, argument
132 : size(_size),
H A Dprogram_manager.h58 GLsizei _size, GLenum _type, GLint _fake_location_base,
81 VertexAttrib(GLsizei _size, GLenum _type, const std::string& _name, argument
83 : size(_size),
H A Dshader_translator.h38 VariableInfo(int _type, int _size, int _precision, argument
41 size(_size),
/external/chromium_org/mojo/public/python/mojo/
H A Dsystem.pyx115 cdef uint32_t _size
125 self._size = 0
140 self._size = size
151 self._size,
163 sizes[0] = self._size
171 return self._size
180 return self._size
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptCanvasModuleSource.js324 return this._size;
332 this._size = 0;
360 ++this._size;
2219 this._size = activeInfo.size;
2227 if (typeof this._size === "number")
2228 result.push({ name: "size", value: this._size });
2241 data.size = this._size;
2252 this._size = data.size;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A Dutilities.js1206 this._size = 0;
1233 ++this._size;
1244 --this._size;
1256 var result = new Array(this._size);
1277 return this._size;
1283 this._size = 0;
1295 this._size = 0;
1311 ++this._size;
1324 --this._size;
1351 var result = new Array(this._size);
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
H A DApplicationCacheItemsView.js163 delete this._size;
176 this._size = applicationCache.size;
190 // WebInspector.UIString("(%s) Created: %s Updated: %s", this._size, this._creationTime, this._updateTime);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DCookieParser.js309 return this._size;
317 this._size = size;
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DMemoryView.pyx305 cdef object _size
551 if self._size is None:
557 self._size = result
559 return self._size
/external/chromium_org/third_party/libxml/src/
H A DHTMLparser.c1872 buffer##_size *= 2; \
1873 tmp = (xmlChar *) xmlRealloc(buffer, buffer##_size * sizeof(xmlChar)); \
H A Dparser.c2474 buffer##_size *= 2; \
2475 buffer##_size += n; \
2477 xmlRealloc(buffer, buffer##_size * sizeof(xmlChar)); \
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect_size.c51 _X_INTERNAL PURE FASTCALL GLint __gl ## from ## _size( GLenum e ) \
53 # define ALIAS(from,to) ALIAS2( from, __gl ## to ## _size )
56 _X_INTERNAL PURE FASTCALL GLint __gl ## from ## _size( GLenum e ) \
57 { return __gl ## to ## _size( e ); }
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
H A Dos_memory_debug.h71 #define os_malloc( _size ) \
72 debug_malloc( __FILE__, __LINE__, __FUNCTION__, _size )
73 #define os_calloc( _count, _size ) \
74 debug_calloc(__FILE__, __LINE__, __FUNCTION__, _count, _size )
H A Dos_memory_stdc.h43 #define os_malloc(_size) malloc(_size)
44 #define os_calloc(_count, _size ) calloc(_count, _size )
69 #define os_malloc_aligned(_size, _align) _aligned_malloc(_size, _align)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_debug.h135 #define debug_print_blob(_name, _blob, _size) ((void)0)
H A Du_dump_state.c173 #define util_dump_array(_stream, _type, _obj, _size) \
177 for(idx = 0; idx < (_size); ++idx) { \
185 #define util_dump_struct_array(_stream, _type, _obj, _size) \
189 for(idx = 0; idx < (_size); ++idx) { \
204 #define util_dump_arg_array(_stream, _type, _arg, _size) \
207 util_dump_array(_stream, _type, _arg, _size); \
H A Du_memory.h48 #define MALLOC(_size) os_malloc(_size)
50 #define CALLOC(_count, _size) os_calloc(_count, _size)
54 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size)
63 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
H A Dtr_dump.h137 #define trace_dump_array(_type, _obj, _size) \
141 for(idx = 0; idx < (_size); ++idx) { \
149 #define trace_dump_struct_array(_type, _obj, _size) \
153 for(idx = 0; idx < (_size); ++idx) { \
168 #define trace_dump_arg_array(_type, _arg, _size) \
171 trace_dump_array(_type, _arg, _size); \
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprmem.h80 ** PR_NEW() allocates an untyped item of size _size from the heap.
81 ** INPUTS: _size: size in bytes of item to be allocated
100 ** PR_REALLOC() re-allocates _ptr bytes from the heap as a _size
103 ** _size: size of node to allocate
107 #define PR_REALLOC(_ptr, _size) (PR_Realloc((_ptr), (_size)))
112 ** PR_CALLOC() allocates a _size bytes untyped item from the heap
114 ** INPUTS: _size: size of node to allocate
118 #define PR_CALLOC(_size) (PR_Calloc(1, (_size)))
[all...]

Completed in 961 milliseconds

12345