/external/tpm2/ |
PolicyNvWritten.c | 31 // If already set is this a duplicate (the same setting)? If it 33 if(session->attributes.checkNvWritten == SET) 35 if(( (session->attributes.nvWrittenState == SET) 42 // Set session attributes so that the NV Index needs to be checked 43 session->attributes.checkNvWritten = SET;
|
PolicyRestart.c | 21 wasTrialSession = session->attributes.isTrialPolicy == SET;
|
PropertyCap.c | 21 // TRUE referenced property exists and value set 137 // TPMA_NV_COUNTER attribute SET 150 attributes.sharedNV = SET; 151 attributes.objectCopiedToRam = SET; 177 // versions of TPMA_NV_COUNTER that have TPMA_NV_ORDERLY SET 292 flags.ownerAuthSet = SET; 294 flags.endorsementAuthSet = SET; 296 flags.lockoutAuthSet = SET; 298 flags.disableClear = SET; 300 flags.inLockout = SET; [all...] |
Object.c | 28 //Set the slot to not occupied 52 if(s_objects[i].object.entity.attributes.evict == SET) 105 if( object->attributes.hmacSeq == SET 106 || object->attributes.hashSeq == SET 107 || object->attributes.eventSeq == SET) 340 object->attributes.temporary = SET; 358 if( publicArea->objectAttributes.stClear == SET 359 || parent->attributes.stClear == SET) 360 object->attributes.stClear = SET; 369 object->attributes.temporary = SET; [all...] |
HMAC_Start.c | 41 if(publicArea->objectAttributes.restricted == SET) 45 if(publicArea->objectAttributes.sign != SET)
|
NV_Increment.c | 40 if(nvIndex.publicArea.attributes.TPMA_NV_COUNTER != SET) 58 if( nvIndex.publicArea.attributes.TPMA_NV_ORDERLY == SET 71 // be returned at this point. If necessary, this function will set the
|
PolicyPhysicalPresence.c | 39 session->attributes.isPPRequired = SET;
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
greg1.s | 2 D4 SET $123,456 3 E6 SET $234,7899
|
err-bspec-5.s | 2 Main SET $45,23
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
Label.java | 35 * label such as a token or character. A label can be a set of char or 52 /** label is a set of tokens or char */ 53 public static final int SET = -3; 120 /** A set of token types or character codes if label==SET */ 128 /** Make a set label */ 131 this.label = SET; 141 this.label = SET; 162 label=SET; 206 return label==SET; [all...] |
/frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/ |
Asn1Tag.java | 18 SET,
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
makefile | 7 # Set (PCCTS) -- PCCTS is in the public domain. An individual or
31 # Ported to Borland C++, IBM C-Set/2 and Microsoft 6.0 by
36 SET=../support/set
51 #CFLAGS= -I. -I$(SET) -I$(PCCTS_H) /AL /Za /W3 -DPC -DUSER_ZZSYN
58 # misc.obj set.obj pred.obj egamn.obj
77 #CFLAGS= -I. -I$(SET) -I$(PCCTS_H) -ml -ff- -w- -DPC -DUSER_ZZSYN
84 # misc.obj set.obj pred.obj egman.obj mrhoist.obj fcache.obj
96 # C-Set/2 for OS/2
99 #CFLAGS= -I. -I$(SET) -I$(PCCTS_H) /Sa /W3 -DUSER_ZZSYN -D__STDC__ [all...] |
AntlrDDK.mak | 3 # You will need to set the LIB variable similar to this.
13 SET=$(PCCTS_HOME)\support\set
18 CFLAGS = /nologo -I "." -I "$(PCCTS_H)" -I "$(SET)" -D "USER_ZZSYN" -D "PC" \
25 SUPPORT_OBJS = set.obj
39 $(SET)\set.h \
54 $(SET)\set.h \
69 $(SET)\set.h \ [all...] |
AntlrMS.mak | 3 # You will need to set the LIB variable similar to this.
13 SET=$(PCCTS_HOME)\support\set
18 CFLAGS = /nologo -I "." -I "$(PCCTS_H)" -I "$(SET)" -D "USER_ZZSYN" -D "PC" \
26 SUPPORT_OBJS = set.obj
40 $(SET)\set.h \
55 $(SET)\set.h \
70 $(SET)\set.h \ [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
makefile | 7 # Ported to IBM C-Set/2 and Microsoft 6.0 by
12 SET=../support/set
25 #CFLAGS= -I. -I$(SET) -I$(PCCTS_H) /AL /Za /W3 -DPC -DUSER_ZZSYN
30 #dlg.exe : dlg_p.obj dlg_a.obj main.obj err.obj set.obj support.obj \
50 #CFLAGS= -I. -I$(SET) -I$(PCCTS_H) -ml -ff- -w- -DPC -DUSER_ZZSYN
55 #dlg.exe : dlg_p.obj dlg_a.obj main.obj err.obj set.obj support.obj \
68 # C-Set/2 for OS/2
71 #CFLAGS= -I. -I$(SET) -I$(PCCTS_H) /Sa /W3 /DUSER_ZZSYN
78 #dlg.exe : dlg_p.obj dlg_a.obj main.obj err.obj set.obj support.obj \ [all...] |
/device/linaro/bootloader/edk2/OvmfPkg/ |
DecomprScratchEnd.fdf.inc | 72 SET gUefiOvmfPkgTokenSpaceGuid.PcdOvmfDecompressionScratchEnd = $(DECOMP_SCRATCH_BASE) + $(DECOMP_SCRATCH_SIZE)
|
/external/python/cpython2/Modules/ |
grpmodule.c | 60 #define SET(i,val) PyStructSequence_SET_ITEM(v, i, val) 61 SET(setIndex++, PyString_FromString(p->gr_name)); 63 SET(setIndex++, Py_None); 67 SET(setIndex++, PyString_FromString(p->gr_passwd)); 69 SET(setIndex++, Py_None); 73 SET(setIndex++, _PyInt_FromGid(p->gr_gid)); 74 SET(setIndex++, w); 75 #undef SET
|
/external/valgrind/memcheck/tests/ |
metadata.stdout.exp | 12 result of SET is 1 (1 for success)
|
/external/dagger2/producers/src/main/java/dagger/producers/ |
Produces.java | 46 * The method's resulting type forms the generic type argument of a {@code Set<T>}, and the 47 * returned value or future is contributed to the set. The {@code Set<T>} produced from the 50 SET, 53 * Like {@link #SET}, except the method's return type is either {@code Set<T>} or 54 * {@code Set<ListenableFuture<T>>}, where any values are contributed to the set. An example use 55 * is to provide a default empty set binding, which is otherwise not possible using 56 * {@link #SET} [all...] |
/external/curl/lib/ |
md4.c | 83 * SET reads 4 input bytes in little-endian byte order and stores them 91 #define SET(n) \ 94 SET(n) 96 #define SET(n) \ 130 STEP(F, a, b, c, d, SET(0), 3) 131 STEP(F, d, a, b, c, SET(1), 7) 132 STEP(F, c, d, a, b, SET(2), 11) 133 STEP(F, b, c, d, a, SET(3), 19) 134 STEP(F, a, b, c, d, SET(4), 3) 135 STEP(F, d, a, b, c, SET(5), 7 [all...] |
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
vktSynchronizationBasicEventTests.cpp | 66 return tcu::TestStatus::fail("Couldn't set event"); 69 return tcu::TestStatus::fail("Event should be in signaled state after set"); 77 return tcu::TestStatus::pass("Tests set and reset event on host pass"); 110 return tcu::TestStatus::fail("Event should be in signaled state after set"); 120 return tcu::TestStatus::fail("Event should be in unsignaled state after set"); 122 return tcu::TestStatus::pass("Device set and reset event tests pass"); 163 return tcu::TestStatus::fail("Couldn't set event"); 173 enum {SET=0, WAIT, COUNT}; 181 VkCommandBuffer cmdBuffers[COUNT] = {*ptrCmdBuffer[SET], *ptrCmdBuffer[WAIT]}; 196 beginCommandBuffer(vk, cmdBuffers[SET]); [all...] |
/external/freetype/src/base/ |
md5.c | 66 * SET reads 4 input bytes in little-endian byte order and stores them in a 81 #define SET(n) \ 84 SET(n) 86 #define SET(n) \ 120 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) 121 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) 122 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) 123 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) 124 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) 125 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12 [all...] |
/external/pdfium/third_party/freetype/src/base/ |
md5.c | 66 * SET reads 4 input bytes in little-endian byte order and stores them 74 #define SET(n) \ 77 SET(n) 79 #define SET(n) \ 113 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) 114 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) 115 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) 116 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) 117 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) 118 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12 [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_md5.cc | 27 #define SET(n) \ 30 SET(n) 58 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) 59 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) 60 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) 61 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) 62 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) 63 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12) 64 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17) 65 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22 [all...] |
/external/llvm/lib/Support/ |
MD5.cpp | 62 // SET reads 4 input bytes in little-endian byte order and stores them 64 #define SET(n) \ 95 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) 96 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) 97 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) 98 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) 99 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) 100 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12) 101 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17) 102 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22 [all...] |