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

1 2 3 4 5

  /external/libcap/libcap/
_makenames.c 25 const char *pointers[8*sizeof(struct __user_cap_data_struct)]; variable
35 pointers[list[i].index] = list[i].name;
49 if (pointers[i])
50 printf(" /* %d */\t\"%s\",\n", i, pointers[i]);
  /external/boringssl/src/crypto/
thread_pthread.c 112 void **pointers = arg; local
115 destructors[i](pointers[i]);
119 OPENSSL_free(pointers);
165 void **pointers = pthread_getspecific(g_thread_local_key); local
166 if (pointers == NULL) {
169 return pointers[index];
180 void **pointers = pthread_getspecific(g_thread_local_key); local
181 if (pointers == NULL) {
182 pointers = OPENSSL_malloc(sizeof(void *) * NUM_OPENSSL_THREAD_LOCALS);
183 if (pointers == NULL)
    [all...]
thread_win.c 113 void **pointers = (void**) TlsGetValue(g_thread_local_key); local
114 if (pointers == NULL) {
126 destructors[i](pointers[i]);
130 OPENSSL_free(pointers);
158 // .CRT$XLA to .CRT$XLZ is an array of PIMAGE_TLS_CALLBACK pointers that are
218 void **pointers = get_thread_locals(); local
219 if (pointers == NULL) {
222 return pointers[index];
233 void **pointers = get_thread_locals(); local
234 if (pointers == NULL)
    [all...]
  /external/libcxx/test/std/utilities/function.objects/comparisons/
pointer_comparison_test_helper.hpp 20 std::vector<std::shared_ptr<T> > pointers; local
23 pointers.push_back(std::shared_ptr<T>(new T()));
29 T* lhs = pointers[i].get();
30 T* rhs = pointers[j].get();
  /external/libxaac/decoder/
ixheaacd_mps_interface.h 31 WORD32 ixheaacd_mps_apply(ia_mps_dec_state_struct* self, FLOAT32** pointers[4],
  /external/Microsoft-GSL/tests/
owner_tests.cpp 26 #include <gsl/pointers> // for owner
  /external/brotli/c/enc/
memory.c 110 SortPointers(m->pointers + NEW_ALLOCATED_OFFSET, m->new_allocated);
111 SortPointers(m->pointers + NEW_FREED_OFFSET, m->new_freed);
113 m->pointers + NEW_ALLOCATED_OFFSET, m->new_allocated,
114 m->pointers + NEW_FREED_OFFSET, m->new_freed);
120 m->pointers + PERM_ALLOCATED_OFFSET, m->perm_allocated,
121 m->pointers + NEW_FREED_OFFSET, m->new_freed);
129 memcpy(m->pointers + PERM_ALLOCATED_OFFSET + m->perm_allocated,
130 m->pointers + NEW_ALLOCATED_OFFSET,
134 SortPointers(m->pointers + PERM_ALLOCATED_OFFSET, m->perm_allocated);
145 m->pointers[NEW_ALLOCATED_OFFSET + (m->new_allocated++)] = result
    [all...]
memory.h 35 void* pointers[256]; member in struct:MemoryManager
  /cts/hostsidetests/securitybulletin/securityPatch/Bug-115739809/
poc.cpp 113 //struct Pointer pointers[MAX_POINTERS]
116 outMsg->body.motion.pointers[i].properties.id =
117 msg.body.motion.pointers[i].properties.id;
118 outMsg->body.motion.pointers[i].properties.toolType =
119 msg.body.motion.pointers[i].properties.toolType;
121 outMsg->body.motion.pointers[i].coords.bits =
122 msg.body.motion.pointers[i].coords.bits;
123 const uint32_t count = BitSet64::count(msg.body.motion.pointers[i].coords.bits);
124 memcpy(&outMsg->body.motion.pointers[i].coords.values[0],
125 &msg.body.motion.pointers[i].coords.values[0]
    [all...]
  /external/tremolo/Tremolo/
misc.c 42 static void **pointers=NULL; variable
72 if(pointers){
73 pointers=(void **)realloc(pointers,sizeof(void **)*palloced);
76 pointers=(void **)malloc(sizeof(void **)*palloced);
81 pointers[pinsert]=ptr;
186 if(pointers[insert]==NULL){
195 pointers[insert]=NULL;
201 head *ptr=pointers[i];
  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp 789 void* pointers[10]; local
790 for (size_t i = 0; i < sizeof(pointers) / sizeof(void*); i++) {
791 pointers[i] = debug_malloc(100 + i);
792 ASSERT_TRUE(pointers[i] != nullptr);
793 memset(pointers[i], 0, 100 + i);
794 debug_free(pointers[i]);
815 uint8_t* pointers[5]; local
816 for (size_t i = 0; i < sizeof(pointers) / sizeof(void*); i++) {
817 pointers[i] = reinterpret_cast<uint8_t*>(debug_malloc(100 + i));
818 ASSERT_TRUE(pointers[i] != nullptr)
1048 void* pointers[5]; local
1216 uint8_t* pointers[3]; local
1346 std::vector<void*> pointers; local
1432 std::vector<void*> pointers; local
1483 std::vector<void*> pointers; local
1541 std::vector<void*> pointers; local
1696 void* pointers[4]; local
1755 void* pointers[4]; local
1813 void* pointers[4]; local
1874 void* pointers[4]; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderStateQueryTests.cpp 2179 const PointerData pointers[] = local
2265 const PointerData pointers[] = local
2291 const PointerData pointers[] = local
2379 const StridePointerData pointers[] = local
2403 const StridePointerData pointers[] = local
2486 const PointerData pointers[] = local
2517 const PointerData pointers[] = local
2597 const PointerData pointers[] = local
2623 const PointerData pointers[] = local
2889 const PointerData pointers[] = local
    [all...]
  /build/blueprint/proptools/
extend.go 23 // struct dst. dst and src must be the same type, and both must be pointers to structs.
33 // values, replacing non-nil pointers to booleans or strings, and recursing into
34 // embedded structs, pointers to structs, and interfaces containing
35 // pointers to structs. Appending the zero value of a property will always be a no-op.
41 // struct dst. dst and src must be the same type, and both must be pointers to structs.
51 // bool values, replacing non-nil pointers to booleans or strings, and recursing into
52 // embedded structs, pointers to structs, and interfaces containing
53 // pointers to structs. Prepending the zero value of a property will always be a no-op.
60 // must be found in at least one property in dst. dst must be a slice of pointers to structs, and
71 // values, replacing non-nil pointers to booleans or strings, and recursing int
    [all...]
typeequal.go 20 // pointers to structs or interfaces having matching nilitude, and any interface{} values in any
21 // embedded structs, pointers to structs, or interfaces are also of equal type.
  /external/compiler-rt/lib/asan/tests/
asan_mac_test.cc 141 void *pointers[kNumPointers]; local
143 pointers[i] = malloc(i + 1);
146 free(pointers[i]);
asan_interface_test.cc 41 // and from the interior pointers (not returned by previous malloc).
405 std::vector<char *> pointers; local
410 pointers.push_back((char*)malloc(size));
414 EXPECT_FALSE(__sanitizer_get_ownership(&pointers));
417 EXPECT_TRUE(__sanitizer_get_ownership(pointers[idx]));
418 EXPECT_EQ(sizes[idx], __sanitizer_get_allocated_size(pointers[idx]));
420 for (size_t i = 0, n = pointers.size(); i < n; i++)
421 free(pointers[i]);
  /external/deqp/modules/gles2/functional/
es2fShaderStateQueryTests.cpp 1522 const PointerData pointers[] = local
1557 const PointerData pointers[] = local
1599 const StridePointerData pointers[] = local
1643 const PointerData pointers[] = local
1730 const PointerData pointers[] = local
    [all...]
  /external/mesa3d/docs/specs/OLD/
MESA_agp_offset.spec 34 This extensions provides a way to convert pointers in an AGP memory
  /bionic/libc/malloc_debug/tools/
gen_malloc.pl 187 $opts->{pointers}->{$pointer} = $slot;
190 $opts->{pointers}->{$pointer} = -1;
201 $opts->{pointers} = {};
226 if (!exists $opts->{pointers}->{$pointer}) {
233 } elsif ($opts->{pointers}->{$pointer} != -1) {
234 print " {FREE, $opts->{pointers}->{$pointer}, 0, 0},\n";
235 push @{$opts->{empty_slots}}, $opts->{pointers}->{$pointer};
244 $opts->{pointers}->{$new_pointer} = -1;
245 delete $opts->{pointers}->{$old_pointer};
251 $opts->{pointers}->{$new_pointer} = $slot
    [all...]
  /device/generic/opengl-transport/host/commands/emugen/
EntryPoint.cpp 176 bool pointers = false; local
177 if (m_retval.isPointer()) pointers = true;
178 if (!pointers) {
181 pointers = true;
186 return pointers;
  /external/google-breakpad/src/client/windows/crash_generation/
minidump_generator.cc 206 EXCEPTION_POINTERS pointers; local
209 &pointers,
210 sizeof(pointers),
216 pointers.ExceptionRecord,
  /external/syzkaller/pkg/serializer/
serializer.go 14 // This is similar to fmt.Fprintf(w, "%#v", v), but properly handles pointers,
75 panic(fmt.Sprintf("only pointers to structs are supported, got %v",
  /external/honggfuzz/
honggfuzz.h 159 pointers; member in struct:dynfile_t
166 pointers; member in struct:strings_t
  /external/mesa3d/src/intel/tools/
gen_batch_decoder.c 213 const uint32_t *pointers = ctx->surface_base.map + offset; local
215 if (pointers[i] == 0)
218 if (pointers[i] % 32 != 0 ||
219 (pointers[i] + strct->dw_length * 4) >= ctx->surface_base.size) {
220 fprintf(ctx->fp, "pointer %u: %08x <not valid>\n", i, pointers[i]);
224 fprintf(ctx->fp, "pointer %u: %08x\n", i, pointers[i]);
225 ctx_print_group(ctx, strct, ctx->surface_base.addr + pointers[i],
226 ctx->surface_base.map + pointers[i]);
  /external/libchrome/base/memory/
shared_memory_unittest.cc 162 EXPECT_NE(memory1.memory(), memory2.memory()); // Compare the pointers.
329 std::unique_ptr<int* []> pointers(new int*[count]);
331 ASSERT_TRUE(pointers.get());
338 pointers[i] = ptr;
345 pointers[j][0] = 100;
347 pointers[j][0] = 0;
349 // make sure there is no bleeding of the 100 into the other pointers
352 EXPECT_EQ(100, pointers[j][0]);
354 EXPECT_EQ(0, pointers[j][0]);
    [all...]

Completed in 861 milliseconds

1 2 3 4 5