Home
last modified time | relevance | path

Searched full:resb (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/libpcap/msdos/
H A Dpkt_rx1.s20 .destinAdr resb 6 ; packet destination address
21 .sourceAdr resb 6 ; packet source address
23 .rxBuffer resb ETH_MTU ; RX buffer
33 _pktTemp resb 20 ; temp work area
34 _pktTxBuf resb (ETH_MAX) ; TX buffer
35 _pktRxBuf resb (RX_SIZE*NUM_RX_BUF) ; RX structures
/freebsd/lib/libc/tests/gen/
H A Drealpath2_test.c48 char resb[MAXPATHLEN] = { 0 }; in ATF_TC_BODY() local
57 ATF_REQUIRE(realpath(path, resb) == NULL); in ATF_TC_BODY()
71 char resb[MAXPATHLEN] = { 0 }; in ATF_TC_BODY() local
86 ATF_REQUIRE_ERRNO(ENOENT, realpath(path, resb) == NULL); in ATF_TC_BODY()
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_realpath.c125 char resb[MAXPATHLEN] = { 0 }; in ATF_TC_BODY() local
147 ATF_REQUIRE(realpath(slnk, resb) != NULL); in ATF_TC_BODY()
148 ATF_REQUIRE(strcmp(resb, path) == 0); in ATF_TC_BODY()
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dsharp,ls037v7dw01.yaml56 reset-gpios = <&gpio5 27 GPIO_ACTIVE_HIGH>; /* gpio155, lcd RESB */
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap3-evm-common.dtsi103 reset-gpios = <&gpio5 27 GPIO_ACTIVE_HIGH>; /* gpio155, lcd RESB */
H A Domap3-ldp.dts196 reset-gpios = <&gpio2 23 GPIO_ACTIVE_HIGH>; /* gpio55, lcd RESB */
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp482 auto ResB = decompose(B, Preconditions, IsSignedB, DL); in decompose() local
483 ResA.add(ResB); in decompose()
609 auto ResB = decompose(Op1, Preconditions, IsSigned, DL); in decompose() local
610 ResA.sub(ResB); in decompose()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp805 NodePtr ResB = identifyNode(BR, BI); in identifyAdd() local
806 if (!ResB) { in identifyAdd()
815 Node->addOperand(ResB); in identifyAdd()