Searched refs:pointer (Results 1 - 25 of 454) sorted by relevance

1234567891011>>

/external/webkit/Tools/android/flex-2.5.4a/MISC/Macintosh/
H A Dalloca.h7 typedef void *pointer; typedef
9 pointer alloca(unsigned size);
H A Dalloca.c51 typedef void *pointer; /* generic pointer type */ typedef
53 typedef char *pointer; /* generic pointer type */
56 #define NULL 0 /* null pointer constant */
59 extern pointer xmalloc();
130 alloca( size ) returns a pointer to at least `size' bytes of
140 pointer
141 alloca (size) /* returns pointer to storage */
164 free ((pointer) h
[all...]
/external/tcpdump/tests/
H A Disakmp2.sh3 uudecode isakmp-pointer-loop.puu
6 if (../tcpdump -t -n -r isakmp-pointer-loop.pcap | diff - isakmp2.out)
/external/embunit/inc/
H A DAssertImpl.h53 #define TEST_ASSERT_NULL(pointer)\
54 TEST_ASSERT_MESSAGE(pointer == NULL,#pointer " was not null.")
56 #define TEST_ASSERT_NOT_NULL(pointer)\
57 TEST_ASSERT_MESSAGE(pointer != NULL,#pointer " was null.")
/external/webkit/Source/JavaScriptCore/wtf/
H A DDynamicAnnotations.h54 #define WTF_ANNOTATE_BENIGN_RACE(pointer, description) WTFAnnotateBenignRaceSized(__FILE__, __LINE__, pointer, sizeof(*(pointer)), description)
59 * the former to the latter when they share the same argument pointer.
91 #define WTF_ANNOTATE_BENIGN_RACE(pointer, description)
/external/compiler-rt/BlocksRuntime/tests/
H A Dk-and-r.c8 // CONFIG error: incompatible block pointer types assigning
25 #error incompatible block pointer types assigning
29 #error incompatible block pointer types assigning
/external/srtp/crypto/cipher/
H A Dnull_cipher.c58 uint8_t *pointer; local
64 pointer = (uint8_t*)crypto_alloc(sizeof(null_cipher_ctx_t) + sizeof(cipher_t));
65 if (pointer == NULL)
69 *c = (cipher_t *)pointer;
71 (*c)->state = pointer + sizeof(cipher_t);
132 NULL /* pointer to next testcase */
/external/srtp/crypto/hash/
H A Dnull_auth.c58 uint8_t *pointer; local
64 pointer = (uint8_t*)crypto_alloc(sizeof(null_auth_ctx_t) + sizeof(auth_t));
65 if (pointer == NULL)
69 *a = (auth_t *)pointer;
71 (*a)->state = pointer + sizeof (auth_t);
141 NULL /* pointer to next testcase */
/external/icu4c/common/
H A Duhash_us.cpp26 const UnicodeString *str = (const UnicodeString*) key.pointer;
39 const UnicodeString *str1 = (const UnicodeString*) key1.pointer;
40 const UnicodeString *str2 = (const UnicodeString*) key2.pointer;
H A Duvector.cpp21 * or a pointer. If a hint bit is zero, then the associated
100 if (elements[i].pointer != 0 && deleter != 0) {
101 (*deleter)(elements[i].pointer);
126 elements[count++].pointer = obj;
132 elements[count].pointer = NULL; // Pointers may be bigger than ints.
140 if (elements[index].pointer != 0 && deleter != 0) {
141 (*deleter)(elements[index].pointer);
143 elements[index].pointer = obj;
150 if (elements[index].pointer != 0 && deleter != 0) {
152 (*deleter)(elements[index].pointer);
[all...]
/external/llvm/include/llvm/ADT/
H A DInMemoryStruct.h21 /// in the common case can be accessed from a direct pointer to a memory mapped
28 typedef value_type *pointer; typedef in class:llvm::InMemoryStruct
32 /// \brief The smart pointer target.
36 /// pointer.
44 InMemoryStruct(pointer Value) : Target(Value) {}
57 assert(Target && "Cannot dereference null pointer");
61 assert(Target && "Cannot dereference null pointer");
68 pointer operator->() {
/external/valgrind/main/memcheck/tests/
H A Dpointer-trace.stderr.exp3 by 0x........: main (pointer-trace.c:86)
/external/v8/src/
H A Dsmall-pointer-list.h80 void Add(T* pointer) { argument
81 ASSERT(IsAligned(reinterpret_cast<intptr_t>(pointer), kPointerAlignment));
83 data_ = reinterpret_cast<intptr_t>(pointer) | kSingletonTag;
89 list->Add(pointer);
94 list()->Add(pointer);
112 void RemoveElement(T* pointer) { argument
115 if (pointer == single_value()) {
120 list()->RemoveElement(pointer);
148 int CountOccurrences(T* pointer, int start, int end) const { argument
152 return (single_value() == pointer)
[all...]
/external/astl/tests/
H A Dtest_iterator.cpp42 typedef int* pointer; typedef in struct:android::Input
50 typedef int* pointer; typedef in struct:android::Forward
58 typedef int* pointer; typedef in struct:android::Bidirectional
66 typedef int* pointer; typedef in struct:android::Random
/external/icu4c/tools/tzcode/
H A Dialloc.c36 irealloc(pointer, size)
37 void * const pointer;
40 if (pointer == NULL)
42 return realloc((void *) pointer, (size_t) nonzero(size));
/external/stlport/stlport/stl/
H A D_ptrs_specialize.h7 # define _STLP_DEFINE_ARROW_OPERATOR pointer operator->() const { return &(operator*()); }
20 # define _STLP_DEFINE_ARROW_OPERATOR pointer operator->() const { return &(*(*this)); }
22 # define _STLP_DEFINE_ARROW_OPERATOR pointer operator->() const { reference x = operator*(); return &x; }
24 # define _STLP_DEFINE_ARROW_OPERATOR pointer operator->() const { return &(operator*()); }
/external/webkit/Source/WebCore/platform/text/
H A DTextCodecASCIIFastPath.h34 // Assuming that a pointer is the size of a "machine word", then
84 inline bool isAlignedToMachineWord(const void* pointer) argument
86 return !(reinterpret_cast<uintptr_t>(pointer) & machineWordAlignmentMask);
89 template<typename T> inline T* alignToMachineWord(T* pointer) argument
91 return reinterpret_cast<T*>(reinterpret_cast<uintptr_t>(pointer) & ~machineWordAlignmentMask);
/external/webkit/Source/WebCore/platform/mac/
H A DSoftLinking.h86 static type pointer##name; \
90 return pointer##name; \
95 void** pointer = static_cast<void**>(dlsym(framework##Library(), #name)); \
96 ASSERT(pointer); \
97 pointer##name = static_cast<type>(*pointer); \
99 return pointer##name; \
/external/openssl/crypto/
H A Dcryptlib.c187 static int (MS_FAR *add_lock_callback)(int *pointer,int amount,
239 CRYPTO_dynlock *pointer = NULL; local
256 pointer = (CRYPTO_dynlock *)OPENSSL_malloc(sizeof(CRYPTO_dynlock));
257 if (pointer == NULL)
262 pointer->references = 1;
263 pointer->data = dynlock_create_callback(__FILE__,__LINE__);
264 if (pointer->data == NULL)
266 OPENSSL_free(pointer);
280 i=sk_CRYPTO_dynlock_push(dyn_locks,pointer) - 1;
282 /* If we found a place with a NULL pointer, pu
299 CRYPTO_dynlock *pointer = NULL; local
342 CRYPTO_dynlock *pointer = NULL; local
592 struct CRYPTO_dynlock_value *pointer local
607 CRYPTO_add_lock(int *pointer, int amount, int type, const char *file, int line) argument
[all...]
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-message.h76 // can stream a NULL char pointer to it in the former, but not in the
78 // class hides this difference by treating a NULL char pointer as
106 // Streams a value (either a pointer or not) to this object.
113 // Streams a non-pointer value to this object.
120 // Streams a pointer value to this object.
123 // stream a pointer to a Message, this definition will be used as it
125 // [temp.func.order].) If you stream a non-pointer, then the
128 // The reason for this overload is that streaming a NULL pointer to
134 inline Message& operator <<(T* const& pointer) { // NOLINT argument
135 if (pointer
196 StreamHelper(internal::true_type dummy, T* pointer) argument
[all...]
/external/chromium/testing/gtest/include/gtest/
H A Dgtest-message.h78 // can stream a NULL char pointer to it in the former, but not in the
80 // class hides this difference by treating a NULL char pointer as
111 // Streams a value (either a pointer or not) to this object.
118 // Streams a non-pointer value to this object.
125 // Streams a pointer value to this object.
128 // stream a pointer to a Message, this definition will be used as it
130 // [temp.func.order].) If you stream a non-pointer, then the
133 // The reason for this overload is that streaming a NULL pointer to
139 inline Message& operator <<(T* const& pointer) { // NOLINT argument
140 if (pointer
202 StreamHelper(internal::true_type , T* pointer) argument
[all...]
/external/gtest/include/gtest/
H A Dgtest-message.h78 // can stream a NULL char pointer to it in the former, but not in the
80 // class hides this difference by treating a NULL char pointer as
111 // Streams a value (either a pointer or not) to this object.
118 // Streams a non-pointer value to this object.
125 // Streams a pointer value to this object.
128 // stream a pointer to a Message, this definition will be used as it
130 // [temp.func.order].) If you stream a non-pointer, then the
133 // The reason for this overload is that streaming a NULL pointer to
139 inline Message& operator <<(T* const& pointer) { // NOLINT argument
140 if (pointer
202 StreamHelper(internal::true_type , T* pointer) argument
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-message.h78 // can stream a NULL char pointer to it in the former, but not in the
80 // class hides this difference by treating a NULL char pointer as
111 // Streams a value (either a pointer or not) to this object.
118 // Streams a non-pointer value to this object.
125 // Streams a pointer value to this object.
128 // stream a pointer to a Message, this definition will be used as it
130 // [temp.func.order].) If you stream a non-pointer, then the
133 // The reason for this overload is that streaming a NULL pointer to
139 inline Message& operator <<(T* const& pointer) { // NOLINT argument
140 if (pointer
202 StreamHelper(internal::true_type , T* pointer) argument
[all...]
/external/protobuf/gtest/include/gtest/
H A Dgtest-message.h76 // can stream a NULL char pointer to it in the former, but not in the
78 // class hides this difference by treating a NULL char pointer as
106 // Streams a value (either a pointer or not) to this object.
113 // Streams a non-pointer value to this object.
120 // Streams a pointer value to this object.
123 // stream a pointer to a Message, this definition will be used as it
125 // [temp.func.order].) If you stream a non-pointer, then the
128 // The reason for this overload is that streaming a NULL pointer to
134 inline Message& operator <<(T* const& pointer) { // NOLINT argument
135 if (pointer
196 StreamHelper(internal::true_type , T* pointer) argument
[all...]
/external/stlport/test/compiler/
H A Deh.cc19 BigStructAllocType::pointer pbigStruct = bigStructAlloc.allocate(1024 * 1024 * 1024);

Completed in 1514 milliseconds

1234567891011>>