HomeSort by relevance Sort by last modified time
    Searched refs:uword (Results 1 - 12 of 12) sorted by null

  /external/clang/test/CodeGen/
attr-x86-interrupt.c 8 typedef __UINT64_TYPE__ uword; typedef
10 typedef __UINT32_TYPE__ uword; typedef
13 __attribute__((interrupt)) void foo7(int *a, uword b) {}
2009-01-21-InvalidIterator.c 48 typedef unsigned int uword; typedef
51 uword length;
  /external/clang/test/CodeGenCXX/
attr-x86-interrupt.cpp 8 typedef __UINT64_TYPE__ uword; typedef
10 typedef __UINT32_TYPE__ uword; typedef
13 __attribute__((interrupt)) void foo7(int *a, uword b) {}
  /external/libgsm/src/
gsm_decode.c 21 uword sr = 0;
28 sr |= (uword)*c++ << 2;
30 sr |= (uword)*c++ << 4;
33 sr |= (uword)*c++ << 2;
36 sr |= (uword)*c++ << 2; /* 5 */
39 sr |= (uword)*c++ << 4;
43 sr |= (uword)*c++ << 1;
49 sr |= (uword)*c++ << 2;
53 sr |= (uword)*c++ << 1; /* 10 */
60 sr |= (uword)*c++ << 2
    [all...]
gsm_explode.c 25 uword sr = 0;
31 sr |= (uword)*c++ << 2;
33 sr |= (uword)*c++ << 4;
36 sr |= (uword)*c++ << 2;
39 sr |= (uword)*c++ << 2; /* 5 */
42 sr |= (uword)*c++ << 4;
46 sr |= (uword)*c++ << 1;
54 sr |= (uword)*c++ << 2;
58 sr |= (uword)*c++ << 1; /* 10 */
65 sr |= (uword)*c++ << 2
    [all...]
gsm_encode.c 112 uword sr;
228 uword sr;
add.c 193 else return -(word)( -(uword)a >> n );
gsm_implode.c 118 uword sr = 0;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
bwtest-err-1.s 40 ; uword funct(i)
89 result: .space 4 * 2 ; static uword result[4];
  /external/libgsm/inc/
private.h 15 typedef unsigned short uword; /* unsigned word */ typedef
  /external/swiftshader/third_party/subzero/src/DartARM32/
assembler_arm.h 330 return Instr::At(reinterpret_cast<uword>(&encoding_))->RnField();
335 Instr::At(reinterpret_cast<uword>(&encoding_))->RmField() :
436 static void InitializeMemoryWithBreakpoints(uword data, intptr_t length);
615 static uword GetBreakInstructionFiller() {
    [all...]
assembler_arm.cc 60 void Assembler::InitializeMemoryWithBreakpoints(uword data, intptr_t length) {
63 const uword end = data + length;
    [all...]

Completed in 801 milliseconds