OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KeyLength
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.h
44
uint32_t
keyLength
() const { return *this->atOffset<uint32_t, kLengthOffset>(); }
94
return 0 == memcmp(this->asKey(), other.asKey(), this->
keyLength
() & ~0x3);
102
return memcmp(a.asKey(), b.asKey(), a.
keyLength
() & ~0x3) < 0;
206
static size_t
KeyLength
(int effectCnt) {
/external/skia/src/gpu/gl/
GrGLProgramDesc.h
44
uint32_t
keyLength
() const { return *this->atOffset<uint32_t, kLengthOffset>(); }
94
return 0 == memcmp(this->asKey(), other.asKey(), this->
keyLength
() & ~0x3);
102
return memcmp(a.asKey(), b.asKey(), a.
keyLength
() & ~0x3) < 0;
206
static size_t
KeyLength
(int effectCnt) {
/external/llvm/include/llvm/ADT/
StringMap.h
150
unsigned
KeyLength
= static_cast<unsigned>(KeyEnd-KeyStart);
157
KeyLength
+1;
164
new (NewItem) StringMapEntry(
KeyLength
);
168
memcpy(StrBuffer, KeyStart,
KeyLength
);
169
StrBuffer[
KeyLength
] = 0; // Null terminate for convenience of clients.
/external/wpa_supplicant_8/src/drivers/
driver_ndis.c
186
ULONG
KeyLength
;
196
ULONG
KeyLength
;
965
wep->
KeyLength
= key_len;
1025
nkey->
KeyLength
= key_len;
[
all
...]
Completed in 1084 milliseconds