Home
last modified time | relevance | path

Searched defs:check_op (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DHuffmanDecoder.h239 check_op, error_op, _numBits_) \ argument
262 check_op, error_op, move_pos_op, after_op, bs) \ argument
288 check_op, error_op, move_pos_op, after_op, bs) \ argument
298 check_op, error_op, move_pos_op, after_op, bs) \ argument
328 #define Z7_HUFF_DECODE_0(sym, huf, kNumBitsMax, kNumTableBits, bitStream, check_op, error_op, move_… argument
342 #define Z7_HUFF_DECODE_1(sym, huf, kNumBitsMax, kNumTableBits, bitStream, check_op, error_op) \ argument
348 #define Z7_HUFF_DECODE_2(sym, huf, kNumBitsMax, kNumTableBits, bitStream, check_op, error_op) \ argument
H A DLzxDecoder.cpp685 #define Z7_LZX_HUFF_DECODE( sym, huff, kNumTableBits, move_pos_op, check_op, error_op) \ argument
/aosp_15_r20/external/eigen/blas/
H A Dcommon.h65 inline bool check_op(const char* op) in check_op() function
/aosp_15_r20/external/crosvm/cros_async/src/sys/linux/
H A Dfd_executor.rs450 async fn check_op(op: PendingOperation) { in drop_before_completion() function
H A During_executor.rs1076 async fn check_op(op: PendingOperation) { in drop_before_completion() function
/aosp_15_r20/external/fmtlib/test/
H A Dbase-test.cc60 template <template <typename> class Op> void check_op() { in check_op() function