Searched defs:this (Results 76 - 100 of 128) sorted by relevance

123456

/external/iproute2/doc/
H A Dip-cref.tex22 \section{About this document}
100 Do not use this option when reporting bugs or asking for advice.
135 Usually it is \verb|list| or, if the objects of this class
164 IP address {\em et al\/}. In this case \verb|ip| prints an error message
176 The kernel returned an error to some syscall. In this case \verb|ip|
182 In this case \verb|ip| prints the error message, as it is output
206 \item RTNETLINK is not configured in the kernel. In this case
214 when configuring the kernel. In this case any attempt to use the
254 Though neither the \verb|ip| utility nor the kernel check for this condition.
255 You can get unpredictable results changing this fla
[all...]
/external/libvorbis/vq/
H A Dbookutil.c58 float this=0; local
61 this+=val*val;
63 if(best==-1 || this<best){
64 best=this;
229 /* this reads the format as written by vqbuild/latticebuild; innocent
231 header-ness will break this routine */
H A Dvqgen.c109 float this=_dist(v,_now(v,j),_now(v,k)); local
110 if(this>0){
111 if(v->assigned[k] && (localmin==-1 || this<localmin))
112 localmin=this;
128 localmin=v->max[j]+localmin/2; /* this gives us rough diameter */
153 element in the codebook entry is orthogonal. Residues would use this
207 /* be paranoid; this should be impossible */
213 /* be paranoid; this should be impossible */
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsvideo.c16 License along with this library; if not, write to the Free Software
82 SDL_VideoDevice *this; local
85 this = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
86 if ( this ) {
87 SDL_memset(this, 0, (sizeof *this));
88 this->hidden = (struct SDL_PrivateVideoData *)
89 SDL_malloc((sizeof *this->hidden));
91 if ( (this == NULL) || (this
[all...]
/external/svox/pico/lib/
H A Dpicoctrl.c5 * you may not use this file except in compliance with the License.
87 * @param this : pointer to Control PU
93 static pico_status_t ctrlInitialize(register picodata_ProcessingUnit this, picoos_int32 resetMode) { argument
98 if (NULL == this || NULL == this->subObj) {
101 ctrl = (ctrl_subobj_t *) this->subObj;
116 picoos_emRaiseException(this->common->em,status,NULL,(picoos_char*)"problem (re-)initializing the engine");
124 * @param this : pointer to Control PU
126 * @param bytesOutput : number of bytes produced during this step (output)
133 static picodata_step_result_t ctrlStep(register picodata_ProcessingUnit this, argument
236 ctrlTerminate(register picodata_ProcessingUnit this) argument
262 ctrlSubObjDeallocate(register picodata_ProcessingUnit this, picoos_MemoryManager mm) argument
295 ctrlAddPU(register picodata_ProcessingUnit this, picodata_putype_t puType, picoos_bool levelAwareCbOut, picoos_bool last) argument
425 picodata_ProcessingUnit this = picodata_newProcessingUnit(mm, common, cbIn, local
484 picoctrl_disposeControl(picoos_MemoryManager mm, picodata_ProcessingUnit * this) argument
524 picoctrl_engReset(picoctrl_Engine this, picoos_int32 resetMode) argument
558 picoctrl_isValidEngineHandle(picoctrl_Engine this) argument
583 picoctrl_Engine this = (picoctrl_Engine) picoos_allocate(mm, sizeof(*this)); local
663 picoctrl_disposeEngine(picoos_MemoryManager mm, picorsrc_ResourceManager rm, picoctrl_Engine * this) argument
704 picoctrl_engGetCommon(picoctrl_Engine this) argument
723 picoctrl_engFeedText(picoctrl_Engine this, picoos_char * text, picoos_int16 textSize, picoos_int16 * bytesPut) argument
749 picoctrl_engFetchOutputItemBytes( picoctrl_Engine this, picoos_char *buffer, picoos_int16 bufferSize, picoos_int16 *bytesReceived) argument
[all...]
H A Dpicoacph.c5 * you may not use this file except in compliance with the License.
100 all but the first will be treated as an (empty) phrase containing just this item.
101 If this (single) item is a flush, creation of SBEG is suppressed.
160 static pico_status_t acphInitialize(register picodata_ProcessingUnit this, picoos_int32 resetMode) { argument
166 if (NULL == this || NULL == this->subObj) {
167 return picoos_emRaiseException(this->common->em,
170 acph = (acph_subobj_t *) this->subObj;
203 picoktab_getPhones(this->voice->kbArray[PICOKNOW_KBID_TAB_PHONES]);
205 return picoos_emRaiseException(this
279 acphTerminate(register picodata_ProcessingUnit this) argument
284 acphSubObjDeallocate(register picodata_ProcessingUnit this, picoos_MemoryManager mm) argument
299 picodata_ProcessingUnit this; local
328 acphGetNrSylls(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint16 ind) argument
352 acphPhrItemSeqGetPosLeft(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint16 ind, picoos_uint16 *leftind) argument
371 acphSubPhrasing(register picodata_ProcessingUnit this, register acph_subobj_t *acph) argument
617 acphAccItemSeqGetPosLeft(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint16 ind, picoos_uint16 *leftind) argument
637 acphAccNrSyllParts(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint16 ind, picoos_uint8 *s1, picoos_uint8 *s2) argument
684 acphAccGetNrsRight(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint16 ind, picoos_uint16 *nrwordsfol, picoos_uint16 *nrsyllsfol, picoos_uint16 *footwordsfol, picoos_uint16 *footsyllsfol) argument
732 acphAccGetNrsLeft(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint16 ind, picoos_uint16 *nrwordspre, picoos_uint16 *nrsyllspre) argument
767 acphIsWordWithoutStress(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint16 ind) argument
785 acphAccentuation(register picodata_ProcessingUnit this, register acph_subobj_t *acph) argument
966 acphPutBoundItem(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint8 strength, const picoos_uint8 type, picoos_uint8 *dopuoutfull, picoos_uint16 *numBytesOutput) argument
1047 acphStep(register picodata_ProcessingUnit this, picoos_int16 mode, picoos_uint16 *numBytesOutput) argument
[all...]
H A Dpicorsrc.c5 * you may not use this file except in compliance with the License.
66 picoos_int8 lockCount; /* count of current subscribers of this resource */
86 * Returns non-zero if 'this' is a valid resource handle, zero otherwise.
88 picoos_int16 picoctrl_isValidResourceHandle(picorsrc_Resource this) argument
90 return (this != NULL) && CHECK_MAGIC_NUMBER(this);
96 picorsrc_Resource this = picoos_allocate(mm, sizeof(*this)); local
97 if (NULL != this) {
98 SET_MAGIC_NUMBER(this);
114 picorsrc_disposeResource(picoos_MemoryManager mm, picorsrc_Resource * this) argument
131 picorsrc_initializeVoice(picorsrc_Voice this) argument
146 picorsrc_Voice this = (picorsrc_Voice) picoos_allocate(mm,sizeof(*this)); local
180 picorsrc_VoiceDefinition this = (picorsrc_VoiceDefinition) picoos_allocate(mm,sizeof(*this)); local
230 picorsrc_ResourceManager this = picoos_allocate(mm,sizeof(*this)); local
247 picorsrc_disposeResourceManager(picoos_MemoryManager mm, picorsrc_ResourceManager * this) argument
259 findResource(picorsrc_ResourceManager this, picoos_char * resourceName, picorsrc_Resource * rsrc) argument
272 isResourceLoaded(picorsrc_ResourceManager this, picoos_char * resourceName) argument
295 readHeader(picorsrc_ResourceManager this, picoos_FileHeader header, picoos_uint32 * headerlen, picoos_File file) argument
337 picorsrc_createKnowledgeBase( picorsrc_ResourceManager this, picoos_uint8 * data, picoos_uint32 size, picoknow_kb_id_t kbid, picoknow_KnowledgeBase * kb) argument
463 picorsrc_releaseKnowledgeBase( picorsrc_ResourceManager this, picoknow_KnowledgeBase * kb) argument
471 picorsrc_getKbList(picorsrc_ResourceManager this, picoos_uint8 * data, picoos_uint32 datalen, picoknow_KnowledgeBase * kbList) argument
536 picorsrc_loadResource(picorsrc_ResourceManager this, picoos_char * fileName, picorsrc_Resource * resource) argument
675 picorsrc_releaseKbList(picorsrc_ResourceManager this, picoknow_KnowledgeBase * kbList) argument
689 picorsrc_unloadResource(picorsrc_ResourceManager this, picorsrc_Resource * resource) argument
778 picorsrc_rsrcGetName(picorsrc_Resource this, picoos_char * name, picoos_uint32 maxlen) argument
791 findVoiceDefinition(picorsrc_ResourceManager this, const picoos_char * voiceName, picorsrc_VoiceDefinition * vdef) argument
814 picorsrc_addResourceToVoiceDefinition(picorsrc_ResourceManager this, picoos_char * voiceName, picoos_char * resourceName) argument
842 picorsrc_createVoiceDefinition(picorsrc_ResourceManager this, picoos_char * voiceName) argument
888 picorsrc_releaseVoiceDefinition(picorsrc_ResourceManager this, picoos_char *voiceName) argument
929 picorsrc_createVoice(picorsrc_ResourceManager this, const picoos_char * voiceName, picorsrc_Voice * voice) argument
1007 picorsrc_releaseVoice(picorsrc_ResourceManager this, picorsrc_Voice * voice) argument
[all...]
H A Dpicosig.c5 * you may not use this file except in compliance with the License.
57 static picodata_step_result_t sigStep(register picodata_ProcessingUnit this,
92 /*-----------------------Definition of the local storage for this PU--------*/
111 * @param this : sig PU object
117 static pico_status_t sigInitialize(register picodata_ProcessingUnit this, picoos_int32 resetMode) argument
120 if (NULL == this || NULL == this->subObj) {
123 sig_subObj = (sig_subobj_t *) this->subObj;
153 this->voice->kbArray[PICOKNOW_KBID_PDF_MGC]);
155 this
196 sigTerminate(register picodata_ProcessingUnit this) argument
217 sigSubObjDeallocate(register picodata_ProcessingUnit this, picoos_MemoryManager mm) argument
263 picodata_ProcessingUnit this = picodata_newProcessingUnit(mm, common, cbIn, local
317 getPhsFromPdf(register picodata_ProcessingUnit this, picoos_uint16 phsIndex, picoos_int32 *phsVect, picoos_int16 *numComponents) argument
374 sigProcess(register picodata_ProcessingUnit this, picoos_uint16 inReadPos, picoos_uint16 numinb, picoos_uint16 outWritePos, picoos_uint16 *numoutb) argument
724 sigStep(register picodata_ProcessingUnit this, picoos_int16 mode, picoos_uint16 * numBytesOutput) argument
[all...]
H A Dpicotrns.c5 * you may not use this file except in compliance with the License.
156 picokfst_symid_t altOutSym; /**< current output symbol at this recursion position */
157 picoos_int32 altOutRefPos; /**< output reference position at this recursion position */
444 initialized by 'StartTransduction'. Repeat calls to this procedure until '*finished' returns true.
635 picotrns_SimpleTransducer this; local
636 this = picoos_allocate(mm, sizeof(picotrns_simple_transducer_t));
637 if (this == NULL) {
638 picoos_deallocate(mm, (void *)&this);
644 this->altDescBuf = picotrns_allocate_alt_desc_buf(mm, maxAltDescLen, &this
660 picotrns_disposeSimpleTransducer(picotrns_SimpleTransducer * this, picoos_MemoryManager mm) argument
678 picotrns_stTransduce(picotrns_SimpleTransducer this, picokfst_FST fst) argument
703 picotrns_stAddWithPlane(picotrns_SimpleTransducer this, picoos_char * inStr, picoos_uint8 plane) argument
722 picotrns_stGetSymSequence( picotrns_SimpleTransducer this, picoos_uint8 * outputSymIds, picoos_uint32 maxOutputSymIds) argument
[all...]
/external/bison/
H A Dmaint.mk18 ## along with this program. If not, see <http://www.gnu.org/licenses/>.
65 # You can override this variable in cfg.mk to set your own regexp
83 # (i.e., with no $(srcdir) prefix), this definition is careful to
103 this-vc-tag = v$(VERSION)
104 this-vc-tag-regexp = v$(VERSION_REGEXP)
107 tag-this-version = $(subst .,_,$(VERSION))
108 this-vc-tag = $(tag-package)-$(tag-this-version)
109 this-vc-tag-regexp = $(this
[all...]
/external/bison/src/
H A Dsymtab.c19 along with this program. If not, see <http://www.gnu.org/licenses/>. */
439 symbol_check_alias_consistency (symbol *this) argument
441 symbol *sym = this;
442 symbol *str = this->alias;
445 if (!(this->alias
446 && this->user_token_number == USER_NUMBER_HAS_STRING_ALIAS))
486 symbol_check_alias_consistency_processor (void *this, argument
489 symbol_check_alias_consistency (this);
500 symbol_pack (symbol *this) argument
502 aver (this
513 symbol_pack_processor(void *this, void *null ATTRIBUTE_UNUSED) argument
548 symbol_translation(symbol *this) argument
568 symbol_translation_processor(void *this, void *null ATTRIBUTE_UNUSED) argument
834 symbol *this = symbols[i]; local
855 symbol *this = symbols[i]; local
[all...]
/external/blktrace/btt/
H A Dinlines.h17 * along with this program; if not, write to the Free Software
303 void (*fnc)(struct io *iop, struct io *this),
301 dip_rb_fe(struct d_info *dip, enum iop_type type, struct io *iop, void (*fnc)(struct io *iop, struct io *this), struct list_head *head) argument
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp77 #define this macro
96 // Check this is all properly defined away.
162 this
/external/e2fsprogs/debugfs/
H A Dlogdump.c497 end of this block. */
595 * If this block is a block
633 int first, prev, this, start_extent, i; local
650 this = inode->i_block[i];
651 if (start_extent >= 0 && this == prev+1) {
652 prev = this;
657 first = prev = this;
/external/libvorbis/lib/
H A Dres0.c186 bitmask of one indicates this partition class has bits to write
187 this pass */
190 /* yes, this is a minor hack due to not thinking ahead */
363 int this=0; local
366 this+=val*val;
368 if(best==-1 || this<best){
370 best=this;
419 /* move all this setup out later */
486 /* move all this setup out later */
550 /* move all this setu
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_surface.c16 License along with this library; if not, write to the Free Software
42 SDL_VideoDevice *this = current_video; local
124 (video->AllocHWSurface(this, surface) < 0) ) {
201 SDL_VideoDevice *this = current_video; local
208 (video->SetHWColorKey(this, surface, key) < 0) ) {
252 SDL_VideoDevice *this = current_video; local
258 (video->SetHWAlpha(this, surface, value) < 0) ) {
402 * These parts are separated out and each used internally by this
556 SDL_VideoDevice *this = current_video; local
596 return(video->FillHWRect(this, ds
742 SDL_VideoDevice *this = current_video; local
777 SDL_VideoDevice *this = current_video; local
930 SDL_VideoDevice *this = current_video; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgavideo.c16 License along with this library; if not, write to the Free Software
177 /* Check to see if we already have this mode */
309 this->info.wm_available = 0;
310 this->info.hw_available = 1;
312 this->info.blit_hw = 1;
314 this->info.blit_hw = 0;
317 this->info.blit_hw_CC = 1;
319 this->info.blit_hw_CC = 0;
322 this->info.blit_fill = 1;
324 this
867 SDL_VideoDevice *this; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_video.c16 License along with this library; if not, write to the Free Software
189 SDL_VideoDevice *this = (SDL_VideoDevice *)data; local
427 ret = dfb->EnumVideoModes (dfb, EnumModesCallback, this);
456 this->info.wm_available = 1;
457 this->info.hw_available = 1;
458 this->info.blit_hw = 1;
459 this->info.blit_hw_CC = 1;
460 this->info.blit_hw_A = 1;
461 this->info.blit_fill = 1;
462 this
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
H A DSDL_ipodvideo.c16 License along with this library; if not, write to the Free Software
46 #define _THIS SDL_VideoDevice *this
113 SDL_VideoDevice *this; local
115 this = (SDL_VideoDevice *)SDL_malloc (sizeof(SDL_VideoDevice));
116 if (this) {
117 memset (this, 0, sizeof *this);
118 this->hidden = (struct SDL_PrivateVideoData *) SDL_malloc (sizeof(struct SDL_PrivateVideoData));
120 if (!this || !this
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_sysevents.c16 License along with this library; if not, write to the Free Software
158 SDL_VideoDevice *this = current_video; local
159 if(SDL_strcmp(this->name, "gapi") == 0)
161 if( this->hidden->gapiInfo->suspended )
163 this->hidden->gapiInfo->suspended = 0;
184 SDL_VideoDevice *this = current_video; local
185 if(SDL_strcmp(this->name, "gapi") == 0)
187 if( !this->hidden->gapiInfo->suspended )
189 this->hidden->gapiInfo->suspended = 1;
208 Special code to handle mouse leave events - this suck
253 SDL_VideoDevice *this = current_video; local
266 SDL_VideoDevice *this = current_video; local
577 SDL_VideoDevice *this = current_video; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11events.c16 License along with this library; if not, write to the Free Software
52 /* Define this if you want to debug X11 events */
87 == 0xC0 ) { /* see if those 3 bits are 110. If so, the char is in this range */
99 == 0xE0) { /* see if those 4 bits are 1110. If so, the char is in this range */
111 == 0xF0) { /* see if those 5 bits are 11110. If so, the char is in this range */
123 == 0xF8) { /* see if those 6 bits are 111110. If so, the char is in this range */
136 == 0xFC) { /* see if those 7 bits are 1111110. If so, the char is in this range */
197 calling this function. Insufficient output buffer is considered as
198 an error, and once an error occured, this function doesn't give any
305 /* Check to see if this i
1251 struct SDL_VideoDevice *this = current_video; local
[all...]
H A DSDL_x11wm.c16 License along with this library; if not, write to the Free Software
67 for(i = 0; i < this->hidden->nvisuals; i++) {
68 if(this->hidden->visuals[i].visual == dvis) {
69 dbpp = this->hidden->visuals[i].bpp;
312 X11_SetCaptionNoLock(this, title, icon);
346 if (this->screen->flags & SDL_FULLSCREEN)
349 /* this code is tricky because some window managers, but not all,
357 * this causes a slight flicker since the window 'jumps' very
380 set_window_pos_nolock(this, x, y);
388 if (this
586 SDL_VideoDevice *this = current_video; local
[all...]
/external/webkit/Source/WebCore/inspector/front-end/
H A DProfilesPanel.js8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
30 this._id = id;
31 this._name = name;
49 return this.name;
54 return this._id;
59 return this._name;
69 profile._profileView = this.createView(profile);
93 WebInspector.Panel.call(this, "profiles");
95 this
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dndis_events.c154 ndis_events_query_interface(IWbemObjectSink *this, REFIID riid, void **obj) argument
160 *obj = this;
161 IWbemObjectSink_AddRef(this);
169 static ULONG STDMETHODCALLTYPE ndis_events_add_ref(IWbemObjectSink *this) argument
171 struct ndis_events_data *events = (struct ndis_events_data *) this;
176 static ULONG STDMETHODCALLTYPE ndis_events_release(IWbemObjectSink *this) argument
178 struct ndis_events_data *events = (struct ndis_events_data *) this;
303 ndis_events_indicate(IWbemObjectSink *this, long lObjectCount, argument
306 struct ndis_events_data *events = (struct ndis_events_data *) this;
387 ndis_events_set_status(IWbemObjectSink *this, lon argument
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Dndis_events.c154 ndis_events_query_interface(IWbemObjectSink *this, REFIID riid, void **obj) argument
160 *obj = this;
161 IWbemObjectSink_AddRef(this);
169 static ULONG STDMETHODCALLTYPE ndis_events_add_ref(IWbemObjectSink *this) argument
171 struct ndis_events_data *events = (struct ndis_events_data *) this;
176 static ULONG STDMETHODCALLTYPE ndis_events_release(IWbemObjectSink *this) argument
178 struct ndis_events_data *events = (struct ndis_events_data *) this;
303 ndis_events_indicate(IWbemObjectSink *this, long lObjectCount, argument
306 struct ndis_events_data *events = (struct ndis_events_data *) this;
387 ndis_events_set_status(IWbemObjectSink *this, lon argument
[all...]

Completed in 485 milliseconds

123456