Searched refs:ah (Results 1 - 25 of 313) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/amd/scripts/
H A Dexpn.11114 local($au,$ah);
1150 ($au,$ah) = ($1,$2);
1151 print "au = $au ah = $ah\n" if $debug;
1152 if (defined $temporary_redirect{"$addr *** $ah"}) {
1153 $addr = "$au\@".$temporary_redirect{"$addr *** $ah"};
H A Dexpn.in1113 local($au,$ah);
1149 ($au,$ah) = ($1,$2);
1150 print "au = $au ah = $ah\n" if $debug;
1151 if (defined $temporary_redirect{"$addr *** $ah"}) {
1152 $addr = "$au\@".$temporary_redirect{"$addr *** $ah"};
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-alpha.c1735 elf64_alpha_want_plt (struct alpha_elf_link_hash_entry *ah)
1737 return ((ah->root.type == STT_FUNC
1738 || ah->root.root.type == bfd_link_hash_undefweak
1739 || ah->root.root.type == bfd_link_hash_undefined)
1740 && (ah->flags & ALPHA_ELF_LINK_HASH_LU_PLT) != 0
1741 && (ah->flags & ~ALPHA_ELF_LINK_HASH_LU_PLT) == 0);
2020 struct alpha_elf_link_hash_entry *ah;
2023 ah = (struct alpha_elf_link_hash_entry *)h;
2030 if (alpha_elf_dynamic_symbol_p (h, info) && elf64_alpha_want_plt (ah))
4658 struct alpha_elf_link_hash_entry *ah
1727 elf64_alpha_want_plt(struct alpha_elf_link_hash_entry *ah) argument
2012 struct alpha_elf_link_hash_entry *ah; local
4648 struct alpha_elf_link_hash_entry *ah = (struct alpha_elf_link_hash_entry *)h; local
[all...]
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dieee754-df.S490 ands r5, ah, #0x80000000 @ sign bit in r5
493 rsc ah, ah, #0
499 .ifnc xh, ah
501 mov xh, ah
H A Dieee754-sf.S289 .ifnc ah, r0
290 mov ah, r0
321 ands r3, ah, #0x80000000 @ sign bit in r3
324 rsc ah, ah, #0
334 movs ip, ah
336 moveq ah, al
371 add r3, r3, ah, lsl r2
380 mov ip, ah, lsl r2
383 adc r0, r3, ah, ls
[all...]
H A Dlib1funcs.asm1015 #define ah r0 define
1018 #define ah r1 define
1031 mov r3, ah
1032 lsr ah, r2
1046 movpl al, ah, lsr r3
1047 orrmi al, al, ah, lsl ip
1048 mov ah, ah, lsr r2
1063 mov r3, ah
1064 asr ah, r
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dlonglong.h161 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
165 : "%r" ((USItype) (ah)), \
169 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
173 : "r" ((USItype) (ah)), \
190 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
194 : "%r" ((USItype) (ah)), \
198 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
202 : "r" ((USItype) (ah)), \
231 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
235 : "%rM" ((USItype) (ah)), \
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgo32-nat.c908 && (r.h.al > 3 || r.h.ah > 0))
911 windows_minor = r.h.ah;
1225 regs.h.ah = 0x48;
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx0.asm82 mov ah, 15 ;; and white colour
H A Dpkt_rx1.s52 mov ah, 15 ;; and white colour
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h223 int c4iw_destroy_ah(struct ibv_ah *ah);
H A Dverbs.c652 int c4iw_destroy_ah(struct ibv_ah *ah) argument
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dcmd.c1408 tmp->wr.ud.ah = i->wr.ud.ah->handle;
1582 int ibv_cmd_create_ah(struct ibv_pd *pd, struct ibv_ah *ah, argument
1590 cmd.user_handle = (uintptr_t) ah;
1609 ah->handle = resp->handle;
1610 ah->context = pd->context;
1615 int ibv_cmd_destroy_ah(struct ibv_ah *ah) argument
1620 cmd.ah_handle = ah->handle;
1622 if (write(ah->context->cmd_fd, &cmd, sizeof cmd) != sizeof cmd)
H A Dcompat-1_0.c103 struct ibv_ah_1_0 *ah; member in struct:ibv_send_wr_1_0::__anon3731::__anon3734
210 int (*destroy_ah)(struct ibv_ah *ah);
282 int __ibv_destroy_ah_1_0(struct ibv_ah_1_0 *ah);
459 real_wr->wr.ud.ah = w->wr.ud.ah->real_ah;
957 struct ibv_ah_1_0 *ah; local
959 ah = malloc(sizeof *ah);
960 if (!ah)
965 free(ah);
977 __ibv_destroy_ah_1_0(struct ibv_ah_1_0 *ah) argument
[all...]
H A Ddriver.h267 int ibv_cmd_create_ah(struct ibv_pd *pd, struct ibv_ah *ah,
271 int ibv_cmd_destroy_ah(struct ibv_ah *ah);
H A Dkern-abi.h832 __u32 ah; member in struct:ibv_kern_send_wr::__anon3746::__anon3749
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c64 struct ibv_ah *ah; member in struct:pingpong_context
116 ctx->ah = ibv_create_ah(ctx->pd, &ah_attr);
117 if (!ctx->ah) {
458 if (ibv_destroy_ah(ctx->ah)) {
523 .ah = ctx->ah,
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dmlx4.h343 return to_mxxx(ah, ah);
453 int mlx4_destroy_ah(struct ibv_ah *ah);
455 struct mlx4_ah *ah);
456 void mlx4_free_av(struct mlx4_ah *ah);
H A Dqp.c178 memcpy(dseg->av, &to_mah(wr->wr.ud.ah)->av, sizeof (struct mlx4_av));
181 dseg->vlan = htobe16(to_mah(wr->wr.ud.ah)->vlan);
182 memcpy(dseg->mac, to_mah(wr->wr.ud.ah)->mac, 6);
H A Dverbs.c1147 static int mlx4_resolve_grh_to_l2(struct ibv_pd *pd, struct mlx4_ah *ah, argument
1155 memcpy(ah->mac, &attr->grh.dgid.raw[8], 3);
1156 memcpy(ah->mac + 3, &attr->grh.dgid.raw[13], 3);
1157 ah->mac[0] ^= 2;
1161 ah->mac[0] = 0x33;
1162 ah->mac[1] = 0x33;
1164 ah->mac[i] = attr->grh.dgid.raw[i + 10];
1171 ah->av.dlid = htobe16(0xc000);
1172 ah->av.port_pd |= htobe32(1 << 31);
1179 ah
1188 struct mlx4_ah *ah; local
1250 mlx4_destroy_ah(struct ibv_ah *ah) argument
[all...]
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dmlx5.h526 return to_mxxx(ah, ah);
655 int mlx5_destroy_ah(struct ibv_ah *ah);
657 struct mlx5_ah *ah);
658 void mlx5_free_av(struct mlx5_ah *ah);
H A Dqp.c212 memcpy(&dseg->av, &to_mah(wr->wr.ud.ah)->av, sizeof dseg->av);
H A Dverbs.c1637 struct mlx5_ah *ah; local
1661 ah = calloc(1, sizeof *ah);
1662 if (!ah)
1671 ah->av.rlid = htobe16(rand() % (RROCE_UDP_SPORT_MAX + 1
1679 ah->av.fl_mlid = attr->src_path_bits & 0x7f;
1680 ah->av.rlid = htobe16(attr->dlid);
1683 ah->av.stat_rate_sl = (attr->static_rate << 4) | attr->sl;
1685 ah->av.tclass = attr->grh.traffic_class;
1686 ah
1718 mlx5_destroy_ah(struct ibv_ah *ah) argument
[all...]
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Dmckey.c56 struct ibv_ah *ah; member in struct:cmatest_node
220 send_wr.wr.ud.ah = node->ah;
281 node->ah = ibv_create_ah(node->pd, &param->ah_attr);
282 if (!node->ah) {
355 if (node->ah)
356 ibv_destroy_ah(node->ah);
H A Dudaddy.c54 struct ibv_ah *ah; member in struct:cmatest_node
215 send_wr.wr.ud.ah = node->ah;
338 node->ah = ibv_create_ah(node->pd, &event->param.ud.ah_attr);
339 if (!node->ah) {
393 if (node->ah)
394 ibv_destroy_ah(node->ah);
457 node->ah = ibv_create_ah_from_wc(node->pd, wc, node->mem,
481 if (ret && !test.nodes[i].ah)

Completed in 290 milliseconds

1234567891011>>