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

<<31323334353637383940>>

  /external/libdrm/libkms/
intel.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
67 free(kms);
105 free(bo);
142 free(bo);
215 free(bo);
nouveau.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
68 free(kms);
106 free(bo);
133 free(bo);
197 free(bo);
  /external/libdrm/rockchip/
rockchip_drm.c 7 * Permission is hereby granted, free of charge, to any person obtaining a
75 free(dev);
127 free(bo);
178 free(bo);
222 free(bo);
  /external/libevent/include/event2/
thread.h 110 void (*free)(void *lock, unsigned locktype); member in struct:evthread_lock_callbacks
146 /** Function to free a condition variable. */
  /external/libevent/
mm-internal.h 54 #define mm_free(p) free(p)
  /external/libexif/libexif/
exif-mnote-data-priv.h 5 * This library is free software; you can redistribute it and/or
7 * License as published by the Free Software Foundation; either
17 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
39 void (* free) (ExifMnoteData *); member in struct:_ExifMnoteDataMethods
  /external/libexif/test/
test-mem.c 5 * This library is free software; you can redistribute it and/or
7 * License as published by the Free Software Foundation; either
17 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
60 free (eb);
  /external/libopus/celt/
os_support.h 62 /** Opus wrapper for free(). To do your own dynamic allocation, all you need to do is replace this function and opus_alloc */
66 free(ptr);
88 #pragma GCC poison malloc free realloc calloc
  /external/libpng/contrib/examples/
pngtopng.c 63 free(buffer);
71 /* This is the only place where a 'free' is required; libpng does
  /external/libpng/contrib/libtests/
timepng.c 50 if (row != NULL) free(row);
51 if (display != NULL) free(display);
95 free(row);
96 free(display);
  /external/libselinux/src/
fgetfilecon.c 46 free(buf);
get_initial_context.c 50 free(buf);
getfilecon.c 46 free(buf);
getpeercon.c 40 free(buf);
lgetfilecon.c 46 free(buf);
  /external/libvncserver/libvncclient/
ultra.c 5 * This 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 software; if not, write to the Free Software
62 free( client->raw_buffer );
74 free( client->ultra_buffer );
146 free( client->raw_buffer );
159 free( client->ultra_buffer );
  /external/ltrace/
demangle.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
78 free((char *)fn_copy);
memstream.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
72 free(memstream->buf);
  /external/lzma/CPP/Common/
NewHandler.cpp 28 ::free(p);
60 ::free(p);
84 ::free(p);
143 printf("Free %d\n", numAllocs);
  /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/nanopb-c/extra/
pb_syshdr.h 62 void free(void *ptr);
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
buffer.h 4 * FFmpeg is free software; you can redistribute it and/or
6 * License as published by the Free Software Foundation; either
15 * License along with FFmpeg; if not, write to the Free Software
49 * Use av_buffer_unref() to free a reference (this will automatically free the
124 * @param free a callback for freeing this buffer's data
125 * @param opaque parameter to be got for processing or passed to free
131 void (*free)(void *opaque, uint8_t *data),
135 * Default free callback, which calls av_free() on the buffer data.
150 * Free a given reference and automatically free the buffer if there are no mor
    [all...]
  /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));
41 * routines malloc() and free().
54 // free(object);
76 // free(object);
  /external/selinux/checkpolicy/
queue.c 91 free(node);
118 free(temp);
121 free(q);
170 free(temp);

Completed in 1580 milliseconds

<<31323334353637383940>>