Home
last modified time | relevance | path

Searched refs:_comp (Results 1 – 7 of 7) sorted by relevance

/external/libevent/cmake/
DLibeventConfig.cmake.in69 macro(no_component_msg _comp)
70 if(${CMAKE_FIND_PACKAGE_NAME}_FIND_REQUIRED_${_comp})
75 message(FATAL_ERROR "Your libevent library does not contain a ${_comp} component!\n"
78 message_if_needed(WARNING "Your libevent library does not contain a ${_comp} component!")
85 foreach(_comp ${${CMAKE_FIND_PACKAGE_NAME}_FIND_COMPONENTS})
86 list(FIND _AVAILABLE_LIBS ${_comp} _INDEX)
88 list(APPEND _EVENT_COMPONENTS ${_comp})
90 no_component_msg(${_comp})
101 macro(set_case_insensitive_found _comp)
103 if("${_comp}" STREQUAL "")
[all …]
/external/python/cpython2/Lib/
Daifc.py594 self._comp = None
761 if self._comp:
762 self._comp.CloseCompressor()
763 self._comp = None
777 dummy = self._comp.SetParam(cl.FRAME_BUFFER_SIZE, len(data))
778 dummy = self._comp.SetParam(cl.COMPRESSED_BUFFER_SIZE, len(data))
779 return self._comp.Compress(self._nframes, data)
834 self._comp = cl.OpenCompressor(scheme)
846 self._comp.SetParams(params)
848 dummy = self._comp.Compress(0, '')
/external/llvm-project/llvm/test/CodeGen/X86/
D2011-01-07-LegalizeTypesCrash.ll9 %_comp = select i1 %cond, i8 0, i8 undef
10 %merge = insertelement <4 x i8> undef, i8 %_comp, i32 0
/external/llvm/test/CodeGen/X86/
D2011-01-07-LegalizeTypesCrash.ll9 %_comp = select i1 %cond, i8 0, i8 undef
10 %merge = insertelement <4 x i8> undef, i8 %_comp, i32 0
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h26 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _comp) argument
27 #define __SC_COMP_3264(_nr, _32, _64, _comp) __SYSCALL(_nr, _comp) argument
29 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _sys) argument
30 #define __SC_COMP_3264(_nr, _32, _64, _comp) __SC_3264(_nr, _32, _64) argument
/external/python/cpython3/Lib/
Dzipfile.py594 self._comp = None
598 self._comp = lzma.LZMACompressor(lzma.FORMAT_RAW, filters=[
604 if self._comp is None:
605 return self._init() + self._comp.compress(data)
606 return self._comp.compress(data)
609 if self._comp is None:
610 return self._init() + self._comp.flush()
611 return self._comp.flush()
/external/dtc/Documentation/
Ddtc-paper.tex166 \texttt{0x18} & \emph{last\_comp\_ver} & \\\cline{2-2}