| /src/lib/libm/src/ |
| e_atan2f.c | 89 u_int32_t zh; local 90 GET_FLOAT_WORD(zh,z); 91 SET_FLOAT_WORD(z,zh ^ 0x80000000);
|
| e_atan2.c | 114 u_int32_t zh; local 115 GET_HIGH_WORD(zh,z); 116 SET_HIGH_WORD(z,zh ^ 0x80000000);
|
| /src/external/lgpl3/gmp/dist/mpn/cray/ieee/ |
| invert_limb.c | 84 mp_limb_t zh, zl; local 112 sub_ddmmss (zh, zl, z << 2, 0, th, tl); 114 umul_ppmm (xh, xl, d, zh); 119 zh++; 124 zh++; 126 return zh;
|
| /src/external/gpl3/gcc/dist/libquadmath/math/ |
| atan2q.c | 111 uint64_t zh; local 112 GET_FLT128_MSW64(zh,z); 113 SET_FLT128_MSW64(z,zh ^ 0x8000000000000000ULL);
|
| /src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| atan2q.c | 111 uint64_t zh; local 112 GET_FLT128_MSW64(zh,z); 113 SET_FLT128_MSW64(z,zh ^ 0x8000000000000000ULL);
|
| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| toom42_mulmid.c | 58 mp_limb_t cy, e[12], zh, zl; local 165 zh = e1h - e2h - cy; 169 zh = (zh + cy) & GMP_NUMB_MASK; 170 ADDC_LIMB (cy, rp[m + 1], rp[m + 1], zh); 171 cy -= (zh >> (GMP_NUMB_BITS - 1));
|
| /src/external/cddl/osnet/dist/cmd/zdb/ |
| zdb_il.c | 364 const zil_header_t *zh = zilog->zl_header; local 368 if (BP_IS_HOLE(&zh->zh_log) || verbose < 1) 373 (u_longlong_t)zh->zh_claim_txg, 374 (u_longlong_t)zh->zh_claim_blk_seq, 375 (u_longlong_t)zh->zh_claim_lr_seq); 377 (u_longlong_t)zh->zh_replay_seq, (u_longlong_t)zh->zh_flags); 385 zh->zh_claim_txg);
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| zn_malloc.c | 60 struct zone_heap *zh = ctx; local 70 ldap_pvt_thread_mutex_lock( &zh->zh_mutex ); 71 for (i = 0; i < zh->zh_zoneorder - order_start + 1; i++) { 72 zo = LDAP_LIST_FIRST(&zh->zh_free[i]); 77 LDAP_LIST_INSERT_HEAD(&zh->zh_zopool, zo_tmp, zo_link); 80 ch_free(zh->zh_free); 82 for (i = 0; i < zh->zh_numzones; i++) { 83 for (j = 0; j < zh->zh_zoneorder - order_start + 1; j++) { 84 ch_free(zh->zh_maps[i][j]); 86 ch_free(zh->zh_maps[i]) 125 struct zone_heap *zh = NULL; local 242 struct zone_heap *zh = ctx; local 403 struct zone_heap *zh = ctx; local 463 struct zone_heap *zh = ctx; local 657 struct zone_heap* zh = ctx; local 684 struct zone_heap* zh = ctx; local 752 struct zone_heap* zh = ctx; local 776 struct zone_heap* zh = ctx; local 784 struct zone_heap* zh = ctx; local 792 struct zone_heap* zh = ctx; local 800 struct zone_heap* zh = ctx; local 809 struct zone_heap* zh = ctx; local 833 struct zone_heap* zh = ctx; local 857 struct zone_heap* zh = ctx; local 881 struct zone_heap* zh = ctx; local 936 struct zone_heap* zh = ctx; local [all...] |
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| dsl_scan.c | 507 zil_header_t *zh = zsa->zsa_zh; local 522 SET_BOOKMARK(&zb, zh->zh_log.blk_cksum.zc_word[ZIL_ZC_OBJSET], 537 zil_header_t *zh = zsa->zsa_zh; local 554 SET_BOOKMARK(&zb, zh->zh_log.blk_cksum.zc_word[ZIL_ZC_OBJSET], 564 dsl_scan_zil(dsl_pool_t *dp, zil_header_t *zh) 566 uint64_t claim_txg = zh->zh_claim_txg; 567 zil_scan_arg_t zsa = { dp, zh }; 577 zilog = zil_alloc(dp->dp_meta_objset, zh);
|
| zil.c | 313 const zil_header_t *zh = zilog->zl_header; local 314 boolean_t claimed = !!zh->zh_claim_txg; 315 uint64_t claim_blk_seq = claimed ? zh->zh_claim_blk_seq : UINT64_MAX; 316 uint64_t claim_lr_seq = claimed ? zh->zh_claim_lr_seq : UINT64_MAX; 328 if (!(zh->zh_flags & ZIL_CLAIM_LR_SEQ_VALID)) 343 for (blk = zh->zh_log; !BP_IS_HOLE(&blk); blk = next_blk) { 383 ASSERT(!claimed || !(zh->zh_flags & ZIL_CLAIM_LR_SEQ_VALID) || 543 const zil_header_t *zh = zilog->zl_header; local 556 ASSERT(zh->zh_claim_txg == 0); 557 ASSERT(zh->zh_replay_seq == 0) 617 const zil_header_t *zh = zilog->zl_header; local 675 zil_header_t *zh; local 1656 zil_header_t *zh = zil_header_in_syncing_context(zilog); local 1923 const zil_header_t *zh; local 2050 const zil_header_t *zh = zilog->zl_header; local 2144 const zil_header_t *zh = zilog->zl_header; local [all...] |
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| lang.h | 58 za, zh, zu, enumerator in enum:__anon9561
|