Home
last modified time | relevance | path

Searched refs:CC (Results 1 – 25 of 36) sorted by relevance

12

/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dconfigure36 old_cc="$CC"
66 test -z "$CC" && echo Checking for gcc...
67 cc=${CC-gcc}
75 CC="$cc"
104 CC=${CC-cc}
174 if test "`($CC -c $SFLAGS $test.c) 2>&1`" = "" &&
178 echo Building shared library $SHAREDLIBV with $CC.
188 LDSHARED="$CC"
189 echo Building static library $LIBS version $VER with $CC.
198 if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then
[all …]
H A DMakefile.in19 CC=cc
28 LDSHARED=$(CC)
29 CPP=$(CC) -E
76 $(CC) -c _match.s
87 $(CC) $(CFLAGS) -o $@ example.o $(LDFLAGS)
90 $(CC) $(CFLAGS) -o $@ minigzip.o $(LDFLAGS)
H A DMakefile19 CC=cc macro
28 LDSHARED=$(CC)
29 CPP=$(CC) -E
76 $(CC) -c _match.s
87 $(CC) $(CFLAGS) -o $@ example.o $(LDFLAGS)
90 $(CC) $(CFLAGS) -o $@ minigzip.o $(LDFLAGS)
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A Dconfigure2542 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2543 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3329 if test -n "$CC"; then
3330 ac_cv_prog_CC="$CC" # Let the user override the test.
3349 CC=$ac_cv_prog_CC
3350 if test -n "$CC"; then
3351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3352 $as_echo "$CC" >&6; }
3361 ac_ct_CC=$CC
3399 CC=""
[all …]
H A DMakefile.in253 libs_parser_libkconfig_parser_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
275 frontends_conf_kconfig_conf_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
288 frontends_gconf_kconfig_gconf_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
301 frontends_mconf_kconfig_mconf_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
315 frontends_nconf_kconfig_nconf_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
337 utils_kconfig_gettext_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
359 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
361 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
362 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
369 CCLD = $(CC)
[all …]
H A DINSTALL107 ./configure CC=c99 CFLAGS=-g LIBS=-lposix
133 ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
222 CC is not installed, it is recommended to use the following options in
225 ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
231 a workaround. If GNU CC is not installed, it is therefore recommended
234 ./configure CC="cc"
238 ./configure CC="cc -nodtk"
286 default values for variables like `CC', `cache_file', and `prefix'.
301 ./configure CC=/usr/local2/bin/gcc
H A Daclocal.m4434 # However there are other variables, like CC, which are often used in
491 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
497 # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
501 # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
510 m4_if([$1], [CC], [depcc="$CC" am_compiler_list=],
545 m4_case([$1], [CC],
847 [_AM_DEPENDENCIES([CC])],
849 m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
1119 [whether $CC understands -c and -o together],
1122 # Make sure it works both with $CC and with simple cc.
[all …]
/nrf52832-nimble/packages/NimBLE-latest/porting/examples/dummy/
H A DMakefile22 CC := ccache $(CROSS_COMPLIE)gcc macro
69 $(CC) -c $(addprefix -I, $(INC)) $(CFLAGS) -o $@ $<
72 $(CC) -o $@ $^
/nrf52832-nimble/
H A DSConstruct17 CC = rtconfig.CC, CCFLAGS = rtconfig.CFLAGS,
23 env.Replace(CCCOM = ['$CC $CCFLAGS $CPPFLAGS $_CPPDEFFLAGS $_CPPINCFLAGS -o $TARGET $SOURCES'])
H A Drtconfig.py32 CC = PREFIX + 'gcc' variable
59 CC = 'armcc' variable
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/m4/
H A Dlibtool.m4125 # _LT_CC_BASENAME(CC)
228 old_CC=$CC
232 test -z "$CC" && CC=cc
233 test -z "$LTCC" && LTCC=$CC
251 LT_SUPPORTED_TAG([CC])
932 _LT_DECL([LTCC], [CC], [1], [A C compiler])dnl
934 _LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl
937 # If no C compiler was specified, use CC.
938 LTCC=${LTCC-"$CC"}
943 # Allow CC to be a program name with arguments.
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/fuzz/
H A DMakefile35 CC=afl-gcc macro
53 $(CC) $(CFLAGS) -o lwip_fuzz fuzz.o $(LWIPLIBCOMMON) $(LDFLAGS)
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/fuzz/
H A DMakefile35 CC=afl-gcc macro
54 $(CC) $(CFLAGS) -o lwip_fuzz fuzz.o $(APPLIB) $(LWIPLIBCOMMON) $(LDFLAGS)
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/test/
H A DMakefile8 CC = ccache $(CROSS_COMPILE)gcc macro
94 $(CC) $(CFLAGS) -MM $^ > ./.depend;
100 $(CC) -c $(CFLAGS) $< -o $@
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/src/
H A Dble_phy.c546 cur_cc = NRF_RTC0->CC[0]; in ble_phy_set_start_time()
560 NRF_TIMER0->CC[0] = rem_usecs; in ble_phy_set_start_time()
565 NRF_RTC0->CC[0] = next_cc; in ble_phy_set_start_time()
590 NRF_TIMER0->CC[0] = 1; in ble_phy_set_start_now()
600 NRF_RTC0->CC[0] = cntr + 3; in ble_phy_set_start_now()
645 end_time = NRF_TIMER0->CC[2] + BLE_LL_IFS; in ble_phy_wfr_enable()
674 end_time = NRF_TIMER0->CC[0] + BLE_PHY_T_RXENFAST + wfr_usecs; in ble_phy_wfr_enable()
689 NRF_TIMER0->CC[3] = end_time; in ble_phy_wfr_enable()
711 if (NRF_TIMER0->CC[1] > NRF_TIMER0->CC[3]) { in ble_phy_wfr_enable()
896 rx_time = NRF_TIMER0->CC[2] + BLE_LL_IFS; in ble_phy_tx_end_isr()
[all …]
/nrf52832-nimble/rt-thread/components/net/uip/uip/
H A DMakefile.include10 CCDEP = $(CC)
27 $(CC) $(CFLAGS) -c $< -o $@
/nrf52832-nimble/packages/NimBLE-latest/porting/examples/linux/
H A DMakefile3 CC := ccache $(CROSS_COMPLIE)gcc macro
80 $(CC) -c $(INCLUDES) $(CFLAGS) -o $@ $<
/nrf52832-nimble/rt-thread/components/net/uip/unix/
H A DMakefile35 CC = gcc macro
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf51/src/
H A Dble_phy.c352 cur_cc = NRF_RTC0->CC[0]; in ble_phy_set_start_time()
366 NRF_TIMER0->CC[0] = rem_usecs; in ble_phy_set_start_time()
371 NRF_RTC0->CC[0] = next_cc; in ble_phy_set_start_time()
410 end_time = NRF_TIMER0->CC[2] + BLE_LL_IFS + in ble_phy_wfr_enable()
414 end_time = NRF_TIMER0->CC[0] + XCVR_RX_START_DELAY_USECS + wfr_usecs + in ble_phy_wfr_enable()
419 NRF_TIMER0->CC[3] = end_time; in ble_phy_wfr_enable()
693 usecs = NRF_TIMER0->CC[1] - ble_phy_mode_pdu_start_off(BLE_PHY_MODE_1M); in ble_phy_rx_start_isr()
/nrf52832-nimble/rt-thread/tools/
H A Dvsc.py44 cc = os.path.join(rtconfig.EXEC_PATH, rtconfig.CC)
H A Dgcc.py78 gcc_cmd = os.path.join(rtconfig.EXEC_PATH, rtconfig.CC)
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/
H A Dhal_timer.c143 tcntr = hwtimer->CC[NRF_TIMER_CC_READ]; in nrf_read_timer_cntr()
188 rtctimer->CC[NRF_RTC_TIMER_CC_INT] = expiry & 0x00ffffff; in nrf_timer_set_ocmp()
191 rtctimer->CC[NRF_RTC_TIMER_CC_INT] = cntr + (1UL << 23); in nrf_timer_set_ocmp()
202 hwtimer->CC[NRF_TIMER_CC_INT] = expiry; in nrf_timer_set_ocmp()
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_rtc.h284 p_reg->CC[ch] = cc_val; in nrf_rtc_cc_set()
289 return p_reg->CC[ch]; in nrf_rtc_cc_get()
H A Dnrf_timer.h646 p_reg->CC[cc_channel] = cc_value; in nrf_timer_cc_write()
652 return (uint32_t)p_reg->CC[cc_channel]; in nrf_timer_cc_read()
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/
H A Dcompile207 *.cc | *.CC | *.cxx | *.CXX | *.[cC]++)

12