Searched refs:opval (Results 1 – 5 of 5) sorted by relevance
295 static void cnt_setup(int opval) in cnt_setup() argument305 if (opval == 0) { in cnt_setup()313 sops.sem_op = opval; in cnt_setup()
866 ASN1_VALUE **opval = NULL; in asn1_ex_c2i() local888 opval = pval; in asn1_ex_c2i()993 if (opval) in asn1_ex_c2i()994 *opval = NULL; in asn1_ex_c2i()
175 int semoper(int slot, int smid, int opval);496 int semoper(int slot, int smid, int opval) in semoper() argument503 smop.sem_op = opval; in semoper()
236 Short opval = (Short) KEYMAP_NAMES.get(op); in ConsoleReader() local238 if (opval != null) { in ConsoleReader()239 keybindings[code.shortValue()] = opval.shortValue(); in ConsoleReader()
9558 long long opval; in parse_insn_tilegx() local9569 opval = (raw_opval * TILEGX_BUNDLE_SIZE_IN_BYTES) + pc; in parse_insn_tilegx()9571 opval = raw_opval; in parse_insn_tilegx()9575 d->operand_values[i] = opval; in parse_insn_tilegx()