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

12 3 4 5

  /external/valgrind/unittest/
demo_tests.cc 328 int *PTR = NULL; // GUARDED_BY(mu1)
330 Mutex mu1; // Protects PTR.
331 Mutex mu2; // Unrelated to PTR.
332 Mutex mu3; // Unrelated to PTR.
335 MutexLock lock3(&mu3); // This lock is unrelated to PTR.
336 MutexLock lock1(&mu1); // Protect PTR.
337 *PTR = 1;
341 MutexLock lock2(&mu2); // This lock is unrelated to PTR.
342 MutexLock lock1(&mu1); // Protect PTR.
346 *PTR = 2
    [all...]
  /external/libyuv/files/source/
convert.cc 368 mov eax, DWORD PTR [in1] ;1939.33
369 mov ecx, DWORD PTR [in2] ;1939.33
370 mov ebx, DWORD PTR [src_u] ;1939.33
371 mov edx, DWORD PTR [src_v] ;1939.33
373 movq xmm6, QWORD PTR [ebx] ;src_u
374 movq xmm0, QWORD PTR [edx] ;src_v
380 movdqu xmm3, XMMWORD PTR [eax] ;in1
383 mov esi, DWORD PTR [out1]
384 movdqu XMMWORD PTR [esi], xmm1 ;write to out1
386 movdqu xmm5, XMMWORD PTR [ecx] ;in
    [all...]
  /external/libvpx/vp8/encoder/x86/
