HomeSort by relevance Sort by last modified time
    Searched defs:F16 (Results 1 - 25 of 36) sorted by null

1 2

  /prebuilts/go/darwin-x86/test/dwarf/dwarf.dir/
z16.go 4 func F16() {}
  /prebuilts/go/linux-x86/test/dwarf/dwarf.dir/
z16.go 4 func F16() {}
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
BasePeCoff.c 604 UINT16 *F16;
765 F16 = (UINT16 *) Fixup;
766 *F16 = (UINT16) (*F16 + ((UINT16) ((UINT32) Adjust >> 16)));
768 *(UINT16 *) FixupData = *F16;
774 F16 = (UINT16 *) Fixup;
775 *F16 = (UINT16) (*F16 + (UINT16) Adjust);
777 *(UINT16 *) FixupData = *F16;
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
PeLoader.c 419 UINT16 *F16;
470 F16 = (UINT16 *) Fixup;
471 *F16 = (UINT16) (*F16 + (UINT16)(((UINT32)Adjust) >> 16));
473 *(UINT16 *) FixupData = *F16;
479 F16 = (UINT16 *) Fixup;
480 *F16 = (UINT16) (*F16 + (UINT16) Adjust);
482 *(UINT16 *) FixupData = *F16;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/
BasePeCoff.c 517 UINT16 *F16;
671 F16 = (UINT16 *) Fixup;
672 *F16 = (UINT16) (*F16 + ((UINT16) ((UINT32) Adjust >> 16)));
674 *(UINT16 *) FixupData = *F16;
680 F16 = (UINT16 *) Fixup;
681 *F16 = (UINT16) (*F16 + (UINT16) Adjust);
683 *(UINT16 *) FixupData = *F16;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
PeCoffLoader.c 706 UINT16 *F16;
878 F16 = (UINT16 *) Fixup;
879 *F16 = (UINT16) (*F16 + (UINT16)(((UINT32)Adjust) >> 16));
881 *(UINT16 *) FixupData = *F16;
887 F16 = (UINT16 *) Fixup;
888 *F16 = (UINT16) (*F16 + (UINT16) Adjust);
890 *(UINT16 *) FixupData = *F16;
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationCopyToTest.java 113 test_Allocationcopy1DRangeTo_Short_Helper(Element.F16(mRS), true);
114 test_Allocationcopy1DRangeTo_Short_Helper(Element.F16(mRS), false);
300 test_Allocationcopy2DRangeTo_Short_Helper(Element.F16(mRS), true);
301 test_Allocationcopy2DRangeTo_Short_Helper(Element.F16(mRS), false);
485 test_Allocationcopy3DRangeTo_Short_Helper(Element.F16(mRS));
724 test_Allocationcopy1DRangeToUnchecked_Short_Helper(Element.F16(mRS));
ElementTest.java 186 Element[] F16 = { Element.F16(mRS) };
247 F16, F16_2, F16_3, F16_4,
284 eb.add(Element.F16(mRS), "F16", arraySize);
354 assertFalse(Element.F16(mRS).isComplex());
AllocationTest.java 119 createTypedHelper(Element.F16(mRS));
162 createSizedHelper(Element.F16(mRS));
349 // Accept an Element parameter so this helper can test both I16 and F16 elements.
557 // Accept an Element parameter so this helper can test both I16 and F16 elements.
682 helperShortCopy(Element.F16(mRS), s, 0, s, mode);
694 helperShortCopy(Element.F16(mRS), s, off, count, mode);
722 helperShortCopy2D(Element.F16(mRS), sX, sY, offX, offY, w, h);
    [all...]
  /art/runtime/arch/mips/
registers_mips.h 88 F16 = 16,
  /art/runtime/arch/mips64/
registers_mips64.h 89 F16 = 16,
  /device/google/cuttlefish_common/host/frontend/vnc_server/
keysyms.h 33 F15 = 0xffcc, F16 = 0xffcd, F17 = 0xffce, F18 = 0xffcf,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
AMDGPUCodeObjectMetadata.h 91 F16 = 5,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
AMDGPUCodeObjectMetadata.h 91 F16 = 5,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
AMDGPUMetadata.h 88 F16 = 5,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
AMDGPUMetadata.h 88 F16 = 5,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
AMDGPUMetadata.h 88 F16 = 5,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
AMDGPUMetadata.h 88 F16 = 5,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
AMDGPUCodeObjectMetadata.h 91 F16 = 5,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
AMDGPUCodeObjectMetadata.h 91 F16 = 5,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
AMDGPUMetadata.h 88 F16 = 5,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
AMDGPUMetadata.h 88 F16 = 5,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
AMDGPUMetadata.h 88 F16 = 5,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
AMDGPUMetadata.h 88 F16 = 5,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueBaseLib.h 101 UINT64 F16[2];
    [all...]

Completed in 1013 milliseconds

1 2