Searched refs:LIMIT (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_008_pos.ksh99 if (( tolerance > LIMIT )); then
/freebsd-13-stable/tests/sys/cddl/zfs/tests/snapshot/
H A Dsnapshot_008_pos.ksh101 if (( tolerance > LIMIT )); then
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql97 LIMIT 1
111 LIMIT 1
118 LIMIT 1
485 LIMIT 1
501 LIMIT 1
875 SELECT id FROM work_queue LIMIT 1
881 SELECT id, work FROM work_queue ORDER BY id LIMIT 1
902 WHERE checksum = ?1 LIMIT 1
975 LIMIT 1
1102 LIMIT
[all...]
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_chu.c232 #define LIMIT 1000. /* soft limiter threshold */ macro
789 if (limit > LIMIT)
790 limit = LIMIT;
791 else if (limit < -LIMIT)
792 limit = -LIMIT;
/freebsd-13-stable/sbin/pfctl/
H A Dparse.y465 %token SET OPTIMIZATION TIMEOUT LIMIT LOGINTERFACE BLOCKPOLICY FAILPOLICY
612 | SET LIMIT limit_spec
613 | SET LIMIT '{' optnl limit_list '}'
5609 { "limit", LIMIT},
/freebsd-13-stable/sys/dev/sound/pci/
H A Demu10kx.c92 #define LIMIT 0xA macro
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c18500 #define WHERE_ORDERBY_LIMIT 0x0800 /* ORDERBY+LIMIT on the inner loop */
18503 #define WHERE_USE_LIMIT 0x4000 /* Use the LIMIT in cost estimates */
18636 int iLimit, iOffset; /* Memory registers holding LIMIT & OFFSET counters */
18647 Expr *pLimit; /* LIMIT expression. NULL means not used. */
18678 #define SF_FixedLimit 0x0004000 /* nSelectRow set by a constant LIMIT */
18714 ** of the query. This destination implies "LIMIT 1".
[all...]

Completed in 672 milliseconds