sad_mmx.asm 36 movsxd rax, dword ptr arg(1) ;src_stride
37 movsxd rdx, dword ptr arg(3) ;ref_stride
48 movq mm0, QWORD PTR [rsi]
49 movq mm2, QWORD PTR [rsi+8]
51 movq mm1, QWORD PTR [rdi]
52 movq mm3, QWORD PTR [rdi+8]
128 movsxd rax, dword ptr arg(1) ;src_stride
129 movsxd rdx, dword ptr arg(3) ;ref_stride
140 movq mm0, QWORD PTR [rsi]
141 movq mm1, QWORD PTR [rdi
    [all...]
fwalsh_sse2.asm 28 movsxd rdx, dword ptr arg(2) ; pitch
31 movq xmm0, MMWORD PTR [rsi] ; load input
32 movq xmm1, MMWORD PTR [rsi + rdx]
34 movq xmm2, MMWORD PTR [rsi]
35 movq xmm3, MMWORD PTR [rsi + rdx]
140 movdqa XMMWORD PTR [rdi], xmm0
141 movdqa XMMWORD PTR [rdi + 16], xmm2
  /external/srec/tools/test_swiarb/
test_swiarb.c 45 #define printf_vector(HEAD, FMT, PTR, NN) { unsigned int iI; printf(HEAD); for(iI=0;iI<(NN);iI++) printf(FMT, PTR[iI]); printf("\n"); }
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
hashtab.h 86 #define HTAB_EMPTY_ENTRY ((PTR) 0)
91 #define HTAB_DELETED_ENTRY ((PTR) 1)
ansidecl.h 27 PTR `void *' `char *'
148 #define PTR void *
204 #define PTR char *
205 #define PTRCONST PTR
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
hashtab.h 87 #define HTAB_EMPTY_ENTRY ((PTR) 0)
92 #define HTAB_DELETED_ENTRY ((PTR) 1)
ansidecl.h 28 PTR `void *' `char *'
153 #define PTR void *
209 #define PTR char *
210 #define PTRCONST PTR
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
hashtab.h 87 #define HTAB_EMPTY_ENTRY ((PTR) 0)
92 #define HTAB_DELETED_ENTRY ((PTR) 1)
ansidecl.h 28 PTR `void *' `char *'
153 #define PTR void *
209 #define PTR char *
210 #define PTRCONST PTR
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
hashtab.h 87 #define HTAB_EMPTY_ENTRY ((PTR) 0)
92 #define HTAB_DELETED_ENTRY ((PTR) 1)
ansidecl.h 28 PTR `void *' `char *'
153 #define PTR void *
209 #define PTR char *
210 #define PTRCONST PTR
  /external/libvpx/vp8/common/x86/
loopfilter_sse2.asm 38 movdqa XMMWORD PTR [rsp], xmm1 ; store q2
39 movdqa XMMWORD PTR [rsp + 16], xmm4 ; store q1
78 movdqa XMMWORD PTR [rsp + 32], xmm4 ; store p2
79 movdqa XMMWORD PTR [rsp + 48], xmm6 ; store p1
126 movdqa xmm4, XMMWORD PTR [rdx] ; flimit
151 movdqa xmm2, XMMWORD PTR [rdx] ; hev
259 movq MMWORD PTR [rsi], xmm6 ; p0
260 movhps MMWORD PTR [rdi], xmm6
261 movq MMWORD PTR [rsi + rax], xmm1 ; p1
262 movhps MMWORD PTR [rdi + rax], xmm
    [all...]
  /external/libvpx/vpx_scale/win32/
scaleopt.c 91 mov eax, DWORD PTR [esi] // eax = 00 01 02 03
127 movd DWORD Ptr [edi-4], mm0
131 mov eax, DWORD PTR [esi] // eax = 00 01 02 03
167 movd DWORD Ptr [edi+1], mm0
222 movq mm0, QWORD PTR [esi] // mm0 = 00 01 02 03 04 05 06 07
223 movq mm1, QWORD PTR [esi+1]; // mm1 = 01 02 03 04 05 06 07 08
228 movd DWORD PTR [edi], mm0 // write output 00 xx xx xx
237 movd DWORD PTR [edi+5], mm2 // write ouput 05 xx xx xx
249 movd DWORD PTR [edi+1], mm0 // write output 01 02 03 04
261 movd DWORD PTR [edi-4], mm2 // writeoutput 06 07 08 0
389 movq QWORD ptr [esi+ecx], mm0 \/\/ write des[1] local
424 movq QWORD ptr [esi+ecx*2], mm1 \/\/ write des[2] local
457 movq QWORD ptr [edi], mm0 \/\/ write des[3] local
488 movq QWORD ptr [edi+ecx], mm1 \/\/ write des[4] local
573 movq QWORD ptr [esi+ecx], mm0 \/\/ write des[1] local
608 movq QWORD ptr [esi+ecx*2], mm1 \/\/ write des[2] local
611 movq QWORD ptr [edi+ecx], mm1 \/\/ write des[4]; local
643 movq QWORD ptr [edi], mm0 \/\/ write des[3] local
730 movq QWORD ptr [esi+ecx], mm0 \/\/ write des[1] local
776 movq QWORD ptr [esi+ecx*2], mm1 \/\/ write des[2] local
785 movq QWORD ptr [edi], mm4 \/\/ write des[3] local
816 movq QWORD ptr [edi+ecx], mm0 \/\/ write des[4] local
902 movq QWORD ptr [esi+ecx], mm0 \/\/ write des[1] local
914 movq QWORD ptr [edi+ecx], mm0 \/\/ write des[4] local
952 movq QWORD ptr [esi+ecx*2], mm1 \/\/ write des[2] local
961 movq QWORD ptr [edi], mm4 \/\/ write des[3] local
    [all...]
  /external/openssl/crypto/perlasm/
x86masm.pl 19 if ($opcode =~ /lea/ && @arg[1] =~ s/.*PTR\s+(\(.*\))$/OFFSET $1/) # no []
23 $arg[0] =~ s/\b[A-Z]+WORD\s+PTR/XMMWORD PTR/i if ($arg[1]=~/\bxmm[0-7]\b/i);
24 $arg[1] =~ s/\b[A-Z]+WORD\s+PTR/XMMWORD PTR/i if ($arg[0]=~/\bxmm[0-7]\b/i);
41 $ret .= "$size PTR " if ($size ne "");
  /external/valgrind/main/coregrind/m_demangle/
ansidecl.h 27 PTR `void *' `char *'
148 #define PTR void *
204 #define PTR char *
205 #define PTRCONST PTR
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
ansidecl.h 28 PTR `void *' `char *'
153 #define PTR void *
209 #define PTR char *
210 #define PTRCONST PTR
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/
ansidecl.h 28 PTR `void *' `char *'
153 #define PTR void *
209 #define PTR char *
210 #define PTRCONST PTR
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/include/
ansidecl.h 28 PTR `void *' `char *'
153 #define PTR void *
209 #define PTR char *
210 #define PTRCONST PTR
  /external/zlib/contrib/masm686/
match.asm 119 scan = 32 ; ptr to string wanting match
148 ASSUME edx:PTR DEFLATE_STATE
195 ;/* Determine how many bytes the scan ptr is off from being */
227 movzx ebx, WORD PTR[edi]
229 movzx ebx, WORD PTR[eax+edi-1]
262 movzx ecx, WORD PTR[edi+ecx*2]
269 movzx eax, WORD PTR[esi+ecx-1]
274 movzx eax, WORD PTR[eax+ecx]
311 mov eax, DWORD PTR[esi+edx]
312 xor eax, DWORD PTR[edi+edx]
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
aout.h 274 #define ASM_OUTPUT_ASCII(STREAM, PTR, LEN) \
275 output_ascii_pseudo_op (STREAM, (const unsigned char *) (PTR), LEN)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
aout.h 311 #define ASM_OUTPUT_ASCII(STREAM, PTR, LEN) \
312 output_ascii_pseudo_op (STREAM, (const unsigned char *) (PTR), LEN)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
aout.h 311 #define ASM_OUTPUT_ASCII(STREAM, PTR, LEN) \
312 output_ascii_pseudo_op (STREAM, (const unsigned char *) (PTR), LEN)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
aout.h 311 #define ASM_OUTPUT_ASCII(STREAM, PTR, LEN) \
312 output_ascii_pseudo_op (STREAM, (const unsigned char *) (PTR), LEN)

Completed in 968 milliseconds

12 3 4 5