search for: q_len

Displaying 2 results from an estimated 2 matches for "q_len".

Did you mean: s_len
2012 Oct 19
2
replacing rows data.frame
I create a data.frame using : alloc <- data.frame(matrix(nrow=length(unique(mid2agi$gene)), ncol=8)) colnames(alloc) <- c('agi', 'hit_len', 'q_len', 'identity', 'ratio', 'e', 'ok' ,'gene') alloc$gene <- unique(mid2agi$gene) this results in: > head(alloc) agi hit_len q_len identity ratio e ok gene NA NA NA NA NA NA NA BrChr1g00001V4 NA NA NA NA NA NA NA BrChr1g00002V4...
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
..._marshalling.c 2006-06-23 03:37:07.000000000 -0700 -+++ tpm_emulator/tpm/tpm_marshalling.c 2006-07-24 14:35:35.000000000 -0700 -@@ -1312,7 +1312,7 @@ int tpm_unmarshal_TPM_STANY_FLAGS(BYTE * - - int tpm_marshal_RSA(BYTE **ptr, UINT32 *length, rsa_private_key_t *v) - { -- UINT32 m_len, e_len, q_len; -+ size_t m_len, e_len, q_len; - if (*length < sizeof_RSA((*v))) return -1; - if (v->size > 0) { - rsa_export_modulus(v, &(*ptr)[6], &m_len); -@@ -1460,6 +1460,66 @@ int tpm_unmarshal_TPM_PERMANENT_DATA(BYT - return 0; - } - -+int tpm_marshal_TPM_STCLEAR_DATA(BYTE **ptr...