Home
last modified time | relevance | path

Searched refs:the_buffer (Results 1 – 25 of 146) sorted by relevance

123456

/dports/misc/teseq/teseq-1.1.1/src/
H A Dtest-inputbuf.c38 struct inputbuf *the_buffer; variable
45 the_buffer = inputbuf_new (f, 10); in initfile()
52 fail_unless (inputbuf_get (the_buffer) == 'a'); in START_TEST()
53 fail_unless (inputbuf_get (the_buffer) == 'b'); in START_TEST()
57 fail_unless (inputbuf_get (the_buffer) == 'c'); in START_TEST()
58 fail_unless (inputbuf_get (the_buffer) == 'd'); in START_TEST()
59 fail_unless (inputbuf_get (the_buffer) == 'e'); in START_TEST()
64 fail_unless (inputbuf_get (the_buffer) == 'c'); in START_TEST()
65 fail_unless (inputbuf_get (the_buffer) == 'd'); in START_TEST()
75 inputbuf_reset_count (the_buffer); in START_TEST()
[all …]
H A Dtest-ringbuf.c37 struct ringbuf *the_buffer; variable
85 ringbuf_put (the_buffer, 'x'); in START_TEST()
86 ringbuf_put (the_buffer, 'x'); in START_TEST()
87 ringbuf_get (the_buffer); in START_TEST()
88 ringbuf_get (the_buffer); in START_TEST()
106 ringbuf_put (the_buffer, 'a'); in START_TEST()
107 ringbuf_put (the_buffer, 'b'); in START_TEST()
108 ringbuf_put (the_buffer, 'c'); in START_TEST()
110 ringbuf_clear (the_buffer); in START_TEST()
119 ringbuf_put (the_buffer, 'a'); in START_TEST()
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/windows-gui/save/
H A Dpmaster.c83 char the_buffer[500]; variable
103 strcpy(the_buffer,"cmd /c ");
104 strcat(the_buffer,(LPSTR)cmdl);
105 ptr = strstr(the_buffer,"bpslw");
114 strcat(the_buffer,zahl);
116 x = WinExec(the_buffer,SW_MINIMIZE);
121 the_buffer[0] = '\0';
124 my_master_dispatch(the_buffer, -1);
127 l = my_gets(the_buffer);
128 the_buffer[l] = '\0';
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/windows-gui/ver1/
H A Dpmaster.c87 char the_buffer[500]; variable
107 strcpy(the_buffer,(LPSTR)cmdl);
108 ptr = strstr(the_buffer,"bpslw");
121 strcat(the_buffer,zahl);
123 strcat(the_buffer,zahl);
127 the_buffer, // command line
150 the_buffer[0] = '\0';
153 my_master_dispatch(the_buffer, -1);
156 l = my_gets(the_buffer);
157 the_buffer[l] = '\0';
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/windows-gui/
H A Dpmaster.c98 char the_buffer[500]; variable
172 if(cmdl[0] == '\"') strcpy(the_buffer,(LPSTR) cmdl+1);
173 else strcpy(the_buffer,(LPSTR) cmdl);
175 ptr = strstr(the_buffer,"BPSLW");
176 if((int) ptr < 3) ptr = strstr(the_buffer,"bpslw");
177 if((int) ptr < 3) warning("?? command line",the_buffer);
193 strcat(the_buffer,zahl);
195 strcat(the_buffer,zahl);
199 the_buffer, // command line
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/runtime/
H A Dopenglcompute.cpp303 GLuint the_buffer; in halide_openglcompute_device_malloc() local
304 global_state.GenBuffers(1, &the_buffer); in halide_openglcompute_device_malloc()
308 global_state.BindBuffer(GL_ARRAY_BUFFER, the_buffer); in halide_openglcompute_device_malloc()
323 buf->device = the_buffer; in halide_openglcompute_device_malloc()
351 GLuint the_buffer = (GLuint)buf->device; in halide_openglcompute_device_free() local
355 << ", the_buffer:" << the_buffer in halide_openglcompute_device_free()
358 global_state.DeleteBuffers(1, &the_buffer); in halide_openglcompute_device_free()
408 GLuint the_buffer = (GLuint)buf->device; in halide_openglcompute_copy_to_device() local
499 GLuint the_buffer = (GLuint)buf->device; in halide_openglcompute_copy_to_host() local
506 << ", the_buffer:" << the_buffer in halide_openglcompute_copy_to_host()
[all …]
/dports/devel/grpc134/grpc-1.34.1/test/core/fling/
H A Dclient.cc35 static grpc_byte_buffer* the_buffer; variable
60 op->data.send_message.send_message = the_buffer; in init_ping_pong_request()
114 stream_step_ops[0].data.send_message.send_message = the_buffer; in init_ping_pong_stream()
198 the_buffer = in main()
233 grpc_byte_buffer_destroy(the_buffer); in main()
/dports/devel/grpc/grpc-1.42.0/test/core/fling/
H A Dclient.cc34 static grpc_byte_buffer* the_buffer; variable
59 op->data.send_message.send_message = the_buffer; in init_ping_pong_request()
114 stream_step_ops[0].data.send_message.send_message = the_buffer; in init_ping_pong_stream()
199 the_buffer = in main()
234 grpc_byte_buffer_destroy(the_buffer); in main()
/dports/devel/grpc130/grpc-1.30.2/test/core/fling/
H A Dclient.cc35 static grpc_byte_buffer* the_buffer; variable
60 op->data.send_message.send_message = the_buffer; in init_ping_pong_request()
114 stream_step_ops[0].data.send_message.send_message = the_buffer; in init_ping_pong_stream()
198 the_buffer = in main()
233 grpc_byte_buffer_destroy(the_buffer); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/core/fling/
H A Dclient.cc35 static grpc_byte_buffer* the_buffer; variable
60 op->data.send_message.send_message = the_buffer; in init_ping_pong_request()
114 stream_step_ops[0].data.send_message.send_message = the_buffer; in init_ping_pong_stream()
198 the_buffer = in main()
233 grpc_byte_buffer_destroy(the_buffer); in main()
/dports/audio/praat/praat-6.2.03/external/mp3/
H A Dtest.c31 static unsigned char the_buffer[BUFFER_SIZE]; variable
186 nthrown = stream -> next_frame - the_buffer; in cb_input()
188 memmove (the_buffer, stream -> next_frame, ncopied); in cb_input()
191 data = the_buffer + ncopied; in cb_input()
198 mad_stream_buffer_offset (stream, the_buffer, nread + ncopied, offset); in cb_input()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/opcodes/
H A Dh8500-dis.c40 bfd_byte the_buffer[MAXLEN]; member
57 bfd_vma start = priv->insn_start + (priv->max_fetched - priv->the_buffer); in fetch_data()
82 bfd_byte *buffer = priv.the_buffer; in print_insn_h8500()
85 priv.max_fetched = priv.the_buffer; in print_insn_h8500()
/dports/devel/avr-gdb/gdb-7.3.1/opcodes/
H A Dh8500-dis.c41 bfd_byte the_buffer[MAXLEN]; member
58 bfd_vma start = priv->insn_start + (priv->max_fetched - priv->the_buffer); in fetch_data()
83 bfd_byte *buffer = priv.the_buffer; in print_insn_h8500()
86 priv.max_fetched = priv.the_buffer; in print_insn_h8500()
/dports/lang/gnatdroid-binutils/binutils-2.27/opcodes/
H A Dh8500-dis.c40 bfd_byte the_buffer[MAXLEN]; member
57 bfd_vma start = priv->insn_start + (priv->max_fetched - priv->the_buffer); in fetch_data()
82 bfd_byte *buffer = priv.the_buffer; in print_insn_h8500()
85 priv.max_fetched = priv.the_buffer; in print_insn_h8500()
/dports/devel/gdb761/gdb-7.6.1/opcodes/
H A Dh8500-dis.c41 bfd_byte the_buffer[MAXLEN]; member
58 bfd_vma start = priv->insn_start + (priv->max_fetched - priv->the_buffer); in fetch_data()
83 bfd_byte *buffer = priv.the_buffer; in print_insn_h8500()
86 priv.max_fetched = priv.the_buffer; in print_insn_h8500()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/opcodes/
H A Dh8500-dis.c39 bfd_byte the_buffer[MAXLEN]; member
58 bfd_vma start = priv->insn_start + (priv->max_fetched - priv->the_buffer);
86 bfd_byte *buffer = priv.the_buffer;
89 priv.max_fetched = priv.the_buffer;
H A Dvax-dis.c86 bfd_byte the_buffer[MAXLEN]; member
105 bfd_vma start = priv->insn_start + (priv->max_fetched - priv->the_buffer);
134 bfd_byte *buffer = priv.the_buffer;
137 priv.max_fetched = priv.the_buffer;
/dports/devel/djgpp-binutils/binutils-2.17/opcodes/
H A Dh8500-dis.c39 bfd_byte the_buffer[MAXLEN]; member
56 bfd_vma start = priv->insn_start + (priv->max_fetched - priv->the_buffer); in fetch_data()
81 bfd_byte *buffer = priv.the_buffer; in print_insn_h8500()
84 priv.max_fetched = priv.the_buffer; in print_insn_h8500()
/dports/archivers/unzip/unzip60/vms/
H A Dcvthelp.tpu70 Procedure hg$substitute_comment (the_buffer, target, new)
79 position(beginning_of(the_buffer));
92 Procedure hg$substitute_topic (the_buffer, target, new, level)
101 position(beginning_of(the_buffer));
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/opcodes/
H A Dh8500-dis.c39 bfd_byte the_buffer[MAXLEN]; member
58 bfd_vma start = priv->insn_start + (priv->max_fetched - priv->the_buffer);
86 bfd_byte *buffer = priv.the_buffer;
89 priv.max_fetched = priv.the_buffer;
H A Dvax-dis.c70 bfd_byte the_buffer[MAXLEN]; member
89 bfd_vma start = priv->insn_start + (priv->max_fetched - priv->the_buffer);
118 bfd_byte *buffer = priv.the_buffer;
121 priv.max_fetched = priv.the_buffer;
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/vax/
H A Dvax-dis.c81 bfd_byte the_buffer[MAXLEN]; member
98 bfd_vma start = priv->insn_start + (priv->max_fetched - priv->the_buffer); in fetch_data()
308 bfd_byte *buffer = priv.the_buffer; in print_insn_vax()
311 priv.max_fetched = priv.the_buffer; in print_insn_vax()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/opcodes/
H A Dh8500-dis.c39 bfd_byte the_buffer[MAXLEN]; member
58 bfd_vma start = priv->insn_start + (priv->max_fetched - priv->the_buffer);
86 bfd_byte *buffer = priv.the_buffer;
89 priv.max_fetched = priv.the_buffer;
H A Dvax-dis.c70 bfd_byte the_buffer[MAXLEN];
89 bfd_vma start = priv->insn_start + (priv->max_fetched - priv->the_buffer);
118 bfd_byte *buffer = priv.the_buffer;
121 priv.max_fetched = priv.the_buffer;
/dports/archivers/zip/zip30/vms/
H A Dcvthelp.tpu72 Procedure hg$substitute_comment (the_buffer, target, new)
81 position(beginning_of(the_buffer));
94 Procedure hg$substitute_topic (the_buffer, target, new, level)
103 position(beginning_of(the_buffer));

123456