Searched defs:expect (Results 101 - 125 of 135) sorted by relevance

123456

/freebsd-13-stable/tests/sys/netgraph/
H A Dvlan_rotate.c122 int expect = (2 * len + i - direction * rot) % len + 1; local
224 int expect = (2 * len + i - direction * rot) % len; local
/freebsd-13-stable/tools/regression/zfs/
H A Dmisc.sh60 expect() function
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp282 void ScriptLexer::expect(StringRef expect) { argument
/freebsd-13-stable/crypto/openssl/crypto/store/
H A Dstore_local.h106 OSSL_STORE_expect_fn expect; member in struct:ossl_store_loader_st
/freebsd-13-stable/sbin/hastd/
H A Dlzf.c81 # define expect(expr,value) __builtin_expect ((expr),(value)) macro
84 # define expect(expr,value) (expr) macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp81 bool expect(AsmToken::TokenKind Kind, const char *KindName) { function in class:__anon3731::WasmAsmParser
/freebsd-13-stable/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_sdp_put.c61 const uint8_t expect[] = { local
95 const uint8_t expect[] = { local
147 const uint8_t expect[] = { local
179 const uint8_t expect[] = { local
204 const uint8_t expect[] = { local
238 const uint8_t expect[] = { local
268 const uint8_t expect[] = { local
301 const uint8_t expect[] = { local
340 const uint8_t expect[] = { local
369 const uint8_t expect[] = { local
401 const uint8_t expect[] = { local
440 const uint8_t expect[] = { local
496 const uint8_t expect[] = { local
549 const uint8_t expect[] = { local
580 const uint8_t expect[] = { local
615 const uint8_t expect[] = { local
661 const uint8_t expect[] = { local
718 const uint8_t expect[] = { local
752 const uint8_t expect[] = { local
788 const uint8_t expect[] = { local
830 const uint8_t expect[] = { local
[all...]
H A Dt_sdp_set.c130 const uint8_t expect[] = { local
210 const uint8_t expect[] = { local
275 const uint8_t expect[] = { local
333 const uint8_t expect[] = { local
[all...]
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_memmem.c64 #define expect(b) \ macro
[all...]
/freebsd-13-stable/tools/regression/priv/
H A Dmain.c367 expect(const char *test, int error, int expected_error, int expected_errno) function
/freebsd-13-stable/contrib/apr-util/test/
H A Dtestbuckets.c498 const char *expect = "123456789abcdefghij"; local
94 flatten_match(abts_case *tc, const char *ctx, apr_bucket_brigade *bb, const char *expect) argument
H A Dtestmemcache.c388 apr_uint32_t expect; local
H A Dtestredis.c322 apr_uint32_t expect; local
/freebsd-13-stable/sys/dev/ppbus/
H A Dpps.c90 ppstry(device_t ppbus, int send, int expect) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp176 Error expect(Kind Expected, StringRef Msg) { function in class:llvm::object::Parser
/freebsd-13-stable/usr.bin/rpcgen/
H A Drpc_scan.c75 scan(tok_kind expect, token *tokp) argument
137 peekscan(tok_kind expect, token *tokp) argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cpp77 ExpectRace expect; member in struct:__tsan::DynamicAnnContext
/freebsd-13-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_vnops.c857 struct flock expect[4]; local
[all...]
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dlex.c796 isc_lex_getmastertoken(isc_lex_t *lex, isc_token_t *token, isc_tokentype_t expect, isc_boolean_t eol) argument
/freebsd-13-stable/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c263 #define expect(expr, value) (__builtin_expect((expr), (value))) macro
/freebsd-13-stable/usr.bin/at/
H A Dparsetime.c277 expect(int desired) function
[all...]
/freebsd-13-stable/contrib/atf/atf-c/
H A Dtc.c69 enum expect_type expect; member in struct:context
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dlz4.c261 #define expect(expr, value) (__builtin_expect((expr), (value))) macro
263 #define expect(expr, value) (expr) macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp291 bool expect(AsmToken::TokenKind Kind, const char *KindName) { function in class:__anon4353::final
[all...]
/freebsd-13-stable/usr.sbin/ppp/
H A Dbundle.c1360 int niov, expect, f; local
1380 int niov, expect, f, *fd, nfd, onfd; local
1547 int niov, f, expect, newsid, fd[SEND_MAXFD], nfd, reply[2]; local
[all...]

Completed in 332 milliseconds

123456