Home
last modified time | relevance | path

Searched refs:KeyLength (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringMap.h160 unsigned KeyLength = Key.size(); in Create() local
165 KeyLength+1; in Create()
172 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...); in Create()
176 if (KeyLength > 0) in Create()
177 memcpy(StrBuffer, Key.data(), KeyLength); in Create()
178 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients. in Create()
/external/llvm/include/llvm/ADT/
DStringMap.h154 unsigned KeyLength = Key.size(); in Create() local
159 KeyLength+1; in Create()
166 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...); in Create()
170 if (KeyLength > 0) in Create()
171 memcpy(StrBuffer, Key.data(), KeyLength); in Create()
172 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients. in Create()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStringMap.h151 unsigned KeyLength = static_cast<unsigned>(KeyEnd-KeyStart); in Create() local
158 KeyLength+1; in Create()
165 new (NewItem) StringMapEntry(KeyLength); in Create()
169 memcpy(StrBuffer, KeyStart, KeyLength); in Create()
170 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients. in Create()
/external/wpa_supplicant_8/src/drivers/
Ddriver_ndis.c187 ULONG KeyLength; member
197 ULONG KeyLength; member
953 wep->KeyLength = key_len; in wpa_driver_ndis_add_wep()
1013 nkey->KeyLength = key_len; in wpa_driver_ndis_set_key()