HomeSort by relevance Sort by last modified time
    Searched refs:supported (Results 401 - 425 of 736) sorted by null

<<11121314151617181920>>

  /external/syzkaller/tools/syz-stress/
stress.go 159 log.Logf(0, "failed to detect host supported syscalls: %v", err)
  /external/syzkaller/vendor/golang.org/x/oauth2/jwt/
jwt.go 42 // PEM containers with a passphrase are not supported.
  /external/u-boot/drivers/net/
altera_tse.c 441 phydev->supported &= PHY_GBIT_FEATURES;
442 phydev->advertising = phydev->supported;
dc2114x.c 183 static struct pci_device_id supported[] = { variable in typeref:struct:pci_device_id
204 devbusfn = pci_find_devices(supported, idx++);
ethoc.c 621 phydev->supported &= PHY_BASIC_FEATURES;
622 phydev->advertising = phydev->supported;
natsemi.c 244 static struct pci_device_id supported[] = { variable in typeref:struct:pci_device_id
302 if ((devno = pci_find_devices(supported, idx++)) < 0) {
ns8382x.c 265 static struct pci_device_id supported[] = { variable in typeref:struct:pci_device_id
318 if ((devno = pci_find_devices(supported, idx++)) < 0)
ravb.c 321 phydev->supported &= SUPPORTED_100baseT_Full |
327 phydev->supported &= ~SUPPORTED_1000baseT_Full;
423 /* Check if full duplex mode is supported by the phy */
cpsw.c 987 u32 supported = PHY_GBIT_FEATURES; local
997 phydev->supported &= supported;
998 phydev->advertising = phydev->supported;
1280 dev_err(priv->dev, "RMII External clock is not supported\n");
    [all...]
  /external/v8/src/compiler/
machine-operator.h 24 // For operators that are not supported on all platforms.
27 OptionalOperator(bool supported, const Operator* op)
28 : supported_(supported), op_(op) {}
31 // Gets the operator only if it is supported.
  /external/boringssl/src/ssl/test/runner/
handshake_server.go 274 return errors.New("tls: client did not offer any supported protocol versions")
436 return errors.New("tls: no cipher suite supported by both client and server")
453 for _, supported := range preferredCurves {
454 if supported == curve {
464 return errors.New("tls: no curve supported by both client and server")
    [all...]
  /device/google/bonito/sdm710/kernel-headers/video/
msm_hdmi_modes.h 57 uint32_t supported; member in struct:msm_hdmi_mode_timing_info
  /device/google/bonito/sdm710/original-kernel-headers/video/
msm_hdmi_modes.h 45 uint32_t supported; member in struct:msm_hdmi_mode_timing_info
251 /* Timing information for supported modes */
  /device/google/crosshatch/sdm845/kernel-headers/video/
msm_hdmi_modes.h 57 uint32_t supported; member in struct:msm_hdmi_mode_timing_info
  /device/google/crosshatch/sdm845/original-kernel-headers/video/
msm_hdmi_modes.h 45 uint32_t supported; member in struct:msm_hdmi_mode_timing_info
251 /* Timing information for supported modes */
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
AsmFuncs.asm 236 ; DE are supported
350 cpuid ; use CPUID to determine if FXSAVE/FXRESTOR are supported
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ExceptionHandlerAsm.asm 256 ; are supported
328 ; are supported
  /external/autotest/client/cros/
ec.py 257 is_amode_supported: Check if alternate mode is supported by port.
386 """Check if alternate mode is supported by port partner.
424 mode not supported.
433 raise error.TestError("SVID %s not supported", svid)
  /external/jemalloc/include/jemalloc/internal/
size_classes.sh 5 # The following limits are chosen such that they cover all supported platforms.
244 * NLBINS: Number of bins supported by the lookup table.
  /external/jemalloc_new/include/jemalloc/internal/
size_classes.sh 5 # The following limits are chosen such that they cover all supported platforms.
301 * NLBINS: Number of bins supported by the lookup table.
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.h 165 bool supported);
183 * - geometry shader (if supported)
184 * - stream output targets (if supported)
  /external/squashfs-tools/squashfs-tools/
gzip_wrapper.c 499 .supported = 1
xz_wrapper.c 53 * Two specific options are supported:
539 .supported = 1
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
x86_long_nop.s 50 # On Lakemont we emit only 1 byte NOPs since longer NOPs are not supported/legal
  /external/vixl/tools/test_generator/
parser.py 426 Return a list of ISAs supported by the test, from the file name, either

Completed in 2264 milliseconds

<<11121314151617181920>>