Home
last modified time | relevance | path

Searched defs:op (Results 1 – 25 of 120060) sorted by path

12345678910>>...4803

/dports/accessibility/gammy/gammy-0.9.64/include/
H A Djson.hpp22119 { in patch()
22250 { in patch()
22280 const std::string op = get_value("op", "op", true); in patch() local
/dports/accessibility/qt5-speech/kde-qtspeech-5.15.2p2/src/plugins/tts/winrt/
H A Dqtexttospeech_winrt.cpp130 ComPtr<IAsyncOperation<SpeechSynthesisStream*>> op; in say() local
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/miow-0.3.7/src/
H A Dpipe.rs388 let op = Overlapped::initialize_with_autoreset_event()?; in with_threadlocal_overlapped() localVariable
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/regex-syntax-0.6.25/src/ast/
H A Dmod.rs1123 pub op: RepetitionOp, field
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/syn-1.0.86/src/
H A Dexpr.rs1291 let op: BinOp = input.parse()?; in parse_expr() localVariable
1404 let op: BinOp = input.parse()?; in parse_expr() localVariable
H A Dlib.rs412 mod op; module
H A Dtoken.rs982 let mut op = Punct::new(ch, Spacing::Joint); in punct() localVariable
987 let mut op = Punct::new(ch, Spacing::Alone); in punct() localVariable
/dports/archivers/7-zip/7-zip-21.07/C/
H A DAesOpt.c106 #define WOP_1(op) argument
107 #define WOP_2(op) WOP_1 (op) op (m1, 1); argument
108 #define WOP_3(op) WOP_2 (op) op (m2, 2); argument
109 #define WOP_4(op) WOP_3 (op) op (m3, 3); argument
111 #define WOP_5(op) WOP_4 (op) op (m4, 4); argument
112 #define WOP_6(op) WOP_5 (op) op (m5, 5); argument
113 #define WOP_7(op) WOP_6 (op) op (m6, 6); argument
114 #define WOP_8(op) WOP_7 (op) op (m7, 7); argument
133 #define WOP(op) op (m0, 0); WOP_M1(op) argument
169 #define WOP_KEY(op, n) { \ argument
[all …]
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Compress/
H A DRar3Vm.cpp217 void CVm::SetOperand32(const COperand *op, UInt32 val) in SetOperand32()
236 void CVm::SetOperand8(const COperand *op, Byte val) in SetOperand8()
252 void CVm::SetOperand(bool byteMode, const COperand *op, UInt32 val) in SetOperand()
655 static void DecodeArg(CMemBitDecoder &inp, COperand &op, bool byteMode) in DecodeArg()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/Agent/
H A DUpdateCallbackAgent.cpp156 HRESULT CUpdateCallbackAgent::ReportUpdateOperation(UInt32 op, const wchar_t *name, bool isDir) in ReportUpdateOperation()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/Common/
H A DExtract.cpp393 COpenOptions op; in Extract() local
H A DOpenArchive.cpp1307 HRESULT CArc::PrepareToOpen(const COpenOptions &op, unsigned formatIndex, CMyComPtr<IInArchive> &ar… in PrepareToOpen()
1469 HRESULT CArc::CheckZerosTail(const COpenOptions &op, UInt64 offset) in CheckZerosTail()
1617 HRESULT CArc::OpenStream2(const COpenOptions &op) in OpenStream2()
2984 HRESULT CArc::OpenStream(const COpenOptions &op) in OpenStream()
3043 HRESULT CArc::OpenStreamOrFile(COpenOptions &op) in OpenStreamOrFile()
3189 HRESULT CArchiveLink::Open(COpenOptions &op) in Open()
3353 HRESULT CArchiveLink::Open2(COpenOptions &op, IOpenCallbackUI *callbackUI) in Open2()
3395 HRESULT CArc::ReOpen(const COpenOptions &op, IArchiveOpenCallback *openCallback_Additional) in ReOpen()
3440 HRESULT CArchiveLink::Open3(COpenOptions &op, IOpenCallbackUI *callbackUI) in Open3()
3450 HRESULT CArchiveLink::ReOpen(COpenOptions &op) in ReOpen()
H A DUpdate.cpp1231 COpenOptions op; in UpdateArchive() local
H A DUpdateCallback.cpp642 STDMETHODIMP CArchiveUpdateCallback::ReportOperation(UInt32 indexType, UInt32 index, UInt32 op) in ReportOperation()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp600 HRESULT CUpdateCallbackConsole::ReportUpdateOperation(UInt32 op, const wchar_t *name, bool isDir) in ReportUpdateOperation()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/Far/
H A DUpdateCallbackFar.cpp182 STDMETHODIMP CUpdateCallback100Imp::ReportUpdateOperation(UInt32 op, const wchar_t *name, Int32 /* … in ReportUpdateOperation()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/FileManager/
H A DPanelOperations.cpp248 CThreadFolderOperations op(FOLDER_TYPE_DELETE); in DeleteItems() local
321 CThreadFolderOperations op(FOLDER_TYPE_RENAME); in OnEndLabelEdit() local
392 CThreadFolderOperations op(FOLDER_TYPE_CREATE_FOLDER); in CreateFolder() local
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/GUI/
H A DUpdateCallbackGUI.cpp159 HRESULT CUpdateCallbackGUI::ReportUpdateOperation(UInt32 op, const wchar_t *name, bool isDir) in ReportUpdateOperation()
/dports/archivers/brotli/brotli-1.0.9/c/enc/
H A Dencode.c1598 BrotliEncoderState* s, BrotliEncoderOperation op, size_t* available_in, in BrotliEncoderCompressStreamFast()
1805 BrotliEncoderState* s, BrotliEncoderOperation op, size_t* available_in, in BrotliEncoderCompressStream()
/dports/archivers/brotli/brotli-1.0.9/python/
H A D_brotli.cc90 static BROTLI_BOOL compress_stream(BrotliEncoderState* enc, BrotliEncoderOperation op, in compress_stream()
/dports/archivers/c-blosc/c-blosc-1.21.0/blosc/
H A Dblosclz.c326 #define LITERAL(ip, op, op_limit, anchor, copy) { \ argument
348 #define DISTANCE_SHORT(op, op_limit, len, distance) { \ argument
355 #define DISTANCE_LONG(op, op_limit, len, distance) { \ argument
370 #define DISTANCE_SHORT_FAR(op, op_limit, len, distance) { \ argument
379 #define DISTANCE_LONG_FAR(op, op_limit, len, distance) { \ argument
515 uint8_t* op = (uint8_t*)output; in blosclz_compress() local
731 static unsigned char* copy_match_16(unsigned char *op, const unsigned char *match, int32_t len) in copy_match_16()
786 uint8_t* op = (uint8_t*)output; in blosclz_decompress() local
/dports/archivers/c-blosc/c-blosc-1.21.0/internal-complibs/lz4-1.9.3/
H A Dlz4.c892 BYTE* op = (BYTE*) dest; in LZ4_compress_generic_validated() local
1757 BYTE* op = (BYTE*) dst; in LZ4_decompress_generic() local
H A Dlz4hc.c86 #define UPDATABLE(ip, op, anchor) &ip, &op, &anchor argument
473 #define op (*_op) in LZ4HC_encodeSequence() macro
570 BYTE* op = (BYTE*) dest; in LZ4HC_compress_hashChain() local
1339 BYTE* op = (BYTE*) dst; in LZ4HC_compress_optimal() local
/dports/archivers/c-blosc/c-blosc-1.21.0/internal-complibs/zlib-1.2.8/
H A Dinffast.c91 unsigned op; /* code bits, operation, extra bits, or */ local
H A Dinftrees.h25 unsigned char op; /* operation, extra bits, table bits */ member

12345678910>>...4803