HomeSort by: relevance | last modified time | path
    Searched refs:assoc (Results 1 - 25 of 94) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gcc/dist/gcc/config/i386/
driver-i386.cc 37 unsigned assoc; member in struct:cache_desc
69 unsigned assoc; local
76 assoc = (ecx >> 12) & 0xf;
77 if (assoc == 6)
78 assoc = 8;
79 else if (assoc == 8)
80 assoc = 16;
81 else if (assoc >= 0xa && assoc <= 0xc)
82 assoc = 32 + (assoc - 0xa) * 16
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
driver-i386.cc 37 unsigned assoc; member in struct:cache_desc
69 unsigned assoc; local
76 assoc = (ecx >> 12) & 0xf;
77 if (assoc == 6)
78 assoc = 8;
79 else if (assoc == 8)
80 assoc = 16;
81 else if (assoc >= 0xa && assoc <= 0xc)
82 assoc = 32 + (assoc - 0xa) * 16
    [all...]
  /src/sys/kern/
kern_fileassoc.c 58 * Assoc entry.
59 * Includes the assoc name for identification and private clear callback.
73 specificdata_reference faf_data; /* Assoc data. */
143 file_getdata(struct fileassoc_file *faf, const struct fileassoc *assoc)
147 assoc->assoc_key);
151 file_setdata(struct fileassoc_file *faf, const struct fileassoc *assoc,
156 assoc->assoc_key, data);
160 file_cleanup(struct fileassoc_file *faf, const struct fileassoc *assoc)
165 cb = assoc->assoc_cleanup_cb;
169 data = file_getdata(faf, assoc);
176 struct fileassoc *assoc; local
239 struct fileassoc *assoc; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
st.cc 132 gfc_free_association_list (p->ext.block.assoc);
330 gfc_free_association_list (gfc_association_list* assoc)
332 if (!assoc)
335 gfc_free_association_list (assoc->next);
336 free (assoc);
primary.cc 2111 if (sym->assoc && sym->assoc->target)
2112 tgt_expr = sym->assoc->target;
2132 if (sym->assoc
2139 if (!sym->assoc->dangling && tgt_expr)
2152 if (ref || (!(sym->assoc->dangling || sym->ts.type == BT_CHARACTER)
2153 && sym->assoc->st
2154 && sym->assoc->st->n.sym
2155 && sym->assoc->st->n.sym->attr.dimension == 0))
2159 && sym->assoc->s
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
st.cc 132 gfc_free_association_list (p->ext.block.assoc);
327 gfc_free_association_list (gfc_association_list* assoc)
329 if (!assoc)
332 gfc_free_association_list (assoc->next);
333 free (assoc);
  /src/external/gpl2/texinfo/dist/info/
indices.c 63 INDEX_NAME_ASSOC *assoc; local
66 assoc = (INDEX_NAME_ASSOC *)xmalloc (sizeof (INDEX_NAME_ASSOC));
67 assoc->name = xstrdup (node->nodename);
71 assoc->first = 0;
72 assoc->last = last;
77 assoc->first = 1 + index_nodenames[i]->last;
78 assoc->last = assoc->first + last;
81 (assoc, index_nodenames_index, index_nodenames, index_nodenames_slots,
  /src/external/gpl2/gettext/dist/gettext-tools/misc/
po-compat.el 198 (cdr (assoc charset-upper po-content-type-charset-alist)))
207 (assoc (substring try-string 2)
227 (list (or (cdr (assoc charset-upper
  /src/sys/arch/powerpc/booke/
e500_tlb.c 390 for (size_t assoc = 0; assoc < tlbassoc; assoc++) {
391 mtspr(SPR_MAS0, MAS0_ESEL_MAKE(assoc) | MAS0_TLBSEL_TLB0);
442 for (size_t assoc = 0; assoc < tlbassoc; assoc++) {
443 mtspr(SPR_MAS0, MAS0_ESEL_MAKE(assoc) | MAS0_TLBSEL_TLB0);
459 __func__, assoc, epn, mas1);
480 for (size_t assoc = 0; assoc < tlbassoc; assoc++)
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/
wpa_priv.c 300 struct privsep_cmd_associate *assoc; local
307 if (len < sizeof(*assoc)) {
312 assoc = buf;
313 if (sizeof(*assoc) + assoc->wpa_ie_len > len) {
319 bssid = assoc->bssid;
322 params.ssid = assoc->ssid;
323 if (assoc->ssid_len > SSID_MAX_LEN)
325 params.ssid_len = assoc->ssid_len;
326 params.freq.mode = assoc->hwmode
    [all...]
  /src/external/bsd/tcpdump/dist/
print-ntp.c 220 nd_uint16_t assoc; /* Association ID */ member in struct:ntp_control_data
351 uint16_t sequence, status, assoc, offset, count; local
371 assoc = GET_BE_U_2(cd->assoc);
372 ND_PRINT(", Assoc.=%hu", assoc);
  /src/sys/fs/cd9660/
cd9660_util.c 188 int original, int casetrans, int assoc, int joliet_level)
195 if (assoc) {
cd9660_lookup.c 118 int assoc, len; local
164 assoc = (imp->iso_ftype != ISO_FTYPE_RRIP && *name == ASSOCCHAR);
165 if (assoc) {
248 if ((!(isonum_711(ep->flags)&4)) == !assoc) {
  /src/external/gpl2/rcs/dist/src/
rcssyn.c 199 struct assoc * Symbols;
234 struct assoc * newassoc;
238 struct assoc **LastSymbol;
288 newassoc = ftalloc(struct assoc);
  /src/external/bsd/byacc/dist/
mkpar.c 105 temp->assoc = symbol_assoc[symbol];
166 temp->assoc = rassoc[ruleno];
279 else if (pref->assoc == LEFT)
284 else if (pref->assoc == RIGHT)
symtab.c 55 bp->assoc = TOKEN;
  /src/sys/dev/pci/
if_iwi.c 1245 struct iwi_notif_association *assoc; local
1314 assoc = (struct iwi_notif_association *)(notif + 1);
1316 DPRINTFN(2, ("Association (%u, %u)\n", assoc->state,
1317 assoc->status));
1319 switch (assoc->state) {
1338 "unknown association state %u\n", assoc->state);
2575 struct iwi_associate assoc; local
2656 memset(&assoc, 0, sizeof assoc);
2658 assoc.mode = IWI_MODE_11A
    [all...]
  /src/external/bsd/ntp/dist/sntp/
networking.h 70 associd_t assoc; /* peer association ID */ member in struct:speer
  /src/sys/arch/playstation2/playstation2/
locore_machdep.S 156 srl t2, 1 # Two way set assoc
182 srl t1, 1 # Two way set assoc
  /src/external/gpl2/mkhybrid/dist/
tree.c 218 if(apple_both && s_entry1->assoc && s_entry1->assoc == s_entry)
317 if (apple_both && s_entry->assoc) {
318 struct directory_entry *s_entry2 = s_entry->assoc;
351 if (apple_both && s_entry1->assoc) {
352 struct directory_entry *s_entry2 = s_entry1->assoc;
1371 s_entry->assoc = NULL;
1385 s_entry->assoc = s_entry->next;
1660 if (s_entry->assoc)
1661 strcpy(s_entry->assoc->isorec.name, s_entry->isorec.name)
    [all...]
volume.c 407 if (s_entry->assoc && ent->rsize)
408 rext = s_entry->assoc->starting_block * BLK_CONV;
  /src/sys/arch/powerpc/oea/
cpu_subr.c 446 u_int assoc, pvr, vers; local
472 assoc = 8;
477 assoc = 2;
487 assoc = 4;
493 assoc = 4;
500 assoc = 128; /* not a typo */
509 assoc = 2;
515 assoc = 1;
522 uvm_page_recolor(atop(curcpu()->ci_ci.dcache_size / assoc));
  /src/external/bsd/ntp/dist/scripts/monitoring/
ntptrap 181 $assoc=0;
198 ($addr,$assoc,$op) = unpack("a4SC",($req = shift(@Requests)));
199 &debug(sprintf("Request: %s: %s(%d)",&hostname($addr), &ntp'cntrlop_name($op), $assoc)); #';))
200 $ret = &ntp'send(S,$op,$assoc,"", #'(
332 &debug(sprintf("Retry failed: %s assoc %5d op %d",
337 &debug(sprintf("Retrying: %s assoc %5d op %d",
461 $msg .= "unexpected response to op $op assoc=$associd";
  /src/external/bsd/ntp/html/
Makefile 11 assoc.html \
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/
test_context.c 470 gss_buffer_desc token, assoc, message = GSS_C_EMPTY_BUFFER; local
479 assoc.value = assoc_data;
480 assoc.length = 9;
482 assoc.value = NULL;
483 assoc.length = 0;
490 GSS_C_QOP_DEFAULT, &assoc, &token,
503 maj_stat = gss_unwrap_aead(&min_stat, sctx, &message, &assoc,

Completed in 88 milliseconds

1 2 3 4