HomeSort by relevance Sort by last modified time
    Searched defs:Adjust (Results 1 - 12 of 12) sorted by null

  /external/libchrome/base/numerics/
safe_conversions_impl.h 205 static constexpr T Adjust(T value) {
216 static constexpr T Adjust(T value) {
222 static constexpr Dst max() { return Adjust(Bounds<Dst>::max()); }
223 static constexpr Dst lowest() { return Adjust(Bounds<Dst>::lowest()); }
  /external/pdfium/third_party/base/numerics/
safe_conversions_impl.h 206 static constexpr T Adjust(T value) {
217 static constexpr T Adjust(T value) {
223 static constexpr Dst max() { return Adjust(Bounds<Dst>::max()); }
224 static constexpr Dst lowest() { return Adjust(Bounds<Dst>::lowest()); }
  /external/webrtc/webrtc/modules/audio_coding/test/
utility.cc 49 Adjust();
55 Adjust();
61 Adjust();
67 Adjust();
86 void ACMTestTimer::Adjust() {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
BasePeCoff.c 56 IN UINT64 Adjust
64 IN UINT64 Adjust
72 IN UINT64 Adjust
597 UINT64 Adjust;
636 Adjust = (UINT64) BaseAddress - OptionHeader.Optional32->ImageBase;
671 Adjust = (UINT64) BaseAddress - OptionHeader.Optional64->ImageBase;
708 Adjust = (UINT64) (BaseAddress - TeHdr->ImageBase);
766 *F16 = (UINT16) (*F16 + ((UINT16) ((UINT32) Adjust >> 16)));
775 *F16 = (UINT16) (*F16 + (UINT16) Adjust);
784 *F32 = *F32 + (UINT32) Adjust;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/
BasePeCoff.c 510 UINT64 Adjust;
561 Adjust = (UINT64)BaseAddress - Hdr.Pe32->OptionalHeader.ImageBase;
570 Adjust = (UINT64) BaseAddress - Hdr.Pe32Plus->OptionalHeader.ImageBase;
604 Adjust = (UINT64) (BaseAddress - Hdr.Te->ImageBase);
672 *F16 = (UINT16) (*F16 + ((UINT16) ((UINT32) Adjust >> 16)));
681 *F16 = (UINT16) (*F16 + (UINT16) Adjust);
690 *F32 = *F32 + (UINT32) Adjust;
700 *F64 = *F64 + (UINT64) Adjust;
714 Status = PeCoffLoaderRelocateImageEx (Reloc, Fixup, &FixupData, Adjust);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
PeCoffLoader.c 699 UINT64 Adjust;
768 Adjust = (UINT64)BaseAddress - Hdr.Pe32->OptionalHeader.ImageBase;
777 Adjust = (UINT64) BaseAddress - Hdr.Pe32Plus->OptionalHeader.ImageBase;
811 Adjust = (UINT64) (BaseAddress - Hdr.Te->StrippedSize + sizeof (EFI_TE_IMAGE_HEADER) - Hdr.Te->ImageBase);
879 *F16 = (UINT16) (*F16 + (UINT16)(((UINT32)Adjust) >> 16));
888 *F16 = (UINT16) (*F16 + (UINT16) Adjust);
897 *F32 = *F32 + (UINT32) Adjust;
910 *F64 = *F64 + (UINT64) Adjust;
933 Status = PeCoffLoaderRelocateImageEx (Reloc, Fixup, &FixupData, Adjust);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/
BasePeCoff.c 33 Adjust some fields in section header for TE image.
36 @param TeStrippedOffset Size adjust for the TE image.
506 // Adjust some field in Section Header for TE image.
766 // Here we will always load EFI_IMAGE_DEBUG_TYPE_CODEVIEW type debug info. so need adjust the
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
clock.cc 53 Adjust(tv, &seconds, &microseconds_in_seconds);
63 Adjust(tv, &seconds, &microseconds_in_seconds);
71 static void Adjust(const timeval& tv, uint32_t* adjusted_s,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
GenFfsFile.c 1118 UINT32 Adjust;
1389 // Adjust the TE Section for IPF so that the function entries are 16-byte aligned.
1395 Adjust = TeStrippedSize - (OldSize + sizeof (EFI_COMMON_SECTION_HEADER) + sizeof (EFI_TE_IMAGE_HEADER));
1396 Adjust &= 15;
1397 if (Adjust > 0) {
1398 memmove (&FileBuffer[OldSize + Adjust], &FileBuffer[OldSize], Size - OldSize);
1402 *(UINT32 *)&FileBuffer[OldSize] = 0x19000000 | Adjust;
1403 Size += Adjust;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/annotation-tools/asmx/test/lib/
saxon7.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 681 milliseconds