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

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/r300/
r300_screen_buffer.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
63 FREE(rbuf);
188 FREE(rbuf);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_fs_exec.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
193 FREE( (void *) var->tokens );
194 FREE(var);
sp_context.c 7 * Permission is hereby granted, free of charge, to any person obtaining a
119 FREE(softpipe->tgsi.sampler[i]);
120 FREE(softpipe->tgsi.image[i]);
121 FREE(softpipe->tgsi.buffer[i]);
124 FREE( softpipe );
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_vs.c 4 * Permission is hereby granted, free of charge, to any person
210 FREE((void *)vs->base.tokens);
211 FREE(vs);
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_query.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
73 FREE(query);
96 FREE(query);
virgl_streamout.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
64 FREE(t);
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_shader.h 4 * Permission is hereby granted, free of charge, to any person obtaining a
36 struct nine_lconstf /* NOTE: both pointers should be FREE'd by the user */
79 struct nine_lconstf lconstf; /* out, NOTE: members to be free'd by user */
162 FREE(ptr);
221 FREE(ptr);
  /external/mesa3d/src/gallium/state_trackers/vdpau/
bitmap.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
121 FREE(vlsurface);
143 FREE(vlsurface);
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_cs.h 6 * Permission is hereby granted, free of charge, to any person obtaining
146 FREE(ctx);
158 FREE(*rdst);
  /external/mesa3d/src/gallium/winsys/sw/hgl/
hgl_sw_winsys.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
80 FREE(winsys);
154 FREE(haikuDisplayTarget);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StringDB.c 217 // If we've allocated any strings/languages, free them up
222 // Free up all strings for this language
226 FREE (mDBData.LanguageList->String->Str);
227 FREE (mDBData.LanguageList->String);
231 FREE (mDBData.LanguageList->SecondaryLanguageList);
232 FREE (mDBData.LanguageList->PrintableLanguageName);
233 FREE (mDBData.LanguageList);
237 // Free up string identifiers
241 FREE (mDBData.StringIdentifier->StringName);
242 FREE (mDBData.StringIdentifier);
    [all...]
  /bionic/libc/kernel/uapi/rdma/hfi/
hfi1_user.h 68 FREE = 0,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
symtablemodule.c 81 PyModule_AddIntConstant(m, "FREE", FREE);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
symtablemodule.c 78 PyModule_AddIntConstant(m, "FREE", FREE);
  /external/kernel-headers/original/uapi/rdma/hfi/
hfi1_user.h 11 * This program is free software; you can redistribute it and/or modify
13 * published by the Free Software Foundation.
162 FREE = 0,
  /external/mesa3d/src/gallium/auxiliary/util/
u_suballoc.c 7 * Permission is hereby granted, free of charge, to any person obtaining a
80 FREE(allocator);
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_fence.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
49 FREE(fence);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_vertex.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
74 FREE( velems );
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_context.h 102 FREE(ctx);
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_query_sw.c 5 * Permission is hereby granted, free of charge, to any person obtaining a
71 FREE(sq);
  /external/mesa3d/src/gallium/drivers/swr/
swr_fence.cpp 4 * Permission is hereby granted, free of charge, to any person obtaining a
89 FREE(fence);
  /external/mesa3d/src/gallium/winsys/sw/kms-dri/
kms_dri_sw_winsys.c 8 * Permission is hereby granted, free of charge, to any person obtaining a
156 FREE(kms_sw_dt);
181 FREE(kms_sw_dt);
257 FREE(kms_sw_dt);
374 FREE(winsys);
  /external/python/cpython2/Modules/
symtablemodule.c 81 PyModule_AddIntConstant(m, "FREE", FREE);
  /external/python/cpython3/Modules/
symtablemodule.c 91 PyModule_AddIntMacro(m, FREE);
  /external/mesa3d/src/amd/vulkan/winsys/amdgpu/
radv_amdgpu_bo.c 9 * Permission is hereby granted, free of charge, to any person obtaining a
50 FREE(bo);
133 FREE(bo);
216 FREE(bo);

Completed in 728 milliseconds

1 2 3 4 56 7 8 91011>>