| /xsrc/external/mit/glu/dist/src/libnurbs/interface/ |
| H A D | mystdlib.h | 5 * Permission is hereby granted, free of charge, to any person obtaining a 43 extern "C" void free( void * ); 54 extern "C" void free( void * );
|
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | mystdlib.h | 5 * Permission is hereby granted, free of charge, to any person obtaining a 43 extern "C" void free( void * ); 54 extern "C" void free( void * );
|
| /xsrc/external/mit/libXau/dist/ |
| H A D | AuDispose.c | 37 free (auth->address); 38 free (auth->number); 39 free (auth->name); 48 free (auth->data); 50 free (auth);
|
| /xsrc/external/mit/bdftopcf/dist/ |
| H A D | private.c | 41 free(pFont->devPrivates); 42 free(pFont);
|
| /xsrc/external/mit/libXfont/dist/src/util/ |
| H A D | fontnames.c | 48 free(pFN->names[i]); 50 free(pFN->names); 51 free(pFN->length); 52 free(pFN); 69 free(pFN->length); 70 free(pFN->names); 71 free(pFN); 107 free(nelt); 108 free(nlength); 109 free(nname [all...] |
| H A D | patcache.c | 61 FontPatternCacheEntryPtr free; member in struct:_FontPatternCache 77 free ((void *) cache->entries[i].pattern); 81 cache->free = &cache->entries[0]; 110 free ((void *) cache->entries[i].pattern); 111 free (cache); 142 if (cache->free) 144 e = cache->free; 145 cache->free = e->next; 157 free ((void *) e->pattern); 212 e->next = cache->free; [all...] |
| /xsrc/external/mit/libXfont2/dist/src/util/ |
| H A D | fontnames.c | 50 free(pFN->names[i]); 52 free(pFN->names); 53 free(pFN->length); 54 free(pFN); 71 free(pFN->length); 72 free(pFN->names); 73 free(pFN); 111 free(nelt); 112 free(nlength); 113 free(nname [all...] |
| H A D | patcache.c | 62 FontPatternCacheEntryPtr free; member in struct:_xfont2_pattern_cache 78 free ((void *) cache->entries[i].pattern); 82 cache->free = &cache->entries[0]; 111 free ((void *) cache->entries[i].pattern); 112 free (cache); 143 if (cache->free) 145 e = cache->free; 146 cache->free = e->next; 158 free ((void *) e->pattern); 213 e->next = cache->free; [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/ |
| H A D | kinfo.c | 67 free(ci); 98 free(si); 134 free(pi->name); 135 free(pi->path); 138 free(pi); 144 free(ki->name); 145 free(ki->path); 146 free(ki->xkbRules); 147 free(ki->xkbModel); 148 free(k [all...] |
| /xsrc/external/mit/xdm/dist/xdm/ |
| H A D | dpylist.c | 135 free (d->name); 136 free (d->class); 138 free (*x); 139 free (d->argv); 140 free (d->resources); 141 free (d->xrdb); 142 free (d->setup); 143 free (d->startup); 144 free (d->reset); 145 free ( [all...] |
| H A D | mitauth.c | 72 free (new); 78 free (new->data); 79 free (new); 86 free (new->name); 87 free (new->data); 88 free (new);
|
| /xsrc/external/mit/libSM/dist/src/ |
| H A D | sm_misc.c | 50 free (prop->name); 52 free (prop->type); 57 free (prop->vals[i].value); 58 free (prop->vals); 61 free (prop); 78 free (reasonMsgs[i]); 80 free (reasonMsgs);
|
| /xsrc/external/mit/xorg-server/dist/test/ |
| H A D | string.c | 4 * Permission is hereby granted, free of charge, to any person obtaining a 60 free(firsthalf); 61 free(secondhalf); 65 free(allofit);
|
| /xsrc/external/mit/glu/dist/src/libtess/ |
| H A D | memalloc.h | 5 * Permission is hereby granted, free of charge, to any person obtaining a 41 #define memFree free
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/ |
| H A D | program_state_string.cpp | 4 * Permission is hereby granted, free of charge, to any person obtaining a 42 free(str);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/ |
| H A D | program_state_string.cpp | 4 * Permission is hereby granted, free of charge, to any person obtaining a 42 free(str);
|
| /xsrc/external/mit/brotli/dist/c/common/ |
| H A D | platform.c | 21 free(address);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/ |
| H A D | kinfo.c | 69 free(ci); 101 free(si); 139 free(pi->name); 140 free(pi->path); 143 free(prev); 144 free(option->key); 145 free(option->value); 149 free(prev); 150 free(pi); 156 free(k [all...] |
| /xsrc/external/mit/mkfontscale/dist/ |
| H A D | hash.c | 4 Permission is hereby granted, free of charge, to any person obtaining a copy 69 free(bp->key); 70 free(bp->value); 71 free(bp); 74 free(table); 106 free(bp->key); 107 free(bp->value); 133 free(keycopy); 135 free(valuecopy); 193 free(tabl [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_fence_work.cpp | 4 * Permission is hereby granted, free of charge, to any person obtaining a 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; 105 delete work->free.swr_gs; 111 delete work->free.swr_tcs; 117 delete work->free.swr_tes; 132 work->free [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_fence_work.cpp | 4 * Permission is hereby granted, free of charge, to any person obtaining a 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; 105 delete work->free.swr_gs; 119 work->free.data = data; 134 work->free.swr_vs = swr_vs; 149 work->free [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/ |
| H A D | vbo_save.c | 6 * Permission is hereby granted, free of charge, to any person obtaining a 63 free(save->prim_store->prims); 64 free(save->prim_store); 68 free(save->vertex_store->buffer_in_ram); 69 free(save->vertex_store); 74 free(save->copied.buffer);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/ |
| H A D | read.c | 5 * Permission is hereby granted, free of charge, to any person obtaining a 31 * Permission is hereby granted, free of charge, to any person obtaining a 103 free(xf86_lex_val.str); 114 free(xf86_lex_val.str); 119 free(xf86_lex_val.str); 124 free(xf86_lex_val.str); 130 free(xf86_lex_val.str); 136 free(xf86_lex_val.str); 142 free(xf86_lex_val.str); 148 free(xf86_lex_va [all...] |
| /xsrc/external/mit/libXft/dist/src/ |
| H A D | xftname.c | 42 free (name); 53 free (name); 58 free (name);
|
| /xsrc/external/mit/libICE/dist/src/ |
| H A D | shutdown.c | 129 B = Set free-asap bit 137 IO free- dispatch protocol shutdown 202 * Set flag so we free the connection as soon as possible. 277 free (iceConn->connection_string); 278 free (iceConn->vendor); 279 free (iceConn->release); 280 free (iceConn->inbuf); 281 free (iceConn->outbuf); 282 free (iceConn->scratch); 283 free (iceCon [all...] |