Home
last modified time | relevance | path

Searched defs:is_consecutive (Results 1 – 2 of 2) sorted by relevance

/external/XNNPACK/src/jit/
Daarch64-assembler.cc80 inline bool is_consecutive(VRegister vt1, VRegister vt2) { in is_consecutive() function
85 inline bool is_consecutive(Reg reg1, Reg reg2, Regs... regs) { in is_consecutive() function
89 inline bool is_consecutive(VRegisterList vs) { in is_consecutive() function
/external/f2fs-tools/fsck/
Dsegment.c453 static inline int is_consecutive(u32 prev_addr, u32 cur_addr) in is_consecutive() function