HomeSort by relevance Sort by last modified time
    Searched refs:CR (Results 26 - 50 of 894) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
ConstantRange.h 146 bool contains(const ConstantRange &CR) const;
169 /// Compare set size of this range with the range CR.
170 bool isSizeStrictlySmallerThan(const ConstantRange &CR) const;
188 bool operator==(const ConstantRange &CR) const {
189 return Lower == CR.Lower && Upper == CR.Upper;
191 bool operator!=(const ConstantRange &CR) const {
192 return !operator==(CR);
200 ConstantRange difference(const ConstantRange &CR) const;
208 ConstantRange intersectWith(const ConstantRange &CR) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
ConstantRange.h 153 bool contains(const ConstantRange &CR) const;
176 /// Compare set size of this range with the range CR.
177 bool isSizeStrictlySmallerThan(const ConstantRange &CR) const;
195 bool operator==(const ConstantRange &CR) const {
196 return Lower == CR.Lower && Upper == CR.Upper;
198 bool operator!=(const ConstantRange &CR) const {
199 return !operator==(CR);
207 ConstantRange difference(const ConstantRange &CR) const;
215 ConstantRange intersectWith(const ConstantRange &CR) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
ConstantRange.h 153 bool contains(const ConstantRange &CR) const;
176 /// Compare set size of this range with the range CR.
177 bool isSizeStrictlySmallerThan(const ConstantRange &CR) const;
195 bool operator==(const ConstantRange &CR) const {
196 return Lower == CR.Lower && Upper == CR.Upper;
198 bool operator!=(const ConstantRange &CR) const {
199 return !operator==(CR);
207 ConstantRange difference(const ConstantRange &CR) const;
215 ConstantRange intersectWith(const ConstantRange &CR) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
ConstantRange.h 153 bool contains(const ConstantRange &CR) const;
176 /// Compare set size of this range with the range CR.
177 bool isSizeStrictlySmallerThan(const ConstantRange &CR) const;
195 bool operator==(const ConstantRange &CR) const {
196 return Lower == CR.Lower && Upper == CR.Upper;
198 bool operator!=(const ConstantRange &CR) const {
199 return !operator==(CR);
207 ConstantRange difference(const ConstantRange &CR) const;
215 ConstantRange intersectWith(const ConstantRange &CR) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
ConstantRange.h 153 bool contains(const ConstantRange &CR) const;
176 /// Compare set size of this range with the range CR.
177 bool isSizeStrictlySmallerThan(const ConstantRange &CR) const;
195 bool operator==(const ConstantRange &CR) const {
196 return Lower == CR.Lower && Upper == CR.Upper;
198 bool operator!=(const ConstantRange &CR) const {
199 return !operator==(CR);
207 ConstantRange difference(const ConstantRange &CR) const;
215 ConstantRange intersectWith(const ConstantRange &CR) const
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceFixups.cpp 28 if (const auto *CR = llvm::dyn_cast<ConstantRelocatable>(ConstValue))
29 return CR->getOffset() + addend_;
38 if (const auto *CR = llvm::dyn_cast<ConstantRelocatable>(C)) {
39 return CR->getName();
60 if (const auto *CR = llvm::dyn_cast<ConstantRelocatable>(ConstValue)) {
62 CR->getName().toString() != GlobalOffsetTable) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/break_rules/
sentence.txt 11 CR = [\p{Sentence_Break = CR}];
26 ParaSep = [Sep CR LF];
36 SB3: CR LF;
46 SB9: SATerm ExtFmt* (Close ExtFmt*)* (Sp ExtFmt*)* (CR LF | ParaSep)? ÷;
  /external/icu/icu4c/source/test/testdata/break_rules/
sentence.txt 11 CR = [\p{Sentence_Break = CR}];
26 ParaSep = [Sep CR LF];
36 SB3: CR LF;
46 SB9: SATerm ExtFmt* (Close ExtFmt*)* (Sp ExtFmt*)* (CR LF | ParaSep)? ÷;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/
sentence.txt 11 CR = [\p{Sentence_Break = CR}];
26 ParaSep = [Sep CR LF];
36 SB3: CR LF;
46 SB9: SATerm ExtFmt* (Close ExtFmt*)* (Sp ExtFmt*)* (CR LF | ParaSep)? ÷;
  /packages/apps/ExactCalculator/src/com/android/calculator2/
UnifiedReal.java 20 import com.hp.creals.CR;
39 * exceptions produced by the underlying CR and BoundedRational packages, including
40 * CR.PrecisionOverflowException and CR.AbortedException.
45 private final CR mCrFactor;
62 private UnifiedReal(BoundedRational rat, CR cr) {
67 mCrFactor = cr;
71 public UnifiedReal(CR cr) {
    [all...]
  /external/apache-http/src/org/apache/http/protocol/
HTTP.java 50 public static final int CR = 13; // <US-ASCII CR, carriage return (13)>
98 return ch == SP || ch == HT || ch == CR || ch == LF;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsInternal.h 70 #define BOOTMON_FS_FILE_FROM_FILE_THIS(a) CR (a, BOOTMON_FS_FILE, File, BOOTMON_FS_FILE_SIGNATURE)
71 #define BOOTMON_FS_FILE_FROM_LINK_THIS(a) CR (a, BOOTMON_FS_FILE, Link, BOOTMON_FS_FILE_SIGNATURE)
95 #define BOOTMON_FS_FROM_FS_THIS(a) CR (a, BOOTMON_FS_INSTANCE, Fs, BOOTMON_FS_SIGNATURE)
96 #define BOOTMON_FS_FROM_LINK(a) CR (a, BOOTMON_FS_INSTANCE, Link, BOOTMON_FS_SIGNATURE)
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciDriverOverride.h 39 CR (a, PCI_DRIVER_OVERRIDE_LIST, Link, DRIVER_OVERRIDE_SIGNATURE)
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioRngDxe/
VirtioRng.h 44 CR (RngPointer, VIRTIO_RNG_DEV, Rng, VIRTIO_RNG_SIG)
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/DataHubDxe/
DataHub.h 73 #define DATA_HUB_INSTANCE_FROM_THIS(this) CR (this, DATA_HUB_INSTANCE, DataHub, DATA_HUB_INSTANCE_SIGNATURE)
91 #define DATA_ENTRY_FROM_LINK(link) CR (link, EFI_DATA_ENTRY, Link, EFI_DATA_ENTRY_SIGNATURE)
127 #define FILTER_ENTRY_FROM_LINK(link) CR (link, DATA_HUB_FILTER_DRIVER, Link, EFI_DATA_HUB_FILTER_DRIVER_SIGNATURE)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosDxe/
SmbiosDxe.h 56 #define SMBIOS_INSTANCE_FROM_THIS(this) CR (this, SMBIOS_INSTANCE, Smbios, SMBIOS_INSTANCE_SIGNATURE)
92 #define SMBIOS_ENTRY_FROM_LINK(link) CR (link, EFI_SMBIOS_ENTRY, Link, EFI_SMBIOS_ENTRY_SIGNATURE)
109 #define SMBIOS_HANDLE_ENTRY_FROM_LINK(link) CR (link, SMBIOS_HANDLE_ENTRY, Link, SMBIOS_HANDLE_ENTRY_SIGNATURE)
  /device/linaro/bootloader/edk2/SecurityPkg/Hash2DxeCrypto/
Driver.h 43 CR ( \
64 CR ( \
72 CR ( \
  /device/google/contexthub/firmware/os/platform/stm32/
bl.c 49 volatile uint32_t CR;
57 volatile uint32_t CR;
61 volatile uint32_t CR;
196 flash->CR = (flash->CR & ~(FLASH_CR_SNB_MASK)) |
198 func(&flash->CR, flash->CR | FLASH_CR_STRT, &flash->SR);
199 flash->CR &= ~(FLASH_CR_SNB_MASK | FLASH_CR_SER);
217 cr_cache = flash->CR;
219 if (flash->CR & FLASH_CR_LOCK)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
UefiIfrParser.h 46 #define ONE_OF_OPTION_MAP_ENTRY_FROM_LINK(Record) CR(Record, ONE_OF_OPTION_MAP_ENTRY, Link, ONE_OF_OPTION_MAP_ENTRY_SIGNATURE)
59 #define ONE_OF_OPTION_MAP_FROM_LINK(Record) CR(Record, ONE_OF_OPTION_MAP, Link, ONE_OF_OPTION_MAP_SIGNATURE)
100 #define FORMSET_STORAGE_FROM_LINK(a) CR (a, FORMSET_STORAGE, Link, FORMSET_STORAGE_SIGNATURE)
128 #define EXPRESSION_OPCODE_FROM_LINK(a) CR (a, EXPRESSION_OPCODE, Link, EXPRESSION_OPCODE_SIGNATURE)
146 #define FORM_EXPRESSION_FROM_LINK(a) CR (a, FORM_EXPRESSION, Link, FORM_EXPRESSION_SIGNATURE)
160 #define QUESTION_DEFAULT_FROM_LINK(a) CR (a, QUESTION_DEFAULT, Link, QUESTION_DEFAULT_SIGNATURE)
175 #define QUESTION_OPTION_FROM_LINK(a) CR (a, QUESTION_OPTION, Link, QUESTION_OPTION_SIGNATURE)
242 #define FORM_BROWSER_STATEMENT_FROM_LINK(a) CR (a, FORM_BROWSER_STATEMENT, Link, FORM_BROWSER_STATEMENT_SIGNATURE)
261 #define FORM_BROWSER_FORM_FROM_LINK(a) CR (a, FORM_BROWSER_FORM, Link, FORM_BROWSER_FORM_SIGNATURE)
273 #define FORMSET_DEFAULTSTORE_FROM_LINK(a) CR (a, FORMSET_DEFAULTSTORE, Link, FORMSET_DEFAULTSTORE_SIGNATURE)
    [all...]
UefiIfrDefault.h 18 #define UEFI_IFR_BUFFER_STORAGE_NODE_FROM_LIST(a) CR(a, UEFI_IFR_BUFFER_STORAGE_NODE, List, UEFI_IFR_BUFFER_STORAGE_NODE_SIGNATURE)
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
AcpiSupport.h 75 #define EFI_ACPI_TABLE_LIST_FROM_LINK(_link) CR (_link, EFI_ACPI_TABLE_LIST, Link, EFI_ACPI_TABLE_LIST_SIGNATURE)
120 CR (a, \
129 CR (a, \
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/
PlatVarCleanup.h 66 #define USER_VARIABLE_FROM_LINK(a) CR (a, USER_VARIABLE_NODE, Link, USER_VARIABLE_NODE_SIGNATURE)
83 #define USER_VARIABLE_NAME_FROM_LINK(a) CR (a, USER_VARIABLE_NAME_NODE, Link, USER_VARIABLE_NAME_NODE_SIGNATURE)
106 #define VARIABLE_CLEANUP_HII_PRIVATE_FROM_THIS(a) CR (a, VARIABLE_CLEANUP_HII_PRIVATE_DATA, ConfigAccess, VARIABLE_CLEANUP_HII_PRIVATE_SIGNATURE)
  /device/linaro/bootloader/edk2/NetworkPkg/TlsDxe/
TlsDriver.h 90 CR (a, TLS_SERVICE, ServiceBinding, TLS_SERVICE_SIGNATURE)
93 CR (a, TLS_INSTANCE, Tls, TLS_INSTANCE_SIGNATURE)
96 CR (a, TLS_INSTANCE, TlsConfig, TLS_INSTANCE_SIGNATURE)
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
Hotkey.h 40 #define BDS_HOTKEY_OPTION_FROM_LINK(a) CR (a, BDS_HOTKEY_OPTION, Link, BDS_HOTKEY_OPTION_SIGNATURE)
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/IsaBusDxe/
IsaBusDxe.h 36 #define ISA_BUS_PRIVATE_DATA_FROM_THIS(a) CR (a, ISA_BUS_PRIVATE_DATA, ServiceBinding, ISA_BUS_PRIVATE_DATA_SIGNATURE)

Completed in 684 milliseconds

12 3 4 5 6 7 8 91011>>