Home
last modified time | relevance | path

Searched defs:op (Results 1 – 7 of 7) sorted by relevance

/commonlibrary/c_utils/base/src/
Dio_event_epoll.cpp57 bool IOEventEpoll::OperateEpoll(int op, int fd, EPEventId epollEvents) in OperateEpoll()
90 int op = EPOLL_CTL_ADD; in ModifyEvents() local
/commonlibrary/ets_utils/js_api_module/convertxml/test/
Dtest_convertxml.cpp102 Options op; variable
141 Options op; variable
180 Options op; variable
220 Options op; variable
258 Options op; variable
296 Options op; variable
/commonlibrary/c_utils/base/test/fuzztest/timer_fuzzer/
Dtimer_fuzzer.cpp80 uint8_t op = dataProvider->ConsumeIntegral<uint8_t>() % ops.size(); in TimerTestFunc() local
/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/
Dparcel_fuzzer.cpp520 uint8_t op = dataProvider->ConsumeIntegralInRange<uint8_t>(0, maxGeneral); in ParcelTestFunc() local
526 uint8_t op = dataProvider->ConsumeIntegralInRange<uint8_t>(0, maxUnaligned); in ParcelTestFunc() local
532 uint8_t op = dataProvider->ConsumeIntegralInRange<uint8_t>(0, maxOther); in ParcelTestFunc() local
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
Dasync_file.rs405 let op = state.get_op(); in poll_seek() localVariable
529 let op = state.get_op(); in poll_write() localVariable
558 let op = state.get_op(); in poll_flush() localVariable
/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/
Drefbase_fuzzer.cpp316 for (auto op : fuzzOps) { in TestLoop() local
/commonlibrary/memory_utils/libpurgeablemem/common/src/
Dux_page_table_c.c373 static PMState UxpteOps(UxPageTableStruct *upt, uint64_t addr, size_t len, enum UxpteOp op) in UxpteOps()