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

1 2 3 4 56 7 8 910

  /prebuilts/go/linux-x86/src/runtime/
mbarrier.go 22 // The original Dijkstra barrier only shaded ptrs being placed in black slots.
sys_windows_386.s 80 MOVL ptrs+0(FP), CX
heapdump.go 488 dumpbool(false) // little-endian ptrs
490 dumpbool(true) // big-endian ptrs
  /toolchain/binutils/binutils-2.25/bfd/
syms.c 113 | asymbol *ptrs[2];
124 | ptrs[0] = new;
125 | ptrs[1] = 0;
127 | bfd_set_symtab (abfd, ptrs, 1);
    [all...]
  /external/kernel-headers/original/uapi/linux/
hdreg.h 330 /* hd/ide ctl's that pass (arg) ptrs to user space are numbered 0x030n/0x031n */
383 /* hd/ide ctl's that pass (arg) ptrs to user space are numbered 0x033n/0x033n */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
hdreg.h 320 /* hd/ide ctl's that pass (arg) ptrs to user space are numbered 0x030n/0x031n */
371 /* hd/ide ctl's that pass (arg) ptrs to user space are numbered 0x033n/0x033n */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
hdreg.h 320 /* hd/ide ctl's that pass (arg) ptrs to user space are numbered 0x030n/0x031n */
371 /* hd/ide ctl's that pass (arg) ptrs to user space are numbered 0x033n/0x033n */
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 442 keyAETranslation = FOUR_CHAR_CODE('ptrs')
524 pTranslation = FOUR_CHAR_CODE('ptrs')
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
heapdump.go 488 dumpbool(false) // little-endian ptrs
490 dumpbool(true) // big-endian ptrs
  /prebuilts/misc/common/swig/include/2.0.11/lua/
typemaps.i 416 // read the specified table, and fills the array with ptrs
417 // returns 1 of ok (only fails if it doesn't find correct type of ptrs)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 442 keyAETranslation = FOUR_CHAR_CODE('ptrs')
524 pTranslation = FOUR_CHAR_CODE('ptrs')
    [all...]
  /external/opencv3/modules/core/src/
ocl.cpp 4825 uchar* ptrs[2]; local
4937 uchar* ptrs[2]; local
5077 uchar* ptrs[2]; local
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
common.h 462 #define SHT_INIT_ARRAY 14 /* Array of ptrs to init functions */
463 #define SHT_FINI_ARRAY 15 /* Array of ptrs to finish functions */
464 #define SHT_PREINIT_ARRAY 16 /* Array of ptrs to pre-init funcs */
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /art/runtime/gc/space/
space.h 233 virtual size_t FreeList(Thread* self, size_t num_ptrs, mirror::Object** ptrs) = 0;
  /external/kernel-headers/original/uapi/drm/
drm_mode.h 305 __u64 enum_blob_ptr; /* enum and blob id ptrs */
  /external/libavc/decoder/
ih264d_thread_parse_decode.c 537 /* Initialise MC and formMbPartInfo fn ptrs one time based on profile_idc */
  /external/libdrm/include/drm/
drm_mode.h 284 __u64 enum_blob_ptr; /* enum and blob id ptrs */
  /external/libjpeg-turbo/
rdbmp.c 475 /* Fill in method ptrs, except get_pixel_rows which start_input sets */
rdppm.c 451 /* Fill in method ptrs, except get_pixel_rows which start_input sets */
rdtarga.c 495 /* Fill in method ptrs, except get_pixel_rows which start_input sets */
  /external/llvm/include/llvm/ADT/
PointerUnion.h 1 //===- llvm/ADT/PointerUnion.h - Discriminated Union of 2 Ptrs --*- C++ -*-===//
  /external/opencv3/modules/imgproc/src/
morph.cpp 796 ptrs.resize( coords.size() );
802 const T** kp = (const T**)&ptrs[0];
814 i = vecOp(&ptrs[0], nz, dst, width);
843 std::vector<uchar*> ptrs; member in struct:cv::MorphFilter
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 63 void clear() { // Now you're all weak ptrs ...
  /external/skia/src/gpu/gl/
GrGLCreateNullInterface.cpp 61 // nullptr out the entries that are really free list links rather than ptrs before deleting.

Completed in 2988 milliseconds

1 2 3 4 56 7 8 910