OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CSRC
(Results
1 - 3
of
3
) 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
)
/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 59 milliseconds