HomeSort by relevance Sort by last modified time
    Searched refs:FREE (Results 1 - 25 of 528) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTBoneBatch.h 33 @param[out] pVtxOut Output vertices (program must free() this)
67 FREE(pnBatches);
68 FREE(pnBatchBoneCnt);
69 FREE(pnBatchOffset);
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_blitter.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
60 FREE(blitter);
73 FREE(blitter);
  /tools/test/connectivity/tools/lab/metrics/
ram_metric.py 22 COMMAND = "free -m"
26 FREE = 'free'
37 free: int representing total RAM free for new process in MB
44 # total used free shared buffers cached
57 self.FREE: int(fields[3]),
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_connection.c 5 * Permission is hereby granted, free of charge, to any person obtaining a
53 * Free a connection, also closes socket.
59 FREE(c);
97 FREE(data);
106 FREE(data);
124 FREE(header->__message);
125 FREE(header);
  /external/mesa3d/src/gallium/state_trackers/va/
context.c 7 * Permission is hereby granted, free of charge, to any person obtaining a
117 FREE(drv);
135 FREE(drv);
145 FREE(drv);
199 FREE(drv);
234 FREE(context);
257 FREE(context);
262 FREE(context->desc.h264.pps);
263 FREE(context);
273 FREE(context)
    [all...]
  /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)
threading.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
140 FREE(pTmpThreadLast);
205 FREE(pLastTest->env->action_list);
206 FREE(pLastTest->args);
207 FREE(pLastTest->env);
208 FREE(pLastTest);
dump.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
31 #include <stdlib.h> /* malloc(), free() */
139 FREE(ibuff);
166 FREE(ibuff);
167 FREE(obuff);
171 FREE(ibuff);
172 FREE(obuff);
195 FREE(buff)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_fps.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
66 FREE(p);
80 FREE(gr);
86 /* Don't use free() as our callback as that messes up Gallium's
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_fs.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
71 FREE(dfs);
draw_pipe_util.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
86 FREE(store);
101 FREE( stage->tmp[0] );
102 FREE( stage->tmp );
draw_vs_llvm.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
78 FREE((void*) dvs->state.tokens);
79 FREE( dvs );
95 FREE(vs);
  /external/valgrind/coregrind/m_replacemalloc/
vg_replace_malloc.c 14 This program is free software; you can redistribute it and/or
16 published by the Free Software Foundation; either version 2 of the
25 along with this program; if not, write to the Free Software
80 10050 FREE
112 through to malloc/free.
197 /* Below are new versions of malloc, __builtin_new, free,
496 /*---------------------- free ----------------------*/
499 'vg_replacement' to free previously allocated memory.
514 #define FREE(soname, fnname, vg_replacement) \
528 FREE(VG_Z_LIBSTDCXX_SONAME, free, free )
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_hash_table.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
35 * a lock-free implementation of such hash tables .
90 FREE(ht);
172 FREE(item);
221 FREE(item);
240 FREE(item);
286 FREE(item);
292 FREE(ht);
u_ringbuffer.c 43 FREE(ring->buf);
44 FREE(ring);
52 FREE(ring->buf);
53 FREE(ring);
57 * Return number of free entries in the ring
85 /* Wait for free space:
u_debug_flush.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
135 FREE(fbuf->map_frame);
137 FREE(fbuf);
148 FREE(item->ref_frame);
150 FREE(item);
175 FREE(fctx);
206 FREE((void *)frame);
264 FREE(fbuf->map_frame);
386 FREE(fctx);
u_keymap.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
70 FREE((void*) data);
119 FREE(map);
133 * Delete/free a keymap and all entries. The deleteFunc that was given at
142 FREE(map);
218 FREE(item);
278 FREE(item->key);
279 FREE(item);
306 FREE(item->key);
307 FREE(item)
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_fence_work.cpp 4 * Permission is hereby granted, free of charge, to any person obtaining a
49 FREE(work);
66 FREE(work);
78 * Generic free/free_aligned, and delete vs/fs
85 AlignedFree(work->free.data);
87 FREE(work->free.data);
93 delete work->free.swr_vs;
99 delete work->free.swr_fs;
113 work->free.data = data
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_rasterizer.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
66 FREE( rasterizer );
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_pdata.h 41 FREE(header);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_drm.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
75 FREE(vscreen);
86 FREE(vscreen);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_scene_queue.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
74 FREE(queue);
84 FREE(queue);
lp_state_gs.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
73 FREE( state );
106 FREE(state);
  /external/mesa3d/src/gallium/state_trackers/xvmc/
block.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
62 FREE(blocks->blocks);
92 FREE(blocks->macro_blocks);
  /tools/loganalysis/src/com/android/loganalysis/item/
DumpsysProcessMeminfoItem.java 51 public static final String FREE = "FREE";
56 FREE,

Completed in 798 milliseconds

1 2 3 4 5 6 7 8 91011>>