Searched refs:assoc (Results 1 - 21 of 21) sorted by relevance

/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djp2_dec.c414 jas_image_setcmpttype(dec->image, newcmptno, jp2_getct(jas_image_colorspace(dec->image), cdefent->type, cdefent->assoc));
435 dec->cdef->data.cdef.ents[i].type, dec->cdef->data.cdef.ents[i].assoc));
567 int jp2_getct(int colorspace, int type, int assoc) argument
569 if (type == 1 && assoc == 0) {
572 if (type == 0 && assoc >= 1 && assoc <= 65534) {
575 switch (assoc) {
588 switch (assoc) {
601 switch (assoc) {
611 return JAS_IMAGE_CT_COLOR(assoc
[all...]
H A Djp2_cod.h260 uint_fast16_t assoc; member in struct:__anon2765
H A Djp2_enc.c289 cdefchanent->assoc = typeasoc & 0x7fff;
H A Djp2_cod.c472 fprintf(out, "channo=%d; type=%d; assoc=%d\n",
473 cdef->ents[i].channo, cdef->ents[i].type, cdef->ents[i].assoc);
499 jp2_getuint16(in, &chan->assoc)) {
644 jp2_putuint16(out, ent->assoc)) {
/haiku-fatelf/src/bin/gdb/bfd/
H A Dformat.c307 const bfd_target * const *assoc = bfd_associated_vector; local
309 while ((right_targ = *assoc++) != NULL)
/haiku-fatelf/src/bin/rcs/
H A Drcssyn.c199 struct assoc * Symbols;
234 struct assoc * newassoc;
238 struct assoc **LastSymbol;
288 newassoc = ftalloc(struct assoc);
H A Drcsbase.h401 struct assoc { struct
404 struct assoc * nextassoc;
657 extern struct assoc * Symbols;
H A Drcsgen.c468 struct assoc const *curassoc;
H A Drcsrev.c660 register struct assoc const *next;
H A Drcsedit.c1757 register struct assoc *next;
1772 next = ftalloc(struct assoc);
H A Drcs.c1326 struct assoc **pre, *pt;
H A Drlog.c236 struct assoc const *curassoc;
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c1394 struct iwi_notif_association *assoc; local
1477 assoc = (struct iwi_notif_association *)(notif + 1);
1478 switch (assoc->state) {
1487 (const struct ieee80211_frame *)(assoc+1),
1488 le16toh(notif->len) - sizeof(*assoc) - 1);
1510 "unknown association state %u\n", assoc->state);
1528 * XXX try to roam, drop assoc only on much higher count
2822 struct iwi_associate *assoc = &sc->assoc; local
2906 memset(assoc,
3008 struct iwi_associate *assoc = &sc->assoc; local
[all...]
H A Dif_iwivar.h187 struct iwi_associate assoc; member in struct:iwi_softc
/haiku-fatelf/src/bin/gdb/gdb/
H A Dexpprint.c73 int assoc = 0; local
86 assoc = 0;
410 assoc = 1;
477 assoc = op_print_tab[tem].right_assoc;
492 if (assoc)
516 (enum precedence) ((int) myprec + assoc));
528 (enum precedence) ((int) myprec + !assoc));
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dparse_entry.c573 } assoc; typedef in typeref:struct:__anon4851
574 static assoc const ko_xlate[] =
772 assoc const *ap;
/haiku-fatelf/src/libs/ncurses/progs/
H A Dinfocmp.c457 } assoc; typedef in typeref:struct:__anon4860
459 static const assoc std_caps[] =
487 static const assoc std_modes[] =
497 static const assoc private_modes[] =
511 static const assoc ecma_highlights[] =
564 const assoc *ap;
/haiku-fatelf/src/bin/bash/
H A DMANIFEST62 assoc.c f
113 assoc.h f
749 tests/assoc.tests f
750 tests/assoc.right f
947 tests/run-assoc f
H A Dexecute_cmd.c3384 int assoc; local
3390 assoc = 0;
3405 if (assoc)
3423 assoc = 1;
/haiku-fatelf/src/libs/ncurses/ncurses/
H A Dllib-lncurses2962 } assoc;
H A Dllib-lncursesw3711 } assoc;

Completed in 181 milliseconds