HomeSort by relevance Sort by last modified time
    Searched full:write_param (Results 1 - 5 of 5) sorted by null

  /system/core/libcutils/
qtaguid.c 83 static int write_param(const char *param_path, const char *value) { function
172 if (write_param(GLOBAL_PACIFIER_PARAM, value) < 0) {
175 if (write_param(TAG_PACIFIER_PARAM, value) < 0) {
  /external/llvm/lib/Target/PTX/
PTXISelLowering.h 30 WRITE_PARAM,
PTXISelDAGToDAG.cpp 80 case PTXISD::WRITE_PARAM:
152 assert(VT.isSimple() && "WRITE_PARAM only implemented for MVT types");
PTXISelLowering.cpp 132 case PTXISD::WRITE_PARAM:
133 return "PTXISD::WRITE_PARAM";
330 Chain = DAG.getNode(PTXISD::WRITE_PARAM, dl, MVT::Other, Copy, OutReg);
PTXInstrLoadStore.td 130 : SDNode<"PTXISD::WRITE_PARAM", SDTypeProfile<0, 1, []>,

Completed in 312 milliseconds