Searched refs:cff (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_dlib_asm.S373 #define cff R0 define
391 cff = extractu(mant, #8, #0) define
397 p1 = cmp.eq(cff,#0x40)
/freebsd-current/usr.sbin/config/
H A Dmain.cc504 FILE *cff; local
514 cff = fopen(cf->cfg_path, "r");
515 if (cff == NULL) {
519 while ((i = getc(cff)) != EOF) {
527 fclose(cff);

Completed in 164 milliseconds