HomeSort by relevance Sort by last modified time
    Searched refs:size (Results 251 - 275 of 18600) sorted by null

<<11121314151617181920>>

  /external/srec/portable/include/
pcrc.h 38 * @param size the size of the data.
41 PORTABLE_API unsigned int pcrcComputeData(const void *data, unsigned int size);
64 * @param size the size of the data.
69 unsigned int size);
  /external/v8/src/
allocation-inl.h 37 void* PreallocatedStorage::New(size_t size) {
38 return Isolate::Current()->PreallocatedStorageNew(size);
  /external/valgrind/main/memcheck/tests/
sbfragment.stdout.exp 1 after 3000 loops, last size block requested 96032008
  /external/valgrind/main/none/tests/s390x/
test.h 25 static inline void dump_field(void *field, int size)
28 for (i=0; i < size; i++)
  /external/webkit/Source/JavaScriptCore/wtf/
PageBlock.h 33 inline bool isPageAligned(size_t size) { return !(size & (pageSize() - 1)); }
34 inline bool isPowerOfTwo(size_t size) { return !(size & (size - 1)); }
43 size_t size() const { return m_size; } function in class:WTF::PageBlock
70 inline PageBlock::PageBlock(void* base, size_t size)
72 , m_size(size)
  /external/webkit/Source/WebCore/platform/mac/
WebFontCache.h 32 + (NSFont *)fontWithFamily:(NSString *)desiredFamily traits:(NSFontTraitMask)desiredTraits weight:(int)desiredWeight size:(float)size;
36 + (NSFont *)fontWithFamily:(NSString *)desiredFamily traits:(NSFontTraitMask)desiredTraits size:(float)size;
  /external/webp/src/utils/
utils.h 27 // size-checking safe malloc/calloc: verify that the requested size is not too
29 // malloc(sizeof(foo)), but only if there's picture-dependent size involved
33 void* WebPSafeMalloc(uint64_t nmemb, size_t size);
36 void* WebPSafeCalloc(uint64_t nmemb, size_t size);
  /frameworks/base/libs/diskusage/
dirsize.c 27 int64_t size = s->st_size; local
30 /* round up to filesystem block size */
31 size = (size + blksize - 1) & (~(blksize - 1));
34 return size;
39 int64_t size = 0; local
53 size += stat_size(&s);
68 size += calculate_dir_size(subfd);
73 return size;
  /frameworks/base/media/mca/filterfw/native/core/
native_frame.cpp 22 NativeFrame::NativeFrame(int size) : data_(NULL), size_(size), capacity_(size) {
30 bool NativeFrame::WriteData(const uint8_t* data, int offset, int size) {
31 if (size_ >= (offset + size)) {
32 memcpy(data_ + offset, data, size);
38 bool NativeFrame::SetData(uint8_t* data, int size) {
40 size_ = capacity_ = size;
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
tracebuf.h 43 #define TB_MALLOC(size) kmalloc(size, GFP_KERNEL);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
size_fn_imps.hpp 38 * Contains implementations of cc_ht_map_'s entire container size related
45 size() const function in class:PB_DS_CLASS_C_DEC
52 { return (size() == 0); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
info_fn_imps.hpp 45 size() const function in class:PB_DS_CLASS_C_DEC
58 { return (size() == 0); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/resize_policy/
sample_size_policy.hpp 38 * Contains a sample size resize-policy.
44 // A sample size policy.
49 // Size type.
64 // Given a __size size, returns a __size that is larger.
66 get_nearest_larger_size(size_type size) const;
68 // Given a __size size, returns a __size that is smaller.
70 get_nearest_smaller_size(size_type size) const;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
alloca.h 36 # define alloca(size) __builtin_alloca (size)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/
size_fn_imps.hpp 38 * Contains implementations of cc_ht_map_'s entire container size related
45 size() const function in class:PB_DS_CLASS_C_DEC
52 { return (size() == 0); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/
info_fn_imps.hpp 45 size() const function in class:PB_DS_CLASS_C_DEC
58 { return (size() == 0); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
alloca.h 36 # define alloca(size) __builtin_alloca (size)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
alloca.h 36 # define alloca(size) __builtin_alloca (size)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/
size_fn_imps.hpp 38 * Contains implementations of cc_ht_map_'s entire container size related
45 size() const function in class:PB_DS_CLASS_C_DEC
52 { return (size() == 0); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/
info_fn_imps.hpp 45 size() const function in class:PB_DS_CLASS_C_DEC
58 { return (size() == 0); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
size_fn_imps.hpp 38 * Contains implementations of cc_ht_map_'s entire container size related
45 size() const function in class:PB_DS_CLASS_C_DEC
52 { return (size() == 0); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
info_fn_imps.hpp 45 size() const function in class:PB_DS_CLASS_C_DEC
58 { return (size() == 0); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
sample_size_policy.hpp 38 * Contains a sample size resize-policy.
44 // A sample size policy.
49 // Size type.
64 // Given a __size size, returns a __size that is larger.
66 get_nearest_larger_size(size_type size) const;
68 // Given a __size size, returns a __size that is smaller.
70 get_nearest_smaller_size(size_type size) const;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
size_fn_imps.hpp 38 * Contains implementations of cc_ht_map_'s entire container size related
45 size() const function in class:PB_DS_CLASS_C_DEC
52 { return (size() == 0); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
info_fn_imps.hpp 45 size() const function in class:PB_DS_CLASS_C_DEC
58 { return (size() == 0); }

Completed in 1774 milliseconds

<<11121314151617181920>>