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

  /src/external/bsd/ntp/dist/ntpd/
refclock_shm.c 121 int clash; /* number of access clashes while reading */ member in struct:shmunit
336 major_error = max(major_error, up->clash);
350 } else if (major_error == up->clash) {
366 OK, NO_SEGMENT, NOT_READY, BAD_MODE, CLASH
430 * Clash detection in case neither (a) nor (b) was true.
435 shm_stat->status = CLASH;
575 case CLASH:
576 DPRINTF(1, ("%s: type 1 access clash\n",
578 msyslog (LOG_NOTICE, "SHM: access clash in shared memory");
579 up->clash++
    [all...]
  /src/usr.bin/make/unit-tests/
directive-include-guard.exp 54 Parse_PushInput: variable-clash.tmp:1
55 Skipping 'variable-clash.tmp' because 'VARIABLE_IF' is defined
directive-include-guard.mk 328 CASES+= variable-clash
329 LINES.variable-clash= \
331 # expect: Parse_PushInput: variable-clash.tmp:1
332 # expect: Skipping 'variable-clash.tmp' because 'VARIABLE_IF' is defined
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium/
sqr_basecase.asm 176 pushl %esi C risk of cache bank clash
396 movl -4(%edi), %ebx C risk of data cache bank clash here
464 movl PARAM_SIZE, %ecx C risk of cache bank clash
521 popl %esi C risk of cache bank clash
copyd.asm 138 movl %ecx, (%edx) C risk of cache bank clash here
copyi.asm 156 movl %eax, -4(%edx,%ecx,4) C risk of cache bank clash here
logops_n.asm 106 movl (%ebx,%ecx,8), %eax C risk of data cache bank clash here
bdiv_q_1.asm 255 nop C protect against cache bank clash
dive_1.asm 253 nop C protect against cache bank clash
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium/mmx/
lshift.asm 83 popl %edi C risk of data cache bank clash
rshift.asm 90 popl %edi C risk of data cache bank clash
  /src/external/gpl3/gcc/dist/libcpp/
directives.cc 1308 goto clash;
1337 clash:
  /src/external/gpl3/gcc.old/dist/libcpp/
directives.cc 1290 goto clash;
1319 clash:

Completed in 25 milliseconds