OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KeyLength
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.h
45
uint32_t
keyLength
() const { return *this->atOffset<uint32_t, kLengthOffset>(); }
95
return 0 == memcmp(this->asKey(), other.asKey(), this->
keyLength
() & ~0x3);
103
return memcmp(a.asKey(), b.asKey(), a.
keyLength
() & ~0x3) < 0;
204
static size_t
KeyLength
(int effectCnt) {
/external/skia/src/gpu/gl/
GrGLProgramDesc.h
45
uint32_t
keyLength
() const { return *this->atOffset<uint32_t, kLengthOffset>(); }
95
return 0 == memcmp(this->asKey(), other.asKey(), this->
keyLength
() & ~0x3);
103
return memcmp(a.asKey(), b.asKey(), a.
keyLength
() & ~0x3) < 0;
204
static size_t
KeyLength
(int effectCnt) {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winefs.h
38
ULONG
KeyLength
;
ntddcdvd.h
137
ULONG
KeyLength
;
ntddndis.h
694
ULONG
KeyLength
;
709
ULONG
KeyLength
;
[
all
...]
/external/llvm/include/llvm/ADT/
StringMap.h
145
unsigned
KeyLength
= Key.size();
150
KeyLength
+1;
157
new (NewItem) StringMapEntry(
KeyLength
, std::move(InitVal));
161
memcpy(StrBuffer, Key.data(),
KeyLength
);
162
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
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wmidata.h
[
all
...]
Completed in 163 milliseconds