Home | History | Annotate | Download | only in orig

Lines Matching defs:unlikely

12422 ** The macro unlikely() is a hint that surrounds a boolean
12429 #define unlikely(X) (X)
15509 #define SQLITE_FUNC_UNLIKELY 0x0400 /* Built-in unlikely() function */
16301 #define EP_Skip 0x001000 /* COLLATE, AS, or UNLIKELY */
16307 #define EP_Unlikely 0x040000 /* unlikely() or likelihood() function */
37013 ** This work-around is unlikely to work correctly on any system where
51534 ** it is theoretically possible, though very unlikely,
75287 ** IO error while deleting or truncating a journal file. It is unlikely,
77407 if( unlikely(szHdr<3 || (int)szHdr>m.n) ){
77422 if( unlikely(typeRowid<1 || typeRowid>9 || typeRowid==7) ){
77427 if( unlikely((u32)m.n<szHdr+lenRowid) ){
91837 /* EVIDENCE-OF: R-61304-29449 The unlikely(X) function is
91839 ** EVIDENCE-OF: R-01283-11636 The unlikely(X) function is
91845 /* TUNING: unlikely() probability is 0.0625. likely() is 0.9375 */
92792 ** Skip over any TK_COLLATE operators and any unlikely()
96469 /* The UNLIKELY() function is a no-op. The result is the value
107979 ** Some functions like COALESCE() and IFNULL() and UNLIKELY() are implemented
109309 FUNCTION2(unlikely, 1, 0, 0, noopFunc, SQLITE_FUNC_UNLIKELY),
135100 ** likely(), or unlikely() SQL functions, reduce the estimated number