Home
last modified time | relevance | path

Searched refs:opval (Results 1 – 7 of 7) sorted by relevance

/external/ltp/testcases/kernel/syscalls/ipc/semctl/
Dsemctl01.c295 static void cnt_setup(int opval) in cnt_setup() argument
305 if (opval == 0) { in cnt_setup()
313 sops.sem_op = opval; in cnt_setup()
/external/boringssl/src/crypto/asn1/
Dtasn_dec.c817 ASN1_VALUE **opval = NULL; in asn1_ex_c2i() local
839 opval = pval; in asn1_ex_c2i()
944 if (opval) in asn1_ex_c2i()
945 *opval = NULL; in asn1_ex_c2i()
/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/
Dtasn_dec.c866 ASN1_VALUE **opval = NULL; in asn1_ex_c2i() local
888 opval = pval; in asn1_ex_c2i()
993 if (opval) in asn1_ex_c2i()
994 *opval = NULL; in asn1_ex_c2i()
/external/ltp/testcases/kernel/sched/process_stress/
Dprocess.c175 int semoper(int slot, int smid, int opval);
496 int semoper(int slot, int smid, int opval) in semoper() argument
503 smop.sem_op = opval; in semoper()
/external/jline/src/src/main/java/jline/
DConsoleReader.java236 Short opval = (Short) KEYMAP_NAMES.get(op); in ConsoleReader() local
238 if (opval != null) { in ConsoleReader()
239 keybindings[code.shortValue()] = opval.shortValue(); in ConsoleReader()
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrInfo.td697 class MVEPairVectorIndex<string opval> : Operand<i32> {
699 let EncoderMethod = "getMVEPairVectorIndexOpValue<"#opval#">";
700 let DecoderMethod = "DecodeMVEPairVectorIndexOperand<"#opval#">";
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrInfo.td584 class MVEPairVectorIndex<string opval> : Operand<i32> {
586 let EncoderMethod = "getMVEPairVectorIndexOpValue<"#opval#">";
587 let DecoderMethod = "DecodeMVEPairVectorIndexOperand<"#opval#">";