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

  /external/ltp/testcases/kernel/syscalls/sendmsg/
sendmsg02.c 70 struct cmsghdr cmh; local
81 memset(&cmh, 0, sizeof(cmh));
82 mh.msg_control = &cmh;
83 mh.msg_controllen = sizeof(cmh);
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
ConstantPool.java 147 final ConstantMethodHandle cmh = (ConstantMethodHandle) c; local
148 str = Const.getMethodHandleName(cmh.getReferenceKind())
149 + " " + constantToString(cmh.getReferenceIndex(),
150 getConstant(cmh.getReferenceIndex()).getTag());

Completed in 431 milliseconds