Searched refs:pointers (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dsort.c44 /* POINTERS and WORK are both arrays of N pointers. When this
47 void sort_pointers (size_t n, void **pointers, void **work) argument
105 bias = ((digit_t *) pointers) + j;
106 top = ((digit_t *) (pointers + n)) + j;
109 loop, COUNT[K] will contain the number of pointers whose Ith
116 /* Now, make COUNT[K] contain the number of pointers whose Ith
121 /* Now, drop the pointers into their correct locations. */
122 for (pointerp = pointers + n - 1; pointerp >= pointers; --pointerp)
127 pointerp = pointers;
150 void **pointers; local
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DElementRareData.cpp42 void* pointers[7]; member in struct:WebCore::SameSizeAsElementRareData
H A DTreeScope.cpp52 void* pointers[9]; member in struct:WebCore::SameSizeAsTreeScope
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/big-jump-table/
H A DMakefile44 libtest1.dylib: pointers.c funcs.c libfoo.dylib
45 ${CC} ${CCFLAGS} -dynamiclib pointers.c funcs.c -DCASE=1 -o libtest1.dylib libfoo.dylib
47 libtest2.dylib: pointers.c funcs.c libfoo.dylib
48 ${CC} ${CCFLAGS} -dynamiclib pointers.c funcs.c -DCASE=2 -o libtest2.dylib libfoo.dylib
50 libtest3.dylib: pointers.c funcs.c libfoo.dylib
51 ${CC} ${CCFLAGS} -dynamiclib pointers.c funcs.c -DCASE=3 -o libtest3.dylib libfoo.dylib
53 libtest4.dylib: pointers.c funcs.c libfoo.dylib
54 ${CC} ${CCFLAGS} -dynamiclib pointers.c funcs.c -DCASE=4 -o libtest4.dylib libfoo.dylib
/macosx-10.10/libauto-186/tests/
H A Dtest_introspection.c44 static void* pointers[1000]; local
52 pointers[i] = malloc_zone_malloc(zone, random_size);
58 malloc_zone_free(zone, pointers[i]);
59 pointers[i] = NULL;
H A Dalloc_test.c79 int *pointers[NOBJECTS]; variable
87 pointers[i] = auto_zone_allocate_object(gc_zone, 100, AUTO_OBJECT_SCANNED, 1, 0);
88 pointers[i][0] = 10;
96 malloc_zone_free(gc_zone, pointers[i]);
105 pointers[i] = malloc(100);
106 pointers[i][0] = 10;
113 free(pointers[i]);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontDescription.cpp36 void* pointers[2]; member in struct:WebCore::SameSizeAsFontDescription
/macosx-10.10/libauto-186/
H A DDefinitions.h158 pointer_alignment = is_64BitWord ? 3u : 2u, // bit alignment required for pointers
799 // Stores a contiguous array of pointers, which is resized by amortized doubling.
874 // Manages a set of pointers as a queue of discontinguous page-sized chunks. This uses memory more efficiently
883 void **pointers() { return _pointers; } function in struct:Auto::PointerChunk
892 void **pointers = chunk->pointers(); local
893 void **limit = pointers + (count > PointerChunk::chunk_size ? PointerChunk::chunk_size : count);
894 visitor(pointers, limit);
895 count -= (limit - pointers);
925 _cursor = _current->pointers();
[all...]
/macosx-10.10/swig-12/Lib/
H A Dconstraints.i20 positive numbers, non-NULL pointers, and so on. The following
51 pointers.
192 // Aligned pointers
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dbedeck.h110 * Macro to determine whether parameter is an array of [ref] pointers
208 union object to find the arm which gave rise to these pointers */
259 boolean any_pointers; /* param's type contains pointers */
383 #define BE_DEFER 0x00000800 /* for non-[ref] pointers within structs */
485 struct BE_ptr_init_t *pointers; /* pointer initialization list */ member in struct:BE_oper_i_t
495 #define BE_Pointers(o) ((o)->be_info.oper->pointers)
/macosx-10.10/curl-83.1.2/curl/packages/vms/
H A Dbuild_vms.com20 $! 64 Compile with 64-bit pointers.
23 $! Currently curl is not building properly with 64 bit pointers
24 $! on VMS because it is trying to cast pointers to 32 bit
26 $! do not yet support 64 bit pointers.
H A Dsetup_gnv_curl_build.com71 $! Note 64 bit pointers requires all libraries to either have
72 $! 64 bit pointers or have #pragma directives.
73 $! Currently building curl on VMS with 64 bit pointers does not work.
/macosx-10.10/objc4-646/runtime/
H A Dobjc-exception.mm124 typedef struct { jmp_buf buf; void *pointers[4]; } LocalData_t;
159 data->pointers[1] = chainLink->topHandler;
178 led->pointers[1]; // pop top handler
179 led->pointers[0] = value; // store exception that is thrown
195 chainLink->topHandler->pointers[1]; // pop top handler
200 return (id)led->pointers[0];
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeUtils.c3929 int count /* Number of pointers the list should hold.
3937 tplPtr->pointers = tplPtr->pointerSpace;
3943 tplPtr->pointers = (ClientData *) ckalloc(tplPtr->space * sizeof(ClientData));
3946 tplPtr->pointers[0] = NULL;
3957 * The pointers[] array is resized if needed.
3968 int count /* Number of pointers the list should hold. */
3979 if (tplPtr->pointers == tplPtr->pointerSpace) {
3980 ClientData *pointers;
3981 pointers = (ClientData *) ckalloc(tplPtr->space * sizeof(ClientData));
3982 memcpy(pointers, tplPt
3977 ClientData *pointers; local
[all...]
H A DtkTreeCtrl.h137 * A TreePtrList is used for dynamically-growing lists of ClientData pointers.
150 ClientData *pointers; /* NULL-terminated list of pointers. */ member in struct:TreePtrList
152 int space; /* Number of slots pointed to by pointers[]. */
1065 #define TreeItemList_Items(L) ((TreeItem *) (L)->pointers)
1066 #define TreeItemList_Nth(L,n) ((TreeItem) (L)->pointers[n])
1074 #define TreeColumnList_Nth(L,n) ((TreeColumn) (L)->pointers[n])
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dcommand.rb544 basic help message containing pointers to more information.
/macosx-10.10/CPANInternal-159.1/Types-Serialiser-1.0/
H A DSerialiser.pm157 While it is possible to use an isa test, directly comparing stash pointers
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DFloatingObjects.cpp36 void* pointers[2]; member in struct:WebCore::SameSizeAsFloatingObject
H A DRenderText.cpp72 void* pointers[2]; member in struct:WebCore::SameSizeAsRenderText
H A DRootInlineBox.cpp48 void* pointers[3]; member in struct:WebCore::SameSizeAsRootInlineBox
H A DInlineTextBox.cpp63 void* pointers[2]; member in struct:WebCore::SameSizeAsInlineTextBox
H A DInlineFlowBox.cpp46 void* pointers[5]; member in struct:WebCore::SameSizeAsInlineFlowBox
H A DRenderObject.cpp96 void* pointers[4]; member in struct:WebCore::SameSizeAsRenderObject
/macosx-10.10/emacs-93/emacs/src/
H A Ddispnew.c705 on a frame not using window-based redisplay. Set up pointers for
910 indices. (Note: this does not copy glyphs, only glyph pointers in
1142 /* Save pointers. */
1151 /* Restore pointers. */
1237 B without changing glyph pointers in A and B. */
1275 /* Exchange pointers to glyph memory between glyph rows A and B. */
1292 that glyph pointers in the structures are left unchanged. */
1298 struct glyph *pointers[1 + LAST_AREA];
1300 /* Save glyph pointers of TO. */
1301 bcopy (to->glyphs, pointers, sizeo
1291 struct glyph *pointers[1 + LAST_AREA]; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm786 equivalent of the keys C<hash>, C<compare> and C<prefix> store pointers

Completed in 520 milliseconds

12