HomeSort by: relevance | last modified time | path
    Searched refs:early (Results 1 - 25 of 201) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/usr.bin/make/unit-tests/
depsrc-usebefore-double-colon.exp 1 double-colon early 1
varparse-undef-partial.mk 54 # expression is expanded early, or whether the whole ${COPTS.${COMPILER}} is
59 # TODO: Add a practical example where early/lazy expansion actually makes a
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
bt-on-error-and-warning.exp 63 -early -re "^\r\n" {
66 -early -re "^maint ${problem_type} foobar\r\n" {
69 -early -re "^\[^\r\n\]+: ${problem_type}: foobar\r\n" {
73 -early -re "^A problem internal to GDB has been detected" {
77 -early -re "^,\r\nfurther debugging may prove unreliable\\.\r\n" {
81 -early -re "^----- Backtrace -----\r\n" {
85 -early -re "^\[^-\].+\r\n---------------------\r\n" {
bt-on-fatal-signal.exp 94 # extensive use of the "-early" flag here so that all our
98 -early -re "^\r\n" {
101 -early -re "^Fatal signal: ${msg}\r\n" {
105 -early -re "^----- Backtrace -----\r\n" {
109 -early -re ".+\r\n---------------------\r\n" {
113 -early -re "^A fatal error internal to GDB has been detected, further\r\n" {
117 -early -re "^debugging is not possible. GDB will now terminate\\.\r\n" {
solib-corrupted.exp 82 # Use -early to prevent the default handling of the warning in gdb_test_multiple
85 -early -re -wrap "warning: Corrupted shared library list: .*" {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
bt-on-error-and-warning.exp 63 -early -re "^\r\n" {
66 -early -re "^maint ${problem_type} foobar\r\n" {
69 -early -re "^\[^\r\n\]+: ${problem_type}: foobar\r\n" {
73 -early -re "^A problem internal to GDB has been detected" {
77 -early -re "^,\r\nfurther debugging may prove unreliable\\.\r\n" {
81 -early -re "^----- Backtrace -----\r\n" {
85 -early -re "^\[^-\].+\r\n---------------------\r\n" {
bt-on-fatal-signal.exp 94 # extensive use of the "-early" flag here so that all our
98 -early -re "^\r\n" {
101 -early -re "^Fatal signal: ${msg}\r\n" {
105 -early -re "^----- Backtrace -----\r\n" {
109 -early -re ".+\r\n---------------------\r\n" {
113 -early -re "^A fatal error internal to GDB has been detected, further\r\n" {
117 -early -re "^debugging is not possible. GDB will now terminate\\.\r\n" {
solib-corrupted.exp 82 # Use -early to prevent the default handling of the warning in gdb_test_multiple
85 -early -re -wrap "warning: Corrupted shared library list: .*" {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
monitor-exit-quit.exp 63 -early -re "DOSEXIT code" {
66 -early eof {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/
monitor-exit-quit.exp 63 -early -re "DOSEXIT code" {
66 -early eof {
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
cec-raise-reti.S 44 # Activate interrupt nesting early
70 # Activate interrupt nesting early
86 # Activate interrupt nesting early
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
cec-raise-reti.S 44 # Activate interrupt nesting early
70 # Activate interrupt nesting early
86 # Activate interrupt nesting early
  /src/sys/modules/arch/
compatsubdir.mk 10 # make sure we get an objdir built early enough
  /src/sys/arch/x86/x86/
patch.c 296 x86_patch(bool early)
300 if (early) {
310 if (!early && ncpu == 1) {
321 * Patch early and late. Second time around the 'lock' prefix
329 if (!early && (cpu_feature[0] & CPUID_CX8) != 0) {
355 if (!early && cpu_feature[5] & CPUID_SEF_SMAP) {
  /src/compat/
compatsubdir.mk 12 # make sure we get an objdir built early enough
  /src/external/lgpl3/gmp/dist/mpn/mips32/
mul_1.asm 56 lw $8,0($5) C load new s1 limb as early as possible
63 lw $8,0($5) C load new s1 limb as early as possible
addmul_1.asm 56 lw $8,0($5) C load new s1 limb as early as possible
64 lw $8,0($5) C load new s1 limb as early as possible
submul_1.asm 56 lw $8,0($5) C load new s1 limb as early as possible
64 lw $8,0($5) C load new s1 limb as early as possible
  /src/external/lgpl3/gmp/dist/mpn/mips64/hilo/
mul_1.asm 56 ld $8,0($5) C load new s1 limb as early as possible
64 ld $8,0($5) C load new s1 limb as early as possible
addmul_1.asm 56 ld $8,0($5) C load new s1 limb as early as possible
64 ld $8,0($5) C load new s1 limb as early as possible
submul_1.asm 56 ld $8,0($5) C load new s1 limb as early as possible
64 ld $8,0($5) C load new s1 limb as early as possible
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ring.c 450 uint32_t value, result, early[3]; local
458 early[0] = amdgpu_ring_get_rptr(ring) & ring->buf_mask;
459 early[1] = amdgpu_ring_get_wptr(ring) & ring->buf_mask;
460 early[2] = ring->wptr & ring->buf_mask;
462 r = put_user(early[i], (uint32_t *)buf);
  /src/sys/kern/
kern_sleepq.c 339 * sleepq_block() may return early under exceptional conditions, for
351 bool early = false; local
368 early = true;
370 early = true;
375 if (early) {
  /src/external/lgpl3/gmp/dist/mpn/powerpc32/
diveby3.asm 48 C any early-out. The src[] data normally won't either, but there's at least
53 C 7400 use an early-out.
  /src/crypto/external/bsd/openssh/dist/
sshd.c 158 * listening sshd process early in their lifespans, before they have
184 int early; /* Indicates child closed listener */ member in struct:early_child
259 child->early = 1;
359 else if (child->early)
360 child_status = " (early)";
493 else if (children[i].early)
494 child_status = " (early)";
1043 if (children[i].early)
1084 if (children[i].early)
1093 " early read"
    [all...]

Completed in 50 milliseconds

1 2 3 4 5 6 7 8 9