Home
last modified time | relevance | path

Searched refs:_B (Results 1 – 25 of 2935) sorted by relevance

12345678910>>...118

/dports/audio/py-music21/music21-7.1.0/music21/braille/
H A Dlookup.py186 3: _B[16] + _B[16] + _B[16],
187 4: _B[3456] + _B[145] + _B[16],
188 5: _B[3456] + _B[15] + _B[16],
189 6: _B[3456] + _B[124] + _B[16],
222 'breve': _B[134] + _B[45] + _B[14] + _B[134],
223 'longa': _B[134] + _B[45] + _B[14] + _B[45] + _B[14] + _B[134],
275 'cresc.': _B[345] + _B[14] + _B[1235] + _B[3],
276 'cr.': _B[345] + _B[14] + _B[1235] + _B[3],
277 'decrescendo': _B[345] + _B[145] + _B[15] + _B[14] + _B[1235] + _B[3],
278 'decresc.': _B[345] + _B[145] + _B[15] + _B[14] + _B[1235] + _B[3],
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/CoMISo/Examples/small_factored_example/
H A Dmain.cc36 void init_fac( MatrixT& _B ) in init_fac() argument
38 _B(0,0) = 0 ; _B(0,1) = 4 ; _B(0,2) = -2 ; _B(0,3) = 0 ; _B(0,4) = -1; in init_fac()
39 _B(1,0) = 0 ; _B(1,1) = 0 ; _B(1,2) = 0 ; _B(1,3) = 0 ; _B(1,4) = 0 ; in init_fac()
40 _B(2,0) = 5 ; _B(2,1) = 0 ; _B(2,2) = -3 ; _B(2,3) = 0 ; _B(2,4) = 0 ; in init_fac()
41 _B(3,0) = 0 ; _B(3,1) = 0 ; _B(3,2) = -2 ; _B(3,3) = 0 ; _B(3,4) = 0 ; in init_fac()
42 _B(4,0) = 0 ; _B(4,1) = -2; _B(4,2) = 0 ; _B(4,3) = 2 ; _B(4,4) = 0 ; in init_fac()
47 void print_equations( const MatrixT& _B) in print_equations() argument
49 int m = gmm::mat_nrows( _B); in print_equations()
50 int n = gmm::mat_ncols( _B); in print_equations()
55 if( _B(i,j) != 0.0) in print_equations()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/libfdt/
H A Dlibfdt_env.h9 #define _B(n) ((unsigned long long)((uint8_t *)&x)[n]) macro
12 return (_B(0) << 24) | (_B(1) << 16) | (_B(2) << 8) | _B(3); in fdt32_to_cpu()
18 return (_B(0) << 56) | (_B(1) << 48) | (_B(2) << 40) | (_B(3) << 32) in fdt64_to_cpu()
19 | (_B(4) << 24) | (_B(5) << 16) | (_B(6) << 8) | _B(7); in fdt64_to_cpu()
22 #undef _B
/dports/lang/gnu-apl/apl-1.8/src/
H A DPerformance.def2 perfo_1(F12_PLUS , _B, " + B", 8888888888888888888ULL)
3 perfo_1(F12_MINUS , _B, " - B", 8888888888888888888ULL)
51 perfo_4(PrintBuffer , _B, "PrintBuffer(B)", -1)
52 perfo_4(PrintBuffer1 , _B, "PrintBuffer1 ", -1)
53 perfo_4(PrintBuffer2 , _B, "PrintBuffer2 ", -1)
54 perfo_4(PrintBuffer3 , _B, "PrintBuffer3 ", -1)
55 perfo_4(PrintBuffer4 , _B, "PrintBuffer4 ", -1)
56 perfo_4(PrintBuffer5 , _B, "PrintBuffer5 ", -1)
57 perfo_4(COUT , _B, "COUT", -1)
58 perfo_4(CERR , _B, "CERR", -1)
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/ddk/
H A Dxfilter.h38 #define ETH_COMPARE_NETWORK_ADDRESSES(_A, _B, _Result) \ argument
40 if (*(ULONG UNALIGNED *)&(_A)[2] > *(ULONG UNALIGNED *)&(_B)[2]) \
48 else if (*(USHORT UNALIGNED *)(_A) > *(USHORT UNALIGNED *)(_B)) \
52 else if (*(USHORT UNALIGNED *)(_A) < *(USHORT UNALIGNED *)(_B)) \
62 #define ETH_COMPARE_NETWORK_ADDRESSES_EQ(_A,_B, _Result) \ argument
65 (*(USHORT UNALIGNED *)(_A) == *(USHORT UNALIGNED *)(_B))) \
97 #define FDDI_COMPARE_NETWORK_ADDRESSES(_A, _B, _Length, _Result) \ argument
99 if (*(USHORT UNALIGNED *)(_A) > *(USHORT UNALIGNED *)(_B)) \
103 else if (*(USHORT UNALIGNED *)(_A) < *(USHORT UNALIGNED *)(_B)) \
185 #define TR_COMPARE_NETWORK_ADDRESSES(_A, _B, _Result) \ argument
[all …]
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/ddk/
H A Dxfilter.h49 #define ETH_COMPARE_NETWORK_ADDRESSES(_A, _B, _Result) \ argument
51 if (*(ULONG UNALIGNED *)&(_A)[2] > *(ULONG UNALIGNED *)&(_B)[2]) \
59 else if (*(USHORT UNALIGNED *)(_A) > *(USHORT UNALIGNED *)(_B)) \
63 else if (*(USHORT UNALIGNED *)(_A) < *(USHORT UNALIGNED *)(_B)) \
73 #define ETH_COMPARE_NETWORK_ADDRESSES_EQ(_A,_B, _Result) \ argument
76 (*(USHORT UNALIGNED *)(_A) == *(USHORT UNALIGNED *)(_B))) \
108 #define FDDI_COMPARE_NETWORK_ADDRESSES(_A, _B, _Length, _Result) \ argument
110 if (*(USHORT UNALIGNED *)(_A) > *(USHORT UNALIGNED *)(_B)) \
114 else if (*(USHORT UNALIGNED *)(_A) < *(USHORT UNALIGNED *)(_B)) \
196 #define TR_COMPARE_NETWORK_ADDRESSES(_A, _B, _Result) \ argument
[all …]
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/ddk/
H A Dxfilter.h49 #define ETH_COMPARE_NETWORK_ADDRESSES(_A, _B, _Result) \ argument
51 if (*(ULONG UNALIGNED *)&(_A)[2] > *(ULONG UNALIGNED *)&(_B)[2]) \
59 else if (*(USHORT UNALIGNED *)(_A) > *(USHORT UNALIGNED *)(_B)) \
63 else if (*(USHORT UNALIGNED *)(_A) < *(USHORT UNALIGNED *)(_B)) \
73 #define ETH_COMPARE_NETWORK_ADDRESSES_EQ(_A,_B, _Result) \ argument
76 (*(USHORT UNALIGNED *)(_A) == *(USHORT UNALIGNED *)(_B))) \
108 #define FDDI_COMPARE_NETWORK_ADDRESSES(_A, _B, _Length, _Result) \ argument
110 if (*(USHORT UNALIGNED *)(_A) > *(USHORT UNALIGNED *)(_B)) \
114 else if (*(USHORT UNALIGNED *)(_A) < *(USHORT UNALIGNED *)(_B)) \
196 #define TR_COMPARE_NETWORK_ADDRESSES(_A, _B, _Result) \ argument
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/ddk/
H A Dxfilter.h38 #define ETH_COMPARE_NETWORK_ADDRESSES(_A, _B, _Result) \ argument
40 if (*(ULONG UNALIGNED *)&(_A)[2] > *(ULONG UNALIGNED *)&(_B)[2]) \
48 else if (*(USHORT UNALIGNED *)(_A) > *(USHORT UNALIGNED *)(_B)) \
52 else if (*(USHORT UNALIGNED *)(_A) < *(USHORT UNALIGNED *)(_B)) \
62 #define ETH_COMPARE_NETWORK_ADDRESSES_EQ(_A,_B, _Result) \ argument
65 (*(USHORT UNALIGNED *)(_A) == *(USHORT UNALIGNED *)(_B))) \
97 #define FDDI_COMPARE_NETWORK_ADDRESSES(_A, _B, _Length, _Result) \ argument
99 if (*(USHORT UNALIGNED *)(_A) > *(USHORT UNALIGNED *)(_B)) \
103 else if (*(USHORT UNALIGNED *)(_A) < *(USHORT UNALIGNED *)(_B)) \
185 #define TR_COMPARE_NETWORK_ADDRESSES(_A, _B, _Result) \ argument
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/z180/
H A Dz180cb.c5 OP(cb,00) { _B = RLC(_B); } /* RLC B */
14 OP(cb,08) { _B = RRC(_B); } /* RRC B */
23 OP(cb,10) { _B = RL(_B); } /* RL B */
32 OP(cb,18) { _B = RR(_B); } /* RR B */
41 OP(cb,20) { _B = SLA(_B); } /* SLA B */
50 OP(cb,28) { _B = SRA(_B); } /* SRA B */
59 OP(cb,30) { _B = SLL(_B); } /* SLL B */
68 OP(cb,38) { _B = SRL(_B); } /* SRL B */
149 OP(cb,80) { _B = RES(0,_B); } /* RES 0,B */
158 OP(cb,88) { _B = RES(1,_B); } /* RES 1,B */
[all …]
H A Dz180xy.c5 OP(xycb,00) { _B = RLC( RM(EA) ); WM( EA,_B ); } /* RLC B=(XY+o) */
14 OP(xycb,08) { _B = RRC( RM(EA) ); WM( EA,_B ); } /* RRC B=(XY+o) */
23 OP(xycb,10) { _B = RL( RM(EA) ); WM( EA,_B ); } /* RL B=(XY+o) */
32 OP(xycb,18) { _B = RR( RM(EA) ); WM( EA,_B ); } /* RR B=(XY+o) */
41 OP(xycb,20) { _B = SLA( RM(EA) ); WM( EA,_B ); } /* SLA B=(XY+o) */
50 OP(xycb,28) { _B = SRA( RM(EA) ); WM( EA,_B ); } /* SRA B=(XY+o) */
59 OP(xycb,30) { _B = SLL( RM(EA) ); WM( EA,_B ); } /* SLL B=(XY+o) */
68 OP(xycb,38) { _B = SRL( RM(EA) ); WM( EA,_B ); } /* SRL B=(XY+o) */
149 OP(xycb,80) { _B = RES(0, RM(EA) ); WM( EA,_B ); } /* RES 0,B=(XY+o) */
158 OP(xycb,88) { _B = RES(1, RM(EA) ); WM( EA,_B ); } /* RES 1,B=(XY+o) */
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/z180/
H A Dz180cb.c5 OP(cb,00) { _B = RLC(_B); } /* RLC B */
14 OP(cb,08) { _B = RRC(_B); } /* RRC B */
23 OP(cb,10) { _B = RL(_B); } /* RL B */
32 OP(cb,18) { _B = RR(_B); } /* RR B */
41 OP(cb,20) { _B = SLA(_B); } /* SLA B */
50 OP(cb,28) { _B = SRA(_B); } /* SRA B */
59 OP(cb,30) { _B = SLL(_B); } /* SLL B */
68 OP(cb,38) { _B = SRL(_B); } /* SRL B */
149 OP(cb,80) { _B = RES(0,_B); } /* RES 0,B */
158 OP(cb,88) { _B = RES(1,_B); } /* RES 1,B */
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/z180/
H A Dz180cb.hxx7 OP(cb,00) { _B = RLC(_B); } /* RLC B */
16 OP(cb,08) { _B = RRC(_B); } /* RRC B */
25 OP(cb,10) { _B = RL(_B); } /* RL B */
34 OP(cb,18) { _B = RR(_B); } /* RR B */
43 OP(cb,20) { _B = SLA(_B); } /* SLA B */
52 OP(cb,28) { _B = SRA(_B); } /* SRA B */
61 OP(cb,30) { _B = SLL(_B); } /* SLL B */
70 OP(cb,38) { _B = SRL(_B); } /* SRL B */
151 OP(cb,80) { _B = RES(0,_B); } /* RES 0,B */
160 OP(cb,88) { _B = RES(1,_B); } /* RES 1,B */
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/z180/
H A Dz180cb.hxx7 OP(cb,00) { _B = RLC(_B); } /* RLC B */
16 OP(cb,08) { _B = RRC(_B); } /* RRC B */
25 OP(cb,10) { _B = RL(_B); } /* RL B */
34 OP(cb,18) { _B = RR(_B); } /* RR B */
43 OP(cb,20) { _B = SLA(_B); } /* SLA B */
52 OP(cb,28) { _B = SRA(_B); } /* SRA B */
61 OP(cb,30) { _B = SLL(_B); } /* SLL B */
70 OP(cb,38) { _B = SRL(_B); } /* SRL B */
151 OP(cb,80) { _B = RES(0,_B); } /* RES 0,B */
160 OP(cb,88) { _B = RES(1,_B); } /* RES 1,B */
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/z180/
H A Dz180cb.c5 OP(cb,00) { _B = RLC(_B); } /* RLC B */
14 OP(cb,08) { _B = RRC(_B); } /* RRC B */
23 OP(cb,10) { _B = RL(_B); } /* RL B */
32 OP(cb,18) { _B = RR(_B); } /* RR B */
41 OP(cb,20) { _B = SLA(_B); } /* SLA B */
50 OP(cb,28) { _B = SRA(_B); } /* SRA B */
59 OP(cb,30) { _B = SLL(_B); } /* SLL B */
68 OP(cb,38) { _B = SRL(_B); } /* SRL B */
149 OP(cb,80) { _B = RES(0,_B); } /* RES 0,B */
158 OP(cb,88) { _B = RES(1,_B); } /* RES 1,B */
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/z180/
H A Dz180cb.c5 OP(cb,00) { _B = RLC(_B); } /* RLC B */
14 OP(cb,08) { _B = RRC(_B); } /* RRC B */
23 OP(cb,10) { _B = RL(_B); } /* RL B */
32 OP(cb,18) { _B = RR(_B); } /* RR B */
41 OP(cb,20) { _B = SLA(_B); } /* SLA B */
50 OP(cb,28) { _B = SRA(_B); } /* SRA B */
59 OP(cb,30) { _B = SLL(_B); } /* SLL B */
68 OP(cb,38) { _B = SRL(_B); } /* SRL B */
149 OP(cb,80) { _B = RES(0,_B); } /* RES 0,B */
158 OP(cb,88) { _B = RES(1,_B); } /* RES 1,B */
[all …]
/dports/graphics/anttweakbar/AntTweakBar/src/
H A DTwColors.h40 inline color32 Color32FromARGBi(int _A, int _R, int _G, int _B) in Color32FromARGBi() argument
42 …or32)TClamp(_R, 0, 255))<<16) | (((color32)TClamp(_G, 0, 255))<<8) | ((color32)TClamp(_B, 0, 255)); in Color32FromARGBi()
45 inline color32 Color32FromARGBf(float _A, float _R, float _G, float _B) in Color32FromARGBf() argument
50 inline void Color32ToARGBi(color32 _Color, int *_A, int *_R, int *_G, int *_B) in Color32ToARGBi() argument
55 if(_B) *_B = _Color&0xff; in Color32ToARGBi()
58 inline void Color32ToARGBf(color32 _Color, float *_A, float *_R, float *_G, float *_B) in Color32ToARGBf() argument
63 if(_B) *_B = (1.0f/255.0f)*float(_Color&0xff); in Color32ToARGBf()
66 void ColorRGBToHLSf(float _R, float _G, float _B, float *_Hue, float *_Light, float *_Saturation);
68 void ColorRGBToHLSi(int _R, int _G, int _B, int *_Hue, int *_Light, int *_Saturation);
70 void ColorHLSToRGBf(float _Hue, float _Light, float _Saturation, float *_R, float *_G, float *_B);
[all …]
H A DTwColors.cpp15 void ColorRGBToHLSf(float _R, float _G, float _B, float *_Hue, float *_Light, float *_Saturation) in ColorRGBToHLSf() argument
24 if(_B>0) b = _B; if(b>1) b = 1; in ColorRGBToHLSf()
77 void ColorRGBToHLSi(int _R, int _G, int _B, int *_Hue, int *_Light, int *_Saturation) in ColorRGBToHLSi() argument
80 …ColorRGBToHLSf((1.0f/255.0f)*float(_R), (1.0f/255.0f)*float(_G), (1.0f/255.0f)*float(_B), &h, &l, … in ColorRGBToHLSi()
87 void ColorHLSToRGBf(float _Hue, float _Light, float _Saturation, float *_R, float *_G, float *_B) in ColorHLSToRGBf() argument
123 if(_B) *_B = rl; in ColorHLSToRGBf()
129 if(_B) *_B = CLocal::HLSToRGB(rm1, rm2, rh-120); in ColorHLSToRGBf()
134 void ColorHLSToRGBi(int _Hue, int _Light, int _Saturation, int *_R, int *_G, int *_B) in ColorHLSToRGBi() argument
140 if(_B) *_B = (int)TClamp(b*256.0f, 0.0f, 255.0f); in ColorHLSToRGBi()
/dports/lang/gnu-apl/apl-1.8/gnu-apl.d/
H A Dparallel_thresholds2 perfo_1(F12_PLUS, _B, "+ B", 8888888888888888888ULL)
3 perfo_1(F12_MINUS, _B, "- B", 8888888888888888888ULL)
4 perfo_1(F12_TIMES, _B, "× B", 8888888888888888888ULL)
5 perfo_1(F12_DIVIDE, _B, "÷ B", 8888888888888888888ULL)
6 perfo_1(F12_WITHOUT, _B, "∼ B", 8888888888888888888ULL)
7 perfo_1(F12_RND_UP, _B, "⌈ B", 8888888888888888888ULL)
8 perfo_1(F12_RND_DN, _B, "⌊ B", 8888888888888888888ULL)
9 perfo_1(F12_BINOM, _B, "! B", 8888888888888888888ULL)
10 perfo_1(F12_POWER, _B, "⋆ B", 12 )
11 perfo_1(F12_LOGA, _B, "⍟ B", 9 )
[all …]
/dports/x11-drivers/xorgxrdp/xorgxrdp-0.2.17/tests/yuv2rgb/
H A Dyuv2rgb_speed.c58 #define YUV2RGB1(_Y, _U, _V, _R, _G, _B) \ argument
59 _Y = (0.257 * _R) + (0.504 * _G) + (0.098 * _B) + 16; \
60 _U = -(0.148 * _R) - (0.291 * _G) + (0.439 * _B) + 128; \
61 _V = (0.439 * _R) - (0.368 * _G) - (0.071 * _B) + 128;
63 #define YUV2RGB3(_Y, _U, _V, _R, _G, _B) \ argument
64 _Y = (( 1053 * _R + 2064 * _G + 401 * _B) >> 12) + 16; \
66 _V = (( 1798 * _R - 1507 * _G - 291 * _B) >> 12) + 128;
68 #define YUV2RGB2(_Y, _U, _V, _R, _G, _B) \ argument
74 #define YUV2RGB(_Y, _U, _V, _R, _G, _B) \ argument
77 _V = ((112 * _R - 94 * _G - 18 * _B + 128) >> 8) + 128;
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/2and3/
H A Dhmac.pyi7 _B = Union[bytes, bytearray]
19 def new(key: _B, msg: Optional[_B], digestmod: _DigestMod) -> HMAC: ...
21 def new(key: _B, *, digestmod: _DigestMod) -> HMAC: ...
23 def new(key: _B, msg: Optional[_B] = ...,
26 def new(key: _B, msg: Optional[_B] = ...,
35 def update(self, msg: _B) -> None: ...
46 def digest(key: _B, msg: _B, digest: str) -> bytes: ...
/dports/games/libretro-cap32/libretro-cap32-ad7397f/cap32/
H A Dz80.c2033 case rlc_b: _B = read_mem(_IX+o); _B = RLC(_B); write_mem(_IX+o, _B); break; in z80_pfx_ddcb()
2041 case rl_b: _B = read_mem(_IX+o); _B = RL(_B); write_mem(_IX+o, _B); break; in z80_pfx_ddcb()
2049 case rrc_b: _B = read_mem(_IX+o); _B = RRC(_B); write_mem(_IX+o, _B); break; in z80_pfx_ddcb()
2057 case rr_b: _B = read_mem(_IX+o); _B = RR(_B); write_mem(_IX+o, _B); break; in z80_pfx_ddcb()
2129 case sla_b: _B = read_mem(_IX+o); _B = SLA(_B); write_mem(_IX+o, _B); break; in z80_pfx_ddcb()
2137 case sll_b: _B = read_mem(_IX+o); _B = SLL(_B); write_mem(_IX+o, _B); break; in z80_pfx_ddcb()
2145 case sra_b: _B = read_mem(_IX+o); _B = SRA(_B); write_mem(_IX+o, _B); break; in z80_pfx_ddcb()
2153 case srl_b: _B = read_mem(_IX+o); _B = SRL(_B); write_mem(_IX+o, _B); break; in z80_pfx_ddcb()
2844 case rlc_b: _B = read_mem(_IY+o); _B = RLC(_B); write_mem(_IY+o, _B); break; in z80_pfx_fdcb()
2852 case rl_b: _B = read_mem(_IY+o); _B = RL(_B); write_mem(_IY+o, _B); break; in z80_pfx_fdcb()
[all …]
/dports/biology/infernal/infernal-1.1.3/testsuite/
H A Dsrp-euk.sto6 ZEA.M._B ..NCC.gAGCUC.uguagcgaGAGCUuguaa.CCCG...ag.....CGGG
7 #=GR ZEA.M._B SS ...>>..>>>>>.........<<<<<......>>>>..........<<<<
22 TRI.A._B ..NCC.gAGCU..aguugcgggAGCUuguca.CCCA...ug.....UGGG
23 #=GR TRI.A._B SS ...>>..>>>>...........<<<<......>>>>..........<<<<
32 HUM.L._B .......GGCCUuaGcaacgUGGGCCuguaa.CCCA...ag.....UGGG
462 ZEA.M._B aacacagacc.CAGAu..ccUCucu.uAGCAaacCaCCAUCUuu
463 #=GR ZEA.M._B SS ...........<<<<.....<<.....<<<<...<.<<<<<<..
478 TRI.A._B gcucugggccuccUAc..ccCG.ccauAGCAgacCACCaUCUuu
479 #=GR TRI.A._B SS .............<<.....<<.....<<<<...<<<<.<<<..
488 HUM.L._B accaug.uucaCUGGuccugACucuuaaucggacCAUUUCCUuu
[all …]
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/generator68k/ccg/
H A Dasm-i386.h224 …(N)==15) ? (_B(0x8d),_B(0xb4),_B(0x26),_B(0x00),_B(0x00),_B(0x00),_B(0x00),_B(0x8d),_B(0xb4),_B(0x…
225 …((N)==14) ? (_B(0x8d),_B(0xb4),_B(0x26),_B(0x00),_B(0x00),_B(0x00),_B(0x00),_B(0x8d),_B(0xb4),_B(0…
226 …((N)==13) ? (_B(0x8d),_B(0xb4),_B(0x26),_B(0x00),_B(0x00),_B(0x00),_B(0x00),_B(0x8d),_B(0xb6),_B(0…
227 …((N)==12) ? (_B(0x8d),_B(0xb6),_B(0x00),_B(0x00),_B(0x00),_B(0x00),_B(0x8d),_B(0xb6),_B(0x00),_B(0…
228 …((N)==11) ? (_B(0x8d),_B(0xb4),_B(0x26),_B(0x00),_B(0x00),_B(0x00),_B(0x00),_B(0x8d),_B(0x74),_B(0…
229 …((N)==10) ? (_B(0x8d),_B(0xb4),_B(0x26),_B(0x00),_B(0x00),_B(0x00),_B(0x00),_B(0x8d),_B(0x76),_B(0…
230 … ((N)== 9) ? (_B(0x8d),_B(0xb4),_B(0x26),_B(0x00),_B(0x00),_B(0x00),_B(0x00),_B(0x89),_B(0xf6)) : \
231 ((N)== 8) ? (_B(0x8d),_B(0xb4),_B(0x26),_B(0x00),_B(0x00),_B(0x00),_B(0x00),_B(0x90)) : \
232 ((N)== 7) ? (_B(0x8d),_B(0xb4),_B(0x26),_B(0x00),_B(0x00),_B(0x00),_B(0x00)) : \
233 ((N)== 6) ? (_B(0x8d),_B(0xb6),_B(0x00),_B(0x00),_B(0x00),_B(0x00)) : \
[all …]
/dports/games/xpilot/xpilot-4.5.5/src/client/
H A Dpaintdata.h290 #define Erase_rectangle( _A, _B, _C, _D ) \ argument
292 #define Erase_rectangles(_A, _B) \ argument
293 ((useErase) ? Erase_do_rectangles((_A), (_B)) : (void)0 )
294 #define Erase_arc(_A, _B, _C, _D, _E, _F) \ argument
296 #define Erase_arcs(_A, _B) \ argument
297 ((useErase) ? Erase_do_arcs((_A), (_B)) : (void)0 )
298 #define Erase_segment(_A, _B, _C, _D, _E) \ argument
300 #define Erase_segments(_A, _B) \ argument
301 ((useErase) ? Erase_do_segments((_A), (_B)) : (void)0 )
302 #define Erase_points(_A, _B, _C) \ argument
[all …]
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2and3/
H A Dhmac.pyi7 _B = Union[bytes, bytearray]
15 def new(key: _B, msg: Optional[_B] = ...,
18 def new(key: _B, msg: Optional[_B] = ...,
27 def update(self, msg: _B) -> None: ...
38 def digest(key: _B, msg: _B, digest: str) -> bytes: ...

12345678910>>...118