HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 726 - 750 of 5893) sorted by null

<<21222324252627282930>>

  /external/deqp/framework/delibs/destream/
deStreamCpyThread.c 57 free(buffer);
80 free(thread);
  /external/dng_sdk/source/
dng_string_list.cpp 74 free (fList);
152 free (fList);
  /external/e2fsprogs/lib/ext2fs/
brel.h 71 * Free the block relocation table.
73 errcode_t (*free)(ext2_brel brel); member in struct:ext2_block_relocation_table
85 #define ext2fs_brel_free(brel) ((brel)->free((brel)))
inline.c 76 free(*p);
100 free(ptr);
  /external/fec/
dotprod_mmx.c 44 /* Free a dot product descriptor created earlier */
51 free(dp->coeffs[i]);
52 free(dp);
dotprod_sse2.c 48 /* Free a dot product descriptor created earlier */
55 free(dp->coeffs[i]);
56 free(dp);
  /external/fio/
fifo.c 6 * This program is free software; you can redistribute it and/or modify
8 * the Free Software Foundation; either version 2 of the License, or
17 * along with this program; if not, write to the Free Software
45 free(fifo->buffer);
46 free(fifo);
  /external/harfbuzz_ng/src/
hb-shaper.cc 39 /* Thread-safe, lock-free, shapers */
48 free ((void *) static_shapers);
101 free (shapers);
  /external/icu/icu4c/source/tools/memcheck/
ICUMemCheck.pl 22 # common/cmemory.o U free
64 if ($symbols =~ /U +free.*/) {
  /external/ipsec-tools/src/racoon/
gcmalloc.h 46 * malloc(), calloc(), realloc(), and free() entry points in the main
77 free(void *ptr) function
120 #define racoon_free(p) free((p))
  /external/libbrillo/brillo/
type_name_undecorate.cc 22 std::unique_ptr<char, decltype(&std::free)> res{
24 std::free
  /external/libcxxabi/test/
test_vector2.pass.cpp 26 std::free ( p );
31 std::free ( p );
  /external/libdrm/tests/kms/
libkms-test-screen.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
75 free(screen->name);
77 free(screen);
  /external/libedit/src/
fgetln.c 71 free(buf);
103 free(p);
  /external/libmicrohttpd/doc/examples/
basicauthentication.c 1 /* Feel free to use this example code in any way
44 if (user != NULL) free (user);
45 if (pass != NULL) free (pass);
tlsauthentication.c 1 /* Feel free to use this example code in any way
110 free (buffer);
139 free (headervalue);
179 free (expected);
186 free (expected_b64);
258 free (key_pem);
259 free (cert_pem);
267 free (key_pem);
268 free (cert_pem);
  /external/libpng/contrib/gregbook/
readppm.c 45 This program is free software; you can redistribute it and/or modify
47 the Free Software Foundation; either version 2 of the License, or
56 along with this program; if not, write to the Free Software Foundation,
168 free (image_data);
180 free(image_data);
  /external/libselinux/src/
label_android_property.c 111 free(prop);
117 free(prop);
118 free(context);
231 free(spec->property_key);
232 free(spec->lr.ctx_raw);
233 free(spec->lr.ctx_trans);
237 free(data->spec_arr);
239 free(data);
  /external/libvpx/libvpx/
video_reader.c 62 free(reader->buffer);
63 free(reader);
  /external/libvpx/libvpx/vpx_ports/
vpx_once.h 46 free(new_lock);
64 /* Last one out should free resources. The destructed objects are
70 free(lock);
  /external/libyuv/files/unit_test/
unit_test.h 24 free(var##_mem); \
35 free(var##_mem); \
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_resolve_map.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
83 * \brief Remove and free an element from the map.
92 free(elem);
96 * \brief Remove and free all elements of the map.
107 free(trash);
  /external/mesa3d/src/mesa/program/
prog_cache.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
101 free(cache->items);
119 free(c->key);
127 free(c);
147 free(cache);
159 free(cache->items);
160 free(cache);
168 free(cache->items);
169 free(cache);
  /external/opencv/otherlibs/highgui/
grfmt_imageio.cpp 176 free( bitmap );
187 free( bitmap);
223 free( bitmap );
314 free( bitmapData );
353 free( bitmapData );
365 free( bitmapData );
377 free( bitmapData );
391 free( bitmapData );
  /external/proguard/bin/
proguard.bat 3 REM Start-up script for ProGuard -- free class file shrinker, optimizer,

Completed in 610 milliseconds

<<21222324252627282930>>