HomeSort by: relevance | last modified time | path
    Searched refs:SIM (Results 1 - 20 of 20) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/
systime_s.c 3 #define SIM
systime.c 87 #ifndef SIM
94 #endif /* !SIM */
136 #ifndef SIM /* ntpsim.c has get_systime() and friends for sim */
683 #endif /* !SIM */
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
run-tests.sh 104 if [ "${name}" = "SIM" ] ; then
201 SIM="../../../bfin/run"
202 if [ ! -x ${SIM} ] ; then
203 SIM="bfin-elf-run"
205 echo "Using sim: ${SIM}"
215 ${run_sim} && testit SIM ${s}.x ${SIM} `sed -n '/^# sim:/s|^[^:]*:||p' ${s}`
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
run-tests.sh 104 if [ "${name}" = "SIM" ] ; then
201 SIM="../../../bfin/run"
202 if [ ! -x ${SIM} ] ; then
203 SIM="bfin-elf-run"
205 echo "Using sim: ${SIM}"
215 ${run_sim} && testit SIM ${s}.x ${SIM} `sed -n '/^# sim:/s|^[^:]*:||p' ${s}`
  /src/external/bsd/ntp/dist/include/
ntp_unixtime.h 13 #ifdef SIM
39 #endif /* SIM */
  /src/external/bsd/ntp/dist/ntpd/
ntpd.c 25 #ifdef SIM
242 #if !defined(SIM) && defined(SIGDIE1)
251 #if !defined(SIM) && defined(HAVE_WORKING_FORK)
256 #if !defined(SIM) && !defined(SYS_WINNT)
263 #endif /* !SIM && !SYS_WINNT */
270 #ifndef SIM
283 #endif /* !SIM */
404 #ifdef SIM
488 #ifndef SIM
570 #endif /* !SIM */
    [all...]
ntp_config.c 271 #ifdef SIM
273 #else /* !SIM follows */
277 #endif /* !SIM */
341 #ifdef SIM
345 #else /* !SIM follows */
377 #endif /* !SIM */
497 #ifdef SIM
499 #else /* !SIM follows */
502 #endif /* !SIM */
1857 #ifdef SIM
    [all...]
ntpsim.c 15 #ifdef SIM
ntp_parser.y 41 #ifdef SIM
ntp_io.c 56 #ifdef SIM
3253 #ifdef SIM
3964 #ifndef SIM
4013 #else /* SIM follows */
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
TPCIndirectionUtils.cpp 140 StubInitsMap SIM;
141 SIM[StubName] = std::make_pair(StubAddr, StubFlags);
142 return createStubs(SIM);
  /src/external/bsd/wpa/dist/wpa_supplicant/
wpa_supplicant.conf 629 # pcsc: Use PC/SC and SIM/USIM card
682 # milenage: Milenage parameters for SIM/USIM simulator in <Ki>:<OPc>:<SQN>
803 # sim_num: Identifier for which SIM to use in multi-SIM devices
1241 # EAP-SIM/AKA/AKA' to store the pseudonym identity.
1371 # sim_min_num_chal=3 can be used to configure EAP-SIM to require three
1373 # result_ind=1 can be used to enable EAP-SIM and EAP-AKA to use
1900 # EAP-SIM with a GSM SIM or USIM
1902 ssid="eap-sim-test
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
m32c-tdep.c 21 #include "sim/sim-m32c.h"
65 /* Its sim register number. */
733 /* A raw register named NAME, with type TYPE and sim number SIM_NUM. */
739 #define SIM(name) (m32c_sim_reg_ ## name)
744 (R(#name, tdep->uint16, SIM (name)))
749 (R(#name, tdep->data_addr_reg_type, SIM (name)))
754 (R(#name, tdep->code_addr_reg_type, SIM (name)))
759 (R(#name "0", (type), SIM (name ## 0)), \
760 R(#name "1", (type), SIM (name ## 1)) - 1
    [all...]
configure 668 SIM
1661 --enable-sim link gdb with simulator
32945 # Unlike the sim directory, whether a simulator is linked is controlled by
32949 # are when --disable-sim is specified, or if the simulator directory is
32952 # Check whether --enable-sim was given.
32968 if test ! -d "${srcdir}/../sim"; then
32972 SIM=
32976 SIM="${gdb_sim}"
32977 SIM_OBS="remote-sim.o"
32979 # Some tdep code should only be compiled in when the ppc sim i
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
m32c-tdep.c 21 #include "sim/sim-m32c.h"
65 /* Its sim register number. */
733 /* A raw register named NAME, with type TYPE and sim number SIM_NUM. */
739 #define SIM(name) (m32c_sim_reg_ ## name)
744 (R(#name, tdep->uint16, SIM (name)))
749 (R(#name, tdep->data_addr_reg_type, SIM (name)))
754 (R(#name, tdep->code_addr_reg_type, SIM (name)))
759 (R(#name "0", (type), SIM (name ## 0)), \
760 R(#name "1", (type), SIM (name ## 1)) - 1
    [all...]
configure 668 SIM
1660 --enable-sim link gdb with simulator
32852 # Unlike the sim directory, whether a simulator is linked is controlled by
32856 # are when --disable-sim is specified, or if the simulator directory is
32859 # Check whether --enable-sim was given.
32875 if test ! -d "${srcdir}/../sim"; then
32879 SIM=
32883 SIM="${gdb_sim}"
32884 SIM_OBS="remote-sim.o"
32886 # Some tdep code should only be compiled in when the ppc sim i
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
llvm-jitlink.cpp 182 operator<<(raw_ostream &OS, const Session::SymbolInfoMap &SIM) {
184 for (auto &SKV : SIM)
  /src/external/bsd/wpa/dist/hostapd/
Android.mk 430 # Example EAP-SIM/AKA interface for GSM/UMTS authentication. This can be
  /src/external/gpl3/gdb/dist/sim/
configure 3 # Generated by GNU Autoconf 2.69 for sim 0.
5 # Report bugs to <https://sourceware.org/bugzilla/enter_bug.cgi?product=gdb&component=sim>.
278 $0: https://sourceware.org/bugzilla/enter_bug.cgi?product=gdb&component=sim
592 PACKAGE_NAME='sim'
593 PACKAGE_TARNAME='sim'
595 PACKAGE_STRING='sim 0'
596 PACKAGE_BUGREPORT='https://sourceware.org/bugzilla/enter_bug.cgi?product=gdb&component=sim'
597 PACKAGE_URL='https://sourceware.org/gdb/wiki/Sim/'
1703 \`configure' configures sim 0 to adapt to many kinds of systems.
1751 --docdir=DIR documentation root [DATAROOTDIR/doc/sim]
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/
configure 3 # Generated by GNU Autoconf 2.69 for sim 0.
5 # Report bugs to <https://sourceware.org/bugzilla/enter_bug.cgi?product=gdb&component=sim>.
278 $0: https://sourceware.org/bugzilla/enter_bug.cgi?product=gdb&component=sim
592 PACKAGE_NAME='sim'
593 PACKAGE_TARNAME='sim'
595 PACKAGE_STRING='sim 0'
596 PACKAGE_BUGREPORT='https://sourceware.org/bugzilla/enter_bug.cgi?product=gdb&component=sim'
597 PACKAGE_URL='https://sourceware.org/gdb/wiki/Sim/'
1703 \`configure' configures sim 0 to adapt to many kinds of systems.
1751 --docdir=DIR documentation root [DATAROOTDIR/doc/sim]
    [all...]

Completed in 89 milliseconds