HomeSort by relevance Sort by last modified time
    Searched refs:Destination (Results 1 - 25 of 56) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
stralign_s.h 19 static __inline PUWSTR ua_wcscpy_s(PUWSTR Destination,size_t DestinationSize,PCUWSTR Source) {
20 if(WSTR_ALIGNED(Source) && WSTR_ALIGNED(Destination)) return (wcscpy_s((PWSTR)Destination,DestinationSize,(PCWSTR)Source)==0 ? Destination : NULL);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntstrsafe.h 72 RtlStringValidateDestA(IN LPSTR Destination,
85 Status = RtlStringLengthWorkerA(Destination,
101 RtlStringExValidateDestA(IN OUT LPSTR *Destination,
108 return RtlStringValidateDestA(*Destination,
136 RtlStringVPrintfWorkerA(OUT LPSTR Destination,
148 Return = _vsnprintf(Destination, MaxLength, Format, argList);
151 Destination += MaxLength;
152 *Destination = ANSI_NULL;
160 Destination += MaxLength;
161 *Destination = ANSI_NULL
    [all...]
  /external/clang/test/CodeGen/
ms-intrinsics.c 29 void *test_InterlockedCompareExchangePointer(void * volatile *Destination,
31 return _InterlockedCompareExchangePointer(Destination, Exchange, Comparand);
34 // CHECK: define{{.*}}i8* @test_InterlockedCompareExchangePointer(i8** %Destination, i8* %Exchange, i8* %Comparand){{.*}}{
35 // CHECK: %[[DEST:[0-9]+]] = bitcast i8** %Destination to [[iPTR]]*
  /external/libcxxabi/test/
dynamic_cast_stress.pass.cpp 55 typedef B<Width/2, Depth> Destination;
56 // typedef A<Width, Depth> Destination;
57 Destination *b = nullptr;
60 b = dynamic_cast<Destination*>((C<Width/2, 0>*)&a);
  /ndk/sources/cxx-stl/gabi++/tests/
dynamic_cast_stress.cpp 58 typedef B<Width/2, Depth> Destination;
59 // typedef A<Width, Depth> Destination;
61 Destination* b = dynamic_cast<Destination*>((C<Width/2, 0>*)&a);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
dynamic_cast_stress.cpp 58 typedef B<Width/2, Depth> Destination;
59 // typedef A<Width, Depth> Destination;
61 Destination* b = dynamic_cast<Destination*>((C<Width/2, 0>*)&a);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stralign.h 32 PUWSTR ua_wcscpy(PUWSTR Destination,PCUWSTR Source);
34 __CRT_INLINE PUWSTR ua_wcscpy(PUWSTR Destination,PCUWSTR Source) { return wcscpy(Destination,Source); }
49 PUWSTR __cdecl uaw_wcscpy(PUWSTR Destination,PCUWSTR Source);
111 PUWSTR ua_wcscpy(PUWSTR Destination,PCUWSTR Source);
125 if(WSTR_ALIGNED(String)) return wcscpy((PWSTR)Destination,(PCWSTR)Source);
126 return uaw_wcscpy(Destination,Source);
134 __CRT_INLINE PUWSTR ua_wcscpy(PUWSTR Destination,PCUWSTR Source) {
135 if(WSTR_ALIGNED(Source) && WSTR_ALIGNED(Destination))
136 return wcscpy((PWSTR)Destination,(PCWSTR)Source)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskPreviewChainedJpeg.java 74 onStart(mId, inputImage, resultImage, TaskInfo.Destination.INTERMEDIATE_THUMBNAIL);
92 TaskInfo.Destination.INTERMEDIATE_THUMBNAIL);
TaskChainedCompressImageToJpeg.java 63 onStart(mId, inputImage, resultImage, TaskInfo.Destination.FINAL_IMAGE);
92 TaskInfo.Destination.FINAL_IMAGE);
TaskImageContainer.java 94 * output image specification. Added a field to specify the destination of
114 public enum Destination {
120 public final Destination destination; field in class:TaskImageContainer.TaskInfo
129 Destination aDestination) {
133 destination = aDestination;
291 TaskInfo.Destination aDestination) {
TaskCompressImageToJpeg.java 232 onStart(mId, inputImage, resultImage, TaskInfo.Destination.FINAL_IMAGE);
255 onStart(mId, inputImage, resultImage, TaskInfo.Destination.FINAL_IMAGE);
332 TaskInfo.Destination.FINAL_IMAGE);
351 TaskInfo.Destination.FINAL_IMAGE);
  /external/e2fsprogs/util/
install-symlink.in 3 # install-symlink source destination destdir
49 echo $DEST: Destination pathname must be absolute
  /external/compiler-rt/lib/builtins/
fp_extend.h 10 // Set source and destination setting
72 #error Destination should be single, double, or quad precision!
73 #endif //end destination precision
fp_trunc.h 10 // Set source and destination precision setting
60 #error Destination should be single precision or double precision!
61 #endif //end destination precision
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_msvc.h 28 short volatile *Destination, // NOLINT
33 long long volatile *Destination, // NOLINT
37 void *volatile *Destination,
42 long volatile *Destination, // NOLINT
  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 157 /// \brief Index of the destination of the dependence in the InstMap vector.
158 unsigned Destination;
162 Dependence(unsigned Source, unsigned Destination, DepType Type)
163 : Source(Source), Destination(Destination), Type(Type) {}
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_watcom.h 138 long __stl_InterlockedExchange( long *Destination, long Value );
  /external/vboot_reference/utility/include/
eficompress.h 82 IN OUT VOID *Destination,
  /external/vboot_reference/utility/
efidecompress.c 617 Decode the source data and put the resulting data into the destination buffer.
693 DstSize - The size of destination buffer.
698 EFI_SUCCESS - The size of destination buffer and the size of scratch buffer are successull retrieved.
720 IN OUT VOID *Destination,
736 Destination - The destination buffer to store the decompressed data
737 DstSize - The size of destination buffer.
761 Dst = Destination;
861 DstSize - The size of destination buffer.
866 EFI_SUCCESS - The size of destination buffer and the size of scratch buffer are successull retrieved
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 250 BranchFixups.back().Destination == nullptr)
286 // Skip this fixup if its destination isn't set.
288 if (Fixup.Destination == nullptr) continue;
291 // still pointing directly to its destination; forward it to the
306 if (!CasesAdded.insert(Fixup.Destination).second)
310 Fixup.Destination);
321 // destination is its original target.
349 // Skip this fixup if its destination doesn't match.
351 if (Fixup.Destination != Block) continue;
353 Fixup.Destination = nullptr
    [all...]

Completed in 1589 milliseconds

1 2 3