/device/google/contexthub/firmware/inc/cpu/cortexm4f/ |
atomic.h | 21 extern bool atomicCmpXchg32bits(volatile uint32_t *word, uint32_t prevVal, uint32_t newVal); 23 static inline bool atomicCmpXchgPtr(volatile uintptr_t *word, uintptr_t prevVal, uintptr_t newVal) { 25 return atomicCmpXchg32bits((volatile uint32_t *) word, (uint32_t) prevVal, (uint32_t) newVal);
|
/external/libgsm/src/ |
decode.c | 21 register word * s) 24 register word msr = S->msr; 26 register word tmp; 39 word * LARcr, /* [0..7] IN */ 41 word * Ncr, /* [0..3] IN */ 42 word * bcr, /* [0..3] IN */ 43 word * Mcr, /* [0..3] IN */ 44 word * xmaxcr, /* [0..3] IN */ 45 word * xMcr, /* [0..13*4] IN */ 47 word * s) /* [0..159] OUT * [all...] |
code.c | 31 word * s, /* [0..159] samples IN */ 43 word * LARc, /* [0..7] LAR coefficients OUT */ 51 word * Nc, /* [0..3] LTP lag OUT */ 52 word * bc, /* [0..3] coded LTP gain OUT */ 53 word * Mc, /* [0..3] RPE grid selection OUT */ 54 word * xmaxc,/* [0..3] Coded maximum amplitude OUT */ 55 word * xMc /* [13*4] normalized RPE samples OUT */ 59 word * dp = S->dp0 + 120; /* [ -120...-1 ] */ 60 word * dpp = dp; /* [ 0...39 ] */ 62 word so[160] [all...] |
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
group-5.s | 4 .word 0 9 .word 1 12 .word 2
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
elf-rel7.s | 3 .word 0,1 4 bar: .word 2,3 5 frob: .word 4,5
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
loop.s | 7 .word 0 10 .word x 17 .word x+1
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
thumb-rel32.s | 7 .word bar - . 8 .word _start - . 17 .word 0
|
tls-app.d | 13 81d4: 000080bc .word 0x000080bc 14 81d8: 000080b4 .word 0x000080b4 15 81dc: 000080ac .word 0x000080ac 16 81e0: 00000004 .word 0x00000004 17 81e4: 000080c4 .word 0x000080c4 18 81e8: 00000014 .word 0x00000014
|
ifunc-12.s | 16 .word \name(GOT) 18 .word \name(GOT_PREL) 50 .word 0x11223344 51 .word f1 52 .word f2 53 .word f3 54 .word f1t 55 .word f2t 56 .word f3t 57 .word __irel_star [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
pic-and-nonpic-4a.s | 17 .word 1, 2 19 .word 3 21 .word 5, 6, 7, 8
|
pic-and-nonpic-4b.s | 9 .word obj2 12 .word obj2 13 .word obj3
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
mvk-reloc-local-1.s | 8 .word 0 10 .word 0 12 .word 0
|
mvk-reloc-local-2.s | 8 .word 0 10 .word 0 12 .word 0
|
data-reloc-global-rel.s | 9 .word s80000000 10 .word sffffffff 11 .word s0 12 .word sffffffff+0xffffffff 13 .word s80000000+0x80000000
|
data-reloc-global.s | 9 .word s80000000 10 .word sffffffff 11 .word s0 12 .word sffffffff+0xffffffff 13 .word s80000000+0x80000000
|
/device/google/contexthub/firmware/src/cpu/cortexm4f/ |
atomic.c | 37 uint32_t atomicAdd32bits(volatile uint32_t *word, uint32_t addend) 46 :"=r"(prevVal), "=r"(storeFailed), "=r"(tmp), "=r"(addend), "=r"(word) 47 :"3"(addend), "4"(word) 72 uint32_t atomicXchg32bits(volatile uint32_t *word, uint32_t newVal) 80 :"=r"(prevVal), "=r"(storeFailed), "=r"(newVal), "=r"(word) 81 :"2"(newVal), "3"(word) 115 bool atomicCmpXchg32bits(volatile uint32_t *word, uint32_t prevVal, uint32_t newVal) 122 :"=r"(currVal), "=r"(word) 123 :"1"(word) 132 :"=r"(storeFailed), "=r"(newVal), "=r"(word) [all...] |
/external/proguard/src/proguard/io/ |
DataEntryRewriter.java | 75 StringBuffer word = new StringBuffer(); local 85 // Is the character part of a word? 91 // Collect the characters in this word. 92 word.append(c); 96 // Write out the updated word, if any. 97 writeUpdatedWord(writer, word.toString()); 98 word.setLength(0); 105 // Write out the final word. 106 writeUpdatedWord(writer, word.toString()); 113 * Writes the given word to the given writer, after having adapted it [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
brokw-3.s | 1 ; Tests the broken-word function, one more word than fits in a 12 .word sym1 - sym2 13 .word sym3 - sym2 14 .word sym4 - sym2 15 .word sym5 - sym2 16 .word sym6 - sym2 17 .word sym7 - sym2 18 .word sym8 - sym2 19 .word sym9 - sym [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/unsorted/ |
labeldiffs.s | 1 ; Should check to make sure something useful gets put on those .word 21 .word ic_argv1-icode ; second, pointer to 1st argument 22 .word ic_path-icode ; first, pointer to init path 23 .word 0 ; fourth, NULL argv terminator (pad) 24 .word 0 ; third, NULL argv terminator 28 .word 0 ; in case full string is used 29 .word 0 ; this will be the string terminator 33 .word 0 ; in case full string is used 34 .word 0 ; this will be the string terminator 38 .word szicode-icod [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
rlcompleter.py | 0 """Word completion for GNU readline. 91 def _callable_postfix(self, val, word): 93 word = word + "(" 94 return word 106 for word in keyword.kwlist: 107 if word[:n] == text: 108 matches.append(word) 110 for word, val in nspace.items(): 111 if word[:n] == text and word != "__builtins__" [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
rlcompleter.py | 0 """Word completion for GNU readline. 91 def _callable_postfix(self, val, word): 93 word = word + "(" 94 return word 106 for word in keyword.kwlist: 107 if word[:n] == text: 108 matches.append(word) 110 for word, val in nspace.items(): 111 if word[:n] == text and word != "__builtins__" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
rlcompleter.py | 0 """Word completion for GNU readline. 91 def _callable_postfix(self, val, word): 93 word = word + "(" 94 return word 106 for word in keyword.kwlist: 107 if word[:n] == text: 108 matches.append(word) 110 for word, val in nspace.items(): 111 if word[:n] == text and word != "__builtins__" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
rlcompleter.py | 0 """Word completion for GNU readline. 91 def _callable_postfix(self, val, word): 93 word = word + "(" 94 return word 106 for word in keyword.kwlist: 107 if word[:n] == text: 108 matches.append(word) 110 for word, val in nspace.items(): 111 if word[:n] == text and word != "__builtins__" [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/ |
exprbug.s | 19 .word ic_argv1-icode ; second, pointer to 1st argument 20 .word ic_path-icode ; first, pointer to init path 21 .word 0 ; fourth, NULL argv terminator (pad) 22 .word 0 ; third, NULL argv terminator 26 .word 0 ; in case full string is used 27 .word 0 ; this will be the string terminator 31 .word 0 ; in case full string is used 32 .word 0 ; this will be the string terminator 36 .word szicode-icode 37 .word 0 ; must have at least one filler at en [all...] |
/external/llvm/test/MC/ARM/ |
symbol-variants.s | 8 .word f00 9 .word f01 14 .word f02(NONE) 15 .word f03(none) 28 .word f06(GOT) 29 .word f07(got) 34 .word f08(GOTOFF) 35 .word f09(gotoff) 40 .word f10(TPOFF) 41 .word f11(tpoff [all...] |