Home
last modified time | relevance | path

Searched refs:coloridx (Results 1 – 25 of 42) sorted by relevance

12

/dports/comms/openzwave/open-zwave-f339aa6/cpp/src/command_classes/
H A DColor.cpp272 uint8 const coloridx, in RequestColorChannelReport() argument
285 msg->Append( coloridx ); in RequestColorChannelReport()
531 coloridx->Release(); in HandleMsg()
553 coloridx->Release(); in HandleMsg()
558 coloridx->Release(); in HandleMsg()
563 coloridx->Release(); in HandleMsg()
568 coloridx->Release(); in HandleMsg()
573 coloridx->Release(); in HandleMsg()
578 coloridx->Release(); in HandleMsg()
583 coloridx->Release(); in HandleMsg()
[all …]
H A DColor.h53 …bool RequestColorChannelReport( uint8 const coloridx, uint8 const _instance, Driver::MsgQueue cons…
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/command_classes/
H A DColor.cpp197 msg->Append(coloridx); in RequestColorChannelReport()
470 coloridx->Release(); in HandleMsg()
497 coloridx->Release(); in HandleMsg()
504 coloridx->Release(); in HandleMsg()
511 coloridx->Release(); in HandleMsg()
518 coloridx->Release(); in HandleMsg()
525 coloridx->Release(); in HandleMsg()
532 coloridx->Release(); in HandleMsg()
539 coloridx->Release(); in HandleMsg()
546 coloridx->Release(); in HandleMsg()
[all …]
H A DColor.h66 …bool RequestColorChannelReport(uint8 const coloridx, uint8 const _instance, Driver::MsgQueue const…
/dports/games/xnethack/xNetHack-xnh6.1/win/curses/
H A Dcursstat.c304 int coloridx = NO_COLOR, attrmask = 0; in draw_horizontal() local
588 coloridx &= 0x00FF; in draw_horizontal()
589 if (coloridx != NO_COLOR && coloridx != CLR_MAX) in draw_horizontal()
696 int coloridx = NO_COLOR, attrmask = 0; in draw_vertical() local
885 coloridx &= 0x00FF; in draw_vertical()
886 if (coloridx != NO_COLOR && coloridx != CLR_MAX) in draw_vertical()
897 if (coloridx != NO_COLOR) in draw_vertical()
930 int coloridx = 0; in curs_HPbar() local
963 coloridx = hpbar_color & 0x00FF; in curs_HPbar()
964 if (coloridx != NO_COLOR) in curs_HPbar()
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/curses/
H A Dcursstat.c304 int coloridx = NO_COLOR, attrmask = 0; local
579 coloridx &= 0x00FF;
580 if (coloridx != NO_COLOR && coloridx != CLR_MAX)
687 int coloridx = NO_COLOR, attrmask = 0; local
870 coloridx &= 0x00FF;
871 if (coloridx != NO_COLOR && coloridx != CLR_MAX)
882 if (coloridx != NO_COLOR)
913 int coloridx = 0; in curs_HPbar() local
946 coloridx = hpbar_color & 0x00FF; in curs_HPbar()
947 if (coloridx != NO_COLOR) in curs_HPbar()
[all …]
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/curses/
H A Dcursstat.c304 int coloridx = NO_COLOR, attrmask = 0; local
579 coloridx &= 0x00FF;
580 if (coloridx != NO_COLOR && coloridx != CLR_MAX)
687 int coloridx = NO_COLOR, attrmask = 0; local
870 coloridx &= 0x00FF;
871 if (coloridx != NO_COLOR && coloridx != CLR_MAX)
882 if (coloridx != NO_COLOR)
913 int coloridx = 0; in curs_HPbar() local
946 coloridx = hpbar_color & 0x00FF; in curs_HPbar()
947 if (coloridx != NO_COLOR) in curs_HPbar()
[all …]
/dports/net/hping3/hping3-20051105/lib/
H A Dshow-tcpseq.htcl25 set coloridx 0
30 global colors coloridx
33 set i [expr $coloridx % $l]
35 incr coloridx
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/examples/
H A Dconnect5.rs894 let coloridx = current_side as usize; in pos_is_winner_avx512() localVariable
897 _mm512_loadu_epi32(&pos.bitboard[coloridx][0][0]), in pos_is_winner_avx512()
898 _mm512_loadu_epi32(&pos.bitboard[coloridx][1][0]), in pos_is_winner_avx512()
971 let coloridx = sd as usize; in check_patternlive4_avx512() localVariable
993 _mm512_loadu_epi32(&pos.bitboard[coloridx][0][0]), in check_patternlive4_avx512()
994 _mm512_loadu_epi32(&pos.bitboard[coloridx][1][0]), in check_patternlive4_avx512()
1037 let coloridx = sd as usize; in check_patterndead4_avx512() localVariable
1068 _mm512_loadu_epi32(&pos.bitboard[coloridx][0][0]), in check_patterndead4_avx512()
1069 _mm512_loadu_epi32(&pos.bitboard[coloridx][1][0]), in check_patterndead4_avx512()
1110 let coloridx = sd as usize; in check_patternlive3_avx512() localVariable
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/actions/
H A DSoToVRML2Action.cpp327 this->coloridx = NULL; in init()
396 SbList <int32_t> * coloridx; member in SoToVRML2ActionP
2026 if (thisp->coloridx) thisp->coloridx->append(v->getMaterialIndex()); in linesegment_cb()
2029 if (thisp->coloridx) thisp->coloridx->append(-1); in linesegment_cb()
2098 delete thisp->coloridx; thisp->coloridx = NULL; in post_lines_cb()
2170 if (thisp->coloridx) thisp->coloridx->append(v->getMaterialIndex()); in triangle_cb()
2175 if (thisp->coloridx) thisp->coloridx->append(-1); in triangle_cb()
2193 if (thisp->coloridx) { in post_primitives_cb()
2216 if (thisp->coloridx) { in post_primitives_cb()
2281 if (thisp->coloridx) { in post_primitives_cb()
[all …]
H A DSoToVRMLAction.cpp146 this->coloridx = NULL; in SoToVRMLActionP()
188 SbList <int32_t> * coloridx; member in SoToVRMLActionP
601 if (color) this->coloridx = new SbList <int32_t>; in init_gen()
641 if (thisp->coloridx) { in post_primitives_cb()
645 ifs->materialIndex.setValues(0, thisp->coloridx->getLength(), in post_primitives_cb()
646 thisp->coloridx->getArrayPtr()); in post_primitives_cb()
658 delete thisp->coloridx; thisp->coloridx = NULL; in post_primitives_cb()
683 if (thisp->coloridx) thisp->coloridx->append(v->getMaterialIndex()); in triangle_cb()
688 if (thisp->coloridx) thisp->coloridx->append(-1); in triangle_cb()
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dimage.hpp167 void setPal(unsigned char coloridx, rgb_t rgb);
168 rgb_t getPal(unsigned char coloridx) const;
170 void setTransp(unsigned char coloridx);
/dports/graphics/imageworsener/imageworsener-1.3.4/src/
H A Dimagew-gif.c200 static void iwgif_record_pixel(struct iwgifrcontext *rctx, unsigned int coloridx, in iwgif_record_pixel() argument
231 if(coloridx<(unsigned int)rctx->colortable.num_entries) { in iwgif_record_pixel()
232 r=rctx->colortable.entry[coloridx].r; in iwgif_record_pixel()
233 g=rctx->colortable.entry[coloridx].g; in iwgif_record_pixel()
234 b=rctx->colortable.entry[coloridx].b; in iwgif_record_pixel()
235 a=rctx->colortable.entry[coloridx].a; in iwgif_record_pixel()
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dwindows.c1381 dump_set_color_attr(int coloridx, int attrmask, boolean onoff) in dump_set_color_attr() argument
1393 fprintf(dumphtml_file, "<span class=\"nh_inv_%d\">", coloridx); in dump_set_color_attr()
1394 else if (coloridx != NO_COLOR) in dump_set_color_attr()
1399 if ((attrmask & HL_INVERSE) || coloridx != NO_COLOR) in dump_set_color_attr()
1607 int i, idx, c, row, num_rows, coloridx = 0, attrmask = 0; in dump_render_status() local
1654 coloridx = condcolor(mask, dump_colormasks); in dump_render_status()
1655 dump_set_color_attr(coloridx, attrmask, TRUE); in dump_render_status()
1662 dump_set_color_attr(coloridx, attrmask, FALSE); in dump_render_status()
1724 coloridx = dump_status[idx].color; in dump_render_status()
1725 dump_set_color_attr(coloridx, attrmask, TRUE); in dump_render_status()
[all …]
H A Dbotl.c2132 if (coloridx) in split_clridx()
2133 *coloridx = idx & 0x00FF; in split_clridx()
2353 int coloridx = -1, successes = 0; in parse_status_hl2() local
2562 coloridx = -1; in parse_status_hl2()
2591 coloridx = c; in parse_status_hl2()
2594 if (coloridx == -1) in parse_status_hl2()
2595 coloridx = NO_COLOR; in parse_status_hl2()
2598 hilite.coloridx = coloridx | (disp_attrib << 8); in parse_status_hl2()
2762 int coloridx = NO_COLOR; in parse_condition() local
2866 coloridx = k; in parse_condition()
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DSOP_OpenVDB_Fracture.cc716 exint coloridx = 0; in process() local
804 UT_Color::getUniqueColor(coloridx, &r, &g, &b); in process()
807 coloridx++; in process()
876 UT_Color::getUniqueColor(coloridx++, &r, &g, &b); in process()
879 coloridx++; in process()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dbotl.c426 int coloridx; member
1783 int *coloridx, *attrib;
1785 if (coloridx)
1786 *coloridx = idx & 0x00FF;
2232 coloridx = -1;
2261 coloridx = c;
2264 if (coloridx == -1)
2265 coloridx = NO_COLOR;
2268 hilite.coloridx = coloridx | (disp_attrib << 8);
2467 int coloridx = NO_COLOR; variable
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dbotl.c426 int coloridx; member
1783 int *coloridx, *attrib;
1785 if (coloridx)
1786 *coloridx = idx & 0x00FF;
2232 coloridx = -1;
2261 coloridx = c;
2264 if (coloridx == -1)
2265 coloridx = NO_COLOR;
2268 hilite.coloridx = coloridx | (disp_attrib << 8);
2467 int coloridx = NO_COLOR; variable
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/X11/
H A Dwinstat.c237 int attrmask, coloridx; local
243 coloridx = condcolor(bm, colormasks);
245 coloridx = NO_COLOR;
267 fg = (coloridx != NO_COLOR) ? get_nhcolor(xw_status_win, coloridx).pixel
316 int coloridx = NO_COLOR; local
383 coloridx = X11_status_colors[fld] & 0x00FF;
412 fg = (coloridx != NO_COLOR) ? get_nhcolor(xw_status_win, coloridx).pixel
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/X11/
H A Dwinstat.c237 int attrmask, coloridx; local
243 coloridx = condcolor(bm, colormasks);
245 coloridx = NO_COLOR;
267 fg = (coloridx != NO_COLOR) ? get_nhcolor(xw_status_win, coloridx).pixel
316 int coloridx = NO_COLOR; local
383 coloridx = X11_status_colors[fld] & 0x00FF;
412 fg = (coloridx != NO_COLOR) ? get_nhcolor(xw_status_win, coloridx).pixel
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dbotl.h243 int coloridx; member
/dports/net-mgmt/xymon-server/xymon-4.3.30/web/
H A Dshowgraph.c73 int coloridx = 0; variable
642 addtobuffer(result, colorlist[coloridx]); in expand_tokens()
644 coloridx++; if (colorlist[coloridx] == NULL) coloridx = 0; in expand_tokens()
/dports/net-mgmt/xymon-client/xymon-4.3.30/web/
H A Dshowgraph.c73 int coloridx = 0; variable
642 addtobuffer(result, colorlist[coloridx]); in expand_tokens()
644 coloridx++; if (colorlist[coloridx] == NULL) coloridx = 0; in expand_tokens()
/dports/biology/py-deeptools/deepTools-3.5.1/deeptools/
H A DplotProfile.py745 coloridx = data_idx
747 coloridx = plot
750 self.color_list[coloridx],
866 coloridx = j
868 coloridx = i
869 color = self.color_list[coloridx]
/dports/emulators/fs-uae/fs-uae-3.1.35/src/mame/
H A Da2410.cpp206 int coloridx = a2410_palette_index & 3; in write_ramdac() local
213 a2410_palette_temp[coloridx] = v; in write_ramdac()
254 a2410_palette_temp[coloridx] = v; in write_ramdac()

12