Searched refs:pointers (Results 1 – 25 of 32) sorted by relevance
12
/device/generic/opengl-transport/host/commands/emugen/ |
D | EntryPoint.cpp | 176 bool pointers = false; in hasPointers() local 177 if (m_retval.isPointer()) pointers = true; in hasPointers() 178 if (!pointers) { in hasPointers() 181 pointers = true; in hasPointers() 186 return pointers; in hasPointers()
|
D | README | 73 ‘out’ pointers are encoded by data length only: 133 This file includes additional flags, pointers datalen information and
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
D | CHANGES_FROM_131.txt | 13 token pointers. Only showed up when a {...} was in the "wrong spot". 193 o "Smart" pointers are now used for garbage collection. That is, 259 Note the use of smart pointers rather than "ANTLRToken *". 373 (visible to the user) has been modified to use the smart pointers. 390 If you do not wish to use smart pointers, you will have to 440 pointers are not specific to a parser's token objects. In other 443 use smart pointers too, but be able to work with any kind of 446 to downcast smart pointers with runtime type checking (and by allowing
|
D | CHANGES_FROM_133.txt | 335 #285. (Changed in MR23) Check for null pointers in some dlg structures 1262 null pointers. When this is accessed by callers it 1602 Support cv-qualified pointers.
|
D | CHANGES_FROM_133_BEFORE_MR13.txt | 2553 for token pointers and attributes referenced in semantic 2913 copies were made of sibling nodes, Sibling pointers are 2921 shallowCopy() zeroes the right and down pointers. 3326 from rules whose return values weren't pointers.
|
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtThunkDxe/ |
D | WinNtThunkDxe.inf | 4 # EFI_WIN_NT_THUNK_PROTOCOL is a table of pointers to various Windows APIs used by various drivers …
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | psci-lib-integration-guide.rst | 121 The EL3 Runtime Software must implement accessors to get/set pointers 368 APIs to store and retrieve pointers to this CPU context data. SP-MIN 371 system register (in AArch32) for storing these pointers). 390 The actual method of storing the ``context`` pointers is implementation specific. 391 For example, SP-MIN stores the pointers in the array ``sp_min_cpu_ctx_ptr`` 404 context pointers are stored prior to invoking this API. The ``security_state`` 419 pointers are stored prior to invoking this API. The ``security_state`` will
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/ |
D | EfiCopyMemSSE2.c | 151 ; Move the source and destination pointers to the end of the range in EfiCommonLibCopyMem()
|
D | EfiCopyMem.c | 167 ; Move the source and destination pointers to the end of the range in EfiCommonLibCopyMem()
|
D | EfiCopyMem.S | 179 # Move the source and destination pointers to the end of the range
|
D | EfiCopyMem.asm | 177 ; Move the source and destination pointers to the end of the range
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | HOST_BUS.ASL | 115 // Create pointers to Gfx Stolen Memory Sizing values.
|
/device/google/bonito/json-c/ |
D | ChangeLog | 125 * Check all pointers for validity.
|
/device/google/crosshatch/json-c/ |
D | ChangeLog | 125 * Check all pointers for validity.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | listsort.txt | 17 + timsort can require a temp array containing as many as N//2 pointers, 27 pointers. (Note that I wouldn't want to do that even if space weren't an 697 pointers. Comparisons can be arbitrarily expensive (can invoke arbitary
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | listsort.txt | 17 + timsort can require a temp array containing as many as N//2 pointers, 27 pointers. (Note that I wouldn't want to do that even if space weren't an
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/ |
D | CpuPm.asl | 80 // Package of pointers to SSDT's
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | FAQ | 303 Probably not. Look in the comp.compression FAQ for pointers to various
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | FAQ | 311 Probably not. Look in the comp.compression FAQ for pointers to various
|
/device/linaro/bootloader/edk2/StdLib/ |
D | ReadMe.txt | 482 sys/stdint.h, can be used to create objects capable of holding pointers. Note
|
/device/linaro/bootloader/edk2/AppPkg/ |
D | ReadMe.txt | 493 sys/stdint.h, can be used to create objects capable of holding pointers. Note
|
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/ |
D | ReadMe.txt | 482 sys/stdint.h, can be used to create objects capable of holding pointers. Note
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | antlr.g | 175 * pointers to the Tokens. Rules don't have attributes now.) 811 * block. This is used to add FOLLOW pointers to the rule end. Add the
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/ |
D | CHANGES_FROM_133_before_mr13.txt | 2553 for token pointers and attributes referenced in semantic 2913 copies were made of sibling nodes, Sibling pointers are 2921 shallowCopy() zeroes the right and down pointers. 3326 from rules whose return values weren't pointers.
|
D | CHANGES_FROM_133.txt | 586 null pointers. When this is accessed by callers it 920 Support cv-qualified pointers.
|
12