Searched defs:check_op (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/lzma/CPP/7zip/Compress/ |
H A D | HuffmanDecoder.h | 239 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 D | LzxDecoder.cpp | 685 #define Z7_LZX_HUFF_DECODE( sym, huff, kNumTableBits, move_pos_op, check_op, error_op) \ argument
|
/aosp_15_r20/external/eigen/blas/ |
H A D | common.h | 65 inline bool check_op(const char* op) in check_op() function
|
/aosp_15_r20/external/crosvm/cros_async/src/sys/linux/ |
H A D | fd_executor.rs | 450 async fn check_op(op: PendingOperation) { in drop_before_completion() function
|
H A D | uring_executor.rs | 1076 async fn check_op(op: PendingOperation) { in drop_before_completion() function
|
/aosp_15_r20/external/fmtlib/test/ |
H A D | base-test.cc | 60 template <template <typename> class Op> void check_op() { in check_op() function
|