/external/tpm2/ |
D | EvictControl.c | 52 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()
|
D | EventSequenceComplete.c | 87 hashObject->attributes.evict = SET; in TPM2_EventSequenceComplete()
|
D | SequenceComplete.c | 107 object->attributes.evict = SET; in TPM2_SequenceComplete()
|
D | Object.c | 52 if(s_objects[i].object.entity.attributes.evict == SET) in ObjectCleanupEvict() 855 pAssert(s_objects[i].object.entity.attributes.evict == CLEAR); in ObjectCapGetLoaded()
|
D | Global.h | 132 unsigned evict : 1; //4) SET if the object is a platform or member
|
D | NV.c | 1084 object->attributes.evict = SET; in NvGetEvictObject() 1493 nvObject->attributes.evict = SET; in NvAddEvictObject()
|
D | part4.txt | 1699 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 …]
|
D | part3.txt | 1713 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/ |
D | LruCache.java | 41 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/ |
D | LruBitmapPool.java | 60 evict(); in setSizeMultiplier() 85 evict(); in put() 89 private void evict() { in evict() method in LruBitmapPool
|
/external/llvm/include/llvm/Analysis/ |
D | CFLAliasAnalysis.h | 46 void evict(Function *Fn); 97 Result->evict(cast<Function>(Val)); in removeSelfFromCache()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_vertprog.c | 94 struct nouveau_heap **evict = heap->next->priv; in nv30_vertprog_validate() local 95 nouveau_heap_free(evict); in nv30_vertprog_validate()
|
D | nv30_draw.c | 286 struct nouveau_heap **evict = heap->next->priv; in nv30_render_validate() local 287 nouveau_heap_free(evict); in nv30_render_validate()
|
D | nv30_transfer.c | 80 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/ |
D | nv50_program.c | 395 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/ |
D | 2009-08-06-inlineasm.ll | 8 ; evict it. This started passing again due to the changes for PR8969
|
/external/llvm/test/CodeGen/ARM/ |
D | ldrd.ll | 39 ; evict another live range or use callee saved regs. Sorry if the test
|
/external/llvm/docs/HistoricalNotes/ |
D | 2003-06-25-Reoptimizer1.txt | 123 space and it may have to evict a trace, at which point the branch to
|
/external/valgrind/docs/internals/ |
D | segments-seginfos.txt | 108 relative addressing to other PT_LOAD from the same file] would evict
|
/external/llvm/lib/Analysis/ |
D | CFLAliasAnalysis.cpp | 1003 void CFLAAResult::evict(Function *Fn) { Cache.erase(Fn); } in evict() function in CFLAAResult
|
/external/guice/extensions/persist/lib/ |
D | hibernate-search.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hibernate/
org/ ... |
D | hibernate3.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hibernate/
org/ ... |
/external/tpm2/generator/ |
D | raw_commands.txt | 2663 // 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 …]
|
D | raw_commands_fixed.txt | 2663 // 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 …]
|
D | raw_structures.txt | 7637 The first assigned handle for evict objects is also at the bottom of the allowed range defined by 17541 the minimum number of evict
|