Home
last modified time | relevance | path

Searched defs:oper (Results 1 – 25 of 64) sorted by relevance

123

/external/rust/crates/crossbeam-channel/tests/
Dselect.rs25 let oper = sel.select(); in smoke1() localVariable
37 let oper = sel.select(); in smoke1() localVariable
61 let oper = sel.select(); in smoke2() localVariable
87 let oper = sel.select_timeout(ms(1000)); in disconnected() localVariable
104 let oper = sel.select_timeout(ms(1000)); in disconnected() localVariable
122 let oper = sel.select_timeout(ms(1000)); in disconnected() localVariable
142 let oper = sel.try_select(); in default() localVariable
153 let oper = sel.try_select(); in default() localVariable
167 let oper = sel.try_select(); in default() localVariable
178 let oper = sel.try_select(); in default() localVariable
[all …]
Dready.rs276 let oper = sel.select_timeout(ms(1000)); in unblocks() localVariable
791 let oper = sel.select(); in fairness2() localVariable
Dtick.rs229 let oper = sel.select(); in select() localVariable
/external/autotest/client/tests/aiostress/
Daio-stress.c310 static void oper_list_add(struct io_oper *oper, struct io_oper **list) in oper_list_add()
324 static void oper_list_del(struct io_oper *oper, struct io_oper **list) in oper_list_del()
377 static int grab_iou(struct io_unit *io, struct io_oper *oper) { in grab_iou()
401 static inline double oper_mb_trans(struct io_oper *oper) { in oper_mb_trans()
406 static void print_time(struct io_oper *oper) { in print_time()
453 struct io_oper *oper = io->io_oper; in finish_io() local
502 static struct io_unit *find_iou(struct thread_info *t, struct io_oper *oper) in find_iou()
528 static int io_oper_wait(struct thread_info *t, struct io_oper *oper) {
564 off_t random_byte_offset(struct io_oper *oper) {
603 static struct io_unit *build_iocb(struct thread_info *t, struct io_oper *oper)
[all …]
/external/ltp/testcases/kernel/io/ltp-aiodio/
Daio-stress.c312 static void oper_list_add(struct io_oper *oper, struct io_oper **list) in oper_list_add()
326 static void oper_list_del(struct io_oper *oper, struct io_oper **list) in oper_list_del()
384 static int grab_iou(struct io_unit *io, struct io_oper *oper) in grab_iou()
410 static inline double oper_mb_trans(struct io_oper *oper) in oper_mb_trans()
416 static void print_time(struct io_oper *oper) in print_time()
467 struct io_oper *oper = io->io_oper; in finish_io() local
517 static struct io_unit *find_iou(struct thread_info *t, struct io_oper *oper) in find_iou()
543 static int io_oper_wait(struct thread_info *t, struct io_oper *oper)
580 off_t random_byte_offset(struct io_oper * oper)
620 static struct io_unit *build_iocb(struct thread_info *t, struct io_oper *oper)
[all …]
/external/mesa3d/src/compiler/glsl/glcpp/tests/
D089-redefine-macro-error.c16 #define oper(a,b) a+b macro
17 #define oper(a,b) a*b macro
/external/tensorflow/tensorflow/c/
Dc_api.cc649 const tensorflow::AttrValue* GetAttrValue(TF_Operation* oper, in GetAttrValue()
1080 const char* TF_OperationName(TF_Operation* oper) { in TF_OperationName()
1084 const char* TF_OperationOpType(TF_Operation* oper) { in TF_OperationOpType()
1088 const char* TF_OperationDevice(TF_Operation* oper) { in TF_OperationDevice()
1092 int TF_OperationNumOutputs(TF_Operation* oper) { in TF_OperationNumOutputs()
1101 int TF_OperationOutputListLength(TF_Operation* oper, const char* arg_name, in TF_OperationOutputListLength()
1115 int TF_OperationNumInputs(TF_Operation* oper) { in TF_OperationNumInputs()
1123 int TF_OperationInputListLength(TF_Operation* oper, const char* arg_name, in TF_OperationInputListLength()
1147 void TF_OperationAllInputs(TF_Operation* oper, TF_Output* inputs, in TF_OperationAllInputs()
1181 int TF_OperationNumControlInputs(TF_Operation* oper) { in TF_OperationNumControlInputs()
[all …]
Dc_api_test.cc608 TF_Operation* oper; in TEST() local
701 TF_Operation* oper = ScalarConst(3, graph, s); in TEST() local
878 TF_Operation* oper = ScalarConst(3, graph, s); in TEST() local
929 TF_Operation* oper = ScalarConst(3, graph, s); in TEST() local
2013 auto oper = TF_FinishOperation(desc, s_); in TEST_F() local
2037 auto oper = TF_FinishOperation(desc, s_); in TEST_F() local
2059 auto oper = TF_FinishOperation(desc, s_); in TEST_F() local
2076 auto oper = TF_FinishOperation(desc, s_); in TEST_F() local
2090 auto oper = TF_FinishOperation(desc, s_); in TEST_F() local
2107 auto oper = TF_FinishOperation(desc, s_); in TEST_F() local
[all …]
Dc_api.h190 TF_Operation* oper; member
196 TF_Operation* oper; member
/external/wpa_supplicant_8/hs20/server/www/
Dest.php54 $oper = $row['operation']; variable
91 $oper = $row['operation']; variable
/external/mesa3d/src/compiler/glsl/
Dast_expr.cpp81 ast_expression_bin::ast_expression_bin(int oper, ast_expression *ex0, in ast_expression_bin()
/external/javassist/src/test/test5/
DJIRA241.java19 int oper = new Random().nextInt(); in test() local
/external/llvm-project/clang/test/CodeGenCXX/
Dbuiltin-bit-cast.cpp3 void test_scalar(int &oper) { in test_scalar()
/external/llvm-project/lldb/examples/synthetic/bitfield/
Dprogram.cpp16 MaskingOperator oper; member in MaskedData
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIROps.cpp1027 fir::SelectOp::getMutableSuccessorOperands(unsigned oper) { in getMutableSuccessorOperands()
1034 unsigned oper) { in getSuccessorOperands()
1066 fir::SelectCaseOp::getMutableSuccessorOperands(unsigned oper) { in getMutableSuccessorOperands()
1073 unsigned oper) { in getSuccessorOperands()
1116 mlir::OpAsmParser::OperandType oper; in parseSelectCase() local
1257 fir::SelectRankOp::getMutableSuccessorOperands(unsigned oper) { in getMutableSuccessorOperands()
1264 unsigned oper) { in getSuccessorOperands()
1291 fir::SelectTypeOp::getMutableSuccessorOperands(unsigned oper) { in getMutableSuccessorOperands()
1298 unsigned oper) { in getSuccessorOperands()
/external/ltp/testcases/kernel/io/disktest/
Ddefs.h107 op_t oper; member
/external/wpa_supplicant_8/src/ap/
Dieee802_11_vht.c76 struct ieee80211_vht_operation *oper; in hostapd_eid_vht_operation() local
Dwnm_ap.c29 u8 *buf, u16 *buf_len, enum wnm_oper oper) in ieee80211_11_get_tfs_ie()
39 u8 *buf, u16 *buf_len, enum wnm_oper oper) in ieee80211_11_set_tfs_ie()
Dieee802_11_ht.c84 struct ieee80211_ht_operation *oper; in hostapd_eid_ht_operation() local
/external/wpa_supplicant_8/src/common/
Dhw_features_common.c181 struct ieee80211_ht_operation *oper; in get_pri_sec_chan() local
271 struct ieee80211_ht_operation *oper; in check_20mhz_bss() local
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpPythonBindingGen.cpp372 auto getNumVariadic = [](const Operator &oper) { in emitOperandAccessors()
381 auto getNumVariadic = [](const Operator &oper) { in emitResultAccessors()
/external/tensorflow/tensorflow/python/client/
Dtf_session_wrapper.cc601 [](TF_Operation* oper, const char* attr_name) { in PYBIND11_MODULE()
646 [](TF_Operation* oper, TF_Buffer* output_node_def) { in PYBIND11_MODULE()
655 TF_Buffer* output_attr_value) { in PYBIND11_MODULE()
998 [](TF_Operation* oper, const char* attr_name) { in PYBIND11_MODULE()
1106 [](TF_Operation* oper, const char* attr_name) { in PYBIND11_MODULE()
Dtf_session_helper.cc541 std::vector<TF_Output> GetOperationInputs(TF_Operation* oper) { in GetOperationInputs()
549 TF_Operation* oper) { in TF_OperationGetControlInputs_wrapper()
557 TF_Operation* oper) { in TF_OperationGetControlOutputs_wrapper()
/external/rust/crates/crossbeam-channel/src/flavors/
Dzero.rs226 let oper = Operation::hook(token); in send() localVariable
295 let oper = Operation::hook(token); in recv() localVariable
/external/wpa_supplicant_8/hs20/server/
Dspp_server.c1803 enum hs20_session_operation oper; in hs20_user_input_complete() local
1906 enum hs20_session_operation oper; in hs20_cert_enroll_completed() local
1934 enum hs20_session_operation oper; in hs20_cert_enroll_failed() local
2248 enum hs20_session_operation oper; in hs20_spp_post_dev_data() local
2272 enum hs20_session_operation oper; in hs20_spp_post_dev_data() local
2595 enum hs20_session_operation oper; in hs20_spp_update_response() local

123