Searched refs:nameSize (Results 1 - 16 of 16) sorted by relevance

/external/tpm2/
H A DNV_DefineSpace.c30 UINT16 nameSize; local
32 nameSize = CryptGetHashDigestSize(in->publicInfo.t.nvPublic.nameAlg);
58 && in->publicInfo.t.nvPublic.authPolicy.t.size != nameSize)
63 if(in->auth.t.size > nameSize)
145 && in->publicInfo.t.nvPublic.dataSize != nameSize
H A DEntity.c327 UINT16 nameSize; local
333 nameSize = ObjectGetName(handle, name);
337 nameSize = NvGetName(handle, name);
341 nameSize = TPM_HANDLE_Marshal(&handle, (BYTE **)&name, &bufferSize);
344 return nameSize;
/external/deqp/executor/
H A DxeTcpIpLink.cpp55 int nameSize = (int)strlen(name) + 1; local
59 int totalSize = xs::MESSAGE_HEADER_SIZE + nameSize + paramsSize + workDirSize + caseListSize;
62 dst.write(nameSize, (const deUint8*)name);
/external/python/cpython2/PC/os2vacpp/
H A Dgetpathp.c151 DWORD nameSize = 0; local
177 &numEntries, &nameSize, &dataSize, NULL, NULL);
/external/lzma/CPP/Windows/
H A DRegistry.cpp324 UInt32 nameSize = kBufSize; local
326 (DWORD *)&nameSize, NULL, NULL, NULL, &lastWriteTime);
/external/mdnsresponder/mDNSWindows/mdnsNSP/
H A DmdnsNSP.c70 size_t nameSize; member in struct:Query
1196 obj->nameSize = (size_t)( dst - obj->name );
1197 check( obj->nameSize < sizeof( obj->name ) );
1283 obj->nameSize = (size_t)( dst - obj->name );
1284 check( obj->nameSize < sizeof( obj->name ) );
1554 memcpy( dst, inRef->name, inRef->nameSize + 1 );
1555 dst += ( inRef->nameSize + 1 );
1669 size += ( inRef->nameSize + 1 ); // Name and null terminator
/external/vulkan-validation-layers/windowsRuntimeInstaller/
H A Dconfigure_runtime.c343 DWORD nameSize = COPY_BUFFER_SIZE; local
344 RegEnumKeyEx(hKey, i, name, &nameSize, NULL, NULL, NULL, NULL);
361 DWORD type, nameSize = COPY_BUFFER_SIZE, valSize = COPY_BUFFER_SIZE; local
362 LSTATUS ret = RegEnumValue(subKey, j, name, &nameSize, NULL, &type, value, &valSize);
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4263 unsigned nameSize = Name.size(); local
4267 nameSize = 1;
4268 ReplaceText(DeclLoc, endBuf-startBuf+nameSize, ByrefType);
H A DRewriteModernObjC.cpp5140 unsigned nameSize = Name.size(); local
5144 nameSize = 1;
5145 ReplaceText(DeclLoc, endBuf-startBuf+nameSize, ByrefType);
/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c657 int32_t nameSize = uloc_getDisplayName(locName, NULL, name, sizeof(cName), &status); local
659 for(j = 0; j<nameSize; j++) {
662 cName[nameSize] = 0;
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 580 milliseconds