HomeSort by relevance Sort by last modified time
    Searched refs:hybrid (Results 26 - 43 of 43) sorted by null

12

  /prebuilts/go/linux-x86/test/
writebarrier.go 167 // Originally from golang.org/issue/13901, but the hybrid
238 // f23x: zeroing global needs write barrier for the hybrid barrier.
  /external/libxcam/
README.md 40 - hybrid 3a plugin.
  /external/syslinux/core/
isolinux.asm 75 Hidden resq 1 ; Used in hybrid mode
76 bsSecPerTrack resw 1 ; Used in hybrid mode
77 bsHeads resw 1 ; Used in hybrid mode
186 ; Custom entry point for the hybrid-mode disk.
768 ; (hybrid mode.) These are adapted versions of the equivalent routines
1152 sete dh ; 1 for cdrom, 0 for hybrid mode
1153 jne .hybrid
1156 .hybrid:
  /external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/ops/
training_ops.py 15 """Ops for hybrid model training."""
22 from tensorflow.contrib.tensor_forest.hybrid.ops import gen_training_ops
  /prebuilts/go/darwin-x86/src/crypto/rsa/
example_test.go 20 // to encrypt reasonable amounts of data a hybrid scheme is commonly
43 // The hybrid scheme should use at least a 16-byte symmetric key. Here
  /prebuilts/go/linux-x86/src/crypto/rsa/
example_test.go 20 // to encrypt reasonable amounts of data a hybrid scheme is commonly
43 // The hybrid scheme should use at least a 16-byte symmetric key. Here
  /external/libopus/celt/
celt_encoder.c 262 bitrate (mostly for hybrid), which can result in unstable energy and/or
1415 int hybrid; local
    [all...]
  /external/gptfdisk/
basicmbr.cc 226 // to flag as hybrid
231 state = hybrid;
233 cerr << "Warning! MBR Logical partitions found on a hybrid MBR disk! This is an\n"
236 } // if (hybrid detection code)
486 if ((state == gpt) || (state == hybrid)) {
498 partitions[i].ShowData((state == gpt) || (state == hybrid));
514 case hybrid:
515 cout << " MBR: hybrid\n";
    [all...]
gpt.cc 318 << "fresh protective or hybrid MBR is recommended.\n";
590 // Search for hybrid MBR entries that have no corresponding GPT partition.
    [all...]
gpttext.cc 89 if ((mbrState == mbr) || (mbrState == hybrid)) {
394 // Create a hybrid MBR -- an ugly, funky thing that helps GPT work with
405 cout << "\nWARNING! Hybrid MBRs are flaky and dangerous! If you decide not to use one,\n"
415 // hybrid MBR....
417 << "added to the hybrid MBR, in sequence: ";
455 if (numConverted > 0) { // User opted to create a hybrid MBR....
486 cout << "\nNo partitions converted; original protective/hybrid MBR is unmodified!\n";
748 cout << "h\tmake hybrid MBR\n";
    [all...]
  /external/googletest/googlemock/
README.md 30 * Can easily define partial (hybrid) mocks, which are a cross of real
  /hardware/intel/common/omx-components/videocodec/
Android.mk 153 # VP9 hybrid decoder and HW Render
  /prebuilts/go/darwin-x86/src/crypto/tls/
key_agreement.go 99 // md5SHA1Hash implements TLS 1.0's hybrid hash function which consists of the
  /prebuilts/go/linux-x86/src/crypto/tls/
key_agreement.go 99 // md5SHA1Hash implements TLS 1.0's hybrid hash function which consists of the
  /prebuilts/go/darwin-x86/src/runtime/
mbarrier.go 24 // This is a hybrid barrier that combines a Yuasa-style deletion
mgcmark.go 115 // The hybrid barrier ensures that stacks can't
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mbarrier.go 24 // This is a hybrid barrier that combines a Yuasa-style deletion
mgcmark.go 115 // The hybrid barrier ensures that stacks can't
    [all...]

Completed in 686 milliseconds

12