HomeSort by relevance Sort by last modified time
    Searched full:size (Results 951 - 975 of 15447) sorted by null

<<31323334353637383940>>

  /external/dropbear/libtomcrypt/src/pk/dsa/
dsa_decrypt_key.c 25 @param outlen [in/out] The max size and resulting size of the plaintext
56 hash = find_hash_oid(hashOID, decode[0].size);
101 if (decode[2].size > y) {
107 if (*outlen < decode[2].size) {
108 *outlen = decode[2].size;
114 for (x = 0; x < decode[2].size; x++) {
  /external/elfutils/libasm/
asm_align.c 64 /* Update the total size. */
111 size_t size; local
116 size = MAX (2 * len, 960);
119 + size);
133 size = MAX (2 *len, MIN (32768, 2 * asmscn->offset));
135 newp = (struct AsmData *) malloc (sizeof (struct AsmData) + size);
144 asmscn->content->maxlen = size;
asm_newabssym.c 40 asm_newabssym (ctx, name, size, value, type, binding)
43 GElf_Xword size;
69 result->size = size;
98 if (size != 0)
99 fprintf (ctx->out.file, "\t.size %s, %llu\n",
100 name, (unsigned long long int) size);
asm_newsym.c 29 asm_newsym (asmscn, name, size, type, binding)
32 GElf_Xword size;
67 result->size = size;
93 /* Finally the size and the label. */
94 fprintf (asmscn->ctx->out.file, "\t.size\t%s,%" PRIuMAX "\n%s:\n",
95 name, (uintmax_t) size, name);
  /external/guava/src/com/google/common/collect/
HashBiMap.java 49 * Constructs a new, empty bimap with the specified expected size.
52 * @throws IllegalArgumentException if the specified expected size is
66 HashBiMap<K, V> bimap = create(map.size());
102 int size = Serialization.readCount(stream); local
103 setDelegates(Maps.<K, V>newHashMapWithExpectedSize(size),
104 Maps.<V, K>newHashMapWithExpectedSize(size));
105 Serialization.populateMap(this, stream, size);
ImmutableSet.java 205 switch (collection.size()) {
212 return create(collection, collection.size());
280 if (elements.size() == 1) {
283 } else if (tableSize > Hashing.chooseTableSize(elements.size())) {
285 return create(elements, elements.size());
300 public int size() { method in class:ImmutableSet.ArrayImmutableSet
318 Object[] array = new Object[size()];
319 Platform.unsafeArrayCopy(elements, 0, array, 0, size());
324 int size = size(); local
369 public int size() { method in class:ImmutableSet.TransformedImmutableSet
393 int size = size(); local
    [all...]
  /external/icu4c/common/
uobject.cpp 10 * tab size: 8 (not used)
59 void * U_EXPORT2 UMemory::operator new(size_t size) U_NO_THROW {
60 return uprv_malloc(size);
69 void * U_EXPORT2 UMemory::operator new[](size_t size) U_NO_THROW {
70 return uprv_malloc(size);
80 void * U_EXPORT2 UMemory::operator new(size_t size, const char* /*file*/, int /*line*/) U_NO_THROW {
81 return UMemory::operator new(size);
  /external/icu4c/io/
ufmt_cmn.h 91 * @param len On input, the size of <TT>buffer</TT>. On output,
109 * This functions avoids size constraints of 64-bit types.
110 * Pointers can be at 32-128 bits in size.
121 * @param len On input, the size of <TT>buffer</TT>. On output,
134 * @param len On input, the size of <TT>buffer</TT>. On output,
146 * @param sSize The size of s to convert.
148 * @param tSize The size of target
  /external/icu4c/tools/toolutil/
toolutil.h 10 * tab size: 8 (not used)
81 * It is allocated with enough space for count*size bytes starting
85 * If size is a multiple of a data type size, then such items
87 * are themselves multiples of size.
94 * items with size bytes each.
97 utm_open(const char *name, int32_t initialCapacity, int32_t maxCapacity, int32_t size);
  /external/opencore/fileformats/mp4/composer/src/
amrsampleentry.cpp 138 int32 size = getDefaultSize(); local
140 size += 8; // For reserved and dataRefIndex of PVA_FF_SampleEntry base class
142 size += 16; // For reserved1 - reserved4
143 size += 2; // For timescale
144 size += 2; // For reserved5
145 size += pAMRSpecificAtom->getSize();
147 _size = size;
audiosampleentry.cpp 138 int32 size = getDefaultSize(); local
140 size += 8; // For reserved and dataRefIndex of PVA_FF_SampleEntry base class
142 size += 16; // For reserved1 - reserved4
143 size += 2; // For timescale
144 size += 2; // For reserved5
145 size += getESDAtom().getSize();
147 _size = size;
h263decoderspecificinfo3gpp.cpp 92 int32 size = getDefaultSize(); local
94 size += 7; // FOR DECODER SPECIFIC STRUCT
95 size += _ph263_decbitrateatom->getSize();
96 _size = size;
144 int32 size = getDefaultSize(); local
146 size += 8;
148 _size = size;
handleratom.cpp 71 int32 size = getDefaultSize(); local
72 size += 4; // For 4 bytes of missed 0
73 size += 4; // For handlerType
74 size += 12; // For (8)[12] reserved
75 size += _name.get_size() + 1; // +1 for null termination
77 _size = size;
87 // Render PVA_FF_Atom type and size
  /external/opencore/protocols/sdp/common/include/
asf_media_info.h 132 int size = 0; local
133 size += mediaInfo::GetTotalStringLength();
136 size += oscl_strlen("a=lang:") + lang.get_size() + SDP_CR_LF;
138 return size;
146 inline const unsigned char *getAsfHeader(int*size)
163 inline const unsigned char *getAudioSpecificConfig(int*size)
165 *size = decoderSpecificInfoSize;
  /external/qemu/android/skin/
file.c 69 background->rect.size.w = skin_image_w( background->image );
70 background->rect.size.h = skin_image_h( background->image );
91 display->rect.size.w = aconfig_int(node, "width", 0);
92 display->rect.size.h = aconfig_int(node, "height", 0);
95 display->valid = ( display->rect.size.w > 0 && display->rect.size.h > 0 );
101 r.size.w,
102 r.size.h,
234 button->rect.size.w = skin_image_w( button->image );
235 button->rect.size.h = skin_image_h( button->image )
    [all...]
  /external/qemu/
thunk.h 44 #define MK_ARRAY(type, size) TYPE_ARRAY, size, type
57 int size[2]; member in struct:__anon4920
84 int type, size; local
109 size = type_ptr[1];
110 return size * thunk_type_size_array(type_ptr + 2, is_host);
113 return se->size[is_host];
  /external/stlport/test/eh/
test_bit_vector.cpp 77 EH_ASSERT( testVector.size() == 0 );
80 // Half the time, choose a size that will guarantee immediate reallocation
84 EH_ASSERT( testVector.size() == 0 );
86 EH_ASSERT( testVector.size() == 0 );
87 while (testVector.size() < BitVectorSize) {
95 StrongCheck(testVector, test_insert_one<BitVector>(testVector, (int)testVector.size()) );
99 StrongCheck(testVector, test_insert_n<BitVector>(testVector, random_number(random_base), (int)testVector.size()) );
test_vector.cpp 47 c.reserve( c.size() + insCnt );
70 vec.reserve( vec.size() + d );
84 while ( testVector.size() < vectorSize )
103 WeakCheck( testVector, test_insert_one<TestVector>(testVector, (int)testVector.size()) );
107 WeakCheck( testVector, test_insert_n<TestVector>(testVector, random_number(random_base), (int)testVector.size() ) );
121 testVector2.resize( testVector.size() * 3 / 2 );
124 testVector2.resize( testVector.size() * 2 / 3 );
  /external/v8/src/
oprofile-agent.cc 74 const void* ptr, unsigned int size) {
77 op_write_native_code(handle_, name, (uint64_t)ptr, ptr, size);
83 const void* ptr, unsigned int size) {
90 CreateNativeCodeRegion(func_name, ptr, size);
97 int line_num, const void* ptr, unsigned int size) {
109 CreateNativeCodeRegion(buf.start(), ptr, size);
111 CreateNativeCodeRegion("<script/func name too long>", ptr, size);
  /external/v8/test/mjsunit/
enumeration-order.js 34 function make_object(size) {
37 for (var i = 0; i < size; i++) a["a_" + i] = i + 1;
40 for (var i = 0; i < size; i +=3) delete a["a_" + i];
48 function make_literal_object(size) {
50 for (var i = 0; i < size-1; i++) code += " a_" + i + " : " + (i + 1) + ", ";
51 code += "a_" + (size - 1) + " : " + size;
  /external/webkit/WebCore/css/
CSSSelectorList.cpp 47 const size_t size = selectorVector.size(); local
48 ASSERT(size);
49 if (size == 1) {
55 m_selectorArray = reinterpret_cast<CSSSelector*>(fastMalloc(sizeof(CSSSelector) * selectorVector.size()));
56 for (size_t i = 0; i < size; ++i) {
63 m_selectorArray[size - 1].setLastInSelectorList();
  /external/webkit/WebCore/platform/graphics/win/
FontPlatformDataCairoWin.cpp 41 void FontPlatformData::platformDataInit(HFONT font, float size, HDC hdc, WCHAR* faceName)
47 cairo_matrix_init_scale(&sizeMatrix, size, size);
59 FontPlatformData::FontPlatformData(cairo_font_face_t* fontFace, float size, bool bold, bool oblique)
61 , m_size(size)
69 cairo_matrix_init_scale(&fontMatrix, size, size);
  /external/webkit/WebCore/platform/gtk/
gtkdrawing.h 325 * Get the border size of a widget
330 * in order to workaround a size issue (MOZ_GTK_BUTTON only, ignored otherwise)
339 * Get the desired size of a GtkCheckButton
340 * indicator_size: [OUT] the indicator size
350 * Get the desired size of a GtkRadioButton
351 * indicator_size: [OUT] the indicator size
384 * Get the desired size of a GtkScale thumb
404 * Get the desired size of a dropdown arrow button
413 * Get the desired size of a scroll arrow widget
422 * Get the desired size of a toolbar button dropdown arro
    [all...]
  /external/webkit/WebCore/platform/win/
DragImageCGWin.cpp 46 HBITMAP allocImage(HDC dc, IntSize size, CGContextRef *targetRef)
48 BitmapInfo bmpInfo = BitmapInfo::create(size);
110 rect.size = dstSize;
136 hbmp = allocImage(workingDC, img->size(), &drawContext);
148 rect.size = img->size();
150 rect.origin.y = -rect.size.height;
  /external/webkit/WebKit/chromium/public/
WebData.h 55 WebData(const char* data, size_t size) : m_private(0)
57 assign(data, size);
76 WEBKIT_API void assign(const char* data, size_t size);
78 WEBKIT_API size_t size() const;
81 bool isEmpty() const { return !size(); }
92 assign(c.data(), c.size());
98 assign(c.data(), c.size());

Completed in 349 milliseconds

<<31323334353637383940>>