Searched defs:fast (Results 1 - 25 of 25) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Dtaskqueue.h217 TASKQUEUE_DECLARE(fast); variable
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h337 bool fast = (tsd_state_get(tsd) == tsd_state_nominal); local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.cpp26 bool fast = common_flags()->fast_unwind_on_fatal; local
39 fast); local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp105 bool fast = common_flags()->fast_unwind_on_fatal; local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp35 ubsan_GetStackTrace(BufferedStackTrace *stack, uptr max_depth, uptr pc, uptr bp, void *context, bool fast) argument
/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c231 FSE_decompress_usingDTable_generic( void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize, const FSE_DTable* dt, const unsigned fast) argument
/freebsd-13-stable/contrib/nvi/regex/
H A Dengine.c47 #define fast sfast macro
58 #define fast lfast macro
680 fast(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, function
1029 #undef fast macro
/freebsd-13-stable/sys/geom/stripe/
H A Dg_stripe.c83 int error, fast; local
586 int error, fast = 0; local
[all...]
/freebsd-13-stable/lib/libc/regex/
H A Dengine.c847 walk(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, bool fast) argument
/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c620 unsigned const fast = (dstSize >= FSE_BLOCKBOUND(srcSize)); local
557 FSE_compress_usingCTable_generic(void* dst, size_t dstSize, const void* src, size_t srcSize, const FSE_CTable* ct, const unsigned fast) argument
/freebsd-13-stable/contrib/tcsh/
H A Dsh.c101 static int fast = 0; variable
/freebsd-13-stable/sys/dev/aac/
H A Daac.c823 u_int32_t index, fast; local
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx_pci.c1159 int fast; local
1095 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, int fast, int large) argument
[all...]
/freebsd-13-stable/sys/netgraph/
H A Dng_ppp.c2364 int fast = 0; local
/freebsd-13-stable/sys/kern/
H A Dkern_tc.c1031 sysclock_getsnapshot(struct sysclock_snap *clock_snap, int fast) argument
/freebsd-13-stable/contrib/jemalloc/src/
H A Djemalloc.c3479 bool fast = tsd_fast(tsd); local
3538 bool fast = tsd_fast(tsd); local
/freebsd-13-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c818 FSE_decompress_usingDTable_generic( void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize, const FSE_DTable* dt, const unsigned fast) argument
H A Dzstd_v02.c1341 FSE_decompress_usingDTable_generic( void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize, const FSE_DTable* dt, const unsigned fast) argument
H A Dzstd_v03.c1342 FSE_decompress_usingDTable_generic( void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize, const FSE_DTable* dt, const unsigned fast) argument
H A Dzstd_v04.c1321 FSE_decompress_usingDTable_generic( void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize, const FSE_DTable* dt, const unsigned fast) argument
H A Dzstd_v05.c1428 FSEv05_decompress_usingDTable_generic( void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize, const FSEv05_DTable* dt, const unsigned fast) argument
H A Dzstd_v06.c1571 FSEv06_decompress_usingDTable_generic( void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize, const FSEv06_DTable* dt, const unsigned fast) argument
H A Dzstd_v07.c1591 FSEv07_decompress_usingDTable_generic( void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize, const FSEv07_DTable* dt, const unsigned fast) argument
/freebsd-13-stable/sys/amd64/amd64/
H A Dpmap.c1082 bool fast; local
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c2929 FSE_decompress_usingDTable_generic( void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize, const FSE_DTable* dt, const unsigned fast) argument
8033 FSE_compress_usingCTable_generic(void* dst, size_t dstSize, const void* src, size_t srcSize, const FSE_CTable* ct, const unsigned fast) argument
8096 unsigned const fast = (dstSize >= FSE_BLOCKBOUND(srcSize)); local
[all...]

Completed in 518 milliseconds