Searched defs:this (Results 1 - 25 of 109) sorted by relevance

12345

/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...]
H A Dpicokpdf.c5 * you may not use this file except in compliance with the License.
92 static pico_status_t kpdfDURInitialize(register picoknow_KnowledgeBase this, argument
97 if (NULL == this || NULL == this->subObj) {
101 pdfdur = (picokpdf_pdfdur_t *)this->subObj;
105 pdfdur->numframes = ((picoos_uint16)(this->base[pos+1])) << 8 |
106 this->base[pos];
108 pdfdur->vecsize = this->base[pos++];
109 pdfdur->sampperframe = this->base[pos++];
110 pdfdur->phonquantlen = this
144 kpdfMULInitialize(register picoknow_KnowledgeBase this, picoos_Common common) argument
249 kpdfPHSInitialize(register picoknow_KnowledgeBase this, picoos_Common common) argument
273 kpdfMULSubObjDeallocate(register picoknow_KnowledgeBase this, picoos_MemoryManager mm) argument
288 kpdfDURSubObjDeallocate(register picoknow_KnowledgeBase this, picoos_MemoryManager mm) argument
296 kpdfPHSSubObjDeallocate(register picoknow_KnowledgeBase this, picoos_MemoryManager mm) argument
308 picokpdf_specializePdfKnowledgeBase(picoknow_KnowledgeBase this, picoos_Common common, const picokpdf_kpdftype_t kpdftype) argument
363 picokpdf_getPdfDUR(picoknow_KnowledgeBase this) argument
367 picokpdf_getPdfMUL(picoknow_KnowledgeBase this) argument
371 picokpdf_getPdfPHS(picoknow_KnowledgeBase this) argument
[all...]
/external/webkit/WebKitTools/DumpRenderTree/mac/PerlSupport/
H A DDumpRenderTreeSupportTiger.pm38 sub this { subroutine
/external/blktrace/btt/
H A Ddevmap.c17 * along with this program; if not, write to the Free Software
50 char this[128]; local
53 sprintf(this, "%u,%u", MAJOR(device), MINOR(device));
57 if (!strcmp(this, dmp->devno))
H A Ddip_rb.c17 * along with this program; if not, write to the Free Software
68 void (*fnc)(struct io *iop, struct io *this),
72 struct io *this = rb_entry(n, struct io, rb_node); local
74 __u64 this_s = BIT_START(this), this_e = BIT_END(this);
77 if (fnc) fnc(iop, this);
79 list_add_tail(&this->f_head, head);
67 rb_foreach(struct rb_node *n, struct io *iop, void (*fnc)(struct io *iop, struct io *this), struct list_head *head) argument
H A Dproc.c17 * along with this program; if not, write to the Free Software
67 struct pn_info *this; local
71 this = rb_entry(n, struct pn_info, rb_node);
72 if (pid < this->u.pid)
74 else if (pid > this->u.pid)
77 return this->pip;
86 struct pn_info *this; local
90 this = rb_entry(n, struct pn_info, rb_node);
91 cmp = strcmp(name, this->u.name);
97 return this
105 struct pn_info *this; local
132 struct pn_info *this; local
[all...]
/external/qemu/distrib/sdl-1.2.12/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.12/src/video/picogui/
H A DSDL_pgevents.c16 License along with this library; if not, write to the Free Software
69 SDL_VideoDevice *this = (SDL_VideoDevice *) evt->extra; local
70 pgFocus(this->hidden->wCanvas);
98 pgSetWidget(this->hidden->wCanvas, PG_WP_TRIGGERMASK,
99 pgGetWidget(this->hidden->wCanvas, PG_WP_TRIGGERMASK) |
104 pgFocus(this->hidden->wCanvas);
107 pgBind(this->hidden->wApp, PG_WE_CLOSE, &PG_HandleClose, NULL);
108 pgBind(this->hidden->wCanvas, PG_WE_BUILD, &PG_HandleResize, NULL);
109 pgBind(this->hidden->wCanvas, PG_WE_KBD_CHAR, &PG_HandleChar, NULL);
110 pgBind(this
[all...]
/external/qemu/distrib/sdl-1.2.12/src/audio/amigaos/
H A DSDL_ahiaudio.c16 License along with this library; if not, write to the Free Software
82 SDL_AudioDevice *this; local
89 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
90 if ( this ) {
91 SDL_memset(this, 0, (sizeof *this));
92 this->hidden = (struct SDL_PrivateAudioData *)
93 SDL_malloc((sizeof *this->hidden));
95 if ( (this == NULL) || (this
[all...]
/external/qemu/distrib/sdl-1.2.12/src/audio/bsd/
H A DSDL_bsdaudio.c16 License along with this library; if not, write to the Free
107 SDL_AudioDevice *this; local
110 this = (SDL_AudioDevice*)SDL_malloc(sizeof(SDL_AudioDevice));
111 if(this) {
112 SDL_memset(this, 0, (sizeof *this));
113 this->hidden =
114 (struct SDL_PrivateAudioData*)SDL_malloc((sizeof *this->hidden));
116 if((this == NULL) || (this
[all...]
/external/qemu/distrib/sdl-1.2.12/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.12/src/audio/dsp/
H A DSDL_dspaudio.c16 License along with this library; if not, write to the Free Software
91 SDL_AudioDevice *this; local
94 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
95 if ( this ) {
96 SDL_memset(this, 0, (sizeof *this));
97 this->hidden = (struct SDL_PrivateAudioData *)
98 SDL_malloc((sizeof *this->hidden));
100 if ( (this == NULL) || (this
[all...]
/external/qemu/distrib/sdl-1.2.12/src/audio/mint/
H A DSDL_mintaudio_dma8.c16 License along with this library; if not, write to the Free
125 SDL_AudioDevice *this; local
128 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
129 if ( this ) {
130 SDL_memset(this, 0, (sizeof *this));
131 this->hidden = (struct SDL_PrivateAudioData *)
132 SDL_malloc((sizeof *this->hidden));
134 if ( (this == NULL) || (this
[all...]
H A DSDL_mintaudio_stfa.c16 License along with this library; if not, write to the Free
125 SDL_AudioDevice *this; local
128 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
129 if ( this ) {
130 SDL_memset(this, 0, (sizeof *this));
131 this->hidden = (struct SDL_PrivateAudioData *)
132 SDL_malloc((sizeof *this->hidden));
134 if ( (this == NULL) || (this
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_gamma.c16 License along with this library; if not, write to the Free Software
97 SDL_VideoDevice *this = current_video; local
111 succeeded = video->SetGamma(this, red, green, blue);
117 so this function isn't officially supported.
123 SDL_VideoDevice *this = current_video; local
139 succeeded = video->GetGamma(this, red, green, blue);
148 SDL_VideoDevice *this = current_video; local
189 succeeded = video->SetGammaRamp(this, video->gamma);
199 SDL_VideoDevice *this = current_video; local
210 video->GetGammaRamp(this, vide
[all...]
H A DSDL_yuv.c16 License along with this library; if not, write to the Free Software
36 SDL_VideoDevice *this = current_video; local
57 overlay = video->CreateYUVOverlay(this, w, h, format, display);
61 overlay = SDL_CreateYUV_SW(this, w, h, format, display);
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
H A DSDL_fbriva.c16 License along with this library; if not, write to the Free Software
83 if ( dst == this->screen ) {
90 FB_dst_to_xy(this, dst, &dstX, &dstY);
105 if ( dst == this->screen ) {
114 SDL_VideoDevice *this = current_video; local
129 if ( dst == this->screen ) {
136 FB_dst_to_xy(this, src, &srcX, &srcY);
137 FB_dst_to_xy(this, dst, &dstX, &dstY);
153 if ( dst == this->screen ) {
168 if ( ! this
[all...]
/external/qemu/distrib/zlib-1.2.3/
H A Dinffast.c38 inflate execution time is spent in this routine.
90 code this; /* retrieved table entry */ local
127 this = lcode[hold & lmask];
129 op = (unsigned)(this.bits);
132 op = (unsigned)(this.op);
134 Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ?
136 "inflate: literal 0x%02x\n", this.val));
137 PUP(out) = (unsigned char)(this.val);
140 len = (unsigned)(this
[all...]
H A Dinftrees.c16 include such an acknowledgment, I would appreciate that you keep this
53 code this; /* table entry for duplication */ local
89 lens[] are in the range 0..MAXBITS. The caller must assure this.
91 symbol does not occur in this code.
118 this.op = (unsigned char)64; /* invalid code marker */
119 this.bits = (unsigned char)1;
120 this.val = (unsigned short)0;
121 *(*table)++ = this; /* make a table to force an error */
122 *(*table)++ = this;
150 Create and fill in decoding tables. In this loo
[all...]
/external/zlib/contrib/infback9/
H A Dinftree9.c16 include such an acknowledgment, I would appreciate that you keep this
53 code this; /* table entry for duplication */ local
91 lens[] are in the range 0..MAXBITS. The caller must assure this.
93 symbol does not occur in this code.
144 Create and fill in decoding tables. In this loop, the table being
159 counts are used for this, and so count[] is decremented as codes are
171 routine permits incomplete codes, so another loop after this one fills
212 this.bits = (unsigned char)(len - drop);
214 this.op = (unsigned char)0;
215 this
[all...]
/external/zlib/
H A Dinffast.c38 inflate execution time is spent in this routine.
90 code this; /* retrieved table entry */ local
127 this = lcode[hold & lmask];
129 op = (unsigned)(this.bits);
132 op = (unsigned)(this.op);
134 Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ?
136 "inflate: literal 0x%02x\n", this.val));
137 PUP(out) = (unsigned char)(this.val);
140 len = (unsigned)(this
[all...]
H A Dinftrees.c16 include such an acknowledgment, I would appreciate that you keep this
53 code this; /* table entry for duplication */ local
89 lens[] are in the range 0..MAXBITS. The caller must assure this.
91 symbol does not occur in this code.
118 this.op = (unsigned char)64; /* invalid code marker */
119 this.bits = (unsigned char)1;
120 this.val = (unsigned short)0;
121 *(*table)++ = this; /* make a table to force an error */
122 *(*table)++ = this;
150 Create and fill in decoding tables. In this loo
[all...]
/external/v8/test/mjsunit/tools/
H A Dprofile.js7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
14 // from this software without specific prior written permission.
61 this.profile = new devtools.profiler.Profile();
62 this.stack_ = [];
63 this.addFunctions_();
75 this.profile.addLibrary('lib1', 0x11000, 0x12000);
76 this.profile.addStaticCode('lib1-f1', 0x11100, 0x11900);
77 this.profile.addStaticCode('lib1-f2', 0x11200, 0x11500);
78 this
[all...]
/external/bison/src/
H A DLR0.c309 state_list *this = first_state;
315 state *s = this->state;
323 first_state = this->next;
324 free (this);
345 item of this initial rule. */
356 /* Set up ruleset and itemset for the transitions out of this
361 /* Record the reductions allowed out of this state. */
307 state_list *this = first_state; local

Completed in 355 milliseconds

12345