HomeSort by relevance Sort by last modified time
    Searched refs:Origin (Results 26 - 50 of 82) sorted by null

12 3 4

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
IScsiBootFirmwareTable.h 106 UINT8 Origin;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
IScsiBootFirmwareTable.h 113 UINT8 Origin;
  /external/dng_sdk/source/
dng_gain_map.h 54 /// samples (points), sample spacing, origin, and number of color planes.
59 const dng_point_real64 &origin,
79 const dng_point_real64 & Origin () const
dng_gain_map.cpp 125 fMap.Origin ().v) / fMap.Spacing ().v;
191 fMap.Origin ().h) / fMap.Spacing ().h;
200 fResetColumn = (int32) ceil (fMap.Origin ().h / fScale.h - fOffset.h);
240 fMap.Origin ().h) / fScale.h - fOffset.h);
255 const dng_point_real64 &origin,
260 , fOrigin (origin)
374 printf ("Origin: v=%.6f, h=%.6f\n",
  /external/skia/src/codec/
SkJpegCodec.h 104 JpegDecoderMgr* decoderMgr, sk_sp<SkColorSpace> colorSpace, Origin origin);
SkJpegCodec.cpp 49 static bool is_orientation_marker(jpeg_marker_struct* marker, SkCodec::Origin* orientation) {
92 *orientation = (SkCodec::Origin) val;
101 static SkCodec::Origin get_exif_orientation(jpeg_decompress_struct* dinfo) {
102 SkCodec::Origin orientation;
226 Origin orientation = get_exif_orientation(decoderMgr->dinfo());
284 JpegDecoderMgr* decoderMgr, sk_sp<SkColorSpace> colorSpace, Origin origin)
285 : INHERITED(width, height, info, stream, std::move(colorSpace), origin)
    [all...]
SkCodec.cpp 118 sk_sp<SkColorSpace> colorSpace, Origin origin)
123 , fOrigin(origin)
130 Origin origin)
135 , fOrigin(origin)
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 45 /// Origin tracking.
54 /// "select" instructions that pick the origin of a dirty argument, if an
57 /// Every 4 aligned, consecutive bytes of application memory have one origin
64 /// avoids storing origin to memory when a fully initialized value is stored.
65 /// This way it avoids needless overwritting origin of the 4-byte region on
182 "this number of checks and origin stores, use callbacks instead of "
207 // Origin = OriginBase + Offset
338 /// \brief Thread-local origin storage for function parameters.
342 /// \brief Thread-local origin storage for function return value.
350 /// \brief Thread-local space used to pass origin value to the UMR reportin
    [all...]
  /external/zlib/src/contrib/delphi/
ZLib.pas 93 function Seek(Offset: Longint; Origin: Word): Longint; override;
122 function Seek(Offset: Longint; Origin: Word): Longint; override;
464 function TCompressionStream.Seek(Offset: Longint; Origin: Word): Longint;
466 if (Offset = 0) and (Origin = soFromCurrent) then
527 function TDecompressionStream.Seek(Offset: Longint; Origin: Word): Longint;
532 if (Offset = 0) and (Origin = soFromBeginning) then
540 else if ( (Offset >= 0) and (Origin = soFromCurrent)) or
541 ( ((Offset - FZRec.total_out) > 0) and (Origin = soFromBeginning)) then
543 if Origin = soFromBeginning then Dec(Offset, FZRec.total_out);
  /frameworks/compile/mclinker/lib/Core/
GeneralOptions.cpp 135 case ZOption::Origin:
  /prebuilts/devtools/
update_jars.sh 68 Origin:
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Font.c 280 @param Origin On input, points to the origin of the to be
282 next glyph's origin.
294 IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL **Origin
303 ASSERT (GlyphBuffer != NULL && Origin != NULL && *Origin != NULL);
311 Buffer = *Origin - EFI_GLYPH_HEIGHT * ImageWidth;
335 *Origin = *Origin + EFI_GLYPH_WIDTH;
358 @param Origin On input, points to the origin of the to be
    [all...]
  /external/compiler-rt/lib/msan/
