HomeSort by relevance Sort by last modified time
    Searched defs:CSRC (Results 1 - 6 of 6) sorted by null

  /external/nanopb-c/examples/simple/
Makefile 9 CSRC = simple.c # The main program
10 CSRC += simple.pb.c # The compiled protocol definition
11 CSRC += $(NANOPB_DIR)/pb_encode.c # The nanopb encoder
12 CSRC += $(NANOPB_DIR)/pb_decode.c # The nanopb decoder
15 simple: $(CSRC)
16 $(CC) $(CFLAGS) -osimple $(CSRC)
  /external/syslinux/efi/
Makefile 47 CSRC = $(wildcard $(SRC)/*.c)
48 OBJS = $(subst $(SRC)/,,$(filter-out %wrapper.o, $(patsubst %.c,%.o,$(CSRC))))
  /external/syslinux/memdisk/
Makefile 46 CSRC = setup.c msetup.c e820func.c conio.c unzip.c dskprobe.c eltorito.c \
  /external/syslinux/core/
Makefile 44 CSRC := $(shell find $(SRC) -name '*.c' -print)
48 ALLSRC = $(NASMSRC) $(NASMHDR) $(CSRC) $(SSRC) $(CHDR) $(OTHERSRC)
50 COBJ := $(subst $(SRC)/,,$(patsubst %.c,%.o,$(CSRC)))
  /toolchain/binutils/binutils-2.25/opcodes/
d10v-opc.c 164 #define CSRC (ATMINUS + 1) /* control register */
166 #define CDST (CSRC + 1) /* control register */
274 { "mvfc", SHORT_2, 1, MU, PAR, 0x5200, 0x7e01, { RDST, CSRC } },
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_utility.cc 231 uint32_t CSRC = ByteReader<uint32_t>::ReadBigEndian(ptr);
233 header->arrOfCSRCs[i] = CSRC;

Completed in 110 milliseconds