HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 226 - 250 of 5602) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libhevc/encoder/
osal_cond_var.c 103 if(0 == handle || 0 == handle->alloc || 0 == handle->free)
122 handle->free(mmr_handle, cond_var_handle);
167 if(0 == handle->hdl || 0 == handle->hdl->free)
176 /* Free the handle */
177 handle->hdl->free(handle->mmr_handle, handle);
osal_mutex.c 100 if(0 == handle || 0 == handle->alloc || 0 == handle->free)
119 handle->free(mmr_handle, mutex_handle);
163 if(0 == handle->hdl || 0 == handle->hdl->free)
172 /* Free the handle */
173 handle->hdl->free(handle->mmr_handle, handle);
osal_semaphore.c 100 if(0 == handle || 0 == handle->alloc || 0 == handle->free)
127 handle->free(sem_handle->mmr_handle, sem_handle);
170 if(0 == handle->hdl || 0 == handle->hdl->free)
176 handle->hdl->free(handle->mmr_handle, handle);
  /external/ltp/testcases/kernel/fs/mongo/
mongo_slinks.c 72 free(buffer);
79 free(buffer);
95 free(buffer);
96 free(line_buffer);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_mm.c 28 struct list_head free; member in struct:mm_bucket
48 int free; member in struct:mm_slab
57 if (slab->free == 0)
65 slab->free--;
78 slab->free++;
79 assert(slab->free <= slab->count);
141 FREE(slab);
149 slab->count = slab->free = size >> chunk_order;
151 LIST_ADD(&slab->head, &mm_bucket_by_order(cache, chunk_order)->free);
187 if (LIST_IS_EMPTY(&bucket->free)) {
    [all...]
  /external/mesa3d/src/mesa/main/
mm.c 5 * Permission is hereby granted, free of charge, to any person obtaining a
43 p->free ? 'F':'.',
50 fprintf(stderr, " FREE Offset:%08x, Size:%08x, %c%c\n",p->ofs,p->size,
51 p->free ? 'F':'.',
73 free(heap);
90 block->free = 1;
110 newblock->free = 1;
134 newblock->free = 1;
151 p->free = 0;
153 /* Remove p from the free list:
    [all...]
  /external/openssh/openbsd-compat/regress/
strduptest.c 34 free(b);
  /external/openssh/
sandbox-solaris.c 56 free(box);
69 free(box);
77 free(box);
99 free(box);
  /external/perfetto/test/cts/heapprofd_test_apps/jni/
target.cc 33 free(const_cast<char*>(x));
  /external/selinux/libselinux/src/
selinuxswig.i 30 free((*$1)[i]);
32 free(*$1);
  /external/selinux/libsemanage/src/
database_join.c 138 rtable->free(record);
147 rtable1->free(records1[i]);
149 rtable2->free(records2[i]);
150 free(records1);
151 free(records2);
157 rtable1->free(records1[i]);
159 rtable2->free(records2[i]);
160 free(records1);
161 free(records2);
163 rtable->free(record)
    [all...]
ibendports_file.c 47 free(ibdev_name_str);
48 free(con_str);
54 free(ibdev_name_str);
55 free(con_str);
83 free(str);
108 free(str);
126 free(str);
  /external/skia/src/compute/common/vk/
host_alloc.c 40 free(ptr);
  /external/skqp/src/compute/common/vk/
host_alloc.c 40 free(ptr);
  /external/speex/libspeexdsp/
testresample.c 80 free(in);
81 free(out);
82 free(fin);
83 free(fout);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-demangle-fuzzer/
llvm-demangle-fuzzer.cpp 21 free(demangle);
  /external/u-boot/arch/sandbox/include/asm/
spi.h 26 void (*free)(void *priv); member in struct:sandbox_spi_emu_ops
  /external/u-boot/include/
mailbox-uclass.h 52 * free - Free a previously requested channel.
56 * @chan: The channel to free.
59 int (*free)(struct mbox_chan *chan); member in struct:mbox_ops
power-domain-uclass.h 57 * free - Free a previously requested power domain.
61 * @power_domain: The power domain to free.
64 int (*free)(struct power_domain *power_domain); member in struct:power_domain_ops
reset-uclass.h 54 * free - Free a previously requested reset control.
58 * @reset_ctl: The reset control to free.
61 int (*free)(struct reset_ctl *reset_ctl); member in struct:reset_ops
  /external/wpa_supplicant_8/hs20/server/www/
free-remediation.php 3 <title>Hotspot 2.0 - public and free hotspot - remediation</title>
7 <h3>Hotspot 2.0 - public and free hotspot</h3>
free.php 3 <title>Hotspot 2.0 - public and free hotspot</title>
11 echo "<h3>Hotspot 2.0 - public and free hotspot</h3>\n";
13 echo "<form action=\"add-free.php\" method=\"POST\">\n";
  /external/adhd/cras/src/server/
cras_bt_adapter.c 78 free(adapter);
95 free(adapter->object_path);
96 free(adapter->address);
97 free(adapter->name);
98 free(adapter);
138 free(adapter_list);
196 free(adapter->address);
200 free(adapter->name);
234 free(adapter->address);
237 free(adapter->name)
    [all...]
  /external/flac/libFLAC/
windows_unicode_filenames.c 1 /* libFLAC - Free Lossless Audio Codec library
52 free(widestr);
90 free(wname);
91 free(wmode);
107 free(wpath);
123 free(wname);
142 free(wname);
158 free(wname);
179 free(wold);
180 free(wnew)
    [all...]
  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
stream_map.cc 36 map->free = 0;
71 if (map->free > capacity / 4) {
73 map->free = 0;
75 /* resize when less than 25% of the table is free, because compaction
124 map->free += (out != nullptr);
127 if (map->free == map->count) {
128 map->free = map->count = 0;
141 return map->count - map->free;
145 if (map->count == map->free) {
148 if (map->free != 0)
    [all...]

Completed in 1480 milliseconds

1 2 3 4 5 6 7 8 91011>>