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

1 2 3 4

  /device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/
Stack.S 62 movl %eax, %esp # From now, esp is pointed to permenent memory
70 movl %eax, %ebp # From now, ebp is pointed to permenent memory
Stack.asm 65 mov esp, eax ; From now, esp is pointed to permenent memory
73 mov ebp, eax ; From now, ebp is pointed to permenent memory
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
Stacks.s 65 movl %eax, %esp # From now, esp is pointed to permenent memory
73 movl %eax, %ebp # From now, ebp is pointed to permenent memory
81 # movl %eax, %ebp # From now, ebp is pointed to permenent memory
Stack.asm 65 mov esp, eax ; From now, esp is pointed to permenent memory
73 mov ebp, eax ; From now, ebp is pointed to permenent memory
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
Stack.S 62 movl %eax, %esp # From now, esp is pointed to permenent memory
70 movl %eax, %ebp # From now, ebp is pointed to permenent memory
Stack.asm 65 mov esp, eax ; From now, esp is pointed to permenent memory
73 mov ebp, eax ; From now, ebp is pointed to permenent memory
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
Stack.S 62 movl %eax, %esp # From now, esp is pointed to permenent memory
70 movl %eax, %ebp # From now, ebp is pointed to permenent memory
Stack.asm 65 mov esp, eax ; From now, esp is pointed to permenent memory
73 mov ebp, eax ; From now, ebp is pointed to permenent memory
  /external/clang/test/Analysis/
pr22954.c 116 return 0; // expected-warning{{Potential leak of memory pointed to by 'a0.s2'}}
124 return 0; // expected-warning{{Potential leak of memory pointed to by 'a1.s2'}}
132 return 0; // expected-warning{{Potential leak of memory pointed to by 'a2.s2'}}
141 return 0; // expected-warning{{Potential leak of memory pointed to by 'a3.s2'}}
151 free(b0.a.s2); // expected-warning{{Potential leak of memory pointed to by 'b0.s2'}}
162 free(b0.s2); // expected-warning{{Potential leak of memory pointed to by 'b0.a.s2'}}
265 expected-warning{{Potential leak of memory pointed to by 'g0.s2'}}
286 expected-warning{{Potential leak of memory pointed to by 'h0.s2'}}
308 expected-warning{{Potential leak of memory pointed to by 'i18.s2'}}
325 expected-warning{{Potential leak of memory pointed to by 'i181.s2'}
    [all...]
  /external/libunwind/doc/
unw_backtrace.tex 25 pointed by \Var{buffer}. The routine is only available for local unwinding.
37 The routine returns the number of addresses stored in the array pointed by
unw_init_local.tex 20 pointed to by \Var{c} with the machine-state in the context structure
21 pointed to by \Var{ctxt}. As such, the machine-state pointed to by
unw_getcontext.tex 20 pointed to by \Var{ucp} with the machine-state of the call-site. The
unw_get_fpreg.tex 21 and stores the value in the variable pointed to by \Var{valp}.
  /prebuilts/go/darwin-x86/src/os/
executable.go 11 // be the symlink or the path it pointed to. If a stable result is
  /prebuilts/go/linux-x86/src/os/
executable.go 11 // be the symlink or the path it pointed to. If a stable result is
  /device/linaro/bootloader/edk2/EmulatorPkg/Sec/Ia32/
SwitchRam.asm 69 mov esp, eax ; From now, esp is pointed to permenent memory
77 mov ebp, eax ; From now, ebp is pointed to permenent memory
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
Stack.asm 69 mov esp, eax ; From now, esp is pointed to permenent memory
77 mov ebp, eax ; From now, ebp is pointed to permenent memory
StackX64.asm 70 mov rsp, rax ; From now, esp is pointed to permenent memory
78 mov rbp, rax ; From now, ebp is pointed to permenent memory
  /external/libvpx/libvpx/vpx_dsp/x86/
quantize_ssse3_x86_64.asm 100 ; store 16bit numbers as 32bit numbers in array pointed to by qcoeff
135 ; store 16bit numbers as 32bit numbers in array pointed to by qcoeff
202 ; store 16bit numbers as 32bit numbers in array pointed to by qcoeff
236 ; store 16bit numbers as 32bit numbers in array pointed to by qcoeff
quantize_avx_x86_64.asm 125 ; Store 16bit numbers as 32bit numbers in array pointed to by qcoeff
146 ; Store 16bit numbers as 32bit numbers in array pointed to by qcoeff
303 ; store 16bit numbers as 32bit numbers in array pointed to by qcoeff
334 ; store 16bit numbers as 32bit numbers in array pointed to by qcoeff
425 ; store 16bit numbers as 32bit numbers in array pointed to by qcoeff
455 ; store 16bit numbers as 32bit numbers in array pointed to by qcoeff
  /frameworks/rs/script_api/
rs_time.spec 83 If timer is non-NULL, the result is also stored in the memory pointed to by
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15329.go 29 // to ensure the pointed-to variables are visible to the GC.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15329.go 29 // to ensure the pointed-to variables are visible to the GC.
  /external/mesa3d/docs/specs/
MESA_swap_frame_usage.spec 154 The location pointed to by <swapCount> will be updated with the
160 The location pointed to by <missedFrames> will contain the number
162 last missed frame is returned in the location pointed to by
  /external/libavc/common/arm/
ih264_inter_pred_luma_copy_a9q.s 28 @* Copies the array of width 'wd' and height 'ht' from the location pointed
29 @* by 'src' to the location pointed by 'dst'

Completed in 3761 milliseconds

1 2 3 4