HomeSort by: relevance | last modified time | path
    Searched refs:lld (Results 1 - 5 of 5) sorted by relevancy

  /src/tests/lib/libc/stdlib/
t_div.c 82 lldiv_t lld; local in function:ATF_TC_BODY
84 lld = lldiv(NUM, DENOM);
86 ATF_CHECK(lld.quot == QUOT);
87 ATF_CHECK(lld.rem == REM);
  /src/sys/arch/mips/include/
asm.h 461 #define PTR_LL lld
516 #define INT_LL lld
562 #define LONG_LL lld
593 #define REG_LL lld
  /src/sys/arch/mips/mips/
lock_stubs_llsc.S 162 1: lld t0, 0(a0)
  /src/tests/usr.bin/printf/
printf.sh 1539 expect 88888 %lld 88888
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 1758 - "%lld" instead of %qd" in printf-type functions.

Completed in 18 milliseconds