Home
last modified time | relevance | path

Searched refs:evict (Results 1 – 25 of 26) sorted by relevance

12

/external/tpm2/
DEvictControl.c52 if( evictObject->attributes.evict == SET in TPM2_EvictControl()
61 if(evictObject->attributes.evict == CLEAR) in TPM2_EvictControl()
81 if( evictObject->attributes.evict == CLEAR in TPM2_EvictControl()
96 if(evictObject->attributes.evict == CLEAR) in TPM2_EvictControl()
DEventSequenceComplete.c87 hashObject->attributes.evict = SET; in TPM2_EventSequenceComplete()
DSequenceComplete.c107 object->attributes.evict = SET; in TPM2_SequenceComplete()
DObject.c52 if(s_objects[i].object.entity.attributes.evict == SET) in ObjectCleanupEvict()
855 pAssert(s_objects[i].object.entity.attributes.evict == CLEAR); in ObjectCapGetLoaded()
DGlobal.h132 unsigned evict : 1; //4) SET if the object is a platform or member
DNV.c1084 object->attributes.evict = SET; in NvGetEvictObject()
1493 nvObject->attributes.evict = SET; in NvAddEvictObject()
Dpart4.txt1699 52 unsigned evict : 1; //4) SET if the object is a platform …
1700 53 // owner evict object. Platform-
1701 54 // evict object belongs to PPS
1702 55 // hierarchy, owner-evict object
1759 91 TPMI_DH_OBJECT evictHandle; // if the object is an evict object,
3612 284 // This implementation loads an "evict" object to a transient object slot in
3613 285 // RAM whenever an "evict" object handle is used in a command so that the
4168 322 // An evict object would already have been loaded and given a
9021 …The NV memory is divided into two area: dynamic space for user defined NV Indices and evict object…
9030 NV Index/evict object iterator value
[all …]
Dpart3.txt1713 136 // Initialize index/evict data. This function clear read/write locks
7055 93 // mark sequence object as evict so it will be flushed on the way out
7056 94 object->attributes.evict = SET;
7216 73 // mark sequence object as evict so it will be flushed on the way out
7217 74 hashObject->attributes.evict = SET;
14499 36 // Flush platform evict object and index in NV
14626 43 // Flush evict object of endorsement hierarchy stored in NV
16528 is to evict the persistent object.
16676 32 if( evictObject->attributes.evict == SET
16685 41 if(evictObject->attributes.evict == CLEAR)
[all …]
/external/glide/library/src/main/java/com/bumptech/glide/util/
DLruCache.java41 evict(); in setSizeMultiplier()
124 evict(); in put()
166 private void evict() { in evict() method in LruCache
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
DLruBitmapPool.java60 evict(); in setSizeMultiplier()
85 evict(); in put()
89 private void evict() { in evict() method in LruBitmapPool
/external/llvm/include/llvm/Analysis/
DCFLAliasAnalysis.h46 void evict(Function *Fn);
97 Result->evict(cast<Function>(Val)); in removeSelfFromCache()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_vertprog.c94 struct nouveau_heap **evict = heap->next->priv; in nv30_vertprog_validate() local
95 nouveau_heap_free(evict); in nv30_vertprog_validate()
Dnv30_draw.c286 struct nouveau_heap **evict = heap->next->priv; in nv30_render_validate() local
287 nouveau_heap_free(evict); in nv30_render_validate()
Dnv30_transfer.c80 struct nouveau_heap **evict = heap->next->priv; in nv30_transfer_rect_vertprog() local
81 nouveau_heap_free(evict); in nv30_transfer_rect_vertprog()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_program.c395 struct nv50_program *evict = heap->next->priv; in nv50_program_upload_code() local
396 if (evict) in nv50_program_upload_code()
397 nouveau_heap_free(&evict->mem); in nv50_program_upload_code()
/external/llvm/test/CodeGen/X86/
D2009-08-06-inlineasm.ll8 ; evict it. This started passing again due to the changes for PR8969
/external/llvm/test/CodeGen/ARM/
Dldrd.ll39 ; evict another live range or use callee saved regs. Sorry if the test
/external/llvm/docs/HistoricalNotes/
D2003-06-25-Reoptimizer1.txt123 space and it may have to evict a trace, at which point the branch to
/external/valgrind/docs/internals/
Dsegments-seginfos.txt108 relative addressing to other PT_LOAD from the same file] would evict
/external/llvm/lib/Analysis/
DCFLAliasAnalysis.cpp1003 void CFLAAResult::evict(Function *Fn) { Cache.erase(Fn); } in evict() function in CFLAAResult
/external/guice/extensions/persist/lib/
Dhibernate-search.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
/external/tpm2/generator/
Draw_commands.txt2663 // Initialize index/evict data.
12411 // mark sequence object as evict so it will be flushed on the way out
12412 object->attributes.evict = SET;
12718 // mark sequence object as evict so it will be flushed on the way out
12719 hashObject->attributes.evict = SET;
26181 // Flush platform evict object and index in NV
26403 // Flush evict object of endorsement hierarchy stored in NV
29871 is to evict the persistent object.
30145 evictObject->attributes.evict == SET
30153 if(evictObject->attributes.evict == CLEAR)
[all …]
Draw_commands_fixed.txt2663 // Initialize index/evict data.
12422 // mark sequence object as evict so it will be flushed on the way out
12423 object->attributes.evict = SET;
12729 // mark sequence object as evict so it will be flushed on the way out
12730 hashObject->attributes.evict = SET;
26192 // Flush platform evict object and index in NV
26414 // Flush evict object of endorsement hierarchy stored in NV
29882 is to evict the persistent object.
30156 evictObject->attributes.evict == SET
30164 if(evictObject->attributes.evict == CLEAR)
[all …]
Draw_structures.txt7637 The first assigned handle for evict objects is also at the bottom of the allowed range defined by
17541 the minimum number of evict

12