Home
last modified time | relevance | path

Searched refs:o_buff (Results 1 – 13 of 13) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzfarm/tnzcore_stuff/
H A Dtfilepath.cpp23 std::stringstream o_buff; in expand() local
25 o_buff.fill('0'); in expand()
26 o_buff.width(4); in expand()
27 o_buff << m_frame; in expand()
28 o_buff.width(0); in expand()
30 o_buff << m_frame; in expand()
32 if (m_letter != '\0') o_buff << m_letter; in expand()
33 return o_buff.str(); in expand()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tsystem/
H A Dtfilepath.cpp91 std::ostringstream o_buff; in expand() local
93 o_buff.fill('0'); in expand()
94 o_buff.width(4); in expand()
95 o_buff << m_frame; in expand()
96 o_buff.width(0); in expand()
98 o_buff.fill('0'); in expand()
99 o_buff.width(m_zeroPadding); in expand()
100 o_buff << m_frame; in expand()
101 o_buff.width(0); in expand()
103 o_buff << m_frame; in expand()
[all …]
/dports/editors/biew/biew-610/tools/biewhlp/
H A Dbiewhlp.c30 char o_buff[0x4000]; variable
72 o_buff[j++] = ch; in comp_string()
74 o_buff[j] = 0; in comp_string()
107 if(fputs(o_buff,out) == EOF) in hlpCompile()
/dports/textproc/p5-PDF-Create/PDF-Create-1.46/lib/PDF/Image/
H A DGIF.pm475 my $o_buff = 0;
537 $o_buff |= $code >> ( $c_size - 8 + $o_bits );
539 $result .= chr( $o_buff & 255 );
548 $o_buff = $code << ( 8 - $o_bits );
/dports/mail/pantomime/Pantomime-1.3.0/Framework/Pantomime/
H A DNSString+Extensions.m405 char *o_buff;
433 o_buff = (char *)malloc(o_length); // original pointer to the buffer
434 o_bytes = o_buff; // o_bytes is the working iconv pointer
453 o_buff = realloc(o_buff, total_length);
454 if (o_buff == NULL)
460 o_bytes = o_buff;
468 free(o_buff);
478 aString = [[NSString alloc] initWithData: [NSData dataWithBytesNoCopy: o_buff
486 free(o_buff);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/sys/unix/
H A Derl_child_setup.c139 char *buff, *o_buff; in start_new_child() local
185 o_buff = buff; in start_new_child()
219 if (o_buff + size != buff) { in start_new_child()
231 if (o_buff + size != buff) { in start_new_child()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/sys/unix/
H A Derl_child_setup.c146 char *buff, *o_buff; in start_new_child() local
192 o_buff = buff; in start_new_child()
226 if (o_buff + size != buff) { in start_new_child()
238 if (o_buff + size != buff) { in start_new_child()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Derl_child_setup.c152 char *buff, *o_buff; in start_new_child() local
198 o_buff = buff; in start_new_child()
232 if (o_buff + size != buff) { in start_new_child()
244 if (o_buff + size != buff) { in start_new_child()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Derl_child_setup.c152 char *buff, *o_buff; in start_new_child() local
198 o_buff = buff; in start_new_child()
232 if (o_buff + size != buff) { in start_new_child()
244 if (o_buff + size != buff) { in start_new_child()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Derl_child_setup.c152 char *buff, *o_buff; in start_new_child() local
198 o_buff = buff; in start_new_child()
232 if (o_buff + size != buff) { in start_new_child()
244 if (o_buff + size != buff) { in start_new_child()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/sys/unix/
H A Derl_child_setup.c152 char *buff, *o_buff; in start_new_child() local
198 o_buff = buff; in start_new_child()
232 if (o_buff + size != buff) { in start_new_child()
244 if (o_buff + size != buff) { in start_new_child()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/sys/unix/
H A Derl_child_setup.c139 char *buff, *o_buff; in start_new_child() local
185 o_buff = buff; in start_new_child()
219 if (o_buff + size != buff) { in start_new_child()
231 if (o_buff + size != buff) { in start_new_child()
/dports/audio/epos-devel/epos-2.5.37/src/
H A Dwaveform.cc450 wavefm::portaudio_flush(const char *o_buff, int o_buff_size) in portaudio_flush() argument
457 …written = ss * WriteAudioStream((PABLIO_Stream*)pablio_stream, const_cast<char *>(o_buff), o_buff_… in portaudio_flush()
914 const char *o_buff = get_ophase_buff(&ophases[ophase]) + ooffset; in flush() local
918 portaudio_flush(o_buff, o_buff_size); in flush()
922 written = ywrite(fd, o_buff, o_buff_size); in flush()