/device/google/contexthub/firmware/os/cpu/x86/ |
D | atomic.c | 21 uint32_t old; in atomicAdd32bits() local 24 old = *val; in atomicAdd32bits() 25 } while (!atomicCmpXchg32bits(val, old, old + addend)); in atomicAdd32bits() 27 return old; in atomicAdd32bits() 32 uint8_t old; in atomicAddByte() local 35 old = *val; in atomicAddByte() 36 } while (!atomicCmpXchgByte(val, old, old + addend)); in atomicAddByte() 38 return old; in atomicAddByte()
|
D | atomicBitset.c | 49 uint32_t old, new; in atomicBitsetClearBit() local 56 old = *wordPtr; in atomicBitsetClearBit() 57 new = old &~ mask; in atomicBitsetClearBit() 58 } while (!atomicCmpXchg32bits(wordPtr, old, new)); in atomicBitsetClearBit() 67 uint32_t old, new; in atomicBitsetFindClearAndSet() local 70 old = *wordPtr; in atomicBitsetFindClearAndSet() 71 if (!(old + 1)) /* no work for words with no clear bits */ in atomicBitsetFindClearAndSet() 74 …pos = __builtin_ctz(~old); /* This will allocate in diff order than ARM. Since we never made any p… in atomicBitsetFindClearAndSet() 75 new = old | (1 << pos); in atomicBitsetFindClearAndSet() 77 if (atomicCmpXchg32bits(wordPtr, old, new)) in atomicBitsetFindClearAndSet()
|
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/ |
D | acpi_func.h | 78 uint32_t new, old; in acpi_acquire_global_lock() local 81 old = *lock; in acpi_acquire_global_lock() 82 new = ((old & ~GL_BIT_MASK) | GL_BIT_OWNED) | in acpi_acquire_global_lock() 83 ((old >> 1) & GL_BIT_PENDING); in acpi_acquire_global_lock() 84 } while (atomic_cmpset_acq_int(lock, old, new) == 0); in acpi_acquire_global_lock() 97 uint32_t new, old; in acpi_release_global_lock() local 100 old = *lock; in acpi_release_global_lock() 101 new = old & ~GL_BIT_MASK; in acpi_release_global_lock() 102 } while (atomic_cmpset_rel_int(lock, old, new) == 0); in acpi_release_global_lock() 104 return (old & GL_BIT_PENDING); in acpi_release_global_lock()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | linktree.py | 50 def linknames(old, new, link): argument 51 if debug: print 'linknames', (old, new, link) 53 names = os.listdir(old) 55 print old + ': warning: cannot listdir:', msg 59 oldname = os.path.join(old, name)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | unicodedata.c | 134 const change_record *old = get_old_record(self, c); in unicodedata_decimal() local 135 if (old->category_changed == 0) { in unicodedata_decimal() 140 else if (old->decimal_changed != 0xFF) { in unicodedata_decimal() 142 rc = old->decimal_changed; in unicodedata_decimal() 219 const change_record *old = get_old_record(self, c); in unicodedata_numeric() local 220 if (old->category_changed == 0) { in unicodedata_numeric() 225 else if (old->decimal_changed != 0xFF) { in unicodedata_numeric() 227 rc = old->decimal_changed; in unicodedata_numeric() 267 const change_record *old = get_old_record(self, c); in unicodedata_category() local 268 if (old->category_changed != 0xFF) in unicodedata_category() [all …]
|
D | gcmodule.c | 601 handle_weakrefs(PyGC_Head *unreachable, PyGC_Head *old) in handle_weakrefs() argument 733 gc_list_move(gc, old); in handle_weakrefs() 778 handle_finalizers(PyGC_Head *finalizers, PyGC_Head *old) in handle_finalizers() argument 796 gc_list_merge(finalizers, old); in handle_finalizers() 805 delete_garbage(PyGC_Head *collectable, PyGC_Head *old) in delete_garbage() argument 826 gc_list_move(gc, old); in delete_garbage() 878 PyGC_Head *old; /* next older generation */ in collect() local 915 old = GEN_HEAD(generation+1); in collect() 917 old = young; in collect() 937 if (young != old) { in collect() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | unicodedata.c | 134 const change_record *old = get_old_record(self, c); in unicodedata_decimal() local 135 if (old->category_changed == 0) { in unicodedata_decimal() 140 else if (old->decimal_changed != 0xFF) { in unicodedata_decimal() 142 rc = old->decimal_changed; in unicodedata_decimal() 219 const change_record *old = get_old_record(self, c); in unicodedata_numeric() local 220 if (old->category_changed == 0) { in unicodedata_numeric() 225 else if (old->decimal_changed != 0xFF) { in unicodedata_numeric() 227 rc = old->decimal_changed; in unicodedata_numeric() 267 const change_record *old = get_old_record(self, c); in unicodedata_category() local 268 if (old->category_changed != 0xFF) in unicodedata_category() [all …]
|
D | gcmodule.c | 550 handle_weakrefs(PyGC_Head *unreachable, PyGC_Head *old) in handle_weakrefs() argument 682 gc_list_move(gc, old); in handle_weakrefs() 727 handle_finalizers(PyGC_Head *finalizers, PyGC_Head *old) in handle_finalizers() argument 745 gc_list_merge(finalizers, old); in handle_finalizers() 754 delete_garbage(PyGC_Head *collectable, PyGC_Head *old) in delete_garbage() argument 775 gc_list_move(gc, old); in delete_garbage() 827 PyGC_Head *old; /* next older generation */ in collect() local 864 old = GEN_HEAD(generation+1); in collect() 866 old = young; in collect() 886 if (young != old) { in collect() [all …]
|
/device/google/cuttlefish/shared/sepolicy/ |
D | genfs_contexts | 6 genfscon sysfs /devices/pci0000:00/0000:00:09.0/virtio7/net u:object_r:sysfs_net:s0 # (old) qemu bu… 7 genfscon sysfs /devices/pci0000:00/0000:00:0a.0/virtio8/net u:object_r:sysfs_net:s0 # (old) qemu rm… 8 genfscon sysfs /devices/pci0000:00/0000:00:0b.0/virtio10/net u:object_r:sysfs_net:s0 # (old) crosvm… 9 genfscon sysfs /devices/pci0000:00/0000:00:0c.0/virtio11/net u:object_r:sysfs_net:s0 # (old) crosvm…
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/ |
D | FrameworkUefiLib.uni | 5 // It hides the old conflicts with library functions and supporting implementations of 6 // the old (EDK/EFI 1.10) and new (EDK II/UEFI 2.0) way. 22 …onflicts with UEFI 2.0. It hides the old conflicts with library functions and supporting implement…
|
D | FrameworkUefiLib.inf | 5 # It hides the old conflicts with library functions and supporting implementations of 6 # the old (EDK/EFI 1.10) and new (EDK II/UEFI 2.0) way.
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/ |
D | fpsetmask.c | 56 const fp_except old = float_exception_mask; in __weak_alias() 58 return old; in __weak_alias()
|
D | fpsetsticky.c | 56 const fp_except old = float_exception_flags; in __weak_alias() 58 return old; in __weak_alias()
|
D | fpsetround.c | 56 const fp_rnd old = float_rounding_mode; in __weak_alias() 58 return old; in __weak_alias()
|
/device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/ |
D | fdt_rw.c | 392 static void _fdt_packblocks(const char *old, char *new, in _fdt_packblocks() argument 401 memmove(new + mem_rsv_off, old + fdt_off_mem_rsvmap(old), mem_rsv_size); in _fdt_packblocks() 404 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size); in _fdt_packblocks() 408 memmove(new + strings_off, old + fdt_off_dt_strings(old), in _fdt_packblocks() 409 fdt_size_dt_strings(old)); in _fdt_packblocks() 411 fdt_set_size_dt_strings(new, fdt_size_dt_strings(old)); in _fdt_packblocks()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/ |
D | fdt_rw.c | 397 static void _fdt_packblocks(const char *old, char *new, in _fdt_packblocks() argument 406 memmove(new + mem_rsv_off, old + fdt_off_mem_rsvmap(old), mem_rsv_size); in _fdt_packblocks() 409 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size); in _fdt_packblocks() 413 memmove(new + strings_off, old + fdt_off_dt_strings(old), in _fdt_packblocks() 414 fdt_size_dt_strings(old)); in _fdt_packblocks() 416 fdt_set_size_dt_strings(new, fdt_size_dt_strings(old)); in _fdt_packblocks()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/ |
D | test_fixers.py | 1635 for old, new in self.modules.items(): 1636 b = "import %s" % old 1640 b = "import foo, %s, bar" % old 1645 for old, new in self.modules.items(): 1646 b = "from %s import foo" % old 1650 b = "from %s import foo, bar" % old 1654 b = "from %s import (yes, no)" % old 1659 for old, new in self.modules.items(): 1660 b = "import %s as foo_bar" % old 1664 b = "import %s as foo_bar" % old [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
D | test_build_scripts.py | 96 old = sysconfig.get_config_vars().get('VERSION') 101 if old is not None: 102 sysconfig._CONFIG_VARS['VERSION'] = old
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | getpass.py | 63 old = termios.tcgetattr(fd) # a copy to save 64 new = old[:] 73 termios.tcsetattr(fd, tcsetattr_flags, old)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | LongFilePathOs.py | 39 def rename(old, new): argument 40 return os.rename(LongFilePath(old), LongFilePath(new))
|
/device/linaro/bootloader/edk2/EmulatorPkg/Sec/X64/ |
D | SwitchRam.asm | 54 pop r9 ; CopySize (old stack) 55 pop r8 ; PermanentMemoryBase (old stack) 56 pop rdx ; TemporaryMemoryBase (old stack)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | log.py | 61 old = _global_log.threshold 63 return old
|
/device/linaro/bootloader/edk2/ShellPkg/ |
D | Readme.txt | 20 3. Remove the old shell from the NT32 Firmware list 21 Remove the FILE APPLICATION section for the old shell.
|
/device/linaro/bootloader/edk2/ShellBinPkg/ |
D | ReadMe.txt | 25 2. Remove the old shell from the NT32 Firmware list 26 Remove the FILE APPLICATION section for the old shell.
|
/device/generic/car/common/ |
D | car.mk | 61 device/sample/etc/old-apns-conf.xml:system/etc/old-apns-conf.xml
|