HomeSort by relevance Sort by last modified time
    Searched defs:free (Results 251 - 275 of 442) sorted by null

<<1112131415161718

  /hardware/intel/common/libwsbm/src/
wsbm_manager.c 8 * Permission is hereby granted, free of charge, to any person obtaining a
65 struct _WsbmListHead free; member in struct:_ValidateList
154 l = list->free.next;
155 if (l == &list->free) {
207 node->func->free(node);
213 l = list->free.next;
214 while (l != &list->free) {
218 node->func->free(node);
219 l = list->free.next;
222 free(list->hashTable)
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldPreparedStatementTest.java 2323 public void free() throws SQLException {} method in class:OldPreparedStatementTest.MockArray
2365 public void free() throws SQLException {} method in class:OldPreparedStatementTest.MockBlob
2417 public void free() throws SQLException {} method in class:OldPreparedStatementTest.MockClob
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
FileSystem.h 72 uint64_t free; member in struct:llvm::sys::fs::space_info
737 /// @returns a space_info structure filled with the capacity, free, and
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
FileSystem.h 72 uint64_t free; member in struct:llvm::sys::fs::space_info
737 /// @returns a space_info structure filled with the capacity, free, and
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
FileSystem.h 72 uint64_t free; member in struct:llvm::sys::fs::space_info
759 /// @returns a space_info structure filled with the capacity, free, and
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
FileSystem.h 72 uint64_t free; member in struct:llvm::sys::fs::space_info
759 /// @returns a space_info structure filled with the capacity, free, and
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
FileSystem.h 72 uint64_t free; member in struct:llvm::sys::fs::space_info
759 /// @returns a space_info structure filled with the capacity, free, and
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
FileSystem.h 72 uint64_t free; member in struct:llvm::sys::fs::space_info
759 /// @returns a space_info structure filled with the capacity, free, and
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
FileSystem.h 72 uint64_t free; member in struct:llvm::sys::fs::space_info
737 /// @returns a space_info structure filled with the capacity, free, and
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
FileSystem.h 72 uint64_t free; member in struct:llvm::sys::fs::space_info
737 /// @returns a space_info structure filled with the capacity, free, and
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
FileSystem.h 72 uint64_t free; member in struct:llvm::sys::fs::space_info
759 /// @returns a space_info structure filled with the capacity, free, and
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
FileSystem.h 72 uint64_t free; member in struct:llvm::sys::fs::space_info
759 /// @returns a space_info structure filled with the capacity, free, and
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
FileSystem.h 72 uint64_t free; member in struct:llvm::sys::fs::space_info
759 /// @returns a space_info structure filled with the capacity, free, and
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
FileSystem.h 72 uint64_t free; member in struct:llvm::sys::fs::space_info
759 /// @returns a space_info structure filled with the capacity, free, and
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
omapfb.h 9 * This program is free software; you can redistribute it and/or modify it
11 * Free Software Foundation; either version 2 of the License, or (at your
20 * with this program; if not, write to the Free Software Foundation, Inc.,
201 __u32 free; member in struct:omapfb_vram_info
  /frameworks/base/media/java/android/media/
MediaCodec.java 2879 public void free() { method in class:BufferMap.CodecBuffer
2892 free(); method
2897 free(); method
    [all...]
  /device/google/contexthub/firmware/os/core/
nanohubCommand.c 940 EventFreeF free = slabFree; local
944 free = heapFree;
955 res = osEnqueuePrivateEvt(event, packet, free, tid);
957 free(packet);
960 res = osEnqueueEvtOrFree(event, packet, free);
1659 int free, chunks, largest; local
    [all...]
  /external/boringssl/src/include/openssl/
x509_vfy.h 8 * This library is free for commercial and non-commercial use as long as
123 void (*free)(X509_LOOKUP *ctx); member in struct:x509_lookup_method_st
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 153 // This must be called at the end of a test to free() allocated structures.
358 /* Remove a list node from a list and free the node. */
363 free(list_remove(node, cleanup_value, cleanup_value_data));
423 free((void*)value);
436 free(map_value);
557 // If this item has been returned more than once, free it.
628 free(symbol);
1297 #undef free macro
1332 #define free macro
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.cpp 515 void free (VkCommandBuffer buffer);
546 void CommandPool::free (VkCommandBuffer buffer) function in class:vk::__anon17593::CommandPool
583 void free (VkDescriptorSet set);
611 void DescriptorPool::free (VkDescriptorSet set) function in class:vk::__anon17593::DescriptorPool
    [all...]
  /external/e2fsprogs/misc/
fuse2fs.c 596 dbg_printf("%s: Asking for %llu; alloc_all=%d total=%llu free=%llu "
1030 free(temp_path);
1169 free(temp_path);
1187 free(filename);
1197 free(filename);
1204 free(filename);
1246 /* Nobody holds this file; free its blocks! */
2343 blk64_t overhead, reserved, free; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.h 260 struct radeon_dma_bo free; member in struct:radeon_dma
  /external/valgrind/coregrind/
m_mallocfree.c 3 /*--- An implementation of malloc/free which doesn't use sbrk. ---*/
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
54 /* Number and total size of blocks in free queue. Used by mallinfo(). */
84 Layout of a block on the free list:
120 (The bottom 3 or so bits are always free for this because of alignment.)
164 // The free space at the end of an unsplittable superblock is not used to
165 // make a free block. Note that this means that an unsplittable superblock can
228 Addr perm_malloc_current; // first byte free in perm_malloc sb
2643 void VG_(free) ( void* ptr ) function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 72 uint64_t free; member in struct:llvm::sys::fs::space_info
790 /// @returns a space_info structure filled with the capacity, free, and
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 72 uint64_t free; member in struct:llvm::sys::fs::space_info
790 /// @returns a space_info structure filled with the capacity, free, and
    [all...]

Completed in 683 milliseconds

<<1112131415161718