HomeSort by: relevance | last modified time | path
    Searched refs:al2 (Results 1 - 15 of 15) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpn/arm64/
com.asm 50 tbz rp, #3, L(al2)
56 L(al2): ld1 {v26.2d}, [up], #16
copyi.asm 50 tbz rp, #3, L(al2)
55 L(al2): ld1 {v26.2d}, [up], #16
copyd.asm 52 tbz rp, #3, L(al2)
59 L(al2): sub up, up, #16
  /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora15/neon/
com.asm 57 beq L(al2)
62 L(al2): vld1.32 {q2}, [up]!
copyd.asm 62 beq L(al2)
68 L(al2): sub up, up, #16
copyi.asm 57 beq L(al2)
61 L(al2): vld1.32 {d26-d27}, [up]!
  /src/usr.sbin/traceroute/
traceroute.c 449 struct ifaddrlist *al, *al2; local
830 al2 = al;
838 for (i = n; i > 0; --i, ++al2)
839 if (strcmp(device, al2->device) == 0)
852 setsin(from, al2->addr);
855 inet_ntoa(from->sin_addr), al2->device);
876 if (*ap == al2->addr)
896 al2 = al;
897 for (i = n; i > 0; --i, ++al2)
898 if (from->sin_addr.s_addr == al2->addr
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/x86_64/bt1/
mul_basecase.asm 300 jmp L(al2)
327 L(al2): mov 24(up,n,8), %rax
sqr_basecase.asm 359 jmp L(al2)
386 L(al2): mov 24(up,n,8), %rax
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pftn.c 654 union arglist *al2, *alb; local
656 alb = al2 = FUNALLO(sizeof(union arglist) * nparams * 3 + 1);
659 (al2++)->type = type;
661 (al2++)->sap = parr[i]->sap;
665 (al2++)->df = parr[i]->sdf;
667 al2->type = TNULL;
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pftn.c 575 union arglist *al, *al2, *alb; local
625 alb = al2 = tmpalloc(sizeof(union arglist) * nparams * 3 + 1);
628 (al2++)->type = type;
630 (al2++)->sap = parr[i]->sap;
634 (al2++)->df = parr[i]->sdf;
636 al2->type = TNULL;
  /src/external/gpl3/binutils/dist/bfd/
coffcode.h 4491 const alent *al2 = *(const alent **) arg2;
4493 const coff_symbol_type *s2 = (const coff_symbol_type *) (al2->u.sym);
4490 const alent *al2 = *(const alent **) arg2; local
  /src/external/gpl3/binutils.old/dist/bfd/
coffcode.h 4484 const alent *al2 = *(const alent **) arg2;
4486 const coff_symbol_type *s2 = (const coff_symbol_type *) (al2->u.sym);
4483 const alent *al2 = *(const alent **) arg2; local
  /src/external/gpl3/gdb.old/dist/bfd/
coffcode.h 4493 const alent *al2 = *(const alent **) arg2;
4495 const coff_symbol_type *s2 = (const coff_symbol_type *) (al2->u.sym);
4492 const alent *al2 = *(const alent **) arg2; local
  /src/external/gpl3/gdb/dist/bfd/
coffcode.h 4486 const alent *al2 = *(const alent **) arg2;
4488 const coff_symbol_type *s2 = (const coff_symbol_type *) (al2->u.sym);
4485 const alent *al2 = *(const alent **) arg2; local

Completed in 38 milliseconds