msan_poisoning.cc 49 // Copy left unaligned origin if that memory is poisoned.
63 // Copy right unaligned origin if that memory is poisoned.
147 void SetOrigin(const void *dst, uptr size, u32 origin) {
148 // Origin mapping is 4 bytes per 4 bytes of application memory.
154 u64 origin64 = ((u64)origin << 32) | origin;
158 *(u32 *)beg = origin;
162 if (end & 7ULL) *(u32 *)(end - 4) = origin;
169 Origin o = Origin::CreateHeapOrigin(stack)
    [all...]
  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreSecretKeyFactorySpi.java 87 @KeyProperties.OriginEnum int origin; local
100 origin = KeyProperties.Origin.fromKeymaster(
104 origin = KeyProperties.Origin.fromKeymaster(
107 throw new ProviderException("Key origin not available");
189 origin,
KeyProperties.java 664 * Origin of the key is unknown. This can occur only for keys backed by an old TEE-backed
665 * implementation which does not record origin information.
672 public static abstract class Origin {
673 private Origin() {}
675 public static @OriginEnum int fromKeymaster(int origin) {
676 switch (origin) {
684 throw new IllegalArgumentException("Unknown origin: " + origin);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 145 llvm::PointerUnion<const Expr *, const Decl *> Origin;
169 : State(std::move(state)), LCtx(lctx), Origin(E), RefCount(0) {}
172 : State(std::move(state)), LCtx(lctx), Origin(D), RefCount(0) {}
176 : State(Original.State), LCtx(Original.LCtx), Origin(Original.Origin),
204 return Origin.dyn_cast<const Decl *>();
224 return Origin.dyn_cast<const Expr *>();
286 /// which the return value has already been bound to the origin expression.
531 /// This may be NULL if the block's origin is unknown.
    [all...]
  /prebuilts/tools/common/m2/repository/org/jboss/forge/roaster/roaster-api/2.18.7.Final/
roaster-api-2.18.7.Final.jar 
  /external/webrtc/webrtc/modules/desktop_capture/mac/
desktop_configuration.mm 35 static_cast<int>(floor(ns_rect.origin.x)),
36 static_cast<int>(floor(ns_rect.origin.y)),
37 static_cast<int>(ceil(ns_rect.origin.x + ns_rect.size.width)),
38 static_cast<int>(ceil(ns_rect.origin.y + ns_rect.size.height)));
101 MacDesktopConfiguration MacDesktopConfiguration::GetCurrent(Origin origin) {
119 if (i > 0 && origin == TopLeftOrigin) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiIbft.c 314 Nic->Origin = IpPrefixOriginDhcp;
316 Nic->Origin = IpPrefixOriginManual;
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiIbft.c 299 Nic->Origin = IpPrefixOriginDhcp;
301 Nic->Origin = IpPrefixOriginManual;
  /build/kati/
command.cc 36 virtual VarOrigin Origin() const override {
serialize.go 111 Origin string
464 origin: sv.Origin,
473 origin: sv.Origin,
634 size += len(v.Origin)
  /external/nanohttpd/
README.md 134 * by default serves `Access-Control-Allow-Headers: origin,accept,content-type`
136 * _example: _ `-DAccessControlAllowHeader=origin,accept,content-type,Authorization`
138 * `--cors`: activates CORS support, `Access-Control-Allow-Origin` will be set to `*`
139 * `--cors=some_value`: `Access-Control-Allow-Origin` will be set to `some_value`.
  /external/nanohttpd/src/site/markdown/
index.md 134 * by default serves `Access-Control-Allow-Headers: origin,accept,content-type`
136 * _example: _ `-DAccessControlAllowHeader=origin,accept,content-type,Authorization`
138 * `--cors`: activates CORS support, `Access-Control-Allow-Origin` will be set to `*`
139 * `--cors=some_value`: `Access-Control-Allow-Origin` will be set to `some_value`.
  /external/clang/lib/AST/
CXXInheritance.cpp 67 std::swap(Origin, Other.Origin);

Completed in 943 milliseconds

12 3 4