Home
last modified time | relevance | path

Searched defs:osize (Results 1 – 25 of 1652) sorted by relevance

12345678910>>...67

/dports/lang/ruby26/ruby-2.6.9/enc/trans/
H A Dutf_16_32.c339 fun_so_from_utf_16be(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) in fun_so_from_utf_16be()
367 fun_so_to_utf_16be(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) in fun_so_to_utf_16be()
395 fun_so_from_utf_16le(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) in fun_so_from_utf_16le()
423 fun_so_to_utf_16le(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) in fun_so_to_utf_16le()
451 fun_so_from_utf_32be(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) in fun_so_from_utf_32be()
480 fun_so_to_utf_32be(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) in fun_so_to_utf_32be()
535 fun_so_to_utf_32le(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) in fun_so_to_utf_32le()
606 fun_so_from_utf_16(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) in fun_so_from_utf_16()
648 fun_so_from_utf_32(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) in fun_so_from_utf_32()
661 fun_so_to_utf_16(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) in fun_so_to_utf_16()
[all …]
H A Diso2022.c270 …o_iso2022jp_decoder(void *statep, const unsigned char *s, size_t l, unsigned char* o, size_t osize) in fun_so_iso2022jp_decoder()
319 …o_iso2022jp_encoder(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) in fun_so_iso2022jp_encoder()
372 finish_iso2022jp_encoder(void *statep, unsigned char *o, size_t osize) in finish_iso2022jp_encoder()
403 …_iso2022jp_to_eucjp(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) in fun_so_stateless_iso2022jp_to_eucjp()
423 …stateless_iso2022jp(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) in fun_so_eucjp_to_stateless_iso2022jp()
475 …_so_cp50221_decoder(void *statep, const unsigned char *s, size_t l, unsigned char* o, size_t osize) in fun_so_cp50221_decoder()
561 unsigned char *o, size_t osize) in fun_so_cp5022x_encoder()
633 unsigned char *o, size_t osize) in fun_so_cp50220_encoder()
688 finish_cp50220_encoder(void *statep, unsigned char *o, size_t osize) in finish_cp50220_encoder()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-browser/deps/
H A Dwide-string.cpp30 size_t osize = os_utf8_to_wcs(utf8, isize, nullptr, 0); in to_wide() local
46 size_t osize = os_utf8_to_wcs(utf8.c_str(), utf8.size(), nullptr, 0); in to_wide() local
/dports/audio/moony-lv2/moony-0.36.0/api/
H A Dapi_vm.c44 _log_mem(moony_vm_t *vm, void *ptr, size_t osize, size_t nsize) in _log_mem()
97 moony_rt_realloc(moony_vm_t *vm, void *buf, size_t osize, size_t nsize) in moony_rt_realloc()
112 moony_rt_free(moony_vm_t *vm, void *buf, size_t osize) in moony_rt_free()
126 lua_alloc(void *ud, void *ptr, size_t osize, size_t nsize) in lua_alloc()
/dports/audio/sfront/sfront-0.99/src/lib/csrc/
H A Dcallback.c43 int asys_orun(ASYS_OTYPE obuf[], int * osize) in asys_orun()
108 int asys_iorun(ASYS_ITYPE ibuf[], int * isize,ASYS_OTYPE obuf[], int * osize) in asys_iorun()
/dports/graphics/darktable38/darktable-3.8.0/src/external/lua/src/
H A Dlmem.c132 void luaM_free_ (lua_State *L, void *block, size_t osize) { in luaM_free_()
149 size_t osize, size_t nsize) { in tryagain()
162 void *luaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize) { in luaM_realloc_()
178 void *luaM_saferealloc_ (lua_State *L, void *block, size_t osize, in luaM_saferealloc_()
/dports/ports-mgmt/pkg/pkg-1.17.5/external/lua/src/
H A Dlmem.c132 void luaM_free_ (lua_State *L, void *block, size_t osize) { in luaM_free_()
147 size_t osize, size_t nsize) { in tryagain()
162 void *luaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize) { in luaM_realloc_()
179 void *luaM_saferealloc_ (lua_State *L, void *block, size_t osize, in luaM_saferealloc_()
/dports/audio/moony-lv2/moony-0.36.0/lua-5.4.2/
H A Dlmem.c132 void luaM_free_ (lua_State *L, void *block, size_t osize) { in luaM_free_()
147 size_t osize, size_t nsize) { in tryagain()
162 void *luaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize) { in luaM_realloc_()
179 void *luaM_saferealloc_ (lua_State *L, void *block, size_t osize, in luaM_saferealloc_()
/dports/lang/lua54/lua-5.4.2/src/
H A Dlmem.c132 void luaM_free_ (lua_State *L, void *block, size_t osize) { in luaM_free_()
147 size_t osize, size_t nsize) { in tryagain()
162 void *luaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize) { in luaM_realloc_()
179 void *luaM_saferealloc_ (lua_State *L, void *block, size_t osize, in luaM_saferealloc_()
/dports/www/civetweb/civetweb-1.15/src/third_party/lua-5.4.3/src/
H A Dlmem.c132 void luaM_free_ (lua_State *L, void *block, size_t osize) { in luaM_free_()
149 size_t osize, size_t nsize) { in tryagain()
162 void *luaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize) { in luaM_realloc_()
178 void *luaM_saferealloc_ (lua_State *L, void *block, size_t osize, in luaM_saferealloc_()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/lua-src-543.1.0/lua-5.4.3/
H A Dlmem.c132 void luaM_free_ (lua_State *L, void *block, size_t osize) { in luaM_free_()
149 size_t osize, size_t nsize) { in tryagain()
162 void *luaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize) { in luaM_realloc_()
178 void *luaM_saferealloc_ (lua_State *L, void *block, size_t osize, in luaM_saferealloc_()
/dports/mail/mailutils/mailutils-3.13/libmailutils/filter/
H A Dbinflt.c30 size_t osize; in _copy_codec() local
59 size_t osize; in _bit7_coder() local
H A Ddq.c45 size_t osize; in _dq_encoder() local
101 size_t osize; in _dq_decoder() local
H A Dc-escape.c50 size_t osize; in _c_escape_encoder() local
111 size_t osize; in _c_escape_decoder() local
/dports/science/libccp4/libccp4-6.5.1/ccp4/
H A Dccp4_array.c73 int osize; in ccp4array_append_() local
84 int osize, i; in ccp4array_append_n_() local
98 int osize; in ccp4array_append_list_() local
108 int osize; in ccp4array_insert_() local
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_core/ADM_coreAudio/src/
H A DADM_audioStreamPCM.cpp56 uint8_t ADM_audioStreamPCM::getPacket(uint8_t *obuffer,uint32_t *osize, in getPacket()
77 uint8_t ADM_audioStreamFloatPCM::getPacket(uint8_t *obuffer,uint32_t *osize, in getPacket()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_core/ADM_coreAudio/src/
H A DADM_audioStreamPCM.cpp56 uint8_t ADM_audioStreamPCM::getPacket(uint8_t *obuffer,uint32_t *osize, in getPacket()
77 uint8_t ADM_audioStreamFloatPCM::getPacket(uint8_t *obuffer,uint32_t *osize, in getPacket()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_core/ADM_coreAudio/src/
H A DADM_audioStreamPCM.cpp56 uint8_t ADM_audioStreamPCM::getPacket(uint8_t *obuffer,uint32_t *osize, in getPacket()
77 uint8_t ADM_audioStreamFloatPCM::getPacket(uint8_t *obuffer,uint32_t *osize, in getPacket()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_core/ADM_coreAudio/src/
H A DADM_audioStreamPCM.cpp56 uint8_t ADM_audioStreamPCM::getPacket(uint8_t *obuffer,uint32_t *osize, in getPacket()
77 uint8_t ADM_audioStreamFloatPCM::getPacket(uint8_t *obuffer,uint32_t *osize, in getPacket()
/dports/net/kamailio/kamailio-5.4.5/src/core/
H A Dbasex.h289 int osize; in base16_enc() local
463 int osize; in base16_enc() local
482 int osize; in base16_dec() local
566 int osize; in base64_enc() local
623 int osize; in base64_enc() local
665 int osize; in base64_dec() local
736 int osize; in q_base64_enc() local
782 int osize; in q_base64_dec() local
/dports/graphics/qgis/qgis-3.22.3/src/providers/virtual/
H A Dqgsvirtuallayerblob.cpp119 …liteSingleWkbToQgsGeometry( QgsWkbTypes::Type type, const char *iwkb, char *owkb, uint32_t &osize ) in copySpatialiteSingleWkbToQgsGeometry()
179 void copySpatialiteCollectionWkbToQgsGeometry( const char *iwkb, char *owkb, uint32_t &osize, int e… in copySpatialiteCollectionWkbToQgsGeometry()
217 uint32_t osize = 0; in spatialiteBlobToQgsGeometry() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/virtual/
H A Dqgsvirtuallayerblob.cpp119 …liteSingleWkbToQgsGeometry( QgsWkbTypes::Type type, const char *iwkb, char *owkb, uint32_t &osize ) in copySpatialiteSingleWkbToQgsGeometry()
179 void copySpatialiteCollectionWkbToQgsGeometry( const char *iwkb, char *owkb, uint32_t &osize, int e… in copySpatialiteCollectionWkbToQgsGeometry()
217 uint32_t osize = 0; in spatialiteBlobToQgsGeometry() local
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/sraxf/
H A Dv0-decompress.c202 uint16_t offset, shift, osize, pos, rbpos, nbits, i; in sra_decompress_pos() local
298 uint16_t offset, shift, osize, pos, rbpos, nbits; in sra_decompress_prb_454() local
386 uint32_t osize, offset; in sra_decompress_clp() local
421 uint16_t offset, shift, osize, pos, rbpos, wbpos, indx, nbits; in sra_decompress_sig_454() local
516 uint32_t osize, offset, rbpos, pos; in sra_decompress_prb_slx() local
639 static void _s_decode_slx (uchar_t magic, const uchar_t* pesig, uchar_t* posig, uint32_t osize, uin… in _s_decode_slx()
703 uint32_t offset, osize, lval; in sra_decompress_sig_slx() local
836 uint32_t offset, osize, lval; in sra_decompress_int() local
969 uint32_t offset, osize, lval; in sra_decompress_nse() local
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/sraxf/
H A Dv0-decompress.c202 uint16_t offset, shift, osize, pos, rbpos, nbits, i; in sra_decompress_pos() local
298 uint16_t offset, shift, osize, pos, rbpos, nbits; in sra_decompress_prb_454() local
386 uint32_t osize, offset; in sra_decompress_clp() local
421 uint16_t offset, shift, osize, pos, rbpos, wbpos, indx, nbits; in sra_decompress_sig_454() local
516 uint32_t osize, offset, rbpos, pos; in sra_decompress_prb_slx() local
639 static void _s_decode_slx (uchar_t magic, const uchar_t* pesig, uchar_t* posig, uint32_t osize, uin… in _s_decode_slx()
703 uint32_t offset, osize, lval; in sra_decompress_sig_slx() local
836 uint32_t offset, osize, lval; in sra_decompress_int() local
969 uint32_t offset, osize, lval; in sra_decompress_nse() local
/dports/net/gnu-dico/dico-2.10/lib/
H A Dqp.c24 dico_qp_decode(const char *iptr, size_t isize, char *optr, size_t osize, in dico_qp_decode()
117 dico_qp_encode(const char *iptr, size_t isize, char *optr, size_t osize, in dico_qp_encode()

12345678910>>...67