Home
last modified time | relevance | path

Searched refs:more_bytes (Results 1 – 25 of 65) sorted by relevance

123

/dports/lang/micropython/micropython-1.17/py/
H A Dstream.c124 mp_uint_t more_bytes = sz; in stream_read_generic() local
126 while (more_bytes > 0) { in stream_read_generic()
127 char *p = vstr_add_len(&vstr, more_bytes); in stream_read_generic()
129 mp_uint_t out_sz = mp_stream_read_exactly(args[0], p, more_bytes, &error); in stream_read_generic()
131 vstr_cut_tail_bytes(&vstr, more_bytes); in stream_read_generic()
146 if (out_sz < more_bytes) { in stream_read_generic()
149 vstr_cut_tail_bytes(&vstr, more_bytes - out_sz); in stream_read_generic()
181 more_bytes = sz; in stream_read_generic()
187 more_bytes = (off + n - vstr.len) + (sz - 1); in stream_read_generic()
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/csharp/
H A DCS.cs120 private unsafe delegate NEOERR* CSOUTFUNC(void* ctx, sbyte* more_bytes); in CSOUTFUNC() argument
124 public unsafe NEOERR* handleOutput(void* ctx, sbyte* more_bytes) { in handleOutput() argument
127 output += new String(more_bytes); in handleOutput()
/dports/www/clearsilver/clearsilver-0.10.5/csharp/
H A DCS.cs120 private unsafe delegate NEOERR* CSOUTFUNC(void* ctx, sbyte* more_bytes); in CSOUTFUNC() argument
124 public unsafe NEOERR* handleOutput(void* ctx, sbyte* more_bytes) { in handleOutput() argument
127 output += new String(more_bytes); in handleOutput()
/dports/www/p5-ClearSilver/clearsilver-0.10.5/csharp/
H A DCS.cs120 private unsafe delegate NEOERR* CSOUTFUNC(void* ctx, sbyte* more_bytes); in CSOUTFUNC() argument
124 public unsafe NEOERR* handleOutput(void* ctx, sbyte* more_bytes) { in handleOutput() argument
127 output += new String(more_bytes); in handleOutput()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/webshare/win/
H A Dfake_data_writer_factory_unittest.cc139 std::vector<unsigned char> more_bytes = {' ', 't', 'h', 'e', 'r', 'e'}; in TEST() local
141 data_writer->WriteBytes(more_bytes.size(), more_bytes.data())); in TEST()
146 [&run_loop, &more_bytes](IAsyncOperation<UINT32>* async_operation, in TEST()
151 EXPECT_EQ(results, more_bytes.size()); in TEST()
/dports/net/py-smart-open/smart_open-5.2.1/smart_open/
H A Dbytebuffer.py155 for more_bytes in source:
156 new_bytes += more_bytes
/dports/audio/festival/speech_tools/rxp/
H A Dinput.c316 goto more_bytes; in get_translated_line1()
323 goto more_bytes; in get_translated_line1()
385 goto more_bytes; in get_translated_line1()
450 more_bytes: in get_translated_line1()
/dports/textproc/rxp/rxp-1.4.4/
H A Dinput.c386 more_bytes: \
543 goto more_bytes; in translate_utf8()
611 goto more_bytes; in translate_utf16()
/dports/textproc/ltxml/ltxml-1.2.9/RXP/src/
H A Dinput.c392 more_bytes: \
553 goto more_bytes; in translate_utf8()
621 goto more_bytes; in translate_utf16()
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/core_arch/src/x86/
H A Davx512gfni.rs1010 let (bytes, more_bytes, _) = generate_byte_mul_test_data(); in test_mm512_gf2p8affine_epi64_epi8()
1019 let data = load_m512i_word(&more_bytes, i); in test_mm512_gf2p8affine_epi64_epi8()
1087 let (bytes, more_bytes, _) = generate_byte_mul_test_data(); in test_mm256_gf2p8affine_epi64_epi8()
1096 let data = load_m256i_word(&more_bytes, i); in test_mm256_gf2p8affine_epi64_epi8()
1164 let (bytes, more_bytes, _) = generate_byte_mul_test_data(); in test_mm_gf2p8affine_epi64_epi8()
1173 let data = load_m128i_word(&more_bytes, i); in test_mm_gf2p8affine_epi64_epi8()
/dports/multimedia/libv4l/linux-5.13-rc2/net/batman-adv/
H A Dtp_meter.c520 wake_up(&tp_vars->more_bytes); in batadv_tp_sender_timeout()
749 wake_up(&tp_vars->more_bytes); in batadv_tp_recv_ack()
792 ret = wait_event_interruptible_timeout(tp_vars->more_bytes, in batadv_tp_wait_available()
1021 init_waitqueue_head(&tp_vars->more_bytes); in batadv_tp_start()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/batman-adv/
H A Dtp_meter.c520 wake_up(&tp_vars->more_bytes); in batadv_tp_sender_timeout()
749 wake_up(&tp_vars->more_bytes); in batadv_tp_recv_ack()
792 ret = wait_event_interruptible_timeout(tp_vars->more_bytes, in batadv_tp_wait_available()
1021 init_waitqueue_head(&tp_vars->more_bytes); in batadv_tp_start()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/batman-adv/
H A Dtp_meter.c520 wake_up(&tp_vars->more_bytes); in batadv_tp_sender_timeout()
749 wake_up(&tp_vars->more_bytes); in batadv_tp_recv_ack()
792 ret = wait_event_interruptible_timeout(tp_vars->more_bytes, in batadv_tp_wait_available()
1021 init_waitqueue_head(&tp_vars->more_bytes); in batadv_tp_start()
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/InferFunctionAttrs/
H A Ddereferenceable.ll194 define void @more_bytes(i32* dereferenceable(8) %ptr) {
195 ; CHECK-LABEL: @more_bytes(i32* dereferenceable(8) %ptr)
/dports/security/snort3/snort3-3.1.19.0/src/log/
H A Dlog_text.cc766 const int16_t more_bytes = p->dsize - 8; in LogICMPEmbeddedIP() local
768 if (more_bytes > 0) in LogICMPEmbeddedIP()
769 TextLog_Print(log, "(%d more bytes of original packet)\n", more_bytes); in LogICMPEmbeddedIP()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/InferFunctionAttrs/
H A Ddereferenceable.ll242 define void @more_bytes(i32* dereferenceable(8) %ptr) {
243 ; CHECK-LABEL: @more_bytes(i32* dereferenceable(8) %ptr)
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/InferFunctionAttrs/
H A Ddereferenceable.ll242 define void @more_bytes(i32* dereferenceable(8) %ptr) {
243 ; CHECK-LABEL: @more_bytes(i32* dereferenceable(8) %ptr)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/InferFunctionAttrs/
H A Ddereferenceable-inseltpoison.ll242 define void @more_bytes(i32* dereferenceable(8) %ptr) {
243 ; CHECK-LABEL: @more_bytes(i32* dereferenceable(8) %ptr)
H A Ddereferenceable.ll242 define void @more_bytes(i32* dereferenceable(8) %ptr) {
243 ; CHECK-LABEL: @more_bytes(i32* dereferenceable(8) %ptr)
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/InferFunctionAttrs/
H A Ddereferenceable-inseltpoison.ll242 define void @more_bytes(i32* dereferenceable(8) %ptr) {
243 ; CHECK-LABEL: @more_bytes(i32* dereferenceable(8) %ptr)
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/InferFunctionAttrs/
H A Ddereferenceable.ll242 define void @more_bytes(i32* dereferenceable(8) %ptr) {
243 ; CHECK-LABEL: @more_bytes(i32* dereferenceable(8) %ptr)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/InferFunctionAttrs/
H A Ddereferenceable.ll242 define void @more_bytes(i32* dereferenceable(8) %ptr) {
243 ; CHECK-LABEL: @more_bytes(i32* dereferenceable(8) %ptr)
H A Ddereferenceable-inseltpoison.ll242 define void @more_bytes(i32* dereferenceable(8) %ptr) {
243 ; CHECK-LABEL: @more_bytes(i32* dereferenceable(8) %ptr)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/InferFunctionAttrs/
H A Ddereferenceable.ll242 define void @more_bytes(i32* dereferenceable(8) %ptr) {
243 ; CHECK-LABEL: @more_bytes(i32* dereferenceable(8) %ptr)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/InferFunctionAttrs/
H A Ddereferenceable.ll242 define void @more_bytes(i32* dereferenceable(8) %ptr) {
243 ; CHECK-LABEL: @more_bytes(i32* dereferenceable(8) %ptr)

123