HomeSort by relevance Sort by last modified time
    Searched full:nref (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/third_party/mesa/src/src/glsl/builtins/ir/
faceforward.ir 6 (declare (in) float Nref))
7 ((if (expression bool < (expression float * (var_ref Nref) (var_ref I)) (constant float (0)))
15 (declare (in) vec2 Nref))
16 ((if (expression bool < (expression float dot (var_ref Nref) (var_ref I)) (constant float (0)))
24 (declare (in) vec3 Nref))
25 ((if (expression bool < (expression float dot (var_ref Nref) (var_ref I)) (constant float (0)))
33 (declare (in) vec4 Nref))
34 ((if (expression bool < (expression float dot (var_ref Nref) (var_ref I)) (constant float (0)))
  /external/mesa3d/src/glsl/builtins/ir/
faceforward.ir 6 (declare (in) float Nref))
7 ((if (expression bool < (expression float * (var_ref Nref) (var_ref I)) (constant float (0)))
15 (declare (in) vec2 Nref))
16 ((if (expression bool < (expression float dot (var_ref Nref) (var_ref I)) (constant float (0)))
24 (declare (in) vec3 Nref))
25 ((if (expression bool < (expression float dot (var_ref Nref) (var_ref I)) (constant float (0)))
33 (declare (in) vec4 Nref))
34 ((if (expression bool < (expression float dot (var_ref Nref) (var_ref I)) (constant float (0)))
  /external/chromium_org/third_party/sqlite/src/src/
mutex_unix.c 28 ** The sqlite3_mutex.id, sqlite3_mutex.nRef, and sqlite3_mutex.owner fields
45 volatile int nRef; /* Number of entrances */
74 return (p->nRef!=0 && pthread_equal(p->owner, pthread_self()));
77 return p->nRef==0 || pthread_equal(p->owner, pthread_self())==0;
191 assert( p->nRef==0 );
224 if( p->nRef>0 && pthread_equal(p->owner, self) ){
225 p->nRef++;
228 assert( p->nRef==0 );
230 p->nRef = 1;
238 assert( p->nRef>0 || p->owner==0 )
    [all...]
mutex_w32.c 29 volatile int nRef; /* Number of enterances */
81 return p->nRef!=0 && p->owner==GetCurrentThreadId();
84 return p->nRef==0 || p->owner!=tid;
223 assert( p->nRef==0 && p->owner==0 );
247 assert( p->nRef>0 || p->owner==0 );
249 p->nRef++;
251 printf("enter mutex %p (%d) with nRef=%d\n", p, p->trace, p->nRef);
275 p->nRef++;
283 printf("try mutex %p (%d) with nRef=%d\n", p, p->trace, p->nRef)
    [all...]
pcache.c 22 int nRef; /* Number of referenced pages */
58 assert( p->nRef || (p->flags&PGHDR_NEED_SYNC) );
60 return (p==0 || p->nRef || (p->flags&PGHDR_NEED_SYNC)==0);
192 assert( pCache->nRef==0 && pCache->pDirty==0 );
247 pPg && (pPg->nRef || (pPg->flags&PGHDR_NEED_SYNC));
252 for(pPg=pCache->pDirtyTail; pPg && pPg->nRef; pPg=pPg->pDirtyPrev);
279 if( 0==pPage->nRef ){
280 pCache->nRef++;
282 pPage->nRef++;
296 assert( p->nRef>0 )
    [all...]
test_btree.c 38 Tcl_ListObjAppendElement(interp, pRet, Tcl_NewIntObj(pBt->nRef));
resolve.c 337 ** Because no reference was made to outer contexts, the pNC->nRef
391 /* Increment the nRef value on all name contexts from TopNC up to
395 pTopNC->nRef++;
585 int nRef = pNC->nRef;
592 assert( pNC->nRef>=nRef );
593 if( nRef!=pNC->nRef ){
    [all...]
test_onefile.c 104 int nRef; /* Number of pointers to this structure */
381 pReal->nRef--;
382 assert(pReal->nRef>=0);
385 if( pReal->nRef==0 ){
669 pReal->nRef++;
os_os2.c 750 ** nRef
759 ** Either os2ShmNode.mutex must be held or os2ShmNode.nRef==0 and
773 int nRef; /* Number of os2ShmLink objects pointing to this */
841 assert( sqlite3_mutex_held(pNode->mutex) || pNode->nRef==0 );
962 pNode->nRef++;
981 ** Purge the os2ShmNodeList list of all entries with nRef==0.
997 if( pNode->nRef == 0 ) {
    [all...]
pcache.h 40 i16 nRef; /* Number of users of this page */
btreeInt.h 375 ** to this one BtShared object. BtShared.nRef is the number of
379 ** mutex, except for nRef and pNext which are accessed under the
381 ** may not be modified once it is initially set as long as nRef>0.
383 ** thereafter is unchanged as long as nRef>0.
432 int nRef; /* Number of references to this structure */
test_quota.c 97 int nRef; /* Number of times this file is open */
341 pFile->nRef++;
367 pFile->nRef--;
368 if( pFile->nRef==0 ){
919 Tcl_NewWideIntObj(pFile->nRef));
vtab.c 95 pVTab->nRef++;
119 assert( pVTab->nRef>0 );
122 pVTab->nRef--;
123 if( pVTab->nRef==0 ){
476 pVTable->nRef = 1;
  /external/bison/src/
reader.h 54 named_ref *nref);
56 named_ref *nref);
  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_cpols.c 298 NOTICEREF *nref;
300 if(!(nref = NOTICEREF_new())) goto merr;
301 not->noticeref = nref;
302 } else nref = not->noticeref;
303 if(ia5org) nref->organization->type = V_ASN1_IA5STRING;
304 else nref->organization->type = V_ASN1_VISIBLESTRING;
305 if(!ASN1_STRING_set(nref->organization, cnf->value,
308 NOTICEREF *nref;
311 if(!(nref = NOTICEREF_new())) goto merr;
312 not->noticeref = nref;
    [all...]
  /external/openssl/crypto/x509v3/
v3_cpols.c 290 NOTICEREF *nref;
292 if(!(nref = NOTICEREF_new())) goto merr;
293 not->noticeref = nref;
294 } else nref = not->noticeref;
295 if(ia5org) nref->organization->type = V_ASN1_IA5STRING;
296 else nref->organization->type = V_ASN1_VISIBLESTRING;
297 if(!ASN1_STRING_set(nref->organization, cnf->value,
300 NOTICEREF *nref;
303 if(!(nref = NOTICEREF_new())) goto merr;
304 not->noticeref = nref;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/builtins/profiles/
100.glsl 204 float faceforward(float N, float I, float Nref);
205 vec2 faceforward(vec2 N, vec2 I, vec2 Nref);
206 vec3 faceforward(vec3 N, vec3 I, vec3 Nref);
207 vec4 faceforward(vec4 N, vec4 I, vec4 Nref);
110.glsl 204 float faceforward(float N, float I, float Nref);
205 vec2 faceforward(vec2 N, vec2 I, vec2 Nref);
206 vec3 faceforward(vec3 N, vec3 I, vec3 Nref);
207 vec4 faceforward(vec4 N, vec4 I, vec4 Nref);
120.glsl 204 float faceforward(float N, float I, float Nref);
205 vec2 faceforward(vec2 N, vec2 I, vec2 Nref);
206 vec3 faceforward(vec3 N, vec3 I, vec3 Nref);
207 vec4 faceforward(vec4 N, vec4 I, vec4 Nref);
  /external/mesa3d/src/glsl/builtins/profiles/
100.glsl 204 float faceforward(float N, float I, float Nref);
205 vec2 faceforward(vec2 N, vec2 I, vec2 Nref);
206 vec3 faceforward(vec3 N, vec3 I, vec3 Nref);
207 vec4 faceforward(vec4 N, vec4 I, vec4 Nref);
110.glsl 204 float faceforward(float N, float I, float Nref);
205 vec2 faceforward(vec2 N, vec2 I, vec2 Nref);
206 vec3 faceforward(vec3 N, vec3 I, vec3 Nref);
207 vec4 faceforward(vec4 N, vec4 I, vec4 Nref);
120.glsl 204 float faceforward(float N, float I, float Nref);
205 vec2 faceforward(vec2 N, vec2 I, vec2 Nref);
206 vec3 faceforward(vec3 N, vec3 I, vec3 Nref);
207 vec4 faceforward(vec4 N, vec4 I, vec4 Nref);
  /external/openfst/src/include/fst/
replace-util.h 141 size_t nref; // # of non-terminal instances referring to this Fst member in struct:fst::ReplaceUtil::ReplaceStats
153 nref(0) {}
304 ++stats_[j].nref;
352 stats_[k].nref -= nk;
360 stats_[k].nref += ni * nk;
513 if (stats_[j].nref <= ninstances) {
  /external/chromium_org/third_party/sqlite/
system-sqlite.patch 178 assert( pShmNode->nRef>0 );
179 pShmNode->nRef--;
180 if( pShmNode->nRef==0 ){
576 assert( pShmNode->nRef>0 );
577 pShmNode->nRef--;
578 if( pShmNode->nRef==0 ){
  /external/chromium_org/third_party/angle/src/compiler/translator/
OutputHLSL.cpp     [all...]

Completed in 579 milliseconds

1 2 3