HomeSort by relevance Sort by last modified time
    Searched refs:_param (Results 1 - 7 of 7) sorted by null

  /external/u-boot/include/fsl-mc/
fsl_mc_cmd.h 80 #define MC_PREP_OP(_ext, _param, _offset, _width, _type, _arg) \
81 ((_ext)[_param] |= cpu_to_le64(mc_enc((_offset), (_width), _arg)))
83 #define MC_EXT_OP(_ext, _param, _offset, _width, _type, _arg) \
84 (_arg = (_type)mc_dec(cpu_to_le64(_ext[_param]), (_offset), (_width)))
86 #define MC_CMD_OP(_cmd, _param, _offset, _width, _type, _arg) \
87 ((_cmd).params[_param] |= mc_enc((_offset), (_width), _arg))
89 #define MC_RSP_OP(_cmd, _param, _offset, _width, _type, _arg) \
90 (_arg = (_type)mc_dec(_cmd.params[_param], (_offset), (_width)))
  /external/libxcam/modules/soft/
soft_handler.h 40 SmartPtr<ImageHandler::Parameters> _param; member in struct:XCam::SoftArgs
42 explicit SoftArgs (const SmartPtr<ImageHandler::Parameters> &param = NULL) : _param (param) {}
44 return _param;
47 _param = param;
  /external/clang/test/Sema/
darwin-align-cast.c 15 i386/_param.h:#define __DARWIN_ALIGN(p) ((__darwin_size_t)((char *)(p)
  /external/linux-kselftest/tools/testing/selftests/powerpc/include/
basic_asm.h 23 #define __STACK_FRAME_PARAM(_param) (32 + ((_param)*8))
  /external/python/cpython2/Lib/ctypes/test/
test_as_parameter.py 214 self._param = param
217 return self._param
  /external/python/cpython3/Lib/ctypes/test/
test_as_parameter.py 218 self._param = param
221 return self._param
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 

Completed in 305 milliseconds