Home
last modified time | relevance | path

Searched refs:COMMENT (Results 1 – 23 of 23) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gattlib/files/
H A Ddbus-avoid-strange-chars-from-the-build-dir.patch33 COMMENT "Generate D-Bus 'org.bluez.Adapter1.xml'"
40 COMMENT "Generate D-Bus 'org.bluez.Device1.xml'"
47 COMMENT "Generate D-Bus 'org.bluez.GattService1.xml'"
54 COMMENT "Generate D-Bus 'org.bluez.GattCharacteristic1.xml'"
61 COMMENT "Generate D-Bus 'org.bluez.GattDescriptor1.xml'"
68 COMMENT "Generate D-Bus 'org.bluez.Battery1.xml'"
/openbmc/u-boot/include/linux/
H A Dkbuild.h17 #define COMMENT(x) \ macro
/openbmc/u-boot/lib/
H A Dgunzip.c23 #define COMMENT 0x10 macro
60 if ((flags & COMMENT) != 0) in gzip_parse_header()
162 if ((flags & COMMENT) != 0) in gzwrite()
/openbmc/u-boot/lib/zlib/
H A Dinflate.h28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
H A Dinflate.c494 state->mode = COMMENT; in inflate()
495 case COMMENT: in inflate()
/openbmc/u-boot/arch/mips/lib/
H A Dasm-offsets.c19 COMMENT("MIPS pt_regs offsets."); in output_ptreg_defines()
/openbmc/u-boot/include/
H A Dlattice.h194 #define COMMENT 0x63 /* Support SVF comments in the VME file. */ macro
/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/
H A D0001-libcxxabi-Find-libunwind-headers-when-LIBCXXABI_LIBU.patch51 COMMENT "Build dependencies required to run the libc++abi test suite.")
/openbmc/u-boot/scripts/dtc/
H A Ddtc-lexer.l244 <*>{COMMENT}+ /* eat C-style comments */
/openbmc/phosphor-pcie-presence/
DMAINTAINERS
/openbmc/openpower-sbe-interface/
H A DMAINTAINERS35 Line comments are to be denoted "# SOME COMMENT" (typical shell style
/openbmc/openpower-inventory-upload/
H A DMAINTAINERS35 Line comments are to be denoted "# SOME COMMENT" (typical shell style
/openbmc/openpower-logging/
DMAINTAINERS
/openbmc/google-ipmi-sys/
H A DMAINTAINERS35 Line comments are to be denoted "# SOME COMMENT" (typical shell style
/openbmc/pyphosphor/
H A DMAINTAINERS35 Line comments are to be denoted "# SOME COMMENT" (typical shell style
/openbmc/phosphor-mboxd/
H A DMAINTAINERS35 Line comments are to be denoted "# SOME COMMENT" (typical shell style
/openbmc/inarp/
H A DMAINTAINERS35 Line comments are to be denoted "# SOME COMMENT" (typical shell style
/openbmc/boost-dbus/
H A DMAINTAINERS35 Line comments are to be denoted "# SOME COMMENT" (typical shell style
/openbmc/phosphor-event/
H A DMAINTAINERS35 Line comments are to be denoted "# SOME COMMENT" (typical shell style
/openbmc/libbej/
H A DMAINTAINERS35 Line comments are to be denoted "# SOME COMMENT" (typical shell style
/openbmc/openbmc/poky/meta/recipes-graphics/shaderc/files/
H A D0001-cmake-disable-building-external-dependencies.patch52 COMMENT "Update build-version.inc in the Shaderc build directory (if necessary).")
/openbmc/u-boot/drivers/fpga/
H A Divm_core.c1035 case COMMENT: in ispVMCode()
2282 case COMMENT: in ispVMLCOUNT()
/openbmc/qemu/hw/core/
H A Dloader.c533 #define COMMENT 0x10 macro
565 if ((flags & COMMENT) != 0) { in gunzip()