HomeSort by relevance Sort by last modified time
    Searched full:ptrs (Results 76 - 100 of 236) sorted by null

1 2 34 5 6 7 8 910

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_upload.c 123 /* must do before binding table pointers, cc state ptrs */
192 /* must do before binding table pointers, cc state ptrs */
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/gcprog/
gcprog.go 177 fmt.Fprintf(w.debug, "gcprog: append prog for %d ptrs\n", n)
225 println("gcprog: found end instruction after", n, "ptrs, with", len(p), "bytes remaining")
  /prebuilts/go/darwin-x86/src/cmd/internal/gcprog/
gcprog.go 174 fmt.Fprintf(w.debug, "gcprog: append prog for %d ptrs\n", n)
222 println("gcprog: found end instruction after", n, "ptrs, with", len(p), "bytes remaining")
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/gcprog/
gcprog.go 177 fmt.Fprintf(w.debug, "gcprog: append prog for %d ptrs\n", n)
225 println("gcprog: found end instruction after", n, "ptrs, with", len(p), "bytes remaining")
  /prebuilts/go/linux-x86/src/cmd/internal/gcprog/
gcprog.go 174 fmt.Fprintf(w.debug, "gcprog: append prog for %d ptrs\n", n)
222 println("gcprog: found end instruction after", n, "ptrs, with", len(p), "bytes remaining")
  /external/llvm/test/CodeGen/X86/
masked_gather_scatter.ll     [all...]
  /art/runtime/gc/space/
dlmalloc_space.h 70 virtual size_t FreeList(Thread* self, size_t num_ptrs, mirror::Object** ptrs) OVERRIDE
rosalloc_space.h 68 size_t FreeList(Thread* self, size_t num_ptrs, mirror::Object** ptrs) OVERRIDE
  /external/clang/test/Sema/
scope-check.c 147 void *Ptrs[] = {
  /external/libchrome/base/strings/
pattern.cc 37 // Check if the chars match, if so, increment the ptrs.
  /external/skia/src/core/
SkBitmapProcState_sample.h 137 // setup row ptrs and update proc_table
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 139 VideoRefCopyInfoPtr ptrs; member in struct:tagVideoRefCopyInfo
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
recon_sse2.asm 381 ; set up left ptrs ans subtract topleft
393 ; set up dest ptrs
912 ; set up left ptrs ans subtract topleft
925 ; set up dest ptrs
  /prebuilts/go/darwin-x86/src/cmd/cgo/
gcc.go 947 ptrs map[dwarf.Type][]*Type
948 // Keys of ptrs in insertion order (deterministic worklist)
975 c.ptrs = make(map[dwarf.Type][]*Type)
1071 // Note Type might invalidate c.ptrs[dtype].
1073 for _, ptr := range c.ptrs[dtype] {
1077 c.ptrs[dtype] = nil // retain the map key
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
gcc.go 947 ptrs map[dwarf.Type][]*Type
948 // Keys of ptrs in insertion order (deterministic worklist)
975 c.ptrs = make(map[dwarf.Type][]*Type)
1071 // Note Type might invalidate c.ptrs[dtype].
1073 for _, ptr := range c.ptrs[dtype] {
1077 c.ptrs[dtype] = nil // retain the map key
    [all...]
  /external/opencv3/modules/core/src/
matmul.cpp 2006 uchar* ptrs[2]; local
2151 uchar* ptrs[2]; local
2348 uchar* ptrs[3]; local
3254 uchar* ptrs[2]; local
    [all...]
matrix.cpp 90 uchar* ptrs[2]; local
91 NAryMatIterator it(arrays, ptrs, 2);
95 memcpy(ptrs[1], ptrs[0], planesz);
121 uchar* ptrs[2]; local
122 NAryMatIterator it(arrays, ptrs, 2);
126 memcpy(ptrs[1], ptrs[0], planesz);
154 uchar* ptrs[2]; local
155 NAryMatIterator it(arrays, ptrs, 2)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyinit.swg 263 /* Fix SwigMethods to carry the callback ptrs when needed */
392 /* Fix SwigMethods to carry the callback ptrs when needed */
  /art/runtime/gc/accounting/
space_bitmap.h 45 typedef void SweepCallback(size_t ptr_count, mirror::Object** ptrs, void* arg);
  /external/kernel-headers/original/uapi/drm/
msm_drm.h 115 * When we have GPU's w/ >32bit ptrs, it should be possible to deal
  /external/libavc/encoder/
ih264e_process.h 179 * context's buffer ptrs, slice indices and other elements that are necessary
  /external/libdrm/freedreno/msm/
msm_drm.h 122 * When we have GPU's w/ >32bit ptrs, it should be possible to deal
  /external/skia/tests/
Writer32Test.cpp 78 // try writing ptrs where at least one of them may be at a non-multiple of
  /external/vulkan-validation-layers/include/vulkan/
vk_layer.h 32 * Along with object ptrs for current and next OBJ
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_alloccommon.c 248 // Update the upper left visible macroblock ptrs.

Completed in 838 milliseconds

1 2 34 5 6 7 8 910