Home
last modified time | relevance | path

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

/external/u-boot/include/
Dcommand.h187 _usage, _help, _comp) \ argument
189 _CMD_HELP(_help) _CMD_COMPLETE(_comp) }
191 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ argument
194 _usage, _help, _comp);
208 _help, _comp) \ argument
210 _CMD_HELP(_help) _CMD_COMPLETE(_comp) }
213 _comp) \ argument
/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/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.py595 self._comp = None
599 self._comp = lzma.LZMACompressor(lzma.FORMAT_RAW, filters=[
605 if self._comp is None:
606 return self._init() + self._comp.compress(data)
607 return self._comp.compress(data)
610 if self._comp is None:
611 return self._init() + self._comp.flush()
612 return self._comp.flush()
/external/dtc/Documentation/
Ddtc-paper.tex166 \texttt{0x18} & \emph{last\_comp\_ver} & \\\cline{2-2}