Home
last modified time | relevance | path

Searched refs:op_file (Results 1 – 25 of 30) sorted by relevance

12

/dports/games/openage/openage-0.3.0-1262-ga554ab49/libopenage/audio/
H A Dopus_loading.cpp13 static auto opus_deleter = [](OggOpusFile *op_file) { in __anon9ddcb5540102() argument
14 if (op_file != nullptr) { in __anon9ddcb5540102()
15 op_free(op_file); in __anon9ddcb5540102()
64 opus_file_t op_file; in open_opus_file() local
70 op_file.handle = { in open_opus_file()
77 op_file.file = std::make_unique<util::File>(); in open_opus_file()
78 *op_file.file = path.open_r(); in open_opus_file()
80 op_file.handle = { in open_opus_file()
81 op_open_callbacks(op_file.file.get(), &opus_access_funcs, in open_opus_file()
124 return op_file; in open_opus_file()
H A Dopus_in_memory_loader.cpp24 opus_file_t op_file = open_opus_file(this->path); in get_resource() local
26 auto op_channels = op_channel_count(op_file.handle.get(), -1); in get_resource()
27 auto pcm_length = op_pcm_total(op_file.handle.get(), -1); in get_resource()
43 op_file.handle.get(), in get_resource()
/dports/graphics/zint/zint-2.10.0-src/backend/
H A Dtif_lzw.h164 #define PutNextCode(op_file, c) { \ argument
167 putc((nextdata >> (nextbits - 8)) & 0xff, op_file); \
170 putc((nextdata >> (nextbits - 8)) & 0xff, op_file); \
232 PutNextCode(op_file, CODE_CLEAR); in tif_lzw_encode()
278 PutNextCode(op_file, ent); in tif_lzw_encode()
289 PutNextCode(op_file, CODE_CLEAR); in tif_lzw_encode()
317 PutNextCode(op_file, CODE_CLEAR); in tif_lzw_encode()
335 PutNextCode(op_file, ent); in tif_lzw_encode()
341 PutNextCode(op_file, CODE_CLEAR); in tif_lzw_encode()
354 PutNextCode(op_file, CODE_EOI); in tif_lzw_encode()
[all …]
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/tools/encrypt_fw/src/
H A Dencrypt.c27 FILE *op_file; in gcm_encrypt() local
66 op_file = fopen(op_name, "wb"); in gcm_encrypt()
67 if (op_file == NULL) { in gcm_encrypt()
73 ret = fseek(op_file, sizeof(struct fw_enc_hdr), SEEK_SET); in gcm_encrypt()
107 fwrite(enc_data, 1, enc_len, op_file); in gcm_encrypt()
132 ret = fseek(op_file, 0, SEEK_SET); in gcm_encrypt()
138 fwrite(&header, 1, sizeof(struct fw_enc_hdr), op_file); in gcm_encrypt()
145 fclose(op_file); in gcm_encrypt()
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/tools/encrypt_fw/src/
H A Dencrypt.c27 FILE *op_file; in gcm_encrypt() local
66 op_file = fopen(op_name, "wb"); in gcm_encrypt()
67 if (op_file == NULL) { in gcm_encrypt()
73 ret = fseek(op_file, sizeof(struct fw_enc_hdr), SEEK_SET); in gcm_encrypt()
107 fwrite(enc_data, 1, enc_len, op_file); in gcm_encrypt()
132 ret = fseek(op_file, 0, SEEK_SET); in gcm_encrypt()
138 fwrite(&header, 1, sizeof(struct fw_enc_hdr), op_file); in gcm_encrypt()
145 fclose(op_file); in gcm_encrypt()
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/tools/encrypt_fw/src/
H A Dencrypt.c27 FILE *op_file; in gcm_encrypt() local
66 op_file = fopen(op_name, "wb"); in gcm_encrypt()
67 if (op_file == NULL) { in gcm_encrypt()
73 ret = fseek(op_file, sizeof(struct fw_enc_hdr), SEEK_SET); in gcm_encrypt()
107 fwrite(enc_data, 1, enc_len, op_file); in gcm_encrypt()
132 ret = fseek(op_file, 0, SEEK_SET); in gcm_encrypt()
138 fwrite(&header, 1, sizeof(struct fw_enc_hdr), op_file); in gcm_encrypt()
145 fclose(op_file); in gcm_encrypt()
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/tools/encrypt_fw/src/
H A Dencrypt.c27 FILE *op_file; in gcm_encrypt() local
66 op_file = fopen(op_name, "wb"); in gcm_encrypt()
67 if (op_file == NULL) { in gcm_encrypt()
73 ret = fseek(op_file, sizeof(struct fw_enc_hdr), SEEK_SET); in gcm_encrypt()
107 fwrite(enc_data, 1, enc_len, op_file); in gcm_encrypt()
132 ret = fseek(op_file, 0, SEEK_SET); in gcm_encrypt()
138 fwrite(&header, 1, sizeof(struct fw_enc_hdr), op_file); in gcm_encrypt()
145 fclose(op_file); in gcm_encrypt()
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/tools/encrypt_fw/src/
H A Dencrypt.c27 FILE *op_file; in gcm_encrypt() local
66 op_file = fopen(op_name, "wb"); in gcm_encrypt()
67 if (op_file == NULL) { in gcm_encrypt()
73 ret = fseek(op_file, sizeof(struct fw_enc_hdr), SEEK_SET); in gcm_encrypt()
107 fwrite(enc_data, 1, enc_len, op_file); in gcm_encrypt()
132 ret = fseek(op_file, 0, SEEK_SET); in gcm_encrypt()
138 fwrite(&header, 1, sizeof(struct fw_enc_hdr), op_file); in gcm_encrypt()
145 fclose(op_file); in gcm_encrypt()
/dports/devel/cmunge/cmunger/src/
H A Dctran.c474 FILE *ip_file, *op_file; local
716 translate_file (ip_file, op_file);
719 fclose (op_file);
1160 translate_file (ip_file, op_file) in translate_file() argument
1162 FILE *ip_file, *op_file; in translate_file()
1208 putc ('\n', op_file);
1259 fputs (buf, op_file);
1439 putc ('\n', op_file);
1442 putc (c, op_file);
1444 putc ('\n', op_file);
[all …]
/dports/games/dreamchess/dreamchess-0.3.0/common/src/
H A Dsan_parse.y49 | dest capt op_file piece
51 | dest op_file piece
53 | dest op_capt rank op_file piece
75 op_file :
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/src/
H A Dtaping.c1219 ADOLC_CURRENT_TAPE_INFOS.op_file = NULL; in close_tape()
1293 if (tapeInfos->op_file != NULL) { in freeTapeResources()
1294 fclose(tapeInfos->op_file); in freeTapeResources()
1295 tapeInfos->op_file = NULL; in freeTapeResources()
1551 ADOLC_CURRENT_TAPE_INFOS.op_file = in init_for_sweep()
1668 ADOLC_CURRENT_TAPE_INFOS.op_file = in init_rev_sweep()
1673 fseek(ADOLC_CURRENT_TAPE_INFOS.op_file, in init_rev_sweep()
1776 ADOLC_CURRENT_TAPE_INFOS.op_file = NULL; in end_sweep()
1858 ADOLC_CURRENT_TAPE_INFOS.op_file = in put_op_block()
1870 ADOLC_CURRENT_TAPE_INFOS.op_file = in put_op_block()
[all …]
H A Dtaping_p.h231 FILE *op_file; /* file descriptor */ member
H A Dtape_handling.cpp840 if ((*tiIter)->op_file!=NULL) in cleanUp()
842 fclose((*tiIter)->op_file); in cleanUp()
843 (*tiIter)->op_file = NULL; in cleanUp()
/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/
H A DConfig.pm213 my $op_file = new IO::File($old_param_file, '>>', 0600)
225 print $op_file "\n\n$item:\n" . Data::Dumper->Dump([$oldparams{$item}]) . "\n";
230 $op_file->close;
/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/
H A DConfig.pm251 my $op_file = new IO::File($old_param_file, '>>', 0600)
260 print $op_file "\n\n$item:\n" . $oldparams{$item} . "\n";
265 $op_file->close;
/dports/audio/festival/speech_tools/main/
H A Ddesign_filter_main.cc84 EST_String in_file("-"), out_file("-"), op_file(""), test; in main() local
H A Dsigfilter_main.cc88 EST_String in_file("-"), out_file("-"), op_file(""), test; in main() local
H A Dch_wave_main.cc104 EST_String in_file("-"), out_file("-"), op_file(""), test; in main() local
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Doperations.hpp218 op_file TORRENT_DEPRECATED_ENUM, enumerator
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Doperations.hpp218 op_file TORRENT_DEPRECATED_ENUM, enumerator
/dports/databases/py-mysql-connector-python/mysql-connector-python-8.0.27/lib/mysql/connector/
H A Doptionfiles.py179 with open(file_, 'r') as op_file:
180 for line in op_file.readlines():
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/nfsd/
H A Dxdr4.h276 struct nfs4_file *op_file; /* used during processing */ member
/dports/multimedia/libv4l/linux-5.13-rc2/fs/nfsd/
H A Dxdr4.h276 struct nfs4_file *op_file; /* used during processing */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/nfsd/
H A Dxdr4.h276 struct nfs4_file *op_file; /* used during processing */ member
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_options_editor/
H A Dcd_plug_lib.py2362 def ed_of_file_open(op_file): argument
2363 if not app.file_open(op_file):
2367 if op_ed.get_filename() and os.path.samefile(op_file, op_ed.get_filename()):

12