HomeSort by relevance Sort by last modified time
    Searched full:passthru (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /external/llvm/test/Transforms/InstCombine/
masked_intrinsics.ll 5 declare <2 x double> @llvm.masked.gather.v2f64(<2 x double*> %ptrs, i32, <2 x i1> %mask, <2 x double> %passthru)
8 define <2 x double> @load_zeromask(<2 x double>* %ptr, <2 x double> %passthru) {
9 %res = call <2 x double> @llvm.masked.load.v2f64.p0v2f64(<2 x double>* %ptr, i32 1, <2 x i1> zeroinitializer, <2 x double> %passthru)
13 ; CHECK-NEXT: ret <2 x double> %passthru
16 define <2 x double> @load_onemask(<2 x double>* %ptr, <2 x double> %passthru) {
17 %res = call <2 x double> @llvm.masked.load.v2f64.p0v2f64(<2 x double>* %ptr, i32 2, <2 x i1> <i1 1, i1 1>, <2 x double> %passthru)
25 define <2 x double> @load_undefmask(<2 x double>* %ptr, <2 x double> %passthru) {
26 %res = call <2 x double> @llvm.masked.load.v2f64.p0v2f64(<2 x double>* %ptr, i32 2, <2 x i1> <i1 1, i1 undef>, <2 x double> %passthru)
51 define <2 x double> @gather_zeromask(<2 x double*> %ptrs, <2 x double> %passthru) {
52 %res = call <2 x double> @llvm.masked.gather.v2f64(<2 x double*> %ptrs, i32 5, <2 x i1> zeroinitializer, <2 x double> %passthru)
    [all...]
  /cts/tests/tests/drm/src/android/drm/cts/configs/
PassthruConfig.java 30 return "Passthru";
33 return "application/vnd.passthru.drm";
42 return "/sdcard/dummy_passthru_content.passthru";
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
UfsPassThruExtra.uni 18 "UFS PassThru UEFI Driver"
  /external/iproute2/ip/
iplink_macvlan.c 32 "Usage: ... %s mode { private | vepa | bridge | passthru [nopromisc] }\n",
45 "\"vepa\", \"bridge\" or \"passthru\", not \"%s\"\n", arg);
65 else if (strcmp(*argv, "passthru") == 0)
88 pfx_err(lu, "nopromisc flag only valid in passthru mode");
114 : mode == MACVLAN_MODE_PASSTHRU ? "passthru"
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpress.c 171 Status = Private->Passthru.BuildDevicePath (
172 &Private->Passthru,
249 (VOID **) &Private->Passthru,
321 EFI_NVM_EXPRESS_PASS_THRU_PROTOCOL *Passthru;
324 Passthru = &Private->Passthru;
327 Status = Passthru->GetNextNamespace (
328 Passthru,
422 (VOID **) &Private->Passthru,
452 (VOID **) &Private->Passthru,
    [all...]
NvmExpressBlockIo.c 71 Status = Private->Passthru.PassThru (
72 &Private->Passthru,
137 Status = Private->Passthru.PassThru (
138 &Private->Passthru,
299 Status = Private->Passthru.PassThru (
300 &Private->Passthru,
639 Status = Private->Passthru.PassThru (
    [all...]
NvmExpressHci.c 604 Status = Private->Passthru.PassThru (
605 &Private->Passthru,
656 Status = Private->Passthru.PassThru (
657 &Private->Passthru,
706 Status = Private->Passthru.PassThru (
707 &Private->Passthru,
758 Status = Private->Passthru.PassThru (
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/passthru/
Android.bp 33 // Set the following flag to enable the decryption passthru flow
  /frameworks/av/drm/mediadrm/plugins/mock/
Android.bp 33 // Set the following flag to enable the decryption passthru flow
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiBusDxe/
ScsiBus.c 60 Notify Function in which convert EFI1.0 PassThru Packet back to UEF2.0
181 EFI_SCSI_PASS_THRU_PROTOCOL *PassThru;
192 // EFI PassThru Protocol. From priority perspective, ExtPassThru Protocol is firstly
193 // tried to open on host controller handle. If fails, then PassThru Protocol is tried instead.
250 (VOID **)&PassThru,
268 Status = PassThru->GetTargetLun (PassThru, RemainingDevicePath, &ScsiTargetId.ScsiId.Scsi, &Lun);
355 // EFI PassThru Protocol. From priority perspective, ExtPassThru Protocol is firstly
356 // tried to open on host controller handle. If fails, then PassThru Protocol is tried instead.
367 // Fail to open UEFI ExtendPassThru Protocol, then try to open EFI PassThru Protocol instead.
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 130 drmSupportInfo->addMimeType(String8("application/vnd.passthru.drm"));
132 drmSupportInfo->addFileSuffix(String8(".passthru"));
134 drmSupportInfo->setDescription(String8("Passthru plug-in"));
164 return (String8(".passthru") == extension);
170 return String8("video/passthru");
243 decryptHandle->mimeType = String8("video/passthru");
281 * As a workaround implementation passthru would copy the given
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioScsiDxe/
VirtioScsi.c 10 - Although EFI_EXT_SCSI_PASS_THRU_PROTOCOL.PassThru() could be a good match
14 - Timeouts are not supported for EFI_EXT_SCSI_PASS_THRU_PROTOCOL.PassThru().
95 // the PassThru() interface. Beside returning a status code, the function must
108 // On any return from the PassThru() interface, these fields must be set,
146 by the EFI_EXT_SCSI_PASS_THRU_PROTOCOL.PassThru()
275 the EFI_EXT_SCSI_PASS_THRU_PROTOCOL.PassThru() implementation.
288 @return PassThru() status codes mandated by UEFI Spec 2.3.1 + Errata C, 14.7
358 // EFI_EXT_SCSI_PASS_THRU_PROTOCOL.PassThru() specification for
886 Dev->PassThru.Mode = &Dev->PassThruMode;
887 Dev->PassThru.PassThru = &VirtioScsiPassThru;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiImpl.h 129 #define ISCSI_DRIVER_DATA_FROM_EXT_SCSI_PASS_THRU(PassThru) \
131 PassThru, \
  /external/autotest/tko/
nightly.py 197 def abs_rel_link(myurl, passthru):
199 mod_passthru = passthru[:]
200 if 'absolute' in passthru:
373 def overview_thumb(test, metric, myurl, passthru):
374 pass_ = passthru + ['test=%s' % test]
477 print "<img src='%s?%s'>" % (self.myurl, '&'.join(self.passthru))
479 link = abs_rel_link(self.myurl, self.passthru+['table'])
500 filtered_passthru=self.passthru)
576 print "<img src='%s?%s'>" % (self.myurl, '&'.join(self.passthru+varies))
590 self.passthru.append('kernel=%s' % kernel
    [all...]
  /cts/tests/tests/drm/src/android/drm/cts/
ConfigFactory.java 34 if (plugInName.equals("Passthru plug-in")) {
  /external/ltp/testcases/network/virt/
macvlan01.sh 30 options="mode private,mode vepa,mode bridge,mode passthru"
macvtap01.sh 30 options="mode private,mode vepa,mode bridge,mode passthru"
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiImpl.h 167 #define ISCSI_DRIVER_DATA_FROM_EXT_SCSI_PASS_THRU(PassThru) \
169 PassThru, \
  /tools/tradefederation/core/src/com/android/tradefed/util/
DeviceConcurrentUtil.java 65 // passthru
82 * @param <V> passthru of the {@link Callable} return type, see
  /bionic/libc/kernel/uapi/sound/
hdsp.h 58 unsigned char passthru; member in struct:hdsp_config_info
hdspm.h 56 unsigned int passthru; member in struct:hdspm_config
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
VirtioScsi.h 50 // SenseDataLength parameters of EFI_EXT_SCSI_PASS_THRU_PROTOCOL.PassThru() not
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
virtio_blk.h 16 #define VIRTIO_BLK_F_SCSI 7 /* Supports scsi command passthru */
  /external/webrtc/webrtc/system_wrappers/source/
scoped_vector_unittest.cc 275 class PassThru {
277 explicit PassThru(ScopedVector<T> scoper)
293 PassThru<DeleteCounter> pass_thru(deleter_vector.DEPRECATED_Pass());
  /external/kernel-headers/original/uapi/sound/
hdsp.h 65 unsigned char passthru; member in struct:hdsp_config_info

Completed in 3543 milliseconds

1 2 3 4 5 6