Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for putrefy (0.16 sec)

  1. src/cmd/internal/obj/x86/asm6.go

    				ctxt.Diag("%v has offset against gotref", p)
    			}
    			ab.Put1(byte(0<<6 | 5<<0 | r<<3))
    			goto putrelv
    		}
    
    		// temporary
    		ab.Put2(
    			byte(0<<6|4<<0|r<<3), // sib present
    			0<<6|4<<3|5<<0,       // DS:d32
    		)
    		goto putrelv
    	}
    
    	if base == REG_SP || base == REG_R12 {
    		if v == 0 {
    			ab.Put1(byte(0<<6 | reg[base]<<0 | r<<3))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  2. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    any vital Motion, or any other Cause? As for instance; Sea-Water in a raging Storm; Quick-silver agitated in _vacuo_; the Back of a Cat, or Neck of a Horse, obliquely struck or rubbed in a dark place; Wood, Flesh and Fish while they putrefy; Vapours arising from putrefy'd Waters, usually call'd _Ignes Fatui_; Stacks of moist Hay or Corn growing hot by fermentation; Glow-worms and the Eyes of some Animals by vital Motions; the vulgar _Phosphorus_ agitated by the attrition of any Body, or by the acid...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

    // 1) `is_stateless` is true turns off automatic ordering and we purely rely on
    //    instance_key to distinguish collective groups. In this case, ordering
    //    tokens are irrelevant. Each collective group should have a unique
    //    instance_key at runtime.
    // 2) If at least one ordering token is present, then we purely rely on ordering
    //    tokens for side effect modeling and ignore the op-based effect
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

      TF_EXPECT_FUNCTIONDEFLIBRARY_EQ(library_expected, library);
    }
    
    // Test with two functions to transform, each with one outside_compilation
    // cluster, with the dependency between them purely from an outside_compilation
    // edge.
    TEST(EncapsulateSubgraphsTest, TwoFunctionsTwoOutsideDependencyFromOutside) {
      FunctionDefLibrary library;
      GraphDef graphdef;
    
      {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  5. pkg/kubelet/kubelet_pods.go

    		}
    	}
    	return ips
    }
    
    // convertStatusToAPIStatus initialize an api PodStatus for the given pod from
    // the given internal pod status and the previous state of the pod from the API.
    // It is purely transformative and does not alter the kubelet state at all.
    func (kl *Kubelet) convertStatusToAPIStatus(pod *v1.Pod, podStatus *kubecontainer.PodStatus, oldPodStatus v1.PodStatus) *v1.PodStatus {
    	var apiPodStatus v1.PodStatus
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  6. src/runtime/proc.go

    			}
    			incidlelocked(1)
    			lock(&allpLock)
    		}
    	}
    	unlock(&allpLock)
    	return uint32(n)
    }
    
    // Tell all goroutines that they have been preempted and they should stop.
    // This function is purely best-effort. It can fail to inform a goroutine if a
    // processor just started running it.
    // No locks need to be held.
    // Returns true if preemption request was issued to at least one goroutine.
    func preemptall() bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

        // names, since they don't necessarily have a well-defined ABI (diagnosed
        // earlier).
        //
        // For variables/constants, pruning them is purely an optimization,
        // and more complicated since it requires use-def analysis of which
        // functions use which variables/constants, so we don't do anything
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  8. pkg/kubelet/kubelet_pods_test.go

    		},
    	}
    
    	testKubelet := newTestKubelet(t, false)
    	defer testKubelet.Cleanup()
    	kl := testKubelet.kubelet
    
    	// convertToAPIContainerStatuses is purely transformative and shouldn't alter the state of the kubelet
    	// as there are no synchronisation events in that function (no locks, no channels, ...) each test routine
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  9. src/encoding/json/testdata/code.json.gz

    e":"valgrind","kids":[{"name":"ui_tests.gtest_linux.txt","kids":[],"cl_weight":2,"touches":2,"min_t":1269466140,"max_t":1269471185,"mean_t":1269468662}],"cl_weight":2,"touches":2,"min_t":1269466140,"max_t":1269471185,"mean_t":1269468662},{"name":"purify","kids":[{"name":"ipc_tests.exe_UMR.txt","kids":[],"cl_weight":0.013937451437451436,"touches":2,"min_t":1238725189,"max_t":1238725785,"mean_t":1238725487}],"cl_weight":0.013937451437451436,"touches":2,"min_t":1238725189,"max_t":1238725785,"mean_t...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top