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

  /external/llvm/test/MC/AsmParser/
equ.s 4 .equ a, 0
6 .equ a, 2
directive_set.s 11 .equ a, 0
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
ll.S 12 .equ U_SYSNAME,0
13 .equ U_NODENAME,65
14 .equ U_RELEASE,65*2
15 .equ U_VERSION,(65*3)
16 .equ U_MACHINE,(65*4)
17 .equ U_DOMAINNAME,65*5
20 .equ S_TOTALRAM,16
23 .equ SYSCALL_EXIT, 1
24 #.equ SYSCALL_READ, 3
25 .equ SYSCALL_WRITE,
    [all...]
  /external/zlib/contrib/masmx86/
match686.asm 41 NbStack equ 76
42 cur_match equ dword ptr[esp+NbStack-0]
43 str_s equ dword ptr[esp+NbStack-4]
45 adrret equ dword ptr[esp+NbStack-8]
46 pushebp equ dword ptr[esp+NbStack-12]
47 pushedi equ dword ptr[esp+NbStack-16]
48 pushesi equ dword ptr[esp+NbStack-20]
49 pushebx equ dword ptr[esp+NbStack-24]
51 chain_length equ dword ptr [esp+NbStack-28]
52 limit equ dword ptr [esp+NbStack-32]
    [all...]
gvmat32.asm 55 NbStack equ 76
56 cur_match equ dword ptr[esp+NbStack-0]
57 str_s equ dword ptr[esp+NbStack-4]
59 adrret equ dword ptr[esp+NbStack-8]
60 pushebp equ dword ptr[esp+NbStack-12]
61 pushedi equ dword ptr[esp+NbStack-16]
62 pushesi equ dword ptr[esp+NbStack-20]
63 pushebx equ dword ptr[esp+NbStack-24]
65 chain_length equ dword ptr [esp+NbStack-28]
66 limit equ dword ptr [esp+NbStack-32]
    [all...]
inffas32.asm 38 zlib1222sup equ 8
42 INFLATE_MODE_TYPE equ 11
43 INFLATE_MODE_BAD equ 26
46 INFLATE_MODE_TYPE equ 11
47 INFLATE_MODE_BAD equ 26
49 INFLATE_MODE_TYPE equ 3
50 INFLATE_MODE_BAD equ 17
136 mode_state equ 0 ;/* state->mode */
137 wsize_state equ (32+zlib1222sup) ;/* state->wsize */
138 write_state equ (36+4+zlib1222sup) ;/* state->write */
    [all...]
  /external/zlib/contrib/masmx64/
gvmat64.asm 63 ;LocalVarsSize equ 88
64 LocalVarsSize equ 72
70 chainlenwmask equ rsp + 8 - LocalVarsSize ; high word: current chain len
72 ;window equ rsp + xx - LocalVarsSize ; local copy of s->window ; stored in r10
73 ;windowbestlen equ rsp + xx - LocalVarsSize ; s->window + bestlen , use r10+r11
74 ;scanstart equ rsp + xx - LocalVarsSize ; first two bytes of string ; stored in r12w
75 ;scanend equ rsp + xx - LocalVarsSize ; last two bytes of string use ebx
76 ;scanalign equ rsp + xx - LocalVarsSize ; dword-misalignment of string r13
77 ;bestlen equ rsp + xx - LocalVarsSize ; size of best match so far -> r11d
78 ;scan equ rsp + xx - LocalVarsSize ; ptr to string wanting match -> r9
    [all...]
  /external/valgrind/main/exp-bbv/tests/arm-linux/
million.S 7 .equ SYSCALL_EXIT, 1
ll.S 13 .equ U_SYSNAME,0
14 .equ U_NODENAME,65
15 .equ U_RELEASE,65*2
16 .equ U_VERSION,(65*3)
17 .equ U_MACHINE,(65*4)
18 .equ U_DOMAINNAME,65*5
21 .equ S_TOTALRAM,16
24 .equ SYSCALL_EXIT, 1
25 .equ SYSCALL_WRITE, 4
28 .equ STDIN,
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_mastergain_gnu.s 54 .equ RET_ADDR_SZ, 0 @return address
55 .equ REG_SAVE_SZ, 0 @save-on-entry registers saved
56 .equ FRAME_SZ, (8) @local variables
57 .equ ARG_BLK_SZ, 0 @argument block
59 .equ PARAM_OFFSET, (ARG_BLK_SZ + FRAME_SZ + REG_SAVE_SZ + RET_ADDR_SZ)
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 54 .equ RET_ADDR_SZ, 0 @return address
55 .equ REG_SAVE_SZ, 0 @save-on-entry registers saved
56 .equ FRAME_SZ, (8) @local variables
57 .equ ARG_BLK_SZ, 0 @argument block
59 .equ PARAM_OFFSET, (ARG_BLK_SZ + FRAME_SZ + REG_SAVE_SZ + RET_ADDR_SZ)
  /frameworks/native/opengl/libagl/
vertex.cpp 164 static void clipPlanex(GLenum plane, const GLfixed* equ, ogles_context_t* c)
173 memcpy(equation.v, equ, sizeof(vec4_t));
231 void glClipPlanef(GLenum plane, const GLfloat* equ)
234 gglFloatToFixed(equ[0]),
235 gglFloatToFixed(equ[1]),
236 gglFloatToFixed(equ[2]),
237 gglFloatToFixed(equ[3])
243 void glClipPlanex(GLenum plane, const GLfixed* equ)
246 clipPlanex(plane, equ, c);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Norm_Corr_opt.s 42 .equ EXC , 0
43 .equ XN , 4
44 .equ H , 8
45 .equ L_SUBFR , 12
46 .equ voSTACK , 172
47 .equ T_MIN , 212
48 .equ T_MAX , 216
49 .equ CORR_NORM , 220
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
Norm_Corr_neon.s 42 .equ EXC , 0
43 .equ XN , 4
44 .equ H , 8
45 .equ L_SUBFR , 12
46 .equ voSTACK , 172
47 .equ T_MIN , 212
48 .equ T_MAX , 216
49 .equ CORR_NORM , 220
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 15 .equ U_SYSNAME,0
16 .equ U_NODENAME,65
17 .equ U_RELEASE,65*2
18 .equ U_VERSION,(65*3)
19 .equ U_MACHINE,(65*4)
20 .equ U_DOMAINNAME,65*5
23 .equ S_TOTALRAM,32
26 .equ SYSCALL_EXIT, 60
27 .equ SYSCALL_READ, 0
28 .equ SYSCALL_WRITE,
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
z80.php 74 '.db','.dd','.df','.dq','.dt','.dw','.end','.org','equ'
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 14 .equ U_SYSNAME,0
15 .equ U_NODENAME,65
16 .equ U_RELEASE,65*2
17 .equ U_VERSION,(65*3)
18 .equ U_MACHINE,(65*4)
19 .equ U_DOMAINNAME,65*5
22 .equ S_TOTALRAM,16
25 .equ SYSCALL_EXIT, 1
26 .equ SYSCALL_WRITE, 4
29 .equ STDIN,
    [all...]
  /external/icu4c/test/intltest/
icusvtst.cpp 203 UBool equ = (lhs == NULL)
210 if (equ) {
220 UBool equ = (lhs == NULL) local
227 if (equ) {
237 UBool equ = (lhs == NULL) local
244 if (equ) {
254 UBool equ = (lhs == NULL) local
261 if (equ) {
273 UBool equ = lhs == rhs; local
281 if (equ) {
    [all...]
  /external/openssl/crypto/perlasm/
x86nasm.pl 84 \$\@feat.00 equ 1
  /external/openssl/crypto/bn/asm/
ia64.S 1396 #define equ p24 define
    [all...]

Completed in 1244 milliseconds