/external/elfutils/libasm/ |
asm_begin.c | 6 This file is free software; you can redistribute it and/or modify 9 * the GNU Lesser General Public License as published by the Free 15 * the GNU General Public License as published by the Free 58 free (result); 82 free (result); 161 free (result);
|
/external/elfutils/libdwfl/ |
open.c | 5 This file is free software; you can redistribute it and/or modify 8 * the GNU Lesser General Public License as published by the Free 14 * the GNU General Public License as published by the Free 69 free (buffer); 77 free (buffer); 88 free (buffer);
|
/external/expat/tests/ |
minicheck.c | 66 free(tc->tests); 180 free(runner->suite); 181 free(runner);
|
/external/fec/ |
viterbi27_port.c | 66 free(vp); 111 free(vp->decisions); 112 free(vp);
|
viterbi29_port.c | 65 free(vp); 112 free(vp->decisions); 113 free(vp);
|
viterbi39_port.c | 65 free(vp); 112 free(vp->decisions); 113 free(vp);
|
viterbi615_port.c | 37 free(vp); 106 free(vp->decisions); 107 free(vp);
|
/external/jemalloc/src/ |
zone.c | 95 free(ptr); 133 free(ptr); 191 zone.free = (void *)zone_free;
|
/external/jhead/ |
jpgfile.c | 240 free(Sections[--SectionsRead].Data); 252 free(Sections[--SectionsRead].Data); 273 free(Sections[--SectionsRead].Data); 284 free(Sections[--SectionsRead].Data); 431 free(Sections[--SectionsRead].Data); 443 free(Sections[--SectionsRead].Data); 464 free(Sections[--SectionsRead].Data); 475 free(Sections[--SectionsRead].Data); 513 free(Sections[a].Data); 762 free(Sections[a].Data) [all...] |
/external/libdrm/libkms/ |
dumb.c | 6 * Permission is hereby granted, free of charge, to any person obtaining a 65 free(kms); 116 free(bo); 189 free(bo);
|
exynos.c | 8 * This program is free software; you can redistribute it and/or modify it 10 * Free Software Foundation; either version 2 of the License, or (at your 53 free(kms); 111 free(bo); 184 free(bo);
|
radeon.c | 6 * Permission is hereby granted, free of charge, to any person obtaining a 70 free(kms); 138 free(bo); 218 free(bo);
|
vmwgfx.c | 6 * Permission is hereby granted, free of charge, to any person obtaining a 65 free(kms); 124 free(bo); 184 free(bo);
|
/external/libdrm/tests/radeon/ |
rbo.c | 4 * Permission is hereby granted, free of charge, to any person obtaining a 60 free(bo); 79 free(bo); 154 free(bo);
|
/external/libmicrohttpd/src/microhttpd/ |
memorypool.c | 5 This library is free software; you can redistribute it and/or 7 License as published by the Free Software Foundation; either 16 License along with this library; if not, write to the Free Software 113 free (pool); 140 free (pool->memory); 149 free (pool);
|
/external/libmicrohttpd/src/testcurl/https/ |
test_https_sni.c | 5 libmicrohttpd is free software; you can redistribute it and/or modify 7 by the Free Software Foundation; either version 3, or (at your 17 Free Software Foundation, Inc., 59 Temple Place - Suite 330, 227 free (cbc.buf); 237 free (cbc.buf); 241 free (cbc.buf);
|
/external/libselinux/src/ |
procattr.c | 33 free(path); 45 free(path); 88 free(buf);
|
/external/ltrace/ |
summary.c | 7 * This program is free software; you can redistribute it and/or 9 * published by the Free Software Foundation; either version 2 of the 18 * along with this program; if not, write to the Free Software 151 free((char *)*stringp); 166 free(dict_opt_c); 181 free((char *) na);
|
/external/ltrace/sysdeps/linux-gnu/ |
hooks.c | 5 * This program is free software; you can redistribute it and/or 7 * published by the Free Software Foundation; either version 2 of the 16 * along with this program; if not, write to the Free Software 115 free(g_home_dir); 192 free(syspath); 193 free(homepath);
|
/external/mesa3d/src/egl/main/ |
eglarray.c | 6 * Permission is hereby granted, free of charge, to any person obtaining a 76 free(array); 86 * Destroy an array, optionally free the data. 96 free(array->Elements); 97 free(array);
|
/external/mesa3d/src/mesa/program/ |
hash_table.c | 4 * Permission is hereby granted, free of charge, to any person obtaining a 88 free(ht); 103 free(node); 184 free(node);
|
/external/selinux/libsepol/src/ |
policydb_public.c | 57 free(pf); 70 free(*sp); 83 free(p);
|
/external/skia/include/core/ |
SkPostConfig.h | 209 # ifdef free 210 # undef free macro 213 # undef free macro
|
/external/skia/src/core/ |
SkDescriptor.h | 29 static void Free(SkDescriptor* desc) { 145 ~SkAutoDescriptor() { this->free(); } 148 this->free(); 158 void free() { function in class:SkAutoDescriptor 160 SkDescriptor::Free(fDesc);
|
/external/squashfs-tools/squashfs-tools/ |
xattr.c | 8 * This program is free software; you can redistribute it and/or 10 * as published by the Free Software Foundation; either version 2, 19 * along with this program; if not, write to the Free Software 211 free(xattr_names); 239 free(xattr_list[i].full_name); 252 free(xattr_list[i].full_name); 263 free(xattr_list[i].value); 272 free(xattr_list[i].full_name); 285 free(xattr_names); 291 free(xattr_list[i].full_name) [all...] |