OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIN_SIZE
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/crypto/
openssl_util.h
14
// Provides a buffer of at least
MIN_SIZE
bytes, for use when calling OpenSSL's
21
template<int
MIN_SIZE
>
30
if (output_len_ <
MIN_SIZE
) {
38
return output_len_ <
MIN_SIZE
? min_sized_buffer_ : output_;
49
unsigned char min_sized_buffer_[
MIN_SIZE
];
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc
497
STUN_ATTR_ERROR_CODE, StunErrorCodeAttribute::
MIN_SIZE
);
801
SetLength(
MIN_SIZE
+ static_cast<uint16>(reason.size()));
807
if (length() <
MIN_SIZE
|| !buf->ReadUInt32(&val))
stun.h
431
static const uint16
MIN_SIZE
= 4;
/external/chromium_org/third_party/skia/src/gpu/
GrContext.cpp
476
static const int
MIN_SIZE
= 16;
477
desc.fWidth = SkTMax(
MIN_SIZE
, GrNextPow2(desc.fWidth));
478
desc.fHeight = SkTMax(
MIN_SIZE
, GrNextPow2(desc.fHeight));
[
all
...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar
htmlparser-1.3.jar
Completed in 122 milliseconds