/external/libffi/src/sparc/ |
D | v9.S | 51 add %sp, STACKFRAME+STACK_BIAS, %l0 ! %l0 has start of 54 mov %l0, %o0 ! call routine to set up frame 58 ldx [%l0+ARGS], %o0 ! call foreign function 60 ldd [%l0+ARGS], %f0 61 ldd [%l0+ARGS+8], %f2 62 ldd [%l0+ARGS+16], %f4 63 ldd [%l0+ARGS+24], %f6 64 ldd [%l0+ARGS+32], %f8 65 ldd [%l0+ARGS+40], %f10 66 ldd [%l0+ARGS+48], %f12 [all …]
|
D | v8.S | 46 add %sp, STACKFRAME, %l0 ! %l0 has start of 49 mov %l0, %o0 ! call routine to set up frame 53 ld [%l0+ARGS], %o0 ! call foreign function 54 ld [%l0+ARGS+4], %o1 55 ld [%l0+ARGS+8], %o2 56 ld [%l0+ARGS+12], %o3 57 ld [%l0+ARGS+16], %o4 58 ld [%l0+ARGS+20], %o5 60 mov %l0, %sp ! (delay) switch to frame
|
/external/openssl/crypto/des/ |
D | ecb3_enc.c | 66 register DES_LONG l0,l1; in DES_ecb3_encrypt() local 71 c2l(in,l0); in DES_ecb3_encrypt() 73 ll[0]=l0; in DES_ecb3_encrypt() 79 l0=ll[0]; in DES_ecb3_encrypt() 81 l2c(l0,out); in DES_ecb3_encrypt()
|
/external/openssl/crypto/bn/ |
D | bn_div.c | 279 BN_ULONG q,l0; in BN_div() local 365 l0=bn_mul_words(tmp->d,sdiv->d,div_n,q); in BN_div() 366 tmp->d[div_n]=l0; in BN_div() 503 BN_ULONG q,l0; in BN_div_no_branch() local 589 l0=bn_mul_words(tmp->d,sdiv->d,div_n,q); in BN_div_no_branch() 590 tmp->d[div_n]=l0; in BN_div_no_branch()
|
/external/openssl/apps/ |
D | speed.c | 1424 long l0,l1; in MAIN() local 1426 l0=(long)lengths[i-1]; in MAIN() 1428 c[D_RC4][i]=c[D_RC4][i-1]*l0/l1; in MAIN() 1429 c[D_CBC_DES][i]=c[D_CBC_DES][i-1]*l0/l1; in MAIN() 1430 c[D_EDE3_DES][i]=c[D_EDE3_DES][i-1]*l0/l1; in MAIN() 1431 c[D_CBC_IDEA][i]=c[D_CBC_IDEA][i-1]*l0/l1; in MAIN() 1432 c[D_CBC_SEED][i]=c[D_CBC_SEED][i-1]*l0/l1; in MAIN() 1433 c[D_CBC_RC2][i]=c[D_CBC_RC2][i-1]*l0/l1; in MAIN() 1434 c[D_CBC_RC5][i]=c[D_CBC_RC5][i-1]*l0/l1; in MAIN() 1435 c[D_CBC_BF][i]=c[D_CBC_BF][i-1]*l0/l1; in MAIN() [all …]
|
/external/grub/stage2/ |
D | xfs.h | 207 xfs_uint32_t l0, l1, l2, l3; member 211 xfs_uint64_t l0, l1; member
|
D | fsys_xfs.c | 145 return (((xfs_fileoff_t)le32 (r->l0) & in xt_offset()
|
/external/openssl/crypto/ |
D | sparccpuid.S | 83 clr %l0 154 clr %l0
|
/external/webkit/JavaScriptCore/bytecompiler/ |
D | BytecodeGenerator.cpp | 540 PassRefPtr<Label> BytecodeGenerator::emitLabel(Label* l0) in emitLabel() argument 543 l0->setLocation(newLabelIndex); in emitLabel() 550 return l0; in emitLabel() 558 return l0; in emitLabel()
|
/external/webkit/JavaScriptCore/parser/ |
D | Nodes.cpp | 1521 RefPtr<Label> l0 = generator.newLabel(); in emitBytecode() local 1526 generator.emitJumpScopes(l0.get(), 0); in emitBytecode() 1527 generator.emitLabel(l0.get()); in emitBytecode()
|
/external/openssl/crypto/bn/asm/ |
D | sparcv8plus.S | 636 #define a_0 %l0
|
D | sparcv8.S | 540 #define a_0 %l0
|
/external/openssl/crypto/des/asm/ |
D | des_enc.m4 | 84 #define local0 %l0
|
/external/opencore/protocols/rtp_payload_parser/util/output/ |
D | pv_rtp.bin | 2294 ���Fz�Jw�Ԝ�l0�������3����2����`n��<fF��%�
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 12239 (StatementNode::StatementNode): remove initialization of l0 and sid, rename
|