Home
last modified time | relevance | path

Searched refs:qbyte (Results 1 – 25 of 28) sorted by relevance

12

/dports/emulators/simh/simh-3.9.0_5/S3/
H A Ds3_cpu.c843 qbyte--; in sim_instr()
856 qbyte--; in sim_instr()
865 qbyte--; in sim_instr()
883 qbyte--; in sim_instr()
926 qbyte--; in sim_instr()
1212 if ((IR & qbyte) != qbyte) in sim_instr()
1328 q = qbyte & 0x0f; in condition()
1335 if (qbyte & 0x10) in condition()
1337 if (qbyte & 0x08) in condition()
1339 if (qbyte == 0x00) in condition()
[all …]
H A Ds3_sys.c274 int32 oplen, groupno, i, j, vpos, qbyte, da, m, n; in printf_sym() local
322 qbyte = val[1]; in printf_sym()
366 opcode[i].q == qbyte) break; in printf_sym()
433 da = (qbyte >> 4) & 0x0f; in printf_sym()
434 m = (qbyte >> 3) & 0x01; in printf_sym()
435 n = (qbyte) & 0x07; in printf_sym()
439 sprintf(bldaddr, "%02X,%02X", qbyte, val[2]); in printf_sym()
444 if (regcode[i] == qbyte) in printf_sym()
450 sprintf(bldaddr, "%02X,%s", qbyte, boperand); in printf_sym()
453 sprintf(bldaddr, "%02X,%s", qbyte, boperand); in printf_sym()
[all …]
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/master/
H A Dservers.c69 qbyte* addr = (qbyte*)&address->sin_addr.s_addr; in Sv_AddressHash()
70 qbyte* port = (qbyte*)&address->sin_port; in Sv_AddressHash()
71 qbyte hash; in Sv_AddressHash()
H A Dmessages.c328 (qbyte)packet[packetind ], (qbyte)packet[packetind + 1], in HandleGetServers()
329 (qbyte)packet[packetind + 2], (qbyte)packet[packetind + 3], in HandleGetServers()
H A Dcommon.h49 typedef unsigned char qbyte; typedef
H A Dmaster.c126 else if (c >= 32 && (qbyte)c <= 127) in PrintPacket()
/dports/audio/wav2cdr/wav2cdr/
H A Dchelp.h173 qbyte, dword, lword; /* 32 bits */ typedef
176 qbyte, dword, lword; /* 32 bits */ typedef
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/dbindex/
H A Ddbindex_search.cpp1029 Uint1 qbyte = 0; in ExtendLeft() local
1034 qbyte = qbyte + ((*--qpos)<<(2*i)); in ExtendLeft()
1047 if( sbyte != qbyte ){ in ExtendLeft()
1098 Uint1 qbyte = 0; in ExtendRight() local
1110 qbyte = (qbyte<<2) + *qpos++; in ExtendRight()
1115 if( sbyte != qbyte ) { in ExtendRight()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/dbindex/
H A Ddbindex_search.cpp1029 Uint1 qbyte = 0; in ExtendLeft() local
1034 qbyte = qbyte + ((*--qpos)<<(2*i)); in ExtendLeft()
1047 if( sbyte != qbyte ){ in ExtendLeft()
1098 Uint1 qbyte = 0; in ExtendRight() local
1110 qbyte = (qbyte<<2) + *qpos++; in ExtendRight()
1115 if( sbyte != qbyte ) { in ExtendRight()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/fpsp040/
H A Dx_unsupp.S67 andl #0xFF00FF,%d1 |clear all but aexcs and qbyte
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/fpsp040/
H A Dx_unsupp.S67 andl #0xFF00FF,%d1 |clear all but aexcs and qbyte
/dports/multimedia/libv4l/linux-5.13-rc2/arch/m68k/fpsp040/
H A Dx_unsupp.S67 andl #0xFF00FF,%d1 |clear all but aexcs and qbyte
/dports/net/czmq4/czmq-4.2.1/src/
H A Dpython_cffi.inc7 typedef unsigned int qbyte; // Quad byte = 32 bits
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/UI/
H A DEmail.hs120 (map qbyte
125 qbyte b = B.pack (map B.c2w ['=' function
/dports/net/czmq4/czmq-4.2.1/include/
H A Dczmq_prelude.h421 typedef unsigned int qbyte; // Quad byte = 32 bits typedef
/dports/net/czmq/czmq-4.1.1/include/
H A Dczmq_prelude.h416 typedef unsigned int qbyte; // Quad byte = 32 bits typedef
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Dinquire.c522 static int qbyte(Object o) in qbyte() function
2168 { "isbyte", IS_YESNO(qbyte)},
/dports/security/ncrack/ncrack-0.7/lists/
H A Dphpbb.pwd5045 qbyte
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A DChangeLog17143 eliminated qbyte type, now uses unsigned char throughout the engine for this purpose
17545 Rename dhullinfo_t to hullinfo_t, fix byte->qbyte. More fixes later! Don't complain if this crashes…
18376 changed keydown[] from unsigned int holding key repeat count to qbyte holding status (0 = up, 1 = d…
22223 (remap has the type qbyte[256] now)
29589 renamed and altered SZ_HexDumpToConsole to be Com_HexDumpToConsole which takes a qbyte * and a size…
30257 use qbyte * math instead of void * math to keep MSVC happy
31950 added a qtypes.h for little things like qbyte and such
32404 removed silly uses of 'long' (now int, or qbyte *, depending on the way it was used), and changed m…
32816 renamed byte to qbyte throughout engine to eliminate a mingw conflict
H A Dtodo740 d cleanup darkplaces general: replace qbyte with unsigned char (Randy)
/dports/net/czmq/czmq-4.1.1/bindings/python_cffi/czmq_cffi/
H A D_cdefs.inc15 typedef unsigned int qbyte; // Quad byte = 32 bits
/dports/net/czmq/czmq-4.1.1/api/
H A Dpython_cffi.slurp15 typedef unsigned int qbyte; // Quad byte = 32 bits
/dports/net/czmq4/czmq-4.2.1/api/
H A Dpython_cffi.slurp15 typedef unsigned int qbyte; // Quad byte = 32 bits
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dtodo760 d cleanup darkplaces general: replace qbyte with unsigned char (Randy)
/dports/games/darkplaces/darkplaces/
H A Dtodo761 d cleanup darkplaces general: replace qbyte with unsigned char (Randy)

12