Home
last modified time | relevance | path

Searched refs:_prefix (Results 1 – 25 of 41) sorted by relevance

12

/external/syslinux/gpxe/src/include/gpxe/
Dapi.h35 #define SINGLE_API_NAME( _prefix, _api_func ) _prefix ## _api_func argument
44 #define SINGLE_API_INLINE( _prefix, _api_func ) \ argument
45 SINGLE_API_NAME ( _prefix, _api_func )
54 #define PROVIDE_SINGLE_API( _prefix, _api_func, _func ) \ argument
62 extern typeof ( _api_func ) SINGLE_API_NAME ( _prefix, _api_func ); \
64 typeof ( _api_func ) SINGLE_API_NAME ( _prefix, _api_func ) \
73 #define PROVIDE_SINGLE_API_INLINE( _prefix, _api_func ) \ argument
77 static typeof ( SINGLE_API_INLINE ( _prefix, _api_func ) ) \
78 SINGLE_API_INLINE ( _prefix, _api_func ); \
80 typeof ( _api_func ) SINGLE_API_INLINE ( _prefix, _api_func );
Dio.h70 #define IOAPI_READ( _func, _type, io_addr, _prefix, _ndigits ) ( { \ argument
74 DBGIO ( "[" _prefix " %08lx] => %0" #_ndigits "llx\n", \
88 #define IOAPI_WRITE( _func, _type, data, io_addr, _prefix, _ndigits ) do { \ argument
92 DBGIO ( "[" _prefix " %08lx] <= %0" #_ndigits "llx\n", \
108 #define IOAPI_READS( _func, _type, io_addr, data, count, _prefix, _ndigits ) \ argument
118 DBGIO ( "[" _prefix " %08lx] =>", io_to_bus ( _io_addr ) ); \
137 #define IOAPI_WRITES( _func, _type, io_addr, data, count, _prefix, _ndigits ) \ argument
146 DBGIO ( "[" _prefix " %08lx] <=", io_to_bus ( _io_addr ) ); \
/external/openssh/regress/
Dprincipals-command.sh61 _prefix="privsep $privsep"
79 verbose "$tid: ${_prefix} empty authorized_principals"
88 verbose "$tid: ${_prefix} wrong authorized_principals"
97 verbose "$tid: ${_prefix} correct authorized_principals"
106 verbose "$tid: ${_prefix} authorized_principals bad key opt"
115 verbose "$tid: ${_prefix} authorized_principals command=false"
125 verbose "$tid: ${_prefix} authorized_principals command=true"
142 verbose "$tid: ${_prefix} wrong principals key option"
154 verbose "$tid: ${_prefix} correct principals key option"
Dcert-userkey.sh50 _prefix="${ktype} privsep $privsep"
68 verbose "$tid: ${_prefix} missing authorized_principals"
77 verbose "$tid: ${_prefix} empty authorized_principals"
86 verbose "$tid: ${_prefix} wrong authorized_principals"
95 verbose "$tid: ${_prefix} correct authorized_principals"
104 verbose "$tid: ${_prefix} authorized_principals bad key opt"
113 verbose "$tid: ${_prefix} authorized_principals command=false"
124 verbose "$tid: ${_prefix} authorized_principals command=true"
146 verbose "$tid: ${_prefix} wrong principals key option"
158 verbose "$tid: ${_prefix} correct principals key option"
[all …]
Dforward-control.sh133 check_lfwd $_proto $_nopermit_lfwd "$_prefix, !PermitOpen"
134 check_rfwd $_proto $_nopermit_rfwd "$_prefix, !PermitOpen"
149 check_lfwd $_proto $_nopermit_lfwd "$_prefix, !permitopen"
150 check_rfwd $_proto $_nopermit_rfwd "$_prefix, !permitopen"
158 check_lfwd $_proto $_permit_lfwd "$_prefix, permitopen"
159 check_rfwd $_proto $_permit_rfwd "$_prefix, permitopen"
/external/eigen/cmake/
DFindLAPACK.cmake38 # N.B. _prefix is the prefix applied to the names of all cached variables that
40 macro(check_lapack_libraries DEFINITIONS LIBRARIES _prefix _name _flags _list _blas _path)
54 find_library(${_prefix}_${_library}_LIBRARY
60 find_library(${_prefix}_${_library}_LIBRARY
65 find_library(${_prefix}_${_library}_LIBRARY
70 find_library(${_prefix}_${_library}_LIBRARY
75 mark_as_advanced(${_prefix}_${_library}_LIBRARY)
76 set(${LIBRARIES} ${${LIBRARIES}} ${${_prefix}_${_library}_LIBRARY})
77 set(_libraries_found ${${_prefix}_${_library}_LIBRARY})
87 set(${DEFINITIONS} "-D${_prefix}_USE_F2C")
[all …]
DFindBLAS.cmake168 macro(Check_Fortran_Libraries LIBRARIES _prefix _name _flags _list _thread)
177 # N.B. _prefix is the prefix applied to the names of all cached variables that
260 find_library(${_prefix}_${_library}_LIBRARY
265 mark_as_advanced(${_prefix}_${_library}_LIBRARY)
268 if (NOT ${_prefix}_${_library}_LIBRARY AND NOT BLAS_FIND_QUIETLY AND BLAS_VERBOSE)
271 set(${LIBRARIES} ${${LIBRARIES}} ${${_prefix}_${_library}_LIBRARY})
272 set(_libraries_work ${${_prefix}_${_library}_LIBRARY})
290 unset(${_prefix}${_combined_name}_WORKS CACHE)
297 check_fortran_function_exists("${_name}" ${_prefix}${_combined_name}_WORKS)
299 check_function_exists("${_name}_" ${_prefix}${_combined_name}_WORKS)
[all …]
/external/libjpeg-turbo/release/
Dlibjpeg-turbo.spec.in2 %define _prefix %{__prefix}
16 # _libdir is set to %{_prefix}/%{_lib} by default
20 %if "%{_prefix}" == "/opt/libjpeg-turbo"
71 #-->./configure prefix=%{_prefix} bindir=%{_bindir} datadir=%{_datadir} \
89 …echo ERROR: libjpeg-turbo must be configured with libdir=%{_prefix}/%{_lib} when generating an in-…
96 if [ "%{_prefix}" = "/opt/libjpeg-turbo" -a "$LJT_DOCDIR" = "/opt/libjpeg-turbo/doc" ]; then
111 %dir %{_prefix}
112 %if "%{_prefix}" == "/opt/libjpeg-turbo" && "%{_docdir}" != "%{_prefix}/doc"
113 %{_prefix}/doc
147 %if "%{_prefix}" != "%{_datadir}"
/external/apache-xml/src/main/java/org/apache/xml/utils/
DQName.java64 protected String _prefix; field in QName
177 _prefix = prefix; in QName()
311 _prefix = prefix; in QName()
355 _prefix = prefix; in QName()
480 _prefix = prefix; in QName()
502 return _prefix; in getPrefix()
525 return _prefix != null in toString()
526 ? (_prefix + ":" + _localName) in toString()
/external/toolchain-utils/automation/common/
Dcommand.py45 self._prefix = Chain()
49 self._prefix.append(Shell('pushd', cwd))
54 self._prefix.append(Shell('%s=%s' % (env_var, value)))
60 self._prefix.append(Shell('%s=$(umask)' % umask_save_var))
61 self._prefix.append(Shell('umask', umask))
71 return str(Chain(self._prefix, self._command, self._suffix))
/external/safe-iop/include/
Dsafe_iop.h476 #define MAKE_UADD(_prefix, _bits, _type, _max) \ argument
478 int safe_add##_prefix##_bits (_type *result, _type value, _type a) { \
482 #define MAKE_SADD(_prefix, _bits, _type, _max) \ argument
484 int safe_add##_prefix##_bits(_type *result, _type value, _type a) { \
488 #define MAKE_USUB(_prefix, _bits, _type) \ argument
490 int safe_sub##_prefix##_bits(_type *result, _type value, _type a) { \
494 #define MAKE_SSUB(_prefix, _bits, _type, _min, _max) \ argument
496 int safe_sub##_prefix##_bits(_type *result, _type value, _type a) { \
500 #define MAKE_UMUL(_prefix, _bits, _type, _max) \ argument
502 int safe_mul##_prefix##_bits(_type *result, _type value, _type a) { \
[all …]
/external/python/cpython2/Lib/
Dmimetools.py123 _prefix = None variable
135 global _prefix
137 if _prefix is None:
151 _prefix = hostid + '.' + uid + '.' + pid
152 return "%s.%.3f.%d" % (_prefix, time.time(), _get_next_counter())
Dpkgutil.py334 _prefix = importer.prefix
335 plen = len(_prefix)
339 if not fn.startswith(_prefix):
/external/syslinux/gpxe/src/arch/i386/scripts/
Di386-kir.lds47 _prefix = .; symbol
150 _prefix_size = _eprefix - _prefix;
151 _prefix_progbits_size = _eprefix_progbits - _prefix;
180 "_prefix is badly aligned" );
Di386.lds33 _prefix = .; symbol
40 _prefix_filesz = ABSOLUTE ( _mprefix - _prefix );
41 _prefix_memsz = ABSOLUTE ( _eprefix - _prefix );
/external/syslinux/gpxe/src/arch/i386/prefix/
Dnullprefix.S7 _prefix: label
/external/r8/tools/
Dutils.py67 self._prefix = prefix
70 self._temp_dir = tempfile.mkdtemp(self._prefix)
/external/icu/icu4c/source/i18n/
Desctrn.cpp90 const UnicodeString& _prefix, const UnicodeString& _suffix, in EscapeTransliterator() argument
96 this->prefix = _prefix; in EscapeTransliterator()
/external/python/cpython2/Lib/lib2to3/
Dpytree.py356 _prefix = "" # Whitespace and comments preceding this token in the input variable in Leaf
372 self._prefix, (self.lineno, self.column) = context
376 self._prefix = prefix
421 return self._prefix
425 self._prefix = prefix
/external/libvncserver/
DLibVNCServer.spec.in52 # CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix}
58 # make install prefix=%{buildroot}%{_prefix}
/external/autotest/client/cros/audio/
Dcmd_utils.py42 self._prefix = prefix
91 logging.log(logger._level, '%s%s', logger._prefix, line)
/external/syslinux/gpxe/src/include/
Dcompiler.h160 #define PREFIX_OBJECT( _prefix ) _C2 ( _prefix, OBJECT ) argument
/external/blktrace/
Dbtrace.spec42 make dest=$RPM_BUILD_ROOT prefix=$RPM_BUILD_ROOT/%{_prefix} install
/external/libexif/
Dlibexif.spec12 Prefix: %{_prefix}
Dlibexif.spec.in12 Prefix: %{_prefix}

12