OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmpsize
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebKit/wx/bindings/python/
webview.i
104
Py_ssize_t
tmpSize
;
107
PyString_AsStringAndSize(source, &tmpPtr, &
tmpSize
);
110
PyString_AsStringAndSize(str, &tmpPtr, &
tmpSize
);
/external/openssl/crypto/asn1/
a_object.c
90
int
tmpsize
= sizeof ftmp;
local
180
if (blsize >
tmpsize
)
184
tmpsize
= blsize + 32;
185
tmp = OPENSSL_malloc(
tmpsize
);
/external/guava/guava/src/com/google/common/collect/
ImmutableListMultimap.java
352
int
tmpSize
= 0;
366
tmpSize
+= valueCount;
378
FieldSettersHolder.SIZE_FIELD_SETTER.set(this,
tmpSize
);
ImmutableSetMultimap.java
449
int
tmpSize
= 0;
468
tmpSize
+= valueCount;
480
FieldSettersHolder.SIZE_FIELD_SETTER.set(this,
tmpSize
);
/external/webrtc/src/modules/interface/
module_common_types.h
624
WebRtc_UWord32
tmpSize
= _bufferSize;
630
newSize =
tmpSize
;
/external/libxml2/
c14n.c
332
int
tmpSize
;
334
tmpSize
= 2 * cur->nsMax;
335
tmp = xmlRealloc(cur->nsTab,
tmpSize
* sizeof(xmlNsPtr));
342
tmp = xmlRealloc(cur->nodeTab,
tmpSize
* sizeof(xmlNodePtr));
349
cur->nsMax =
tmpSize
;
[
all
...]
/external/clang/lib/CodeGen/
CGStmt.cpp
[
all
...]
Completed in 169 milliseconds