Searched refs:this (Results 1 - 25 of 2227) sorted by relevance

1234567891011>>

/external/clang/test/Modules/Inputs/NoUmbrella.framework/Headers/
H A DBoom.h0 this is gibberish
/external/mesa3d/src/glsl/glcpp/tests/
H A D000-content-with-spaces.c0 this is four tokens
/external/svox/pico/lib/
H A Dpicoknow.c5 * you may not use this file except in compliance with the License.
46 picoknow_KnowledgeBase this; local
49 this = picoos_allocate(mm,sizeof(*this));
50 if (NULL != this) {
51 PICODBG_TRACE(("allocated KnowledgeBase at address %i with size %i",(picoos_uint32)this,sizeof(*this)));
53 this->next = NULL;
54 this->id = PICOKNOW_KBID_NULL;
55 this
63 picoknow_disposeKnowledgeBase(picoos_MemoryManager mm, picoknow_KnowledgeBase * this) argument
[all...]
H A Dpicokdbg.c5 * you may not use this file except in compliance with the License.
73 static pico_status_t kdbgInitialize(register picoknow_KnowledgeBase this, argument
79 if (NULL == this || NULL == this->subObj) {
83 kdbg = (kdbg_subobj_t *)this->subObj;
84 kdbg->phonesyms = this->base;
89 static pico_status_t kdbgSubObjDeallocate(register picoknow_KnowledgeBase this, argument
91 if (NULL != this) {
92 picoos_deallocate(mm, (void *) &this->subObj);
98 pico_status_t picokdbg_specializeDbgKnowledgeBase(picoknow_KnowledgeBase this, argument
114 picokdbg_getDbg(picoknow_KnowledgeBase this) argument
125 picokdbg_getPhoneId(const picokdbg_Dbg this, const picoos_char *phsym) argument
144 picokdbg_getPhoneSym(const picokdbg_Dbg this, const picoos_uint8 phid) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/disk/
H A DSDL_diskaudio.c16 License along with this library; if not, write to the Free Software
80 SDL_AudioDevice *this; local
84 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
85 if ( this ) {
86 SDL_memset(this, 0, (sizeof *this));
87 this->hidden = (struct SDL_PrivateAudioData *)
88 SDL_malloc((sizeof *this->hidden));
90 if ( (this == NULL) || (this
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/bsd/
H A DSDL_bsdaudio.h16 License along with this library; if not, write to the Free
29 #define _THIS SDL_AudioDevice *this
51 #define audio_fd (this->hidden->audio_fd)
52 #define parent (this->hidden->parent)
53 #define mixbuf (this->hidden->mixbuf)
54 #define mixlen (this->hidden->mixlen)
55 #define frame_ticks (this->hidden->frame_ticks)
56 #define next_frame (this->hidden->next_frame)
/external/qemu/distrib/sdl-1.2.15/src/audio/dsp/
H A DSDL_dspaudio.h16 License along with this library; if not, write to the Free Software
29 /* Hidden "this" pointer for the video functions */
30 #define _THIS SDL_AudioDevice *this
46 #define audio_fd (this->hidden->audio_fd)
47 #define parent (this->hidden->parent)
48 #define mixbuf (this->hidden->mixbuf)
49 #define mixlen (this->hidden->mixlen)
50 #define frame_ticks (this->hidden->frame_ticks)
51 #define next_frame (this->hidden->next_frame)
/external/qemu/distrib/sdl-1.2.15/src/audio/esd/
H A DSDL_esdaudio.h16 License along with this library; if not, write to the Free Software
29 /* Hidden "this" pointer for the video functions */
30 #define _THIS SDL_AudioDevice *this
50 #define audio_fd (this->hidden->audio_fd)
51 #define parent (this->hidden->parent)
52 #define mixbuf (this->hidden->mixbuf)
53 #define mixlen (this->hidden->mixlen)
54 #define frame_ticks (this->hidden->frame_ticks)
55 #define next_frame (this->hidden->next_frame)
/external/qemu/distrib/sdl-1.2.15/src/audio/paudio/
H A DSDL_paudio.h16 License along with this library; if not, write to the Free Software
29 /* Hidden "this" pointer for the video functions */
30 #define _THIS SDL_AudioDevice *this
50 #define audio_fd (this->hidden->audio_fd)
51 #define parent (this->hidden->parent)
52 #define mixbuf (this->hidden->mixbuf)
53 #define mixlen (this->hidden->mixlen)
54 #define frame_ticks (this->hidden->frame_ticks)
55 #define next_frame (this->hidden->next_frame)
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsvideo.h16 License along with this library; if not, write to the Free Software
36 /* Hidden "this" pointer for the video functions */
37 #define _THIS SDL_VideoDevice *this
71 #define console_fd (this->hidden->console_fd)
72 #define memory_fd (this->hidden->memory_fd)
73 #define saved_vinfo (this->hidden->saved_vinfo)
74 #define current_vt (this->hidden->current_vt)
75 #define saved_vt (this->hidden->saved_vt)
76 #define keyboard_fd (this->hidden->keyboard_fd)
77 #define saved_kbd_mode (this
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/sun/
H A DSDL_sunaudio.h16 License along with this library; if not, write to the Free Software
29 /* Hidden "this" pointer for the video functions */
30 #define _THIS SDL_AudioDevice *this
46 #define audio_fd (this->hidden->audio_fd)
47 #define audio_fmt (this->hidden->audio_fmt)
48 #define mixbuf (this->hidden->mixbuf)
49 #define ulaw_only (this->hidden->ulaw_only)
50 #define ulaw_buf (this->hidden->ulaw_buf)
51 #define written (this->hidden->written)
52 #define fragsize (this
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
H A DSDL_dx5audio.h16 License along with this library; if not, write to the Free Software
31 /* Hidden "this" pointer for the video functions */
32 #define _THIS SDL_AudioDevice *this
46 #define sound (this->hidden->sound)
47 #define mixbuf (this->hidden->mixbuf)
48 #define NUM_BUFFERS (this->hidden->NUM_BUFFERS)
49 #define mixlen (this->hidden->mixlen)
50 #define silence (this->hidden->silence)
51 #define lastchunk (this->hidden->lastchunk)
52 #define locked_buf (this
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/macosx/
H A DSDL_coreaudio.h16 License along with this library; if not, write to the Free Software
30 /* Hidden "this" pointer for the video functions */
31 #define _THIS SDL_AudioDevice *this
41 #define outputAudioUnit (this->hidden->outputAudioUnit)
42 #define buffer (this->hidden->buffer)
43 #define bufferOffset (this->hidden->bufferOffset)
44 #define bufferSize (this->hidden->bufferSize)
/external/qemu/distrib/sdl-1.2.15/src/audio/dummy/
H A DSDL_dummyaudio.c16 License along with this library; if not, write to the Free Software
64 SDL_AudioDevice *this; local
67 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
68 if ( this ) {
69 SDL_memset(this, 0, (sizeof *this));
70 this->hidden = (struct SDL_PrivateAudioData *)
71 SDL_malloc((sizeof *this->hidden));
73 if ( (this == NULL) || (this
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
H A DSDL_aavideo.h16 License along with this library; if not, write to the Free Software
33 /* Hidden "this" pointer for the video functions */
34 #define _THIS SDL_VideoDevice *this
52 #define SDL_modelist (this->hidden->SDL_modelist)
53 #define AA_context (this->hidden->context)
54 #define AA_palette (this->hidden->palette)
55 #define AA_rparams (this->hidden->rparams)
56 #define AA_buffer (this->hidden->buffer)
58 #define AA_x_ratio (this->hidden->x_ratio)
59 #define AA_y_ratio (this
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.h16 License along with this library; if not, write to the Free Software
52 /* Hidden "this" pointer for the video functions */
53 #define _THIS SDL_VideoDevice *this
163 #define local_X11 (this->hidden->local_X11)
164 #define SDL_Display (this->hidden->X11_Display)
165 #define GFX_Display (this->hidden->GFX_Display)
166 #define SDL_Screen DefaultScreen(this->hidden->X11_Display)
167 #define SDL_Visual (this->hidden->vis)
169 #define WMwindow (this->hidden->WMwindow)
170 #define FSwindow (this
[all...]
/external/llvm/test/MC/ARM/
H A Dfull_line_comment.s2 # this is a full line comment starting at column 1
3 # this starting at column 2
8 # .long 1 this line is commented out
/external/qemu/distrib/sdl-1.2.15/src/audio/dma/
H A DSDL_dmaaudio.h16 License along with this library; if not, write to the Free Software
29 /* Hidden "this" pointer for the video functions */
30 #define _THIS SDL_AudioDevice *this
51 #define audio_fd (this->hidden->audio_fd)
52 #define parent (this->hidden->parent)
53 #define dma_buf (this->hidden->dma_buf)
54 #define dma_len (this->hidden->dma_len)
55 #define num_buffers (this->hidden->num_buffers)
56 #define frame_ticks (this->hidden->frame_ticks)
57 #define next_frame (this
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/windib/
H A DSDL_dibaudio.h16 License along with this library; if not, write to the Free Software
29 /* Hidden "this" pointer for the video functions */
30 #define _THIS SDL_AudioDevice *this
32 #define NUM_BUFFERS 2 /* -- Don't lower this! */
45 #define sound (this->hidden->sound)
46 #define audio_event (this->hidden->audio_event)
47 #define audio_cs (this->hidden->audio_cs)
48 #define mixbuf (this->hidden->mixbuf)
49 #define wavebuf (this->hidden->wavebuf)
50 #define cur_buffer (this
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxvideo.h17 License along with this library; if not, write to the Free
41 // Hidden "this" pointer for the video functions
42 #define _THIS SDL_VideoDevice * this
76 #define SDL_Window (this -> hidden -> SDL_Window)
77 #define FSwindow (this -> hidden -> FSwindow)
78 #define SDL_windowid (this -> hidden -> SDL_windowid)
79 #define SDL_GC (this -> hidden -> GC)
80 #define SDL_Image (this -> hidden -> Image)
81 #define Image_buff (this -> hidden -> Image_buff)
82 #define Clientfb (this
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
H A DSDL_svgavideo.h16 License along with this library; if not, write to the Free Software
30 /* Hidden "this" pointer for the video functions */
31 #define _THIS SDL_VideoDevice *this
49 #define SDL_nummodes (this->hidden->SDL_nummodes)
50 #define SDL_modelist (this->hidden->SDL_modelist)
51 #define SDL_vgamode (this->hidden->SDL_vgamode)
52 #define flip_page (this->hidden->flip_page)
53 #define flip_offset (this->hidden->flip_offset)
54 #define flip_address (this->hidden->flip_address)
55 #define banked (this
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemvideo.h16 License along with this library; if not, write to the Free Software
35 /* Hidden "this" pointer for the video functions */
36 #define _THIS SDL_VideoDevice *this
98 #define VDI_handle (this->hidden->vdi_handle)
99 #define VDI_w (this->hidden->full_w)
100 #define VDI_h (this->hidden->full_h)
101 #define VDI_bpp (this->hidden->bpp)
102 #define VDI_pixelsize (this->hidden->pixelsize)
103 #define VDI_oldnumcolors (this->hidden->old_numcolors)
104 #define VDI_oldpalette (this
[all...]
/external/llvm/include/llvm/ADT/
H A DSmallVector.h83 /// isSmall - Return true if this is a smallvector which has not had dynamic
89 /// resetToSmall - Put this vector in a state of being small.
94 void setEnd(T *P) { this->EndX = P; }
111 iterator begin() { return (iterator)this->BeginX; }
112 const_iterator begin() const { return (const_iterator)this->BeginX; }
113 iterator end() { return (iterator)this->EndX; }
114 const_iterator end() const { return (const_iterator)this->EndX; }
116 iterator capacity_ptr() { return (iterator)this->CapacityX; }
117 const_iterator capacity_ptr() const { return (const_iterator)this->CapacityX;}
232 if (this
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/nto/
H A DSDL_nto_audio.h16 License along with this library; if not, write to the Free
31 /* Hidden "this" pointer for the audio functions */
32 #define _THIS SDL_AudioDevice *this
57 #define cardno (this->hidden->cardno)
58 #define deviceno (this->hidden->deviceno)
59 #define audio_handle (this->hidden->audio_handle)
60 #define audio_fd (this->hidden->audio_fd)
61 #define parent (this->hidden->parent)
62 #define pcm_buf (this->hidden->pcm_buf)
63 #define pcm_len (this
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbvideo.h16 License along with this library; if not, write to the Free Software
38 /* Hidden "this" pointer for the video functions */
39 #define _THIS SDL_VideoDevice *this
111 #define console_fd (this->hidden->console_fd)
112 #define current_vt (this->hidden->current_vt)
113 #define saved_vt (this->hidden->saved_vt)
114 #define keyboard_fd (this->hidden->keyboard_fd)
115 #define saved_kbd_mode (this->hidden->saved_kbd_mode)
116 #define saved_kbd_termios (this->hidden->saved_kbd_termios)
117 #define mouse_fd (this
[all...]

Completed in 548 milliseconds

1234567891011>>