Home
last modified time | relevance | path

Searched refs:sym0 (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dt2-modified-immediate-fixup-error2.s8 mov r0, :upper16: sym0
13 mov r0, :lower16: sym0
18 .equ sym0, 0x01abcdef define
Dt2-modified-immediate-fixup-error1.s8 add r1, r2, sym0
10 .equ sym0, 0x01abcdef define
Dt2-modified-immediate-fixup.s8 add r1,r1, sym0
37 .equ sym0, 0x000000ff define
/external/fec/
Dviterbi29_port.c120 metric = (Branchtab29[0].c[i] ^ sym0) + (Branchtab29[1].c[i] ^ sym1);\
148 unsigned char sym0,sym1; in update_viterbi29_blk_port() local
153 sym0 = *syms++; in update_viterbi29_blk_port()
Dviterbi39_port.c120 metric = (Branchtab39[0].c[i] ^ sym0) + (Branchtab39[1].c[i] ^ sym1) + \
149 unsigned char sym0,sym1,sym2; in update_viterbi39_blk_port() local
154 sym0 = *syms++; in update_viterbi39_blk_port()
Dviterbi27_port.c119 metric = (Branchtab27[0].c[i] ^ sym0) + (Branchtab27[1].c[i] ^ sym1);\
145 unsigned char sym0,sym1; in update_viterbi27_blk_port() local
148 sym0 = *syms++; in update_viterbi27_blk_port()
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dsymbols.c1302 xkb_keysym_t sym0, sym1, sym2, sym3; in FindAutomaticType() local
1316 sym0 = GET_SYM(0); in FindAutomaticType()
1320 if (xkb_keysym_is_lower(sym0) && xkb_keysym_is_upper(sym1)) in FindAutomaticType()
1323 if (xkb_keysym_is_keypad(sym0) || xkb_keysym_is_keypad(sym1)) in FindAutomaticType()
1330 if (xkb_keysym_is_lower(sym0) && xkb_keysym_is_upper(sym1)) { in FindAutomaticType()
1340 if (xkb_keysym_is_keypad(sym0) || xkb_keysym_is_keypad(sym1)) in FindAutomaticType()