Home
last modified time | relevance | path

Searched defs:cj (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.cpp315 uint32_t cj = Bits32(inst, 7, 5) + fpr_fcc0_loongarch; in EmulateBCEQZ64() local
337 uint32_t cj = Bits32(inst, 7, 5) + fpr_fcc0_loongarch; in EmulateBCNEZ64() local
/freebsd/lib/libc/regex/
H A Dengine.c203 int cj, mj; in matcher() local
/freebsd/bin/sh/
H A Djobs.c812 setcurjob(struct job *cj) in setcurjob()