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

  /src/tests/bin/df/
getmntinfo.c 69 int64_t total, used; local in function:other_variants
78 used = total * consumed[j] / 100;
79 sf->f_bfree = (total - used) / sf->f_bsize;
81 used) / (int)sf->f_bsize;
96 #define USED 132ULL MB
100 .f_bfree = (TOTAL - USED) / BSIZE,
101 .f_bavail = (TOTAL - USED) / BSIZE,
105 #undef USED
127 #define USED 17901268ULL KB
132 .f_bfree = (TOTAL - USED) / BSIZE
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_test_utils.h 42 # define USED __attribute__((used))
45 # define USED
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_fake_stack.h 33 // is not popped but remains there for quite some time until gets used again.
134 USED uptr AddrIsInFakeStack(uptr addr) {
asan_fake_stack.cc 12 // FakeStack is used to detect use-after-return bugs.
86 ALWAYS_INLINE USED
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_defs.h 119 static inline void USED build_consistency() {
tsan_rtl.cc 797 ALWAYS_INLINE USED
863 ALWAYS_INLINE USED
979 ALWAYS_INLINE USED
1001 ALWAYS_INLINE USED
tsan_interceptors.cc 231 // The following two hooks can be used by for cooperative scheduling when
876 // Used in thread-safe function static initialization.
1935 // StackTrace::GetNestInstructionPc(pc) is used because return address is
2471 static USED void syscall_fd_acquire(uptr pc, int fd) {
2477 static USED void syscall_fd_release(uptr pc, int fd) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_internal_defs.h 11 // It contains macro used in run-time libraries code.
246 # define USED __attribute__((used))
249 # define USED
  /src/usr.sbin/sysinst/
msg.pm.en 17 * 3. The name of Piermont Information Systems Inc. may not be used to endorse
57 message pmused {USED}
73 /* used to form strings like: "vnd0 on /var/tmp/disk1.img" */
  /src/sys/arch/atari/atari/
vectors.s 17 * may be used to endorse or promote products derived from this software
38 .long 0 | 1: NOT USED (reset PC)
188 VECTOR(badtrap) | 97: Not used
190 VECTOR(badtrap) | 99: Not used
192 VECTOR(badtrap) | 101: Not used
194 VECTOR(badtrap) | 103: Not used
196 VECTOR(badtrap) | 105: Not used
198 VECTOR(badtrap) | 107: Not used
200 VECTOR(badtrap) | 109: Not used
202 VECTOR(badtrap) | 111: Not used
    [all...]
  /src/usr.sbin/mrouted/
snmp.c 16 * Neither name of the Xerox, PARC, nor the names of its contributors may be used
49 #define USED 1
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 318 set EXC_FP2, EXC_FPREGS+(2*12) # offset of saved fp2 (not used)
477 # FPSR combinations used in the FPSP #
5471 #--WHEN REDUCEX IS USED, THE CODE WILL INEVITABLY BE SLOW.
5902 #--WHEN REDUCEX IS USED, THE CODE WILL INEVITABLY BE SLOW.
6729 # compact representation of |X| is used. This format is a #
6736 # 16380 log(2) used in Step 1.3 is also in the compact #
6791 # This bound will be used in Step 4. #
8402 clr.l %d2 # D2 used for holding K
9281 # is slower. but, don't fret, I don't see it being used much either.
9386 # Last_Subtract := false (used in Step 7 below). If
    [all...]
fpsp.s 338 set EXC_FP2, EXC_FPREGS+(2*12) # offset of saved fp2 (not used)
497 # FPSR combinations used in the FPSP #
1569 # address register was the stack pointer used from user mode, then let's update
1570 # it here. if it was used from supervisor mode, then we have to handle this
2418 # _mem_read() "callout", converted to FP binary (if packed), and used #
2440 # For "fmovm.l", fmovm_ctrl() is used to emulate the instruction. #
2940 # -shift stack frame down over where old a6 used to be
3973 # to load the source and destination (for dyadic) operands to be used #
3986 # _fdbcc(), _ftrapcc(), and _fscc() respectively are used. All three #
5577 #--WHEN REDUCEX IS USED, THE CODE WILL INEVITABLY BE SLOW
    [all...]

Completed in 30 milliseconds