HomeSort by: relevance | last modified time | path
    Searched defs:lh (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/mpl/dhcp/dist/common/
fddi.c 54 struct llc lh; local
65 lh.llc_dsap = LLC_SNAP_LSAP;
66 lh.llc_ssap = LLC_SNAP_LSAP;
67 lh.llc_un.type_snap.control = LLC_UI;
68 lh.llc_un.type_snap.ether_type = htons (ETHERTYPE_IP);
69 memcpy (&buf [*bufix], &lh, LLC_SNAP_LEN);
84 struct llc lh; local
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
line-header.h 50 /* Return the include directory at D_INDEX stored in LH. Returns
52 const char *include_dir (const line_header *lh) const;
136 line_header *lh = const_cast<line_header *> (this); local
137 return lh->file_name_at (index);
206 file_entry::include_dir (const line_header *lh) const
208 return lh->include_dir_at (d_index);
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
line-header.h 46 /* Return the include directory at D_INDEX stored in LH. Returns
48 const char *include_dir (const line_header *lh) const;
132 line_header *lh = const_cast<line_header *> (this); local
133 return lh->file_name_at (index);
202 file_entry::include_dir (const line_header *lh) const
204 return lh->include_dir_at (d_index);
  /src/external/gpl2/lvm2/dist/lib/format_text/
text_label.c 32 struct label_header *lh = (struct label_header *) buf; local
34 if (!strncmp((char *)lh->type, LVM2_LABEL, sizeof(lh->type)))
42 struct label_header *lh = (struct label_header *) buf; local
55 strncpy((char *)lh->type, label->type, sizeof(label->type));
57 pvhdr = (struct pv_header *) ((void *) buf + xlate32(lh->offset_xl));
255 struct label_header *lh = (struct label_header *) buf; local
267 pvhdr = (struct pv_header *) ((void *) buf + xlate32(lh->offset_xl));
  /src/external/gpl2/lvm2/dist/lib/label/
label.c 115 struct label_header *lh; local
130 lh = (struct label_header *) (readbuf +
133 if (!strncmp((char *)lh->id, LABEL_ID, sizeof(lh->id))) {
139 if (xlate64(lh->sector_xl) != sector + scan_sector) {
143 (uint64_t)xlate64(lh->sector_xl),
147 if (calc_crc(INITIAL_CRC, &lh->offset_xl, LABEL_SIZE -
148 ((uintptr_t) &lh->offset_xl - (uintptr_t) lh)) !=
149 xlate32(lh->crc_xl))
201 struct label_header *lh; local
305 struct label_header *lh = (struct label_header *) buf; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_irq.c 377 struct irq_list_head *lh; local
385 lh = &adev->dm.irq_handler_list_low_tab[src];
386 INIT_LIST_HEAD(&lh->head);
387 INIT_WORK(&lh->work, dm_irq_work_func);
405 struct irq_list_head *lh; local
413 lh = &adev->dm.irq_handler_list_low_tab[src];
415 flush_work(&lh->work);
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ec2_smpl.c 510 BIGNUM *lh, *y2; local
538 lh = BN_CTX_get(ctx);
539 if (lh == NULL)
548 if (!BN_GF2m_add(lh, point->X, group->a))
550 if (!field_mul(group, lh, lh, point->X, ctx))
552 if (!BN_GF2m_add(lh, lh, point->Y))
554 if (!field_mul(group, lh, lh, point->X, ctx)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ec2_smpl.c 512 BIGNUM *lh, *y2; local
540 lh = BN_CTX_get(ctx);
541 if (lh == NULL)
550 if (!BN_GF2m_add(lh, point->X, group->a))
552 if (!field_mul(group, lh, lh, point->X, ctx))
554 if (!BN_GF2m_add(lh, lh, point->Y))
556 if (!field_mul(group, lh, lh, point->X, ctx)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ec2_smpl.c 498 BIGNUM *lh, *y2; local
521 lh = BN_CTX_get(ctx);
522 if (lh == NULL)
531 if (!BN_GF2m_add(lh, point->X, group->a))
533 if (!field_mul(group, lh, lh, point->X, ctx))
535 if (!BN_GF2m_add(lh, lh, point->Y))
537 if (!field_mul(group, lh, lh, point->X, ctx)
    [all...]
  /src/external/bsd/ntp/dist/include/
ntp_types.h 187 int16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member in struct:__anon7373::__anon7374
190 uint16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member in struct:__anon7373::__anon7375
200 uint16_t ll; uint16_t lh; uint16_t hl; int16_t hh;
203 uint16_t ll; uint16_t lh; uint16_t hl; uint16_t hh;
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
uint128_t.h 143 const uint64_t lh = xl * yh; local
146 const uint64_t m = (ll >> 32) + lh + (hl & 0xffffffff);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
uint128_t.h 143 const uint64_t lh = xl * yh; local
146 const uint64_t m = (ll >> 32) + lh + (hl & 0xffffffff);
  /src/sys/arch/powerpc/stand/mkbootimage/
mkbootimage.c 603 struct LoaderHeader lh; local
608 dataOffset = ULALIGN(ldrOffset + sizeof (lh));
651 ldrHdr.execSize = sa_htobe32(sizeof (lh));
652 ldrHdr.initSize = sa_htobe32(sizeof (lh));
653 ldrHdr.rawSize = sa_htobe32(sizeof (lh));
661 memset(&lh, 0, sizeof (lh));
662 lh.entryPointSection = sa_htobe32(1); /* Data */
663 lh.entryPointOffset = sa_htobe32(0);
664 lh.initPointSection = sa_htobe32(-1)
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zap_leaf.c 461 uint16_t lh; local
466 for (lh = LEAF_HASH(l, h); lh <= bestlh; lh++) {
467 for (chunk = zap_leaf_phys(l)->l_hash[lh];
476 ASSERT3U(bestlh, >=, lh);
477 bestlh = lh;
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-gimplify.cc 230 void *data, walk_tree_fn func, walk_tree_lh lh)
240 walk_tree_1 (&cond, func, data, NULL, lh);
241 walk_tree_1 (&incr, func, data, NULL, lh);
246 walk_tree_1 (&body, func, data, NULL, lh);
338 walk_tree_fn func, walk_tree_lh lh)
347 walk_tree_1 (&init, func, data, NULL, lh);
353 data, func, lh);
364 walk_tree_fn func, walk_tree_lh lh)
369 data, func, lh);
376 walk_tree_fn func, walk_tree_lh lh)
452 walk_tree_1 (&OMP_FOR_BODY (stmt), func, data, NULL, lh); local
454 walk_tree_1 (&OMP_FOR_CLAUSES (stmt), func, data, NULL, lh); local
455 walk_tree_1 (&OMP_FOR_INIT (stmt), func, data, NULL, lh); local
456 walk_tree_1 (&OMP_FOR_COND (stmt), func, data, NULL, lh); local
457 walk_tree_1 (&OMP_FOR_INCR (stmt), func, data, NULL, lh); local
458 walk_tree_1 (&OMP_FOR_PRE_BODY (stmt), func, data, NULL, lh); local
533 walk_tree_1 (tsi_stmt_ptr (i), func, data, pset, lh); local
    [all...]
c-omp.cc 1290 walk_tree_lh lh; member in struct:c_omp_check_loop_iv_data
1371 walk_tree_1 (tp, c_omp_check_loop_iv_r, data, NULL, d->lh);
1383 NULL, d->lh);
1394 walk_tree_lh lh)
1411 walk_tree_1 (&TREE_VEC_ELT (t, 1), c_omp_check_loop_iv_r, d, NULL, lh); local
1412 walk_tree_1 (&TREE_VEC_ELT (t, 1), c_omp_check_loop_iv_r, d, NULL, lh); local
1556 walk_tree_1 (&a1, c_omp_check_loop_iv_r, d, NULL, lh);
1557 walk_tree_1 (&a2, c_omp_check_loop_iv_r, d, NULL, lh);
1575 walk_tree_1 (&t, c_omp_check_loop_iv_r, d, NULL, lh);
1585 c_omp_check_loop_iv (tree stmt, tree declv, walk_tree_lh lh)
1625 c_omp_check_loop_iv_r, &data, NULL, lh); local
1640 c_omp_check_loop_iv_r, &data, NULL, lh); local
1666 c_omp_check_loop_iv_r, &data, NULL, lh); local
1672 c_omp_check_loop_iv_r, &data, NULL, lh); local
1718 c_omp_check_loop_iv_r, &data, NULL, lh); local
1721 c_omp_check_loop_iv_r, &data, NULL, lh); local
    [all...]
  /src/usr.bin/sed/
compile.c 1031 struct labhash **lhp, *lh; local
1038 for (lh = *lhp; lh != NULL; lh = lh->lh_next)
1039 if (lh->lh_hash == h && strcmp(cp->t, lh->lh_cmd->t) == 0)
1041 lh = xmalloc(sizeof *lh);
1042 lh->lh_next = *lhp
1056 struct labhash *lh; local
1078 struct labhash *lh, *next; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-gimplify.cc 241 walk_tree_fn func, walk_tree_lh lh)
251 walk_tree_1 (&cond_prep, func, data, NULL, lh);
252 walk_tree_1 (&cond, func, data, NULL, lh);
253 walk_tree_1 (&incr, func, data, NULL, lh);
258 walk_tree_1 (&body, func, data, NULL, lh);
421 walk_tree_fn func, walk_tree_lh lh)
430 walk_tree_1 (&init, func, data, NULL, lh);
437 walk_subtrees, data, func, lh);
448 walk_tree_fn func, walk_tree_lh lh)
454 walk_subtrees, data, func, lh);
537 walk_tree_1 (&OMP_FOR_BODY (stmt), func, data, NULL, lh); local
539 walk_tree_1 (&OMP_FOR_CLAUSES (stmt), func, data, NULL, lh); local
540 walk_tree_1 (&OMP_FOR_INIT (stmt), func, data, NULL, lh); local
541 walk_tree_1 (&OMP_FOR_COND (stmt), func, data, NULL, lh); local
542 walk_tree_1 (&OMP_FOR_INCR (stmt), func, data, NULL, lh); local
543 walk_tree_1 (&OMP_FOR_PRE_BODY (stmt), func, data, NULL, lh); local
618 walk_tree_1 (tsi_stmt_ptr (i), func, data, pset, lh); local
    [all...]
c-omp.cc 1295 walk_tree_lh lh; member in struct:c_omp_check_loop_iv_data
1377 walk_tree_1 (tp, c_omp_check_loop_iv_r, data, NULL, d->lh);
1389 NULL, d->lh);
1400 walk_tree_lh lh)
1417 walk_tree_1 (&TREE_VEC_ELT (t, 1), c_omp_check_loop_iv_r, d, NULL, lh); local
1418 walk_tree_1 (&TREE_VEC_ELT (t, 1), c_omp_check_loop_iv_r, d, NULL, lh); local
1562 walk_tree_1 (&a1, c_omp_check_loop_iv_r, d, NULL, lh);
1563 walk_tree_1 (&a2, c_omp_check_loop_iv_r, d, NULL, lh);
1581 walk_tree_1 (&t, c_omp_check_loop_iv_r, d, NULL, lh);
1591 c_omp_check_loop_iv (tree stmt, tree declv, walk_tree_lh lh)
1631 c_omp_check_loop_iv_r, &data, NULL, lh); local
1646 c_omp_check_loop_iv_r, &data, NULL, lh); local
1672 c_omp_check_loop_iv_r, &data, NULL, lh); local
1678 c_omp_check_loop_iv_r, &data, NULL, lh); local
1724 c_omp_check_loop_iv_r, &data, NULL, lh); local
1727 c_omp_check_loop_iv_r, &data, NULL, lh); local
    [all...]
  /src/external/gpl2/groff/dist/src/utils/tfmtodit/
tfmtodit.cpp 311 int lh = read2(ptr); local
322 if (6 + lh + (ec - bc + 1) + nw + nh + nd + ni + nl + nk + ne + np != lf) {
327 if (lh < 2) {
343 ptr += (lh-2)*4;
  /src/external/gpl2/lvm2/dist/daemons/cmirrord/
functions.c 248 struct log_header lh; local
251 memset(&lh, 0, sizeof(struct log_header));
256 header_from_disk(&lh, lc->disk_buffer);
257 if (lh.magic != MIRROR_MAGIC)
260 lc->disk_nr_regions = lh.nr_regions;
278 struct log_header lh; local
281 lh.magic = MIRROR_MAGIC;
282 lh.version = MIRROR_DISK_VERSION;
283 lh.nr_regions = lc->region_count;
285 header_to_disk(&lh, lc->disk_buffer)
    [all...]
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_aggregate.c 743 dt_ahashent_t *lh = *((dt_ahashent_t **)lhs); local
745 dtrace_aggdesc_t *lagg = lh->dtahe_data.dtada_desc;
760 dt_ahashent_t *lh = *((dt_ahashent_t **)lhs); local
764 lid = dt_aggregate_aggvarid(lh);
779 dt_ahashent_t *lh = *((dt_ahashent_t **)lhs); local
781 dtrace_aggdesc_t *lagg = lh->dtahe_data.dtada_desc;
805 ldata = lh->dtahe_data.dtada_data + lrec->dtrd_offset;
890 dt_ahashent_t *lh = *((dt_ahashent_t **)lhs); local
892 dtrace_aggdesc_t *lagg = lh->dtahe_data.dtada_desc;
894 caddr_t ldata = lh->dtahe_data.dtada_data
1032 dt_ahashent_t **lh = *((dt_ahashent_t ***)lhs); local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-nios2.c 3058 struct bfd_link_hash_entry *lh; local
3066 lh = (struct bfd_link_hash_entry *) h;
3068 if (lh)
3070 switch (lh->type)
3081 asection *sym_sec = lh->u.def.section;
3082 bfd_vma sym_value = lh->u.def.value;
3092 lh = lh->u.i.link;
  /src/sys/net/
if_spppsubr.c 1385 struct lcp_header *lh; local
1405 lh = (struct lcp_header *)(mtod(m, uint8_t *) + 2);
1412 lh = (struct lcp_header *)(h + 1);
1414 lh->type = type;
1415 lh->ident = ident;
1416 lh->len = htons(LCP_HEADER_LEN + len);
1418 memcpy(lh + 1, data, len);
1426 cpname = sppp_cp_type_name(tbuf, sizeof(tbuf), lh->type);
1428 pname, cpname, lh->ident, ntohs(lh->len))
5274 struct lcp_header *lh; local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
dwarf2.c 2718 struct line_head lh; local
2745 lh.total_length = read_4_bytes (abfd, &line_ptr, line_end);
2747 if (lh.total_length == 0xffffffff)
2749 lh.total_length = read_8_bytes (abfd, &line_ptr, line_end);
2752 else if (lh.total_length == 0 && unit->addr_size == 8)
2755 lh.total_length = read_4_bytes (abfd, &line_ptr, line_end);
2759 if (lh.total_length > (size_t) (line_end - line_ptr))
2765 (uint64_t) lh.total_length, (unsigned long) (line_end - line_ptr));
2770 line_end = line_ptr + lh.total_length;
2772 lh.version = read_2_bytes (abfd, &line_ptr, line_end)
    [all...]

Completed in 72 milliseconds

1 2