Home
last modified time | relevance | path

Searched refs:packf (Results 1 – 25 of 80) sorted by relevance

1234

/dports/mail/nmh/nmh-1.7.1/test/folder/
H A Dtest-packf19 check_exit '-eq 1' packf -
27 Usage: packf [+folder] [msgs] [switches]
37 packf -help 2>&1 | sed '/^$/,$d' >"$actual"
41 case `packf -v` in
42 packf\ --*) ;;
54 run_prog packf <Mail/yes
64 run_prog packf +inbox <Mail/yes
74 run_prog packf +inbox 1 2 3 <Mail/yes
108 run_prog packf +inbox -mbox <Mail/yes
118 run_prog packf +inbox -mmdf <Mail/yes
[all …]
/dports/mail/mmh/mmh-0.4/docs/
H A DREADME.mail-filtering36 nmh command `packf' (as of version 0.23) will check for this header when
37 packing folders. The `packf' command knows how to undo the rewriting
39 this header name, `packf' is able to pack the folder into exactly the
42 If you do not rewrite the "From " line into this format, the `packf'
H A DCOMPLETION-BASH76 packf )
152 …lders forw inc mark mhbuild mhl mhlist mhmail mhparam mhpath mhstore next packf pick prev prompter…
/dports/mail/nmh/nmh-1.7.1/docs/
H A DMAIL.FILTERING35 nmh command `packf' (as of version 0.23) will check for this header when
36 packing folders. The `packf' command knows how to undo the rewriting
38 this header name, `packf' is able to pack the folder into exactly the
41 If you do not rewrite the "From " line into this format, the `packf'
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c307 LLVMValueRef (*packf)(struct ac_llvm_context * ctx, LLVMValueRef args[2]) = NULL; in si_llvm_init_ps_export_args() local
337 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
339 packf = ac_build_cvt_pkrtz_f16; in si_llvm_init_ps_export_args()
344 packf = ac_build_cvt_pknorm_u16_f16; in si_llvm_init_ps_export_args()
346 packf = ac_build_cvt_pknorm_u16; in si_llvm_init_ps_export_args()
351 packf = ac_build_cvt_pknorm_i16_f16; in si_llvm_init_ps_export_args()
353 packf = ac_build_cvt_pknorm_i16; in si_llvm_init_ps_export_args()
358 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
365 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
377 if (packf) { in si_llvm_init_ps_export_args()
[all …]
/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/Havok/
H A DUserExtend.pm186 my $packf = $xname . "::" . $fname;
198 $func .= $packf . '(@_); }';
H A DUserFunctions.pm167 my $packf = $xname . "::" . $fname;
179 $func .= $packf . '(@_); }';
H A DSysHook.pm568 my $packf = $xname . "::" . $fname;
586 . $xname .'"}->' . $packf . '(@_) };';
594 $func .= "{ return " . $packf . '(@_); }';
/dports/devel/git-lfs/git-lfs-3.0.2/vendor/github.com/git-lfs/gitobj/v2/pack/
H A Dset.go74 packf, err := os.Open(filepath.Join(pd, fmt.Sprintf("%s.pack", name)))
79 pack, err := DecodePackfile(packf, algo)
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c308 LLVMValueRef (*packf)(struct ac_llvm_context * ctx, LLVMValueRef args[2]) = NULL; in si_llvm_init_ps_export_args() local
343 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
345 packf = ac_build_cvt_pkrtz_f16; in si_llvm_init_ps_export_args()
350 packf = ac_build_cvt_pknorm_u16_f16; in si_llvm_init_ps_export_args()
352 packf = ac_build_cvt_pknorm_u16; in si_llvm_init_ps_export_args()
357 packf = ac_build_cvt_pknorm_i16_f16; in si_llvm_init_ps_export_args()
359 packf = ac_build_cvt_pknorm_i16; in si_llvm_init_ps_export_args()
364 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
371 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
383 if (packf) { in si_llvm_init_ps_export_args()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c308 LLVMValueRef (*packf)(struct ac_llvm_context * ctx, LLVMValueRef args[2]) = NULL; in si_llvm_init_ps_export_args() local
343 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
345 packf = ac_build_cvt_pkrtz_f16; in si_llvm_init_ps_export_args()
350 packf = ac_build_cvt_pknorm_u16_f16; in si_llvm_init_ps_export_args()
352 packf = ac_build_cvt_pknorm_u16; in si_llvm_init_ps_export_args()
357 packf = ac_build_cvt_pknorm_i16_f16; in si_llvm_init_ps_export_args()
359 packf = ac_build_cvt_pknorm_i16; in si_llvm_init_ps_export_args()
364 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
371 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
383 if (packf) { in si_llvm_init_ps_export_args()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c308 LLVMValueRef (*packf)(struct ac_llvm_context * ctx, LLVMValueRef args[2]) = NULL; in si_llvm_init_ps_export_args() local
343 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
345 packf = ac_build_cvt_pkrtz_f16; in si_llvm_init_ps_export_args()
350 packf = ac_build_cvt_pknorm_u16_f16; in si_llvm_init_ps_export_args()
352 packf = ac_build_cvt_pknorm_u16; in si_llvm_init_ps_export_args()
357 packf = ac_build_cvt_pknorm_i16_f16; in si_llvm_init_ps_export_args()
359 packf = ac_build_cvt_pknorm_i16; in si_llvm_init_ps_export_args()
364 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
371 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
383 if (packf) { in si_llvm_init_ps_export_args()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c308 LLVMValueRef (*packf)(struct ac_llvm_context * ctx, LLVMValueRef args[2]) = NULL; in si_llvm_init_ps_export_args() local
343 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
345 packf = ac_build_cvt_pkrtz_f16; in si_llvm_init_ps_export_args()
350 packf = ac_build_cvt_pknorm_u16_f16; in si_llvm_init_ps_export_args()
352 packf = ac_build_cvt_pknorm_u16; in si_llvm_init_ps_export_args()
357 packf = ac_build_cvt_pknorm_i16_f16; in si_llvm_init_ps_export_args()
359 packf = ac_build_cvt_pknorm_i16; in si_llvm_init_ps_export_args()
364 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
371 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
383 if (packf) { in si_llvm_init_ps_export_args()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c308 LLVMValueRef (*packf)(struct ac_llvm_context * ctx, LLVMValueRef args[2]) = NULL; in si_llvm_init_ps_export_args() local
343 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
345 packf = ac_build_cvt_pkrtz_f16; in si_llvm_init_ps_export_args()
350 packf = ac_build_cvt_pknorm_u16_f16; in si_llvm_init_ps_export_args()
352 packf = ac_build_cvt_pknorm_u16; in si_llvm_init_ps_export_args()
357 packf = ac_build_cvt_pknorm_i16_f16; in si_llvm_init_ps_export_args()
359 packf = ac_build_cvt_pknorm_i16; in si_llvm_init_ps_export_args()
364 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
371 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
383 if (packf) { in si_llvm_init_ps_export_args()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c308 LLVMValueRef (*packf)(struct ac_llvm_context * ctx, LLVMValueRef args[2]) = NULL; in si_llvm_init_ps_export_args() local
343 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
345 packf = ac_build_cvt_pkrtz_f16; in si_llvm_init_ps_export_args()
350 packf = ac_build_cvt_pknorm_u16_f16; in si_llvm_init_ps_export_args()
352 packf = ac_build_cvt_pknorm_u16; in si_llvm_init_ps_export_args()
357 packf = ac_build_cvt_pknorm_i16_f16; in si_llvm_init_ps_export_args()
359 packf = ac_build_cvt_pknorm_i16; in si_llvm_init_ps_export_args()
364 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
371 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
383 if (packf) { in si_llvm_init_ps_export_args()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c308 LLVMValueRef (*packf)(struct ac_llvm_context * ctx, LLVMValueRef args[2]) = NULL; in si_llvm_init_ps_export_args() local
343 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
345 packf = ac_build_cvt_pkrtz_f16; in si_llvm_init_ps_export_args()
350 packf = ac_build_cvt_pknorm_u16_f16; in si_llvm_init_ps_export_args()
352 packf = ac_build_cvt_pknorm_u16; in si_llvm_init_ps_export_args()
357 packf = ac_build_cvt_pknorm_i16_f16; in si_llvm_init_ps_export_args()
359 packf = ac_build_cvt_pknorm_i16; in si_llvm_init_ps_export_args()
364 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
371 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
383 if (packf) { in si_llvm_init_ps_export_args()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c308 LLVMValueRef (*packf)(struct ac_llvm_context * ctx, LLVMValueRef args[2]) = NULL; in si_llvm_init_ps_export_args() local
343 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
345 packf = ac_build_cvt_pkrtz_f16; in si_llvm_init_ps_export_args()
350 packf = ac_build_cvt_pknorm_u16_f16; in si_llvm_init_ps_export_args()
352 packf = ac_build_cvt_pknorm_u16; in si_llvm_init_ps_export_args()
357 packf = ac_build_cvt_pknorm_i16_f16; in si_llvm_init_ps_export_args()
359 packf = ac_build_cvt_pknorm_i16; in si_llvm_init_ps_export_args()
364 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
371 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
383 if (packf) { in si_llvm_init_ps_export_args()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c308 LLVMValueRef (*packf)(struct ac_llvm_context * ctx, LLVMValueRef args[2]) = NULL; in si_llvm_init_ps_export_args() local
343 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
345 packf = ac_build_cvt_pkrtz_f16; in si_llvm_init_ps_export_args()
350 packf = ac_build_cvt_pknorm_u16_f16; in si_llvm_init_ps_export_args()
352 packf = ac_build_cvt_pknorm_u16; in si_llvm_init_ps_export_args()
357 packf = ac_build_cvt_pknorm_i16_f16; in si_llvm_init_ps_export_args()
359 packf = ac_build_cvt_pknorm_i16; in si_llvm_init_ps_export_args()
364 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
371 packf = pack_two_16bit; in si_llvm_init_ps_export_args()
383 if (packf) { in si_llvm_init_ps_export_args()
[all …]
/dports/mail/mmh/mmh-0.4/uip/
H A DMakefile.in55 mhlist mhmail mhparam mhpath mhstore new packf pick \
78 new.c packf.c pick.c print-mimetype.sh \
175 packf: packf.o dropsbr.o $(LOCALLIBS)
176 $(LINK) packf.o dropsbr.o $(LINKLIBS)
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/composite/ftn-auto/
H A Dmakefile7 SOURCEC = packf.c
/dports/games/lugaru/lugaru-c7b99378439735c60f84869b05c6ebde53083667/Source/Utils/
H A Dbinio.h98 extern void packf ( const char *format, ...);
/dports/mail/mmh/mmh-0.4/test/tests/folder/
H A Dx-test-packf12 Usage: packf [+folder] [msgs] [switches]
/dports/devel/dulwich/dulwich-0.19.16/bin/
H A Ddulwich496 packf = getattr(sys.stdout, 'buffer', sys.stdout)
500 packf = open(basename + '.pack', 'w')
502 close = [packf, idxf]
503 porcelain.pack_objects('.', object_ids, packf, idxf)
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c291 LLVMValueRef (*packf)(struct ac_llvm_context * ctx, LLVMValueRef args[2]) = NULL; in si_llvm_init_ps_export_args() local
325 packf = ac_build_cvt_pkrtz_f16; in si_llvm_init_ps_export_args()
329 packf = ac_build_cvt_pknorm_u16; in si_llvm_init_ps_export_args()
333 packf = ac_build_cvt_pknorm_i16; in si_llvm_init_ps_export_args()
350 if (packf) { in si_llvm_init_ps_export_args()
355 packed = packf(&ctx->ac, pack_args); in si_llvm_init_ps_export_args()
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/linked_scripts/epspdf/
H A Depspdftk.tcl231 proc packf {f args} { procedure
440 packf [frame .config_t.viewf] -ipadx 4 -fill x
473 packf [frame .config_t.pdff] -ipadx 4 -fill x
503 packf [frame .config_t.psf] -ipadx 4 -fill x
607 packf [frame .infof -relief sunken -border 1] -fill x

1234