Home
last modified time | relevance | path

Searched defs:expect (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/
H A Dzts-report.py.in356 expect = issue_url + known[test][1] variable
358 expect = known[test][1] variable
361 expect = issue_url + maybe[test][1] variable
363 expect = maybe[test][1] variable
369 expect = "UNKNOWN REASON" variable
383 expect = "PASS" if test not in known else known[test][0] variable
/f-stack/app/redis-5.0.5/src/
H A Dlzf_c.c79 # define expect(expr,value) __builtin_expect ((expr),(value)) macro
82 # define expect(expr,value) (expr) macro
/f-stack/freebsd/i386/include/
H A Datomic.h380 atomic_cmpset_64_i386(volatile uint64_t *dst, uint64_t expect, uint64_t src) in atomic_cmpset_64_i386()
409 atomic_fcmpset_64_i386(volatile uint64_t *dst, uint64_t *expect, uint64_t src) in atomic_fcmpset_64_i386()
482 atomic_cmpset_64_i586(volatile uint64_t *dst, uint64_t expect, uint64_t src) in atomic_cmpset_64_i586()
500 atomic_fcmpset_64_i586(volatile uint64_t *dst, uint64_t *expect, uint64_t src) in atomic_fcmpset_64_i586()
567 atomic_cmpset_64(volatile uint64_t *dst, uint64_t expect, uint64_t src) in atomic_cmpset_64()
577 atomic_fcmpset_64(volatile uint64_t *dst, uint64_t *expect, uint64_t src) in atomic_fcmpset_64()
692 atomic_cmpset_long(volatile u_long *dst, u_long expect, u_long src) in atomic_cmpset_long()
700 atomic_fcmpset_long(volatile u_long *dst, u_long *expect, u_long src) in atomic_fcmpset_long()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Ddebug.h62 #define expect(expr, value) (__builtin_expect((expr), (value))) macro
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request_body.c804 ngx_str_t *expect; in ngx_http_test_expect() local
H A Dngx_http_request.h201 ngx_table_elt_t *expect; member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dlz4.c261 #define expect(expr, value) (__builtin_expect((expr), (value))) macro
263 #define expect(expr, value) (expr) macro
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_rxtx.c2637 uint64_t mask, expect; in iavf_dev_tx_desc_status() local
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1584 ZSTD_outBuffer const expect = zds->expectedOutBuffer; in ZSTD_checkOutBuffer() local
/f-stack/dpdk/drivers/net/ice/
H A Dice_rxtx.c2001 uint64_t mask, expect; in ice_tx_descriptor_status() local
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_rxtx.c2094 uint64_t mask, expect; in i40e_dev_tx_descriptor_status() local
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c4332 ZSTD_inBuffer const expect = cctx->expectedInBuffer; in ZSTD_checkBufferStability() local
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_regs.h1807 po32m(struct txgbe_hw *hw, u32 reg, u32 mask, u32 expect, u32 *actual, in po32m()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c26045 ZSTD_outBuffer const expect = zds->expectedOutBuffer; in ZSTD_checkOutBuffer() local