Home
last modified time | relevance | path

Searched refs:first_byte (Results 1 – 25 of 1586) sorted by relevance

12345678910>>...64

/dports/science/minc2/minc-release-2.2.00/conversion/mri_to_minc/
H A Dge_uncompress.c18 int first_byte; in main() local
37 while ((first_byte = getc(fpin)) != EOF) { in main()
40 if (first_byte < 0x40) { in main()
41 base += first_byte; in main()
43 else if (first_byte < 0x80) { in main()
44 base += first_byte - 0x80; in main()
51 if (first_byte < 0xa0) { in main()
52 base += ((first_byte & 0x1f) << 8) + second_byte; in main()
54 else if (first_byte < 0xc0) { in main()
55 base += ((first_byte | 0xc0) << 8) + second_byte; in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/midi/
H A Dusb_midi_output_stream.cc32 if (first_byte & 0x08) { in Send()
40 } else if (first_byte & 0x80) { in Send()
121 DCHECK_LE(0xf1, first_byte); in PushSysCommonMessage()
122 DCHECK_LE(first_byte, 0xf7); in PushSysCommonMessage()
123 DCHECK_EQ(0xf0, first_byte & 0xf8); in PushSysCommonMessage()
151 DCHECK_LE(0xf8, first_byte); in PushSysRTMessage()
152 DCHECK_LE(first_byte, 0xff); in PushSysRTMessage()
155 data_to_send->push_back(first_byte); in PushSysRTMessage()
168 DCHECK_LE(0x80, (first_byte & 0xf0)); in PushChannelMessage()
169 DCHECK_LE((first_byte & 0xf0), 0xe0); in PushChannelMessage()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/midi/
H A Dusb_midi_output_stream.cc32 if (first_byte & 0x08) { in Send()
40 } else if (first_byte & 0x80) { in Send()
121 DCHECK_LE(0xf1, first_byte); in PushSysCommonMessage()
122 DCHECK_LE(first_byte, 0xf7); in PushSysCommonMessage()
123 DCHECK_EQ(0xf0, first_byte & 0xf8); in PushSysCommonMessage()
151 DCHECK_LE(0xf8, first_byte); in PushSysRTMessage()
152 DCHECK_LE(first_byte, 0xff); in PushSysRTMessage()
155 data_to_send->push_back(first_byte); in PushSysRTMessage()
168 DCHECK_LE(0x80, (first_byte & 0xf0)); in PushChannelMessage()
169 DCHECK_LE((first_byte & 0xf0), 0xe0); in PushChannelMessage()
[all …]
/dports/net/gerbera/gerbera-1.9.2/src/util/
H A Dmt_inotify.cc125 static int first_byte = 0; in nextEvent() local
131 if (first_byte != 0 in nextEvent()
134 first_byte += sizeof(struct inotify_event) + ret->len; in nextEvent()
138 if (first_byte == bytes) { in nextEvent()
139 first_byte = 0; in nextEvent()
140 } else if (first_byte > bytes) { in nextEvent()
157 if (first_byte == 0) { in nextEvent()
217 first_byte = int(sizeof(struct inotify_event) + ret->len); in nextEvent()
218 assert(first_byte <= bytes); in nextEvent()
220 if (first_byte == bytes) { in nextEvent()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/gcj/convert/
H A DnatInput_SJIS.cc30 if (first_byte == 0) in read()
48 first_byte = b; in read()
54 int rowOffset = first_byte < 160 ? 112 : 176; in read()
56 first_byte = ((first_byte - rowOffset) << 1) - adjust; in read()
59 first_byte -= 33; in read()
62 if ((unsigned) first_byte >= 84 || (unsigned) b >= 94) in read()
66 b = JIS0208_to_Unicode[first_byte][b]; in read()
72 first_byte = 0; in read()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/gcj/convert/
H A DnatInput_SJIS.cc30 if (first_byte == 0) in read()
48 first_byte = b; in read()
54 int rowOffset = first_byte < 160 ? 112 : 176; in read()
56 first_byte = ((first_byte - rowOffset) << 1) - adjust; in read()
59 first_byte -= 33; in read()
62 if ((unsigned) first_byte >= 84 || (unsigned) b >= 94) in read()
66 b = JIS0208_to_Unicode[first_byte][b]; in read()
72 first_byte = 0; in read()
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/gcj/convert/
H A DnatInput_SJIS.cc30 if (first_byte == 0) in read()
48 first_byte = b; in read()
54 int rowOffset = first_byte < 160 ? 112 : 176; in read()
56 first_byte = ((first_byte - rowOffset) << 1) - adjust; in read()
59 first_byte -= 33; in read()
62 if ((unsigned) first_byte >= 84 || (unsigned) b >= 94) in read()
66 b = JIS0208_to_Unicode[first_byte][b]; in read()
72 first_byte = 0; in read()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/gcj/convert/
H A DnatInput_SJIS.cc30 if (first_byte == 0) in read()
48 first_byte = b; in read()
54 int rowOffset = first_byte < 160 ? 112 : 176; in read()
56 first_byte = ((first_byte - rowOffset) << 1) - adjust; in read()
59 first_byte -= 33; in read()
62 if ((unsigned) first_byte >= 84 || (unsigned) b >= 94) in read()
66 b = JIS0208_to_Unicode[first_byte][b]; in read()
72 first_byte = 0; in read()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/gcj/convert/
H A DnatInput_SJIS.cc30 if (first_byte == 0) in read()
48 first_byte = b; in read()
54 int rowOffset = first_byte < 160 ? 112 : 176; in read()
56 first_byte = ((first_byte - rowOffset) << 1) - adjust; in read()
59 first_byte -= 33; in read()
62 if ((unsigned) first_byte >= 84 || (unsigned) b >= 94) in read()
66 b = JIS0208_to_Unicode[first_byte][b]; in read()
72 first_byte = 0; in read()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/gnu/gcj/convert/
H A DnatInput_SJIS.cc30 if (first_byte == 0) in read()
48 first_byte = b; in read()
54 int rowOffset = first_byte < 160 ? 112 : 176; in read()
56 first_byte = ((first_byte - rowOffset) << 1) - adjust; in read()
59 first_byte -= 33; in read()
62 if ((unsigned) first_byte >= 84 || (unsigned) b >= 94) in read()
66 b = JIS0208_to_Unicode[first_byte][b]; in read()
72 first_byte = 0; in read()
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/gcj/convert/
H A DnatInput_SJIS.cc30 if (first_byte == 0) in read()
48 first_byte = b; in read()
54 int rowOffset = first_byte < 160 ? 112 : 176; in read()
56 first_byte = ((first_byte - rowOffset) << 1) - adjust; in read()
59 first_byte -= 33; in read()
62 if ((unsigned) first_byte >= 84 || (unsigned) b >= 94) in read()
66 b = JIS0208_to_Unicode[first_byte][b]; in read()
72 first_byte = 0; in read()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxxabi/test/
H A Dguard_test_basic.pass.cpp24 uint8_t first_byte() { in first_byte() function
46 assert(first_byte() == 0); in test_acquire()
48 assert(first_byte() == 0); in test_acquire()
52 assert(first_byte() == 0); in test_acquire()
55 assert(first_byte() == 1); in test_acquire()
63 assert(first_byte() == 0); in test_release()
65 assert(first_byte() == 0); in test_release()
67 assert(first_byte() == 1); in test_release()
74 assert(first_byte() == 0); in test_abort()
76 assert(first_byte() == 0); in test_abort()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxxabi/test/
H A Dguard_test_basic.pass.cpp29 uint8_t first_byte() { in first_byte() function
51 assert(first_byte() == 0); in test_acquire()
53 assert(first_byte() == 0); in test_acquire()
57 assert(first_byte() == 0); in test_acquire()
60 assert(first_byte() == 1); in test_acquire()
68 assert(first_byte() == 0); in test_release()
70 assert(first_byte() == 0); in test_release()
72 assert(first_byte() == 1); in test_release()
79 assert(first_byte() == 0); in test_abort()
81 assert(first_byte() == 0); in test_abort()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxxabi/test/
H A Dguard_test_basic.pass.cpp24 uint8_t first_byte() { in first_byte() function
46 assert(first_byte() == 0); in test_acquire()
48 assert(first_byte() == 0); in test_acquire()
52 assert(first_byte() == 0); in test_acquire()
55 assert(first_byte() == 1); in test_acquire()
63 assert(first_byte() == 0); in test_release()
65 assert(first_byte() == 0); in test_release()
67 assert(first_byte() == 1); in test_release()
74 assert(first_byte() == 0); in test_abort()
76 assert(first_byte() == 0); in test_abort()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxxabi/test/
H A Dguard_test_basic.pass.cpp29 uint8_t first_byte() { in first_byte() function
51 assert(first_byte() == 0); in test_acquire()
53 assert(first_byte() == 0); in test_acquire()
57 assert(first_byte() == 0); in test_acquire()
60 assert(first_byte() == 1); in test_acquire()
68 assert(first_byte() == 0); in test_release()
70 assert(first_byte() == 0); in test_release()
72 assert(first_byte() == 1); in test_release()
79 assert(first_byte() == 0); in test_abort()
81 assert(first_byte() == 0); in test_abort()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxxabi/test/
H A Dguard_test_basic.pass.cpp29 uint8_t first_byte() { in first_byte() function
51 assert(first_byte() == 0); in test_acquire()
53 assert(first_byte() == 0); in test_acquire()
57 assert(first_byte() == 0); in test_acquire()
60 assert(first_byte() == 1); in test_acquire()
68 assert(first_byte() == 0); in test_release()
70 assert(first_byte() == 0); in test_release()
72 assert(first_byte() == 1); in test_release()
79 assert(first_byte() == 0); in test_abort()
81 assert(first_byte() == 0); in test_abort()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxxabi/test/
H A Dguard_test_basic.pass.cpp29 uint8_t first_byte() { in first_byte() function
51 assert(first_byte() == 0); in test_acquire()
53 assert(first_byte() == 0); in test_acquire()
57 assert(first_byte() == 0); in test_acquire()
60 assert(first_byte() == 1); in test_acquire()
68 assert(first_byte() == 0); in test_release()
70 assert(first_byte() == 0); in test_release()
72 assert(first_byte() == 1); in test_release()
79 assert(first_byte() == 0); in test_abort()
81 assert(first_byte() == 0); in test_abort()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxxabi/test/
H A Dguard_test_basic.pass.cpp29 uint8_t first_byte() { in first_byte() function
51 assert(first_byte() == 0); in test_acquire()
53 assert(first_byte() == 0); in test_acquire()
57 assert(first_byte() == 0); in test_acquire()
60 assert(first_byte() == 1); in test_acquire()
68 assert(first_byte() == 0); in test_release()
70 assert(first_byte() == 0); in test_release()
72 assert(first_byte() == 1); in test_release()
79 assert(first_byte() == 0); in test_abort()
81 assert(first_byte() == 0); in test_abort()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxxabi/test/
H A Dguard_test_basic.pass.cpp29 uint8_t first_byte() { in first_byte() function
51 assert(first_byte() == 0); in test_acquire()
53 assert(first_byte() == 0); in test_acquire()
57 assert(first_byte() == 0); in test_acquire()
60 assert(first_byte() == 1); in test_acquire()
68 assert(first_byte() == 0); in test_release()
70 assert(first_byte() == 0); in test_release()
72 assert(first_byte() == 1); in test_release()
79 assert(first_byte() == 0); in test_abort()
81 assert(first_byte() == 0); in test_abort()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxxabi/test/
H A Dguard_test_basic.pass.cpp29 uint8_t first_byte() {
51 assert(first_byte() == 0);
53 assert(first_byte() == 0);
57 assert(first_byte() == 0);
60 assert(first_byte() == 1);
68 assert(first_byte() == 0);
70 assert(first_byte() == 0);
72 assert(first_byte() == 1);
79 assert(first_byte() == 0);
81 assert(first_byte() == 0);
[all …]
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/uptexdir/
H A Duptftopl.ch39 var first_byte, second_byte:integer; { jis code bytes }
41 first_byte:=cx div @'400; second_byte:=cx mod @'400;
42 if (first_byte<@"21)
43 or((first_byte>@"28)and(first_byte<@"30))
44 or(first_byte>@"74) then valid_jis_code:=false;
62 var first_byte,second_byte:integer; { jis code bytes }
64 first_byte:=cx div @'400 - @"21;
66 if first_byte<8 then
67 jis_to_index:=first_byte*94+second_byte
69 jis_to_index:=(first_byte-7)*94+second_byte;
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/uptexdir/
H A Duptftopl.ch39 var first_byte, second_byte:integer; { jis code bytes }
41 first_byte:=cx div @'400; second_byte:=cx mod @'400;
42 if (first_byte<@"21)
43 or((first_byte>@"28)and(first_byte<@"30))
44 or(first_byte>@"74) then valid_jis_code:=false;
62 var first_byte,second_byte:integer; { jis code bytes }
64 first_byte:=cx div @'400 - @"21;
66 if first_byte<8 then
67 jis_to_index:=first_byte*94+second_byte
69 jis_to_index:=(first_byte-7)*94+second_byte;
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/uptexdir/
H A Duptftopl.ch39 var first_byte, second_byte:integer; { jis code bytes }
41 first_byte:=cx div @'400; second_byte:=cx mod @'400;
42 if (first_byte<@"21)
43 or((first_byte>@"28)and(first_byte<@"30))
44 or(first_byte>@"74) then valid_jis_code:=false;
62 var first_byte,second_byte:integer; { jis code bytes }
64 first_byte:=cx div @'400 - @"21;
66 if first_byte<8 then
67 jis_to_index:=first_byte*94+second_byte
69 jis_to_index:=(first_byte-7)*94+second_byte;
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/uptexdir/
H A Duptftopl.ch39 var first_byte, second_byte:integer; { jis code bytes }
41 first_byte:=cx div @'400; second_byte:=cx mod @'400;
42 if (first_byte<@"21)
43 or((first_byte>@"28)and(first_byte<@"30))
44 or(first_byte>@"74) then valid_jis_code:=false;
62 var first_byte,second_byte:integer; { jis code bytes }
64 first_byte:=cx div @'400 - @"21;
66 if first_byte<8 then
67 jis_to_index:=first_byte*94+second_byte
69 jis_to_index:=(first_byte-7)*94+second_byte;
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/uptexdir/
H A Duptftopl.ch39 var first_byte, second_byte:integer; { jis code bytes }
41 first_byte:=cx div @'400; second_byte:=cx mod @'400;
42 if (first_byte<@"21)
43 or((first_byte>@"28)and(first_byte<@"30))
44 or(first_byte>@"74) then valid_jis_code:=false;
62 var first_byte,second_byte:integer; { jis code bytes }
64 first_byte:=cx div @'400 - @"21;
66 if first_byte<8 then
67 jis_to_index:=first_byte*94+second_byte
69 jis_to_index:=(first_byte-7)*94+second_byte;

12345678910>>...64