HomeSort by relevance Sort by last modified time
    Searched refs:NewValue (Results 76 - 100 of 133) sorted by null

1 2 34 5 6

  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/X64/
Processor.c 231 UINT64 NewValue; // the new value of the RegNumber-th Register
233 NewValue = 0;
243 NewValue += (TempValue << (RegSize+4));
251 NewValue += (TempValue << RegSize);
254 *(FindPointerToRegister(SystemContext, RegNumber)) = NewValue;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
LegacyBootMaintUi.c 924 UINTN NewValue;
932 NewValue = 0;
974 NewValue = CurrentVal[Index];
983 if (0xFF == NewValue) {
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 286 // *theValue = newValue;
299 const ParmVarDecl *NewValue = D->getParamDecl(1);
300 QualType NewValueTy = NewValue->getType();
330 M.makeLvalueToRvalue(M.makeDeclRefExpr(NewValue), NewValueTy),
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitcodeParser.h 149 void SetStartBit(uint64_t NewValue) {
150 StartBit = NewValue;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootMaint.c 698 UINTN NewValue;
733 NewValue = 0;
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 375 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
378 II->setIsPoisoned(NewValue);
  /external/llvm/include/llvm/Support/
Endian.h 185 void operator=(value_type newValue) {
187 (void*)Value.buffer, newValue);
190 packed_endian_specific_integral &operator+=(value_type newValue) {
191 *this = *this + newValue;
195 packed_endian_specific_integral &operator-=(value_type newValue) {
196 *this = *this - newValue;
200 packed_endian_specific_integral &operator|=(value_type newValue) {
201 *this = *this | newValue;
205 packed_endian_specific_integral &operator&=(value_type newValue) {
206 *this = *this & newValue;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Endian.h 184 void operator=(value_type newValue) {
186 (void*)Value.buffer, newValue);
189 packed_endian_specific_integral &operator+=(value_type newValue) {
190 *this = *this + newValue;
194 packed_endian_specific_integral &operator-=(value_type newValue) {
195 *this = *this - newValue;
199 packed_endian_specific_integral &operator|=(value_type newValue) {
200 *this = *this | newValue;
204 packed_endian_specific_integral &operator&=(value_type newValue) {
205 *this = *this & newValue;
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceGlobalInits.h 423 void setIsConstant(bool NewValue) { IsConstant = NewValue; }
IceTargetLoweringX8632.cpp 161 void TargetX8632::_mov_sp(Operand *NewValue) {
163 _redefined(_mov(esp, NewValue));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 387 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
390 II->setIsPoisoned(NewValue);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Endian.h 209 void operator=(value_type newValue) {
211 (void*)Value.buffer, newValue);
214 packed_endian_specific_integral &operator+=(value_type newValue) {
215 *this = *this + newValue;
219 packed_endian_specific_integral &operator-=(value_type newValue) {
220 *this = *this - newValue;
224 packed_endian_specific_integral &operator|=(value_type newValue) {
225 *this = *this | newValue;
229 packed_endian_specific_integral &operator&=(value_type newValue) {
230 *this = *this & newValue;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
IdentifierTable.h 400 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
403 II->setIsPoisoned(NewValue);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Endian.h 220 void operator=(value_type newValue) {
222 (void*)Value.buffer, newValue);
225 packed_endian_specific_integral &operator+=(value_type newValue) {
226 *this = *this + newValue;
230 packed_endian_specific_integral &operator-=(value_type newValue) {
231 *this = *this - newValue;
235 packed_endian_specific_integral &operator|=(value_type newValue) {
236 *this = *this | newValue;
240 packed_endian_specific_integral &operator&=(value_type newValue) {
241 *this = *this & newValue;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
IdentifierTable.h 400 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
403 II->setIsPoisoned(NewValue);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Endian.h 220 void operator=(value_type newValue) {
222 (void*)Value.buffer, newValue);
225 packed_endian_specific_integral &operator+=(value_type newValue) {
226 *this = *this + newValue;
230 packed_endian_specific_integral &operator-=(value_type newValue) {
231 *this = *this - newValue;
235 packed_endian_specific_integral &operator|=(value_type newValue) {
236 *this = *this | newValue;
240 packed_endian_specific_integral &operator&=(value_type newValue) {
241 *this = *this & newValue;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
IdentifierTable.h 395 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
398 II->setIsPoisoned(NewValue);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Endian.h 220 void operator=(value_type newValue) {
222 (void*)Value.buffer, newValue);
225 packed_endian_specific_integral &operator+=(value_type newValue) {
226 *this = *this + newValue;
230 packed_endian_specific_integral &operator-=(value_type newValue) {
231 *this = *this - newValue;
235 packed_endian_specific_integral &operator|=(value_type newValue) {
236 *this = *this | newValue;
240 packed_endian_specific_integral &operator&=(value_type newValue) {
241 *this = *this & newValue;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
IdentifierTable.h 395 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
398 II->setIsPoisoned(NewValue);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Endian.h 220 void operator=(value_type newValue) {
222 (void*)Value.buffer, newValue);
225 packed_endian_specific_integral &operator+=(value_type newValue) {
226 *this = *this + newValue;
230 packed_endian_specific_integral &operator-=(value_type newValue) {
231 *this = *this - newValue;
235 packed_endian_specific_integral &operator|=(value_type newValue) {
236 *this = *this | newValue;
240 packed_endian_specific_integral &operator&=(value_type newValue) {
241 *this = *this & newValue;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
IdentifierTable.h 395 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
398 II->setIsPoisoned(NewValue);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Endian.h 220 void operator=(value_type newValue) {
222 (void*)Value.buffer, newValue);
225 packed_endian_specific_integral &operator+=(value_type newValue) {
226 *this = *this + newValue;
230 packed_endian_specific_integral &operator-=(value_type newValue) {
231 *this = *this - newValue;
235 packed_endian_specific_integral &operator|=(value_type newValue) {
236 *this = *this | newValue;
240 packed_endian_specific_integral &operator&=(value_type newValue) {
241 *this = *this & newValue;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
IdentifierTable.h 395 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
398 II->setIsPoisoned(NewValue);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Endian.h 220 void operator=(value_type newValue) {
222 (void*)Value.buffer, newValue);
225 packed_endian_specific_integral &operator+=(value_type newValue) {
226 *this = *this + newValue;
230 packed_endian_specific_integral &operator-=(value_type newValue) {
231 *this = *this - newValue;
235 packed_endian_specific_integral &operator|=(value_type newValue) {
236 *this = *this | newValue;
240 packed_endian_specific_integral &operator&=(value_type newValue) {
241 *this = *this & newValue;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 387 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
390 II->setIsPoisoned(NewValue);

Completed in 755 milliseconds

1 2 34 5 6