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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d8285 return !nLeft && r.empty;
8292 if (!nLeft)
8298 nLeft = 1;
8306 nLeft = 1;
8311 nLeft = 1;
8317 nLeft = val >> 24;
8318 if (nLeft == 0)
8319 nLeft = 1;
8320 assert(nLeft <= buf.length);
8321 buf[nLeft
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d9089 return !nLeft && r.empty;
9096 if (!nLeft)
9102 nLeft = 1;
9110 nLeft = 1;
9115 nLeft = 1;
9121 nLeft = val >> 24;
9122 if (nLeft == 0)
9123 nLeft = 1;
9124 assert(nLeft <= buf.length);
9125 buf[nLeft
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c66355 walMerge( const u32 *aContent, ht_slot *aLeft, int nLeft, ht_slot **paRight, int *pnRight, ht_slot *aTmp ) argument
107518 int nLeft, nRight; local
109091 int nLeft = sqlite3ExprVectorSize(pLeft); local
160024 int nLeft; /* Number of elements on left side vector */ local
186983 fts3PoslistNearMerge( char **pp, char *aTmp, int nRight, int nLeft, char **pp1, char **pp2 ) argument
187226 fts3DoclistPhraseMerge( int bDescDoclist, int nDist, char *aLeft, int nLeft, char **paRight, int *pnRight ) argument
188822 int nLeft; local
201352 int nLeft; /* Tokens to the left of first highlight */ local
205754 jsonLabelCompareEscaped( const char *zLeft, u32 nLeft, int rawLeft, const char *zRight, u32 nRight, int rawRight ) argument
205810 jsonLabelCompare( const char *zLeft, u32 nLeft, int rawLeft, const char *zRight, u32 nRight, int rawRight ) argument
210889 int nLeft = nIdx/2; local
210975 int nLeft; local
215247 icuCollationColl( void *pCtx, int nLeft, const void *zLeft, int nRight, const void *zRight ) argument
229082 sqlite3changeset_concat( int nLeft, void *pLeft, int nRight , void *pRight, int *pnOut, void **ppOut ) argument
[all...]

Completed in 561 milliseconds