Searched refs:PARSER (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/ |
| H A D | Makefile | 6 PARSER = $(srctree)/Documentation/sphinx/parse-headers.pl macro 16 echo ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions; \ 17 ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions 20 ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions 24 $(BUILDDIR)/audio.h.rst: ${UAPI}/dvb/audio.h ${PARSER} $(SRC_DIR)/audio.h.rst.exceptions 27 $(BUILDDIR)/ca.h.rst: ${UAPI}/dvb/ca.h ${PARSER} $(SRC_DIR)/ca.h.rst.exceptions 30 $(BUILDDIR)/dmx.h.rst: ${UAPI}/dvb/dmx.h ${PARSER} $(SRC_DIR)/dmx.h.rst.exceptions 33 $(BUILDDIR)/frontend.h.rst: ${UAPI}/dvb/frontend.h ${PARSER} $(SRC_DIR)/frontend.h.rst.exceptions 36 $(BUILDDIR)/net.h.rst: ${UAPI}/dvb/net.h ${PARSER} $(SRC_DIR)/net.h.rst.exceptions 39 $(BUILDDIR)/video.h.rst: ${UAPI}/dvb/video.h ${PARSER} $(SRC_DIR)/video.h.rst.exceptions [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/tsocks/tsocks/ |
| H A D | makefile-add-ldflags.patch | 14 ${SHLIB}: ${OBJS} ${COMMON}.o ${PARSER}.o 15 - ${SHCC} ${CFLAGS} ${INCLUDES} -nostdlib -shared -o ${SHLIB} ${OBJS} ${COMMON}.o ${PARSER}.o ${DYN… 16 …LDFLAGS} ${INCLUDES} -nostdlib -shared -o ${SHLIB} ${OBJS} ${COMMON}.o ${PARSER}.o ${DYNLIB_FLAGS}…
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/i810/ |
| H A D | i810_accel.c | 262 PUT_RING(PARSER | FLUSH); in load_front() 269 PUT_RING(PARSER | FRONT_BUFFER | ((par->pitch >> 3) << 8)); in load_front()
|
| H A D | i810.h | 62 #define PARSER 0x00000000 macro
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iq_check/ |
| H A D | CMakeLists.txt | 63 # BUILD HOST PARSER TOOL #
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/ |
| H A D | CMakeLists.txt | 45 # BUILD HOST PARSER tools #
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-11 | 4936 error_t PARSER (int KEY, char *ARG, struct argp_state *STATE) 4941 For each option that is parsed, PARSER is called with a value of 4943 Argp Option Vectors::. PARSER is also called at other times with 4953 one, an error results before PARSER ever gets called. 4960 information about the current parsing state for use by PARSER. 4963 When PARSER is called, it should perform whatever action is 5729 PARSER – A function to parse a single option, called by argp 5735 The function PARSER takes the following arguments: 5763 KEY – The KEY to pass to the PARSER function when parsing this option,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-11 | 4936 error_t PARSER (int KEY, char *ARG, struct argp_state *STATE) 4941 For each option that is parsed, PARSER is called with a value of 4943 Argp Option Vectors::. PARSER is also called at other times with 4953 one, an error results before PARSER ever gets called. 4960 information about the current parsing state for use by PARSER. 4963 When PARSER is called, it should perform whatever action is 5729 PARSER – A function to parse a single option, called by argp 5735 The function PARSER takes the following arguments: 5763 KEY – The KEY to pass to the PARSER function when parsing this option,
|