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

<<41424344454647484950>>

  /external/kernel-headers/original/uapi/drm/
sis_drm.h 6 * Permission is hereby granted, free of charge, to any person obtaining a
62 unsigned long free; member in struct:__anon21233
  /external/kmod/shared/
scratchbuf.c 6 * This library is free software; you can redistribute it and/or
8 * License as published by the Free Software Foundation; either
59 free(buf->bytes);
  /external/libcxxabi/test/
test_demangle.pass.cpp     [all...]
  /external/libdrm/freedreno/msm/
msm_device.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
43 free(msm_dev);
  /external/libdrm/include/drm/
sis_drm.h 6 * Permission is hereby granted, free of charge, to any person obtaining a
56 unsigned long free; member in struct:__anon23229
  /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/libmojo/mojo/public/cpp/bindings/lib/
fixed_buffer.cc 49 free(ptr_);
  /external/libnl/src/lib/
cls.c 4 * This library is free software; you can redistribute it and/or
6 * License as published by the Free Software Foundation version 2.1
66 free(errstr);
  /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/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/linux-kselftest/tools/testing/selftests/vm/
mlock-random-test.c 99 free(line);
114 free(line);
278 free(p);
290 free(p);
  /external/ltp/lib/
tst_path_has_mnt_flags.c 5 * This program is free software; you can redistribute it and/or modify it
7 * published by the Free Software Foundation.
14 * with this program; if not, write the Free Software Foundation, Inc.,
80 free(tmpdir);
  /external/ltp/testcases/commands/df/
df01.sh 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
127 local free=$(stat -f mntpoint --printf=%d)
128 local used=$((total-free))
131 local free=$(stat -f mntpoint --printf=%f)
132 local used=$((total-free))
  /external/ltp/testcases/kernel/firmware/fw_load_user/
fw_load.c 4 * This program is free software; you can redistribute it and/or
6 * published by the Free Software Foundation; either version 2 of
15 * along with this program; if not, write the Free Software Foundation,
141 free(fw_paths[2]);
142 free(fw_paths[3]);
180 free(fw[i].file);
184 free(fw[i].dir);
  /external/ltp/testcases/kernel/fs/mongo/
mongo_read.c 55 free(buf);
  /external/ltp/testcases/kernel/io/disktest/
defs.h 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
73 #define FREE(mem) HeapFree(GetProcessHeap(), 0, mem)
85 #define FREE(mem) free(mem)
  /external/ltp/testcases/kernel/lib/
numa_helper.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
146 free(cpumask);
157 * which caller is responsible to free.
211 free(nodemask);
249 free(nodes);
268 free(allowed_nodes);
  /external/ltp/testcases/kernel/syscalls/clone/
clone01.c 5 * This program is free software; you can redistribute it and/or modify it
7 * published by the Free Software Foundation.
14 * with this program; if not, write the Free Software Foundation, Inc.,
72 free(child_stack);

Completed in 1050 milliseconds

<<41424344454647484950>>