Home
last modified time | relevance | path

Searched refs:CFLAG (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Lib/
Dtty.py12 CFLAG = 2 variable
23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
24 mode[CFLAG] = mode[CFLAG] | CS8
/external/python/cpython3/Lib/
Dtty.py12 CFLAG = 2 variable
23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
24 mode[CFLAG] = mode[CFLAG] | CS8
/external/python/cpython2/Demo/scripts/
Dpp.py30 CFLAG = 0 variable
45 CFLAG = 1 variable
77 if CFLAG:
/external/tpm2-tss/m4/
Dflags.m42 dnl A macro to add a CFLAG to the EXTRA_CFLAGS variable. This macro will
12 AC_MSG_WARN([Optional CFLAG "$1" not supported by your compiler, continuing.])],[
13 AC_MSG_ERROR([Required CFLAG "$1" not supported by your compiler, aborting.])]
54 dnl A macro to add a CFLAG to the EXTRA_CFLAGS variable.
/external/ms-tpm-20-ref/TPMCmd/
Dflags.m434 dnl A macro to add a CFLAG to the EXTRA_CFLAGS variable. This macro will
44 AC_MSG_WARN([Optional CFLAG "$1" not supported by your compiler, continuing.])],[
45 AC_MSG_ERROR([Required CFLAG "$1" not supported by your compiler, aborting.])]
/external/arm-trusted-firmware/docs/design_documents/
Dcmake_framework.rst142 group_add(NAME mem_conf TYPE CFLAG KEY -Os)
/external/rnnoise/m4/
Dattributes.m466 dnl Check for CFLAG and appends them to CFLAGS if supported
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dconfigure.ac127 # the '-DPIC' CFLAG that libtool provides is not valid given that the
/external/curl/
Dconfigure.ac217 # the '-DPIC' CFLAG that libtool provides is not valid given that the
/external/libffi/
DChangeLog.libffi-3.1739 CFLAG option to change default settings).
DChangeLog.old747 CFLAG option to change default settings).
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.1739 CFLAG option to change default settings).
/external/strace/
DChangeLog-CVS4955 * configure.in: Fix typo (CFLAG -> CFLAGS).
DChangeLog9095 * m4/mpers.m4 (MPERS_CFLAGS): Use instead of CFLAG, pushdef as
9097 Use mpers_name instead of CFLAG in AC_CACHE_CHECK messages.