Home
last modified time | relevance | path

Searched refs:kfp (Results 1 – 25 of 395) sorted by relevance

12345678910>>...16

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-kingfisher.c185 kingfisher_packet_t kfp; in dissect_kingfisher() local
240 kfp.checksum = tvb_get_ntohs(tvb, kfp.length - 1); in dissect_kingfisher()
242 if(kfp.checksum!=checksum){ in dissect_kingfisher()
247 kfp.version = (kfp.function & 0x80)?3:2; in dissect_kingfisher()
253 kfp.via = tvb_get_guint8( tvb, 4 ); in dissect_kingfisher()
255 if( kfp.version == 3 ) in dissect_kingfisher()
267 col_add_fstr(pinfo->cinfo, COL_INFO, "%u > %u (%s)", kfp.from, kfp.target, func_string); in dissect_kingfisher()
270 message = (kfp.message & 0x0f) | ((kfp.message & 0xf0) >> 4); in dissect_kingfisher()
297 …ingfisher_tree, hf_kingfisher_function, tvb, 6, 1, kfp.function, "%u (0x%02X, %s)", kfp.function, in dissect_kingfisher()
300 if(kfp.length > ((kfp.version==3)?11:8)){ in dissect_kingfisher()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-kingfisher.c185 kingfisher_packet_t kfp;
240 kfp.checksum = tvb_get_ntohs(tvb, kfp.length - 1);
242 if(kfp.checksum!=checksum){
247 kfp.version = (kfp.function & 0x80)?3:2;
253 kfp.via = tvb_get_guint8( tvb, 4 );
255 if( kfp.version == 3 )
267 col_add_fstr(pinfo->cinfo, COL_INFO, "%u > %u (%s)", kfp.from, kfp.target, func_string);
270 message = (kfp.message & 0x0f) | ((kfp.message & 0xf0) >> 4);
297 …ingfisher_tree, hf_kingfisher_function, tvb, 6, 1, kfp.function, "%u (0x%02X, %s)", kfp.function,
300 if(kfp.length > ((kfp.version==3)?11:8)){
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-kingfisher.c185 kingfisher_packet_t kfp;
240 kfp.checksum = tvb_get_ntohs(tvb, kfp.length - 1);
242 if(kfp.checksum!=checksum){
247 kfp.version = (kfp.function & 0x80)?3:2;
253 kfp.via = tvb_get_guint8( tvb, 4 );
255 if( kfp.version == 3 )
267 col_add_fstr(pinfo->cinfo, COL_INFO, "%u > %u (%s)", kfp.from, kfp.target, func_string);
270 message = (kfp.message & 0x0f) | ((kfp.message & 0xf0) >> 4);
297 …ingfisher_tree, hf_kingfisher_function, tvb, 6, 1, kfp.function, "%u (0x%02X, %s)", kfp.function,
300 if(kfp.length > ((kfp.version==3)?11:8)){
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-kingfisher.c185 kingfisher_packet_t kfp; in dissect_kingfisher() local
240 kfp.checksum = tvb_get_ntohs(tvb, kfp.length - 1); in dissect_kingfisher()
242 if(kfp.checksum!=checksum){ in dissect_kingfisher()
247 kfp.version = (kfp.function & 0x80)?3:2; in dissect_kingfisher()
253 kfp.via = tvb_get_guint8( tvb, 4 ); in dissect_kingfisher()
255 if( kfp.version == 3 ) in dissect_kingfisher()
267 col_add_fstr(pinfo->cinfo, COL_INFO, "%u > %u (%s)", kfp.from, kfp.target, func_string); in dissect_kingfisher()
270 message = (kfp.message & 0x0f) | ((kfp.message & 0xf0) >> 4); in dissect_kingfisher()
297 …ingfisher_tree, hf_kingfisher_function, tvb, 6, 1, kfp.function, "%u (0x%02X, %s)", kfp.function, in dissect_kingfisher()
300 if(kfp.length > ((kfp.version==3)?11:8)){ in dissect_kingfisher()
[all …]
/dports/math/librsb/librsb-1.2.0.10/
H A Drsb_prec.c74 const rsb_nnz_idx_t k = JA[ikp],kfp = PA[k],klp = PA[k+1],krnz = klp-kfp; in rsb_do_csr_ilu0_DOUBLE() local
75 const int kdp = rsb__nnz_split_coo_bsearch(JA+kfp,k,krnz)+kfp; in rsb_do_csr_ilu0_DOUBLE()
76 rsb_nnz_idx_t kjp = kfp,ijp = ikp+1; in rsb_do_csr_ilu0_DOUBLE()
128 const rsb_nnz_idx_t k = JA[ikp],kfp = PA[k],klp = PA[k+1],krnz = klp-kfp; in rsb_do_csr_ilu0_FLOAT() local
129 const int kdp = rsb__nnz_split_coo_bsearch(JA+kfp,k,krnz)+kfp; in rsb_do_csr_ilu0_FLOAT()
130 rsb_nnz_idx_t kjp = kfp,ijp = ikp+1; in rsb_do_csr_ilu0_FLOAT()
182 const rsb_nnz_idx_t k = JA[ikp],kfp = PA[k],klp = PA[k+1],krnz = klp-kfp; in rsb_do_csr_ilu0_FLOAT_COMPLEX() local
183 const int kdp = rsb__nnz_split_coo_bsearch(JA+kfp,k,krnz)+kfp; in rsb_do_csr_ilu0_FLOAT_COMPLEX()
184 rsb_nnz_idx_t kjp = kfp,ijp = ikp+1; in rsb_do_csr_ilu0_FLOAT_COMPLEX()
236 const rsb_nnz_idx_t k = JA[ikp],kfp = PA[k],klp = PA[k+1],krnz = klp-kfp; in rsb_do_csr_ilu0_DOUBLE_COMPLEX() local
[all …]
H A Drsb_prec.m482 const rsb_nnz_idx_t k = JA[ikp],kfp = PA[k],klp = PA[k+1],krnz = klp-kfp;
83 const int kdp = rsb__nnz_split_coo_bsearch(JA+kfp,k,krnz)+kfp;
84 rsb_nnz_idx_t kjp = kfp,ijp = ikp+1;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/sysvi386/
H A Dcrt0.c69 register struct kframe *kfp; /* r10 */ in _start() local
76 kfp = 0; in _start()
82 kfp = (struct kframe *)&(((int *)(&arg))[-1]); in _start()
85 for (argv = targv = &kfp->kargv[0]; *targv++; /* void */) in _start()
112 exit(main(kfp->kargc, argv, environ)); in _start()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/sysvi386/
H A Dcrt0.c69 register struct kframe *kfp; /* r10 */ in _start() local
76 kfp = 0; in _start()
82 kfp = (struct kframe *)&(((int *)(&arg))[-1]); in _start()
85 for (argv = targv = &kfp->kargv[0]; *targv++; /* void */) in _start()
112 exit(main(kfp->kargc, argv, environ)); in _start()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/sysvi386/
H A Dcrt0.c69 register struct kframe *kfp; /* r10 */ in _start() local
76 kfp = 0; in _start()
82 kfp = (struct kframe *)&(((int *)(&arg))[-1]); in _start()
85 for (argv = targv = &kfp->kargv[0]; *targv++; /* void */) in _start()
112 exit(main(kfp->kargc, argv, environ)); in _start()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/bam-loader/
H A DKFileHelper.c48 rc = KFileRead(strm->kfp, strm->fpos, strm->buf, sizeof(strm->buf), &numread); in BufferedKFileGets()
68 rc = KFileRead(strm->kfp, strm->fpos, strm->buf, sizeof(strm->buf), &numread); in BufferedKFileGets()
95 rc = KDirectoryVOpenFileRead(directory, &rslt->kfp, fileName, va); in BufferedKFileOpen()
102 return KFileRelease(strm->kfp); in BufferedKFileClose()
115 rc = KDirectoryVOpenFileRead(dir, &strm.kfp, fileName, va); in LoadFile()
/dports/misc/libsolv/libsolv-0.7.19/examples/solv/
H A Dchecksig.c46 FILE *kfp; in checksig() local
56 if (!(kfp = fopen(keysfile, "w")) ) in checksig()
69 if (fwrite(pubkey, strlen(pubkey), 1, kfp) != 1) in checksig()
71 if (fputc('\n', kfp) == EOF) /* Just in case... */ in checksig()
75 if (fclose(kfp) || !nkeys || p < sigpool->nsolvables) in checksig()
/dports/biology/infernal/infernal-1.1.3/easel/miniapps/
H A Desl-compstruct.c41 ESL_MSAFILE *kfp, *tfp; /* open kfile, tfile */ in main() local
107 …atus = esl_msafile_Open(NULL, kfile, NULL, fmt, NULL, &kfp)) != eslOK) esl_msafile_OpenFailure(kfp in main()
122 while ( (kstatus = esl_msafile_Read(kfp, &ka)) != eslEOF) in main()
124 if ( kstatus != eslOK) esl_msafile_ReadFailure(kfp, kstatus); in main()
327 esl_msafile_Close(kfp); in main()
H A Desl-compalign.c52 ESL_MSAFILE *kfp, *tfp; /* open kfile, tfile */ in main() local
156 …atus = esl_msafile_Open(&abc, kfile, NULL, fmt, NULL, &kfp)) != eslOK) esl_msafile_OpenFailure(kfp in main()
175 while ( (kstatus = esl_msafile_Read(kfp, &ka)) != eslEOF) in main()
177 if ( kstatus != eslOK) esl_msafile_ReadFailure(kfp, kstatus); in main()
496 esl_msafile_Close(kfp); in main()
/dports/biology/hmmer/hmmer-3.3/easel/miniapps/
H A Desl-compstruct.c41 ESL_MSAFILE *kfp, *tfp; /* open kfile, tfile */ in main() local
107 …atus = esl_msafile_Open(NULL, kfile, NULL, fmt, NULL, &kfp)) != eslOK) esl_msafile_OpenFailure(kfp in main()
122 while ( (kstatus = esl_msafile_Read(kfp, &ka)) != eslEOF) in main()
124 if ( kstatus != eslOK) esl_msafile_ReadFailure(kfp, kstatus); in main()
327 esl_msafile_Close(kfp); in main()
H A Desl-compalign.c52 ESL_MSAFILE *kfp, *tfp; /* open kfile, tfile */ in main() local
156 …atus = esl_msafile_Open(&abc, kfile, NULL, fmt, NULL, &kfp)) != eslOK) esl_msafile_OpenFailure(kfp in main()
175 while ( (kstatus = esl_msafile_Read(kfp, &ka)) != eslEOF) in main()
177 if ( kstatus != eslOK) esl_msafile_ReadFailure(kfp, kstatus); in main()
496 esl_msafile_Close(kfp); in main()
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dkeepass2john.c172 FILE *kfp = NULL; in process_old_database() local
228 kfp = fopen(keyfile, "rb"); in process_old_database()
229 if (!kfp) { in process_old_database()
274 if (fread(buffer, filesize_keyfile, 1, kfp) != 1) { in process_old_database()
330 FILE *kfp = NULL; in process_database() local
490 kfp = fopen(keyfile, "rb"); in process_database()
491 if (!kfp) { in process_database()
518 if (fread(buffer, filesize_keyfile, 1, kfp) != 1) { in process_database()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/powerpc/powerpc/
H A Dcopystr.c47 const u_char *kfp = kfaddr; in copystr() local
54 if (!(*kdp++ = *kfp++)) { in copystr()
/dports/dns/p5-DNS-Ldns/ldns-1.8.1/examples/
H A Dldns-zsplit.c55 FILE *kfp; in open_keyfiles() local
60 if (!(kfp = fopen(files[i], "r"))) { in open_keyfiles()
64 if (ldns_rr_new_frm_fp(&k, kfp, NULL, NULL, NULL) != LDNS_STATUS_OK) { in open_keyfiles()
69 fclose(kfp); in open_keyfiles()
/dports/dns/py-ldns/ldns-1.8.1/examples/
H A Dldns-zsplit.c55 FILE *kfp; in open_keyfiles() local
60 if (!(kfp = fopen(files[i], "r"))) { in open_keyfiles()
64 if (ldns_rr_new_frm_fp(&k, kfp, NULL, NULL, NULL) != LDNS_STATUS_OK) { in open_keyfiles()
69 fclose(kfp); in open_keyfiles()
/dports/dns/ldns/ldns-1.8.1/examples/
H A Dldns-zsplit.c55 FILE *kfp; in open_keyfiles() local
60 if (!(kfp = fopen(files[i], "r"))) { in open_keyfiles()
64 if (ldns_rr_new_frm_fp(&k, kfp, NULL, NULL, NULL) != LDNS_STATUS_OK) { in open_keyfiles()
69 fclose(kfp); in open_keyfiles()
/dports/graphics/openexr/openexr-3.1.4/src/lib/Iex/
H A DIexMathFpu.cpp260 _fpstate * kfp = reinterpret_cast<_fpstate *> (ucon.uc_mcontext.fpregs); in restoreControlRegs() local
262 setMxcsr (kfp->magic == 0 ? kfp->mxcsr : 0, clearExceptions); in restoreControlRegs()
264 setMxcsr (kfp->mxcsr, clearExceptions); in restoreControlRegs()
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IexMath/
H A DIexMathFpu.cpp283 _fpstate * kfp = reinterpret_cast<_fpstate *> (ucon.uc_mcontext.fpregs); in restoreControlRegs() local
284 setMxcsr (kfp->magic == 0 ? kfp->mxcsr : 0, clearExceptions); in restoreControlRegs()
/dports/news/trn/trn-3.6/
H A Dkfile.c84 do_kfile(kfp,entering) in do_kfile() argument
85 FILE *kfp; in do_kfile()
97 fseek(kfp,0L,0); /* rewind file */
98 while (fgets(buf,LBUFLEN,kfp) != Nullch) {
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEPWithParams.java59 Provider kfp = Security.getProvider("SunRsaSign"); in main() local
60 KeyPairGenerator kpg = KeyPairGenerator.getInstance("RSA", kfp); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEPWithParams.java59 Provider kfp = Security.getProvider("SunRsaSign"); in main() local
60 KeyPairGenerator kpg = KeyPairGenerator.getInstance("RSA", kfp); in main()

12345678910>>...16