HomeSort by: relevance | last modified time | path
    Searched refs:destroy (Results 1 - 25 of 772) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.betterc/
test18828.d 9 destroy(s);
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
darwin-crt2.c 107 struct live_images *top, **lip, *destroy = NULL;
117 destroy = *lip;
118 *lip = destroy->next; /* unlink DESTROY */
120 if (destroy->this_size != sizeof (*destroy)) /* sanity check */
129 if (destroy != NULL)
131 if (destroy->destructor != NULL)
132 (*destroy->destructor) (destroy);
106 struct live_images *top, **lip, *destroy = NULL; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
darwin-crt2.c 107 struct live_images *top, **lip, *destroy = NULL;
117 destroy = *lip;
118 *lip = destroy->next; /* unlink DESTROY */
120 if (destroy->this_size != sizeof (*destroy)) /* sanity check */
129 if (destroy != NULL)
131 if (destroy->destructor != NULL)
132 (*destroy->destructor) (destroy);
106 struct live_images *top, **lip, *destroy = NULL; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.lifetime/
large_aggregate_destroy_21097.d 3 // The crucial part of the test cases is testing `destroy`. At the same time, we test
4 // `core.internal.lifetime.emplaceInitializer` (which is currently called by `destroy`).
22 destroy(s);
40 destroy(s);
53 destroy(s);
67 destroy(s);
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.typeinfo/
enum_.d 17 typeid(e).destroy(&e);
  /src/tests/lib/semaphore/pthread/
t_sem_pth.c 9 ATF_TP_ADD_TC(tp, destroy);
  /src/external/bsd/zstd/dist/tests/regression/
method.h 52 void (*destroy)(method_state_t* state); member in struct:__anon8925
  /src/external/mpl/bind/dist/lib/isc/include/isc/
refcount.h 141 #define ISC__REFCOUNT_TRACE_IMPL(name, destroy, stat) \
160 destroy(ptr); \
187 destroy(ptr); \
194 #define ISC_REFCOUNT_TRACE_IMPL(name, destroy) \
195 ISC__REFCOUNT_TRACE_IMPL(name, destroy, ISC_REFCOUNT_BLANK)
196 #define ISC_REFCOUNT_STATIC_TRACE_IMPL(name, destroy) \
197 ISC__REFCOUNT_TRACE_IMPL(name, destroy, static inline)
209 #define ISC__REFCOUNT_IMPL(name, destroy, stat) \
220 destroy(ptr); \
236 #define ISC_REFCOUNT_IMPL(name, destroy) \
    [all...]
  /src/tests/sbin/ifconfig/
t_tap.sh 67 ifconfig "tap$tap" destroy
94 ifconfig tap99999 destroy
t_bridge.sh 62 ifconfig "bridge$bridge" destroy >/dev/null 2>&1
  /src/external/apache2/llvm/dist/llvm/lib/Support/
ManagedStatic.cpp 55 void ManagedStaticBase::destroy() const { function in class:ManagedStaticBase
63 // Destroy memory.
71 /// llvm_shutdown - Deallocate and destroy all ManagedStatic variables.
77 StaticList->destroy();
  /src/external/bsd/openldap/dist/servers/slapd/
slappasswd.c 240 goto destroy;
245 goto destroy;
252 goto destroy;
261 goto destroy;
269 goto destroy;
286 goto destroy;
293 goto destroy;
299 destroy:;
slapauth.c 115 goto destroy;
125 goto destroy;
142 goto destroy;
154 goto destroy;
158 goto destroy;
169 goto destroy;
173 destroy:;
slapacl.c 107 goto destroy;
138 goto destroy;
148 goto destroy;
160 goto destroy;
172 goto destroy;
182 goto destroy;
194 goto destroy;
236 goto destroy;
256 goto destroy;
269 goto destroy;
    [all...]
  /src/external/gpl2/lvm2/dist/lib/filters/
filter-composite.c 43 (*filters)->destroy(*filters);
73 cft->destroy = _composite_destroy;
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.thread/
join_detach.d 18 destroy(th); // force detach
  /src/external/lgpl3/gmp/dist/tests/mpz/
t-perfpow.c 110 int i, j, k, unique, destroy, res; local
157 /* Destroy d exponents, d in [1, nrprimes - 1] */
160 destroy = 1;
165 destroy = mpz_get_ui (np) % (nrprimes - 2);
168 g = exp[destroy];
169 for (k = destroy + 1; k < nrprimes; k++)
172 for (j = 0; j < destroy; j++)
210 if (res == 1 && destroy != 0)
215 else if (res == 0 && destroy == 0)
  /src/crypto/external/bsd/libsaslc/dist/src/
mech_anonymous.c 81 .destroy = saslc__mech_generic_destroy
mech_external.c 77 .destroy = saslc__mech_generic_destroy
  /src/external/mpl/dhcp/bind/dist/lib/isc/
event.c 29 destroy(isc_event_t *event) { function
45 ISC_EVENT_INIT(event, size, 0, NULL, type, action, arg, sender, destroy,
77 destroy, mctx);
  /src/external/gpl3/gdb.old/dist/gdbsupport/
scoped_mmap.h 42 destroy ();
66 destroy ();
76 void destroy () function in class:scoped_mmap
  /src/external/gpl3/gdb/dist/gdbsupport/
scoped_mmap.h 42 destroy ();
66 destroy ();
76 void destroy () function in class:scoped_mmap
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/container/
common.d 34 void destroy(T)(ref T t) if (is(T == struct) && dtorIsNothrow!T)
37 object.destroy(t);
40 void destroy(T)(ref T t) if (!is(T == struct))
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
audio.h 55 void (*destroy)(struct audio **audio); member in struct:audio_funcs
  /src/crypto/external/bsd/openssl.old/dist/include/internal/
bio.h 23 int (*destroy) (BIO *); member in struct:bio_method_st

Completed in 27 milliseconds

1 2 3 4 5 6 7 8 91011>>