/device/generic/goldfish-opengl/fuchsia/ |
D | port.cc | 65 void* thread_store_get(thread_store_t* store) { in thread_store_get() argument 66 return store->has_tls ? pthread_getspecific(store->tls) : nullptr; in thread_store_get() 69 void thread_store_set(thread_store_t* store, in thread_store_set() argument 72 pthread_mutex_lock(&store->lock); in thread_store_set() 73 if (!store->has_tls) { in thread_store_set() 74 if (pthread_key_create(&store->tls, destroy) != 0) { in thread_store_set() 75 pthread_mutex_unlock(&store->lock); in thread_store_set() 78 store->has_tls = 1; in thread_store_set() 80 pthread_mutex_unlock(&store->lock); in thread_store_set() 81 pthread_setspecific(store->tls, value); in thread_store_set()
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/ |
D | SetMem.asm | 58 str r2, [r0] ; potentially unaligned store of 4 bytes 59 str r3, [r0, #4] ; potentially unaligned store of 4 bytes 60 str r2, [r0, #8] ; potentially unaligned store of 4 bytes 61 str r3, [r0, #12] ; potentially unaligned store of 4 bytes 68 strd r2, r3, [lr, #-16] ; aligned store of 16 bytes 82 str r2, [lr, #-16] ; overlapping store of 4 + (4 + 4) + 4 bytes 91 strb r2, [lr, #-16] ; store 1 byte 93 strhge r2, [r1, #6] ; store 2 bytes
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | objgraph.py | 41 def store(dict, key, item): function 77 store(def2file, name, fn) 78 store(file2def, fn, name) 80 store(file2undef, fn, name) 81 store(undef2file, name, fn) 133 store(undefs, ext, filename)
|
D | dutree.py | 18 total, d = store(size, comps, total, d) 25 def store(size, comps, total, d): function 31 d[comps[0]] = store(size, comps[1:], t1, d1)
|
D | pdeps.py | 129 store(inv, item, key) 137 def store(dict, key, item): function
|
/device/generic/goldfish-opengl/fuchsia/include/cutils/ |
D | threads.h | 18 void* thread_store_get(thread_store_t* store); 20 void thread_store_set(thread_store_t* store,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/ |
D | VariableRuntimeDxe.inf | 81 ## SOMETIMES_CONSUMES ## GUID # Signature of Variable store header 82 ## SOMETIMES_PRODUCES ## GUID # Signature of Variable store header 87 ## SOMETIMES_CONSUMES ## GUID # Signature of Variable store header 88 ## SOMETIMES_PRODUCES ## GUID # Signature of Variable store header
|
D | VariableSmm.inf | 89 ## SOMETIMES_CONSUMES ## GUID # Signature of Variable store header 90 ## SOMETIMES_PRODUCES ## GUID # Signature of Variable store header 95 ## SOMETIMES_CONSUMES ## GUID # Signature of Variable store header 96 ## SOMETIMES_PRODUCES ## GUID # Signature of Variable store header
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/ |
D | S3SaveStateDxe.uni | 4 // It will install S3 Save State protocol to store or record various IO operations to be replayed d… 21 …PTION #language en-US "It will install S3 Save State protocol to store or record various …
|
D | S3SaveStateDxe.inf | 4 # It will install S3 Save State protocol to store or record various IO operations to be replayed du…
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/SmmS3SaveState/ |
D | SmmS3SaveState.uni | 4 // It will install S3 SMM Save State protocol to store or record various IO operations to be replay… 21 … #language en-US "It will install the S3 SMM Save State protocol to store or record various …
|
D | SmmS3SaveState.inf | 4 # It will install S3 SMM Save State protocol to store or record various IO operations to be replaye…
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | 98_LINK.ASL | 99 // Determine the IRQ bit to set and store it 171 // Determine the IRQ bit to set and store it, 243 // Determine the IRQ bit to set and store it, 315 // Determine the IRQ bit to set and store it, 387 // Determine the IRQ bit to set and store it 459 // Determine the IRQ bit to set and store it, 531 // Determine the IRQ bit to set and store it, 603 // Determine the IRQ bit to set and store it,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/Pei/ |
D | VariablePei.inf | 50 ## CONSUMES ## GUID # Variable store header 53 ## SOMETIMES_CONSUMES ## GUID # Variable store header
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/ |
D | UpdateDriverDxe.inf | 63 gEfiConfigFileNameGuid ## CONSUMES ## File # FileName to store ConfigFile 64 …gEfiUpdateDataFileGuid ## CONSUMES ## File # FileName to store Capsule Data.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/ |
D | EmuVariableRuntimeDxe.inf | 68 ## PRODUCES ## GUID # Signature of Variable store header 69 ## CONSUMES ## GUID # Signature of Variable store header
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/ |
D | wiki.py | 66 error = self.store() 113 def store(self): member in WikiPage
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseExtractGuidedSectionLib/ |
D | BaseExtractGuidedSectionLib.uni | 6 // that is used to store Guided Extract Handlers. 26 …ableAddress points to the available physical memory space that is used to store Guided Extract Han…
|
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/ |
D | EsalVariableDxeSal.inf | 77 ## PRODUCES ## GUID # Variable store header 78 ## CONSUMES ## GUID # Variable store header
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/ |
D | AsmFuncs.asm | 191 ; store UINT64 r8, r9, r10, r11, r12, r13, r14, r15; 204 ; store UINT64 Rdi, Rsi, Rbp, Rsp, Rdx, Rcx, Rbx, Rax;
|
D | AsmFuncs.nasm | 192 ; store UINT64 r8, r9, r10, r11, r12, r13, r14, r15; 205 ; store UINT64 Rdi, Rsi, Rbp, Rsp, Rdx, Rcx, Rbx, Rax; 390 ; store UINT64 r8, r9, r10, r11, r12, r13, r14, r15;
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/ |
D | Flat32.asm | 313 ; Failed to config - store sticky bit debug 353 ; Failed to config - store sticky bit debug
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/X64/ |
D | PageFaultHandler.S | 32 …addq $-0x68, %rsp # reserve memory to store XMM registers and make address 16-…
|
D | PageFaultHandler.asm | 36 …add rsp, -10h * 6 - 8 ; reserve memory to store XMM registers and make address 16-byt…
|
/device/linaro/bootloader/OpenPlatformPkg/Applications/SpiTool/ |
D | SpiFlashCmd.uni | 50 " Address - Address in RAM to store/load data\r\n" 51 " Offset - Offset from beggining of SPI flash to store/load data\r\n"
|