Home
last modified time | relevance | path

Searched refs:nesting (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_namecheck.c73 int nesting = 0; in get_dataset_depth() local
83 nesting++; in get_dataset_depth()
86 return (nesting); in get_dataset_depth()
/f-stack/app/redis-5.0.5/deps/hiredis/
H A DREADME.md367 The parser limits the level of nesting for multi bulk payloads to 7. If the
368 multi bulk nesting level is higher than this, the parser returns an error.
/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c3328 uint8_t nesting; in x86emuOp_enter() local
3332 nesting = fetch_byte_imm(emu); in x86emuOp_enter()
3335 if (nesting > 0) { in x86emuOp_enter()
3336 for (i = 1; i < nesting; i++) { in x86emuOp_enter()
/f-stack/dpdk/doc/guides/contributing/
H A Dcoding_style.rst576 ANSI C states that such declarations have file scope regardless of the nesting of the declaration.
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt4775 Debug output: Do not emit the function nesting level for the in-kernel
4776 build. The nesting level is really only useful during a single-thread