Searched refs:this2 (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/audio/nas/
H A DSDL_nasaudio.c47 static struct SDL_PrivateAudioData *this2 = NULL; variable in typeref:struct:SDL_PrivateAudioData
305 if (this2->buf_free >= 0) {
306 this2->really += event->num_bytes;
307 gettimeofday(&this2->last_tv, 0);
308 this2->buf_free += event->num_bytes;
310 this2->buf_free = event->num_bytes;
317 if (this2->buf_free >= 0) {
318 this2->really += event->num_bytes;
319 gettimeofday(&this2->last_tv, 0);
320 this2
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Ddiskcache.cc328 DiskCache* this2 = const_cast<DiskCache*>(this); local
329 Entry* entry2 = this2->GetOrCreateEntry(id, false);
335 this2->total_size_ += new_size;
340 this2->CheckLimit();
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp12 int this2 : this->this1; // expected-error {{invalid}} member in struct:This

Completed in 1346 milliseconds