HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 1251 - 1275 of 7852) sorted by null

<<51525354555657585960>>

  /external/ltp/testcases/kernel/syscalls/getitimer/
getitimer03.c 4 * This program is free software; you can redistribute it and/or modify
6 * the Free Software Foundation; either version 2 of the License, or
15 * along with this program; if not, write to the Free Software
125 free(value);
  /external/ltp/testcases/kernel/syscalls/uname/
uname03.c 5 * This program is free software; you can redistribute it and/or modify
7 * the Free Software Foundation; either version 2 of the License, or
16 * along with this program; if not, write to the Free Software
107 free(buf);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
10-1.c 133 free(aiocbs[i]);
134 free(bufs);
142 /* Check return code and free things */
153 free(aiocbs[i]);
156 free(bufs);
3-1.c 133 free(aiocbs[i]);
134 free(bufs);
142 /* Check return code and free things */
153 free(aiocbs[i]);
156 free(bufs);
  /external/lzma/CPP/Common/
NewHandler.cpp 28 ::free(p);
61 ::free(p);
85 ::free(p);
144 printf("Free %d\n", numAllocs);
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_slab.c 5 * Permission is hereby granted, free of charge, to any person obtaining
39 * have some free entries.
59 LIST_ADD(&entry->head, &slab->free);
91 * if no entries are free (or all free entries are still "in flight" as
114 /* If there is no candidate slab at all, or the first slab has no free
118 LIST_IS_EMPTY(&LIST_ENTRY(struct pb_slab, group->slabs.next, head)->free))
121 /* Remove slabs without free entries. */
124 if (!LIST_IS_EMPTY(&slab->free))
147 entry = LIST_ENTRY(struct pb_slab_entry, slab->free.next, head)
    [all...]
pb_slab.h 5 * Permission is hereby granted, free of charge, to any person obtaining
76 struct list_head free; /* list of free pb_slab_entry structures */ member in struct:pb_slab
77 unsigned num_free; /* number of entries in free list */
85 * of entries. All entries that belong to the slab must be added to the free
98 * The callback must free the slab and all its entries. It must not call any of
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program.c 6 * Permission is hereby granted, free of charge, to any person obtaining
122 /* Search a list of used temporaries for a free one
124 * @note If this functions finds a free temporary, it will mark it as used
128 * @param mask which components must be free in the temporary index that is
130 * @return -1 If there are no more free temporaries, otherwise the index of
153 int free; local
159 free = rc_find_free_temporary_list(c, used, RC_REGISTER_MAX_INDEX,
161 if (free < 0) {
165 return free;
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_query.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
50 free(query);
  /external/mesa3d/src/util/
mesa-sha1.c 7 * Permission is hereby granted, free of charge, to any person obtaining a
57 free(sha1_ctx);
slab.h 5 * Permission is hereby granted, free of charge, to any person obtaining a
61 /* Free elements. */
62 struct slab_element_header *free; member in struct:slab_child_pool
  /external/nanopb-c/extra/
pb_syshdr.h 62 void free(void *ptr);
  /external/openssh/
sandbox-pledge.c 66 free(box);
ssh-ed25519.c 88 free(sig);
158 free(sm);
162 free(m);
165 free(ktype);
sshbuf-misc.c 107 free(ret);
126 free(p);
131 free(p);
135 free(p);
  /external/pdfium/third_party/freetype/include/freetype/
ftsystem.h 164 * free ::
175 FT_Free_Func free; member in struct:FT_MemoryRec_
  /external/pdfium/third_party/libjpeg/
fpdfapi_jmemnobs.c 23 #ifndef HAVE_STDLIB_H /* <stdlib.h> should declare malloc(),free() */
25 extern void free JPP((void *ptr));
33 * routines malloc() and free().
46 // free(object);
68 // free(object);
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
struct3.c 58 free (ts3_result);
  /external/python/cpython2/Python/
pyarena.c 98 free(b);
140 free((void *)arena);
146 free((void *)arena);
179 free(arena);
  /external/selinux/libselinux/src/
selinux_check_securetty_context.c 44 free(line);
  /external/selinux/libsepol/src/
avrule_block.c 8 * This library is free software; you can redistribute it and/or
10 * License as published by the Free Software Foundation; either
19 * License along with this library; if not, write to the Free Software
91 free(scope->class_perms_map);
108 free(x->module_name);
109 free(x);
124 free(x);
handle.c 59 free(sh);
node_record.c 124 free(tmp_addr);
217 free(tmp_addr);
312 free(key->addr);
313 free(key->mask);
314 free(key);
373 free(tmp_addr);
412 free(node->addr);
418 free(tmp_addr);
437 free(node->addr);
462 free(tmp_mask)
    [all...]
  /external/selinux/policycoreutils/setfiles/
restorecon_xattr.c 155 free(sha1_buf);
205 /* Free memory */
209 free(current->directory);
210 free(current->digest);
211 free(current);
  /external/strace/tests/
strace-V.test 27 This is free software; see the source for copying conditions. There is NO

Completed in 3185 milliseconds

<<51525354555657585960>>