HomeSort by relevance Sort by last modified time
    Searched defs:Word (Results 1 - 25 of 61) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
TestAndClearBit.c 27 UINT16 Word, Read;
39 for (Word = *(UINT16 *) Address; Word & Mask; Word = Read) {
40 Read = InterlockedCompareExchange16 (Address, Word, Word & ~Mask);
41 if (Read == Word) {
  /external/clang/test/CodeGen/
2003-08-29-BitFieldStruct.c 3 struct Word {
  /external/pdfium/core/fpdfdoc/
cpvt_wordinfo.h 17 CPVT_WordInfo(uint16_t word,
21 CPVT_WordInfo(const CPVT_WordInfo& word);
24 void operator=(const CPVT_WordInfo& word);
26 uint16_t Word;
cpvt_word.h 18 uint16_t Word;
31 : Word(0),
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeSmbusLib/
SmbusLib.c 241 Executes an SMBUS read data word command.
243 Executes an SMBUS read data word command on the SMBUS device specified by SmBusAddress.
265 UINT16 Word;
270 InternalSmBusExec (EfiSmbusReadWord, SmBusAddress, 2, &Word, Status);
272 return Word;
276 Executes an SMBUS write data word command.
278 Executes an SMBUS write data word command on the SMBUS device specified by SmBusAddress.
303 UINT16 Word;
308 Word = Value;
309 InternalSmBusExec (EfiSmbusWriteWord, SmBusAddress, 2, &Word, Status);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiSmbusLib/
SmbusLib.c 241 Executes an SMBUS read data word command.
243 Executes an SMBUS read data word command on the SMBUS device specified by SmBusAddress.
265 UINT16 Word;
270 InternalSmBusExec (EfiSmbusReadWord, SmBusAddress, 2, &Word, Status);
272 return Word;
276 Executes an SMBUS write data word command.
278 Executes an SMBUS write data word command on the SMBUS device specified by SmBusAddress.
303 UINT16 Word;
308 Word = Value;
309 InternalSmBusExec (EfiSmbusWriteWord, SmBusAddress, 2, &Word, Status);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/
SmbusLib.c 236 Executes an SMBUS read data word command.
238 Executes an SMBUS read data word command on the SMBUS device specified by SmBusAddress.
260 UINT16 Word;
265 InternalSmBusExec (EfiSmbusReadWord, SmBusAddress, 2, &Word, Status);
267 return Word;
271 Executes an SMBUS write data word command.
273 Executes an SMBUS write data word command on the SMBUS device specified by SmBusAddress.
298 UINT16 Word;
303 Word = Value;
304 InternalSmBusExec (EfiSmbusWriteWord, SmBusAddress, 2, &Word, Status);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/Arm/
PeCoffLoaderEx.c 97 UINT16 *Word;
100 Word = Instructions; // MOVW
101 Top = Word + 2; // MOVT
103 return (ThumbMovtImmediateAddress (Top) << 16) + ThumbMovtImmediateAddress (Word);
119 UINT16 *Word;
122 Word = Instructions; // MOVW
123 Top = Word + 2; // MOVT
125 ThumbMovtImmediatePatch (Word, (UINT16)(Address & 0xffff));
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeSmbusLib/
SmbusLib.c 292 Executes an SMBUS read data word command.
294 Executes an SMBUS read data word command on the SMBUS device specified by SmBusAddress.
327 UINT16 Word;
332 InternalSmBusExec (EfiSmbusReadWord, SmBusAddress, 2, &Word, Status);
334 return Word;
338 Executes an SMBUS write data word command.
340 Executes an SMBUS write data word command on the SMBUS device specified by SmBusAddress.
376 UINT16 Word;
381 Word = Value;
382 InternalSmBusExec (EfiSmbusWriteWord, SmBusAddress, 2, &Word, Status);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiSmbusLibSmbus2Ppi/
SmbusLib.c 292 Executes an SMBUS read data word command.
294 Executes an SMBUS read data word command on the SMBUS device specified by SmBusAddress.
326 UINT16 Word;
331 InternalSmBusExec (EfiSmbusReadWord, SmBusAddress, 2, &Word, Status);
333 return Word;
337 Executes an SMBUS write data word command.
339 Executes an SMBUS write data word command on the SMBUS device specified by SmBusAddress.
374 UINT16 Word;
379 Word = Value;
380 InternalSmBusExec (EfiSmbusWriteWord, SmBusAddress, 2, &Word, Status);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
EventLogInfo.c 261 UINT16 *Word;
278 Word = (UINT16 *) (VarData + 1);
280 ShellPrintHiiEx(-1,-1,NULL,STRING_TOKEN (STR_SMBIOSVIEW_EVENTLOGINFO_STRUCT_HANDLE), gShellDebug1HiiHandle, *Word);
289 Word = (UINT16 *) (VarData + 1);
291 ShellPrintHiiEx(-1,-1,NULL,STRING_TOKEN (STR_SMBIOSVIEW_EVENTLOGINFO_STRUCT_HANDLE), gShellDebug1HiiHandle, *Word);
  /external/google-breakpad/src/common/linux/
elf_core_dump.h 52 typedef ElfW(Word) Word;
80 Word GetType() const;
95 // Returns the size in bytes round up to the word alignment, specified
125 const Phdr* GetFirstProgramHeaderOfType(Word type) const;
elfutils.h 52 typedef Elf32_Word Word;
65 typedef Elf64_Word Word;
90 typename ElfClass::Word section_type,
  /external/llvm/lib/DebugInfo/PDB/Raw/
NameMap.cpp 75 uint32_t Word;
76 if (auto EC = Stream.readInteger(Word))
79 "Expected name map word"));
81 if (Word & (1U << Idx))
100 uint32_t Word;
101 if (auto EC = Stream.readInteger(Word))
104 "Expected name map word"));
106 if (Word & (1U << Idx))
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsImages.c 31 UINT32 Word;
40 Word = *Ptr++;
43 if (Word > ~Checksum) {
47 Checksum += Word;
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseS3SmbusLib/
S3SmbusLib.c 31 The data can either be of the Length byte, word, or a block of data.
271 Executes an SMBUS read data word command and saves the value in the S3 script to be replayed
274 Executes an SMBUS read data word command on the SMBUS device specified by SmBusAddress.
296 UINT16 Word;
298 Word = SmBusReadDataWord (SmBusAddress, Status);
300 InternalSaveSmBusExecToBootScript (EfiSmbusReadWord, SmBusAddress, 2, &Word);
302 return Word;
306 Executes an SMBUS write data word command and saves the value in the S3 script to be replayed
309 Executes an SMBUS write data word command on the SMBUS device specified by SmBusAddress.
334 UINT16 Word;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
in6addr.h 20 u_short Word[8];
34 #define s6_words u.Word
37 #define s6_addr16 u.Word
  /bionic/tools/relocation_packer/src/
elf_traits.h 32 typedef Elf32_Word Word;
39 static inline Word elf_r_type(Word info) { return ELF32_R_TYPE(info); }
41 static inline Word elf_r_sym(Word info) { return ELF32_R_SYM(info); }
56 typedef Elf64_Word Word;
65 static inline Word elf_r_sym(Xword info) { return ELF64_R_SYM(info); }
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 25 typedef uint32_t Word;
34 typedef uint64_t Word;
48 typedef llvm::ELF::Elf32_Word Word;
66 typedef llvm::ELF::Elf64_Word Word;
140 typename SizeTraits<SIZE>::Word bswap(typename SizeTraits<SIZE>::Word pData);
143 inline SizeTraits<32>::Word bswap<32>(SizeTraits<32>::Word pData) {
148 inline SizeTraits<64>::Word bswap<64>(SizeTraits<64>::Word pData)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDictionary.h 52 typedef FixedWord<27> Word; // 28 bytes.
57 DictionaryEntry(Word W) : W(W) {}
58 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {}
59 const Word &GetW() const { return W; }
79 Word W;
89 bool ContainsWord(const Word &W) const {
  /prebuilts/go/darwin-x86/src/math/big/
arith.go 6 // arithmetic operations on word vectors. Needed for platforms without
11 // A Word represents a single digit of a multi-precision unsigned integer.
12 type Word uintptr
15 // Compute the size _S of a Word in bytes.
16 _m = ^Word(0)
20 _W = _S << 3 // word size in bits
24 _W2 = _W / 2 // half word size in bits
35 func addWW_g(x, y, c Word) (z1, z0 Word) {
45 func subWW_g(x, y, c Word) (z1, z0 Word)
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
arith.go 6 // arithmetic operations on word vectors. Needed for platforms without
11 // A Word represents a single digit of a multi-precision unsigned integer.
12 type Word uintptr
15 // Compute the size _S of a Word in bytes.
16 _m = ^Word(0)
20 _W = _S << 3 // word size in bits
24 _W2 = _W / 2 // half word size in bits
35 func addWW_g(x, y, c Word) (z1, z0 Word) {
45 func subWW_g(x, y, c Word) (z1, z0 Word)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
PeCoffLoaderEx.c 337 UINT16 *Word;
340 Word = Instructions; // MOVW
341 Top = Word + 2; // MOVT
343 return (ThumbMovtImmediateAddress (Top) << 16) + ThumbMovtImmediateAddress (Word);
360 UINT16 *Word;
363 Word = (UINT16 *)Instructions; // MOVW
364 Top = Word + 2; // MOVT
366 ThumbMovtImmediatePatch (Word, (UINT16)(Address & 0xffff));
  /external/llvm/lib/Fuzzer/
FuzzerInternal.h 83 typedef FixedWord<27> Word; // 28 bytes.
104 void PrintASCII(const Word &W, const char *PrintAfter = "");
157 DictionaryEntry(Word W) : W(W) {}
158 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {}
159 const Word &GetW() const { return W; }
172 Word W;
182 bool ContainsWord(const Word &W) const {
265 /// Mutates data by adding a word from the manual dictionary.
269 /// Mutates data by adding a word from the temporary automatic dictionary.
273 /// Mutates data by adding a word from the persistent automatic dictionary
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVUtil.h 358 uint32_t Word = *I;
360 char Char = (char)((Word >> J) & 0xff);

Completed in 807 milliseconds

1 2 3