Searched refs:locality (Results 1 - 25 of 34) sorted by relevance

12

/external/tpm2/
H A DLocalityPlat.c19 // Get the most recent command locality in locality value form. This is an integer value for locality and not a
20 // locality structure The locality can be 0-4 or 32-255. 5-31 is not allowed.
33 // Set the most recent command locality in locality value form
37 unsigned char locality
40 if(locality > 4 && locality < 3
[all...]
H A DLocality_fp.h10 TPMA_LOCALITY LocalityGetAttributes(UINT8 locality // IN: locality value
H A DLocality.c13 // This function will convert a locality expressed as an integer into TPMA_LOCALITY form.
14 // The function returns the locality attribute.
18 UINT8 locality // IN: locality value
24 switch(locality)
42 pAssert(locality > 31);
43 *localityAsByte = locality;
H A DStartup.c16 // previous Startup() or the locality of the startup is not 0 pr 3
30 BYTE locality = _plat__LocalityGet(); local
32 // In the PC Client specification, only locality 0 and 3 are allowed
33 if(locality != 0 && locality != 3)
35 // Indicate that the locality was 3 unless there was an H-CRTM
37 locality = 0;
38 g_StartupLocality3 = (locality == 3);
134 PCRStartup(startup, locality);
H A DPolicyLocality_fp.h14 TPMA_LOCALITY locality; member in struct:__anon22745
H A DTPMCmdp.c172 unsigned char locality,
182 // Set the locality of the command so that it doesn't change during the command
183 _plat__LocalitySet(locality);
171 _rpc__Send_Command( unsigned char locality, _IN_BUFFER request, _OUT_BUFFER *response ) argument
H A DTpmTcpProtocol.h70 unsigned char locality,
H A DMarshal_PolicyLocality.c18 result = TPMA_LOCALITY_Unmarshal(&target->locality, buffer, size);
H A DPCR_fp.h89 BYTE locality // IN: startup locality
H A DPolicyLocality.c11 // Limit a policy to a specific locality
15 // TPM_RC_RANGE all the locality values selected by locality have been disabled by
37 // Get new locality setting in canonical form
40 marshalSize = TPMA_LOCALITY_Marshal(&in->locality, &buffer, &bufferSize);
42 // Its an error if the locality parameter is zero
46 // Get existing locality setting in canonical form
51 // If the locality has previously been set
53 // then the current locality setting and the requested have to be the same
58 // See if the input is a regular or extended locality
[all...]
H A DTcpServer.c458 BYTE locality; local
489 ok = ReadBytes(s, (char*) &locality, 1);
507 _rpc__Send_Command(locality, InBuffer, &OutBuffer);
H A DSessionProcess.c718 // TPM_RC_LOCALITY command locality is not allowed
738 UINT8 locality; local
785 // Check command locality.
790 // Get existing locality setting in canonical form
792 // See if the locality has been set
795 // If so, get the current locality
796 locality = _plat__LocalityGet();
797 if (locality < 5)
799 if( ((sessionLocality[0] & (1 << locality)) == 0)
803 else if (locality > 3
[all...]
H A DPCR.c469 BYTE locality // IN: startup locality
511 // If the reset locality of the PCR is 4, then
520 pcrData[pcrSize-1] = locality;
609 // This function indicates if a PCR may be reset by the current command locality. The return value is based
625 // Check for the locality
628 // For a TPM that does DRTM, Reset is not allowed at locality 4
659 // This function indicates a PCR may be extended at the current command locality. The return value is
678 // Check for the locality
1037 // Any PCR can be reset by locality
[all...]
H A DObject_spt.c610 // Get locality
611 outCreation->t.creationData.locality
H A Dtpm_types.h1642 TPMA_LOCALITY locality; member in struct:__anon22949
H A Dtpm_generated.c1008 total_size += TPMA_LOCALITY_Marshal(&source->locality, buffer, size);
1028 result = TPMA_LOCALITY_Unmarshal(&target->locality, buffer, size);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAddress.java12 private String locality; field in class:ShadowAddress
52 public void setLocality(String locality) { argument
53 this.locality = locality;
58 return locality;
/external/ImageMagick/MagickCore/
H A Dthread-private.h43 #define MagickCachePrefetch(address,mode,locality) \
44 __builtin_prefetch(address,mode,locality)
46 #define MagickCachePrefetch(address,mode,locality) \
49 magick_unreferenced(locality);
/external/tpm2/include/tpm2/
H A DPlatform.h267 // Get the most recent command locality in locality value form
275 // Set the most recent command locality in locality value form
279 unsigned char locality
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCompiler.h109 #define LLVM_PREFETCH(addr, rw, locality) __builtin_prefetch(addr, rw, locality)
111 #define LLVM_PREFETCH(addr, rw, locality)
/external/brotli/research/
H A DREADME.md3 In this directory we publish simple tools to analyze backward reference distance distributions in LZ77 compression. We developed these tools to be able to make more efficient encoding of distances in large-window brotli. In large-window compression the average cost of a backward reference distance is higher, and this may allow for more advanced encoding strategies, such as delta coding or an increase in context size, to bring significant compression density improvements. Our tools visualize the backward references as histogram images, i.e., one pixel in the image shows how many distances of a certain range exist at a certain locality in the data. The human visual system is excellent at pattern detection, so we tried to roughly identify patterns visually before going into more quantitative analysis. These tools can turn out to be useful in development of other LZ77-based compressors and we hope you try them out.
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...

Completed in 1175 milliseconds

12