HomeSort by: relevance | last modified time | path
    Searched defs:sle (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprof/
source.c 103 Search_List_Elem *sle = src_search_list.head; local
110 sle = 0; /* Don't use search list for absolute paths. */
124 if (!sle && !name_only)
140 sle = src_search_list.head;
144 if (sle)
146 fname = xmalloc (strlen (sle->path) + 3
148 strcpy (fname, sle->path);
161 sle = sle->next;
  /src/external/gpl3/binutils.old/dist/gprof/
source.c 103 Search_List_Elem *sle = src_search_list.head; local
110 sle = 0; /* Don't use search list for absolute paths. */
124 if (!sle && !name_only)
140 sle = src_search_list.head;
144 if (sle)
146 fname = xmalloc (strlen (sle->path) + 3
148 strcpy (fname, sle->path);
161 sle = sle->next;
  /src/sys/external/bsd/ipf/netinet/
ip_sync.c 1020 synclogent_t *sle; local
1116 sle = softs->synclog + softs->sl_idx++;
1117 bcopy((char *)&sl->sl_hdr, (char *)&sle->sle_hdr,
1118 sizeof(sle->sle_hdr));
1119 sle->sle_hdr.sm_num = htonl(sle->sle_hdr.sm_num);
1120 sle->sle_hdr.sm_len = htonl(sle->sle_hdr.sm_len);
1122 bcopy((char *)ptr, (char *)&sle->sle_un, sz);
1124 ipf_sync_storder(1, &sle->sle_un.sleu_ips)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
KnownBits.cpp 373 if (LHS.getSignedMaxValue().sle(RHS.getSignedMinValue()))
391 Optional<bool> KnownBits::sle(const KnownBits &LHS, const KnownBits &RHS) { function in class:KnownBits
  /src/external/bsd/ipf/dist/
ip_sync.c 1049 synclogent_t *sle; local
1145 sle = softs->synclog + softs->sl_idx++;
1146 bcopy((char *)&sl->sl_hdr, (char *)&sle->sle_hdr,
1147 sizeof(sle->sle_hdr));
1148 sle->sle_hdr.sm_num = htonl(sle->sle_hdr.sm_num);
1149 sle->sle_hdr.sm_len = htonl(sle->sle_hdr.sm_len);
1151 bcopy((char *)ptr, (char *)&sle->sle_un, sz);
1153 ipf_sync_storder(1, &sle->sle_un.sleu_ips)
    [all...]
  /src/external/bsd/tmux/dist/
status.c 377 struct status_line_entry *sle; local
442 sle = &sl->entries[i];
446 sle->expanded != NULL &&
447 strcmp(expanded, sle->expanded) == 0) {
457 status_free_ranges(&sle->ranges);
458 format_draw(&ctx, &gc, width, expanded, &sle->ranges,
461 free(sle->expanded);
462 sle->expanded = expanded;
  /src/external/gpl3/gcc/dist/gcc/
double-int.cc 1376 double_int::sle (double_int b) const function in class:double_int
  /src/external/gpl3/gcc.old/dist/gcc/d/
decl.cc 2396 StructLiteralExp *sle = StructLiteralExp::create (sd->loc, sd, NULL); local
2398 if (!sd->fill (sd->loc, sle->elements, true))
2401 sle->type = sd->type;
2402 return build_expr (sle, true);
expr.cc 1609 StructLiteralExp *sle = e->e1->isStructLiteralExp ()->origin; local
1610 gcc_assert (sle != NULL);
1614 if (!sle->sym)
1616 sle->sym = build_artificial_decl (build_ctype (sle->type),
1618 DECL_INITIAL (sle->sym) = build_expr (sle, true);
1619 d_pushdecl (sle->sym);
1620 rest_of_decl_compilation (sle->sym, 1, 0);
1623 exp = sle->sym
1662 StructLiteralExp *sle = dve->e1->isStructLiteralExp (); local
    [all...]
toir.cc 991 StructLiteralExp *sle = NULL; local
1020 sle = dve->e1->isStructLiteralExp ();
1024 sle = s->exp->isStructLiteralExp ();
1026 if (sle != NULL)
1029 sle->sym = build_address (this->func_->shidden);
  /src/external/gpl3/gcc.old/dist/gcc/
double-int.cc 1376 double_int::sle (double_int b) const function in class:double_int
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa.c 1937 spa_load_error_t *sle = zio->io_private; local
1945 atomic_inc_64(&sle->sle_meta_count);
1947 atomic_inc_64(&sle->sle_data_count);
2026 spa_load_error_t sle = { 0 }; local
2044 rio = zio_root(spa, NULL, &sle,
2055 spa->spa_load_meta_errors = sle.sle_meta_count;
2056 spa->spa_load_data_errors = sle.sle_data_count;
2058 if (!error && sle.sle_meta_count <= policy.zrp_maxmeta &&
2059 sle.sle_data_count <= policy.zrp_maxdata) {
2072 ZPOOL_CONFIG_LOAD_DATA_ERRORS, sle.sle_data_count) == 0)
    [all...]
  /src/sys/dev/ic/
aic79xxvar.h 622 SLIST_ENTRY(scb) sle; member in union:scb::__anon2672
627 SLIST_ENTRY(scb) sle; member in union:scb::__anon2673
aic7xxxvar.h 682 SLIST_ENTRY(scb) sle; member in union:scb::__anon2693

Completed in 58 milliseconds