Home
last modified time | relevance | path

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

12

/dports/print/typetools/lcdf-typetools-2.108/libefont/
H A Dotfcmap.cc156 for (int hi_byte = 0; hi_byte < 256; hi_byte++) in check_table() local
157 if (uint32_t subh_key = USHORT_AT(data + 6 + 2 * hi_byte)) { in check_table()
159 return errh->error("bad table %d subheader %d offset (format 2)", t, hi_byte); in check_table()
168 return errh->error("bad table %d subheader %d length (format 2)", t, hi_byte); in check_table()
276 int hi_byte = (uni >> 8) & 255; in map_table() local
277 int subh = USHORT_AT(data + 6 + hi_byte * 2); in map_table()
278 if (subh == 0 && hi_byte) // XXX? in map_table()
375 for (int hi_byte = 0; hi_byte < 256; hi_byte++) { in dump_table() local
376 int subh = USHORT_AT(data + 6 + hi_byte * 4); in dump_table()
377 if (subh == 0 && hi_byte > 0) in dump_table()
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/libefont/
H A Dotfcmap.cc155 for (int hi_byte = 0; hi_byte < 256; hi_byte++) in check_table() local
156 if (uint32_t subh_key = USHORT_AT(data + 6 + 2 * hi_byte)) { in check_table()
158 return errh->error("bad table %d subheader %d offset (format 2)", t, hi_byte); in check_table()
167 return errh->error("bad table %d subheader %d length (format 2)", t, hi_byte); in check_table()
273 int hi_byte = (uni >> 8) & 255; in map_table() local
274 int subh = USHORT_AT(data + 6 + hi_byte * 2); in map_table()
275 if (subh == 0 && hi_byte) // XXX? in map_table()
372 for (int hi_byte = 0; hi_byte < 256; hi_byte++) { in dump_table() local
373 int subh = USHORT_AT(data + 6 + hi_byte * 4); in dump_table()
374 if (subh == 0 && hi_byte > 0) in dump_table()
[all …]
/dports/print/tex-dvipsk/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/libefont/
H A Dotfcmap.cc155 for (int hi_byte = 0; hi_byte < 256; hi_byte++) in check_table() local
156 if (uint32_t subh_key = USHORT_AT(data + 6 + 2 * hi_byte)) { in check_table()
158 return errh->error("bad table %d subheader %d offset (format 2)", t, hi_byte); in check_table()
167 return errh->error("bad table %d subheader %d length (format 2)", t, hi_byte); in check_table()
273 int hi_byte = (uni >> 8) & 255; in map_table() local
274 int subh = USHORT_AT(data + 6 + hi_byte * 2); in map_table()
275 if (subh == 0 && hi_byte) // XXX? in map_table()
372 for (int hi_byte = 0; hi_byte < 256; hi_byte++) { in dump_table() local
373 int subh = USHORT_AT(data + 6 + hi_byte * 4); in dump_table()
374 if (subh == 0 && hi_byte > 0) in dump_table()
[all …]
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/game_sp/
H A Dfile.c143 boolean hi_byte = FALSE; /* little endian data => start with low byte */ in copyInternalEngineVars_SP() local
151 if (hi_byte) in copyInternalEngineVars_SP()
156 if (hi_byte) in copyInternalEngineVars_SP()
159 hi_byte = !hi_byte; in copyInternalEngineVars_SP()
/dports/games/rocksndiamonds/rocksndiamonds-3.3.1.2/src/game_sp/
H A Dfile.c98 boolean hi_byte = FALSE; /* little endian data => start with low byte */ in copyInternalEngineVars_SP() local
106 if (hi_byte) in copyInternalEngineVars_SP()
111 if (hi_byte) in copyInternalEngineVars_SP()
114 hi_byte = !hi_byte; in copyInternalEngineVars_SP()
/dports/games/rnd_jue/rocksndiamonds-3.3.1.0/src/game_sp/
H A Dfile.c98 boolean hi_byte = FALSE; /* little endian data => start with low byte */ in copyInternalEngineVars_SP() local
106 if (hi_byte) in copyInternalEngineVars_SP()
111 if (hi_byte) in copyInternalEngineVars_SP()
114 hi_byte = !hi_byte; in copyInternalEngineVars_SP()
/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/game_sp/
H A Dfile.c143 boolean hi_byte = FALSE; /* little endian data => start with low byte */ in copyInternalEngineVars_SP() local
151 if (hi_byte) in copyInternalEngineVars_SP()
156 if (hi_byte) in copyInternalEngineVars_SP()
159 hi_byte = !hi_byte; in copyInternalEngineVars_SP()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/debugserver/source/
H A DJSON.cpp466 const int hi_byte = DecodeHexU8(); in GetEscapedChar() local
468 if (hi_byte >= 0 && lo_byte >= 0) in GetEscapedChar()
469 return hi_byte << 8 | lo_byte; in GetEscapedChar()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/tools/debugserver/source/
H A DJSON.cpp466 const int hi_byte = DecodeHexU8(); in GetEscapedChar() local
468 if (hi_byte >= 0 && lo_byte >= 0) in GetEscapedChar()
469 return hi_byte << 8 | lo_byte; in GetEscapedChar()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/tools/debugserver/source/
H A DJSON.cpp466 const int hi_byte = DecodeHexU8(); in GetEscapedChar() local
468 if (hi_byte >= 0 && lo_byte >= 0) in GetEscapedChar()
469 return hi_byte << 8 | lo_byte; in GetEscapedChar()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/tools/debugserver/source/
H A DJSON.cpp466 const int hi_byte = DecodeHexU8(); in GetEscapedChar() local
468 if (hi_byte >= 0 && lo_byte >= 0) in GetEscapedChar()
469 return hi_byte << 8 | lo_byte; in GetEscapedChar()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/tools/debugserver/source/
H A DJSON.cpp466 const int hi_byte = DecodeHexU8(); in GetEscapedChar() local
468 if (hi_byte >= 0 && lo_byte >= 0) in GetEscapedChar()
469 return hi_byte << 8 | lo_byte; in GetEscapedChar()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/tools/debugserver/source/
H A DJSON.cpp466 const int hi_byte = DecodeHexU8(); in GetEscapedChar() local
468 if (hi_byte >= 0 && lo_byte >= 0) in GetEscapedChar()
469 return hi_byte << 8 | lo_byte; in GetEscapedChar()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/tools/debugserver/source/
H A DJSON.cpp464 const int hi_byte = DecodeHexU8(); in GetEscapedChar() local
466 if (hi_byte >= 0 && lo_byte >= 0) in GetEscapedChar()
467 return hi_byte << 8 | lo_byte; in GetEscapedChar()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/tools/debugserver/source/
H A DJSON.cpp466 const int hi_byte = DecodeHexU8(); in GetEscapedChar() local
468 if (hi_byte >= 0 && lo_byte >= 0) in GetEscapedChar()
469 return hi_byte << 8 | lo_byte; in GetEscapedChar()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/tools/debugserver/source/
H A DJSON.cpp466 const int hi_byte = DecodeHexU8(); in GetEscapedChar() local
468 if (hi_byte >= 0 && lo_byte >= 0) in GetEscapedChar()
469 return hi_byte << 8 | lo_byte; in GetEscapedChar()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/tools/debugserver/source/
H A DJSON.cpp466 const int hi_byte = DecodeHexU8(); in GetEscapedChar() local
468 if (hi_byte >= 0 && lo_byte >= 0) in GetEscapedChar()
469 return hi_byte << 8 | lo_byte; in GetEscapedChar()
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dbigflt.c1275 BYTE hi_byte; in norm_bf() local
1281 hi_byte = r[bflength-1]; in norm_bf()
1282 if (hi_byte != 0x00 && hi_byte != 0xFF) in norm_bf()
1285 r[bflength-1] = (BYTE)(hi_byte & 0x80 ? 0xFF : 0x00); in norm_bf()
1292 for (scale = 2; scale < bflength && r[bflength-scale] == hi_byte; scale++) in norm_bf()
1294 if (scale == bflength && hi_byte == 0) /* zero */ in norm_bf()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_vm.h205 #define hi_byte(a) ((a) >> 8) macro
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_vm.h205 #define hi_byte(a) ((a) >> 8) macro
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_vm.h191 #define hi_byte(a) ((a) >> 8) macro
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_vm.h240 #define hi_byte(a) ((a) >> 8) macro
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_vm.h240 #define hi_byte(a) ((a) >> 8) macro
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_vm.h240 #define hi_byte(a) ((a) >> 8) macro
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_vm.h240 #define hi_byte(a) ((a) >> 8) macro

12