Home
last modified time | relevance | path

Searched full:grouped (Results 1 – 25 of 216) sorted by relevance

123456789

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp122 SmallVector<std::pair<wasm::ValType, uint32_t>, 4> Grouped; in emitLocal() local
124 if (Grouped.empty() || Grouped.back().first != Type) in emitLocal()
125 Grouped.push_back(std::make_pair(Type, 1)); in emitLocal()
127 ++Grouped.back().second; in emitLocal()
130 Streamer.emitULEB128IntValue(Grouped.size()); in emitLocal()
131 for (auto Pair : Grouped) { in emitLocal()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringAction.h20 /// action rules. These rules get grouped under a common umbrella - a single
24 /// grouped refactoring action rules that represent one refactoring operation.
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-class-multicolor.yaml15 etc.) or standalone LEDs, to achieve logically grouped multi-color LED
H A Dleds-lp50xx.yaml68 or grouped into a module bank.
/freebsd/sys/contrib/device-tree/Bindings/reset/
H A Dst,stih407-powerdown.yaml16 registers. These have been grouped together into a single reset controller
H A Dst,sti-powerdown.txt7 registers. These have been grouped together into a single reset controller
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Drenesas,pfc-pinctrl.txt65 or grouped in child subnodes. Both pin muxing and configuration parameters can
66 be grouped in that way and referenced as a single pin configuration node by
H A Drockchip,pinctrl.txt18 The pins are grouped into up to 5 individual pin banks which need to be
/freebsd/usr.bin/clang/llvm-readobj/
H A Dllvm-readobj.154 \fBllvm\-readelf\fP allows single\-letter grouped flags (e.g.
69 with grouped flags.
/freebsd/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBTableGenUtils.h28 /// Return records grouped by name.
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dvideo-mux.txt18 Optionally, #address-cells, #size-cells, and port nodes can be grouped under a
/freebsd/sys/contrib/device-tree/Bindings/powerpc/
H A Dsleep.yaml37 reasonably grouped in this manner, then create a virtual sleep controller
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_dbgmsg.h39 * dprintf(), and SET_ERROR() interfaces. These are grouped here because
/freebsd/contrib/openpam/doc/man/
H A Dpam.man21 grouped into four facilities: authentication, account management,
/freebsd/usr.sbin/lpr/pac/
H A Dpac.866 charges grouped together.
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcomparetf2.c16 // The semantics of the routines grouped in each column are identical, so there
H A Dcomparedf2.c16 // The semantics of the routines grouped in each column are identical, so there
H A Dcomparesf2.c16 // The semantics of the routines grouped in each column are identical, so there
/freebsd/sys/dev/videomode/
H A Dediddevs90 * List of known products, grouped and sorted by vendor.
H A Dediddevs.h84 * List of known products, grouped and sorted by vendor.
/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry.384 man pages grouped by the purpose.
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dsv_expm1f_inline.h16 /* These 4 are grouped together so they can be loaded as one quadword, then
/freebsd/contrib/nvi/vi/
H A Dv_at.c84 * undone by a single 'u' command, i.e. the changes were grouped in v_at()
/freebsd/contrib/libfido2/udev/
H A Dfidodevs35 # List of known products. Grouped by vendor; sorted by product ID.
/freebsd/share/man/man4/
H A Dnuma.4103 The map of physical memory, grouped by VM domain.

123456789