| /src/sys/external/bsd/drm2/dist/include/drm/ttm/ |
| ttm_debug.h | 32 extern void ttm_trace_dma_map(struct device *dev, struct ttm_dma_tt *tt); 33 extern void ttm_trace_dma_unmap(struct device *dev, struct ttm_dma_tt *tt);
|
| /src/sys/arch/hppa/stand/common/ |
| time.c | 42 satime_t tt; local 45 tt = 0; 51 tt = ((struct pdc_tod *)pdcbuf)->sec; 53 if (debug && tt < 800000000) 54 printf("getsecs: got %u seconds\n", tt); 58 return tt;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.stabs/ |
| gdb11479.c | 33 const struct dummy *tt; local 35 tt = t; 42 struct dummy *tt; local 44 tt = t; 69 struct dummy tt; local 70 tt.x = 5; 71 tt.y = 25; 72 tt.b = 2.5; 73 test2 (&tt); 74 test (&tt); [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.stabs/ |
| gdb11479.c | 33 const struct dummy *tt; local 35 tt = t; 42 struct dummy *tt; local 44 tt = t; 69 struct dummy tt; local 70 tt.x = 5; 71 tt.y = 25; 72 tt.b = 2.5; 73 test2 (&tt); 74 test (&tt); [all...] |
| /src/external/gpl2/lvm2/dist/libdm/regex/ |
| ttree.h | 25 void *ttree_lookup(struct ttree *tt, unsigned *key); 26 int ttree_insert(struct ttree *tt, unsigned *key, void *data);
|
| ttree.c | 51 void *ttree_lookup(struct ttree *tt, unsigned *key) 53 struct node **c = &tt->root; 54 int count = tt->klen; 74 int ttree_insert(struct ttree *tt, unsigned int *key, void *data) 76 struct node **c = &tt->root; 77 int count = tt->klen; 91 if (!(*c = _tree_node(tt->mem, k))) { 109 struct ttree *tt; local 111 if (!(tt = dm_pool_zalloc(mem, sizeof(*tt)))) { [all...] |
| /src/lib/libc/gen/ |
| time.c | 50 struct timeval tt; local 52 if (gettimeofday(&tt, NULL) == -1) 55 *t = (time_t)tt.tv_sec; 56 return (time_t)tt.tv_sec;
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| etime.c | 35 GFC_REAL_4 tu, ts, tt, *tp; local 45 tt = tu + ts; 51 tt = (GFC_REAL_4)-1.0; 59 *result = tt;
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| etime.c | 35 GFC_REAL_4 tu, ts, tt, *tp; local 45 tt = tu + ts; 51 tt = (GFC_REAL_4)-1.0; 59 *result = tt;
|
| /src/external/lgpl3/mpfr/dist/src/ |
| log10.c | 96 mpfr_t t, tt; local 109 mpfr_init2 (tt, Nt); 118 mpfr_log (tt, a, MPFR_RNDN); /* log(a) */ 119 mpfr_div (t, tt, t, MPFR_RNDN); /* log(a)/log(10) */ 131 && !mpfr_ui_pow_ui (tt, 10, mpfr_get_ui (t, MPFR_RNDN), MPFR_RNDN) 132 && mpfr_equal_p (a, tt)) 138 mpfr_set_prec (tt, Nt); 145 mpfr_clear (tt);
|
| log2.c | 98 mpfr_t t, tt; local 111 mpfr_init2 (tt, Nt); 119 mpfr_log(tt,a,MPFR_RNDN); /* log(a) */ 120 mpfr_div(t,tt,t,MPFR_RNDN); /* log(a)/log(2) */ 130 mpfr_set_prec (tt, Nt); 137 mpfr_clear (tt);
|
| /src/sbin/routed/ |
| radix.c | 331 struct radix_node *tt = nodes, *t = tt + 1; local 333 t->rn_l = tt; t->rn_off = b >> 3; 334 tt->rn_b = -1; tt->rn_key = (caddr_t)v; tt->rn_p = t; 335 tt->rn_flags = t->rn_flags = RNF_ACTIVE; 337 tt->rn_info = rn_nodenum++; t->rn_info = rn_nodenum++; 338 tt->rn_twin = t; tt->rn_ybro = rn_clist; rn_clist = tt 355 struct radix_node *tt; local 526 struct radix_node *t, *x = 0, *tt; local 667 struct radix_node *t, *p, *x, *tt; local 856 struct radix_node *t, *tt, *ttt; local [all...] |
| /src/sys/net/ |
| radix.c | 401 struct radix_node *tt = nodes; local 402 struct radix_node *t = tt + 1; 404 t->rn_l = tt; t->rn_off = b >> 3; 405 tt->rn_b = -1; tt->rn_key = v; tt->rn_p = t; 406 tt->rn_flags = t->rn_flags = RNF_ACTIVE; 419 struct radix_node *tt; local 457 t = rn_newpair(v_arg, b, nodes); tt = t->rn_l; 466 t->rn_r = tt; t->rn_l = x 603 struct radix_node *t, *x = NULL, *tt; local 760 struct radix_node *t, *p, *x, *tt; local 1083 struct radix_node *tt; local [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| gen.c | 144 static struct tt { struct 145 struct tt *next; 285 struct tt *tt; local 296 for (tt = types; tt != NULL; tt = tt->next) { 302 if (tt->type != lasttype && subswitch) { 312 if (tt->rdclass && tt->type != lasttype) 437 struct tt *tt, *oldtt; local 579 struct tt *tt; local [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| gen.c | 160 static struct tt { struct 161 struct tt *next; 234 struct tt *tt; local 245 for (tt = types; tt != NULL; tt = tt->next) { 251 if (tt->type != lasttype && subswitch) { 262 if (tt->rdclass && tt->type != lasttype) 398 struct tt *tt, *oldtt; local 545 struct tt *tt; local [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/des/asm/ |
| crypt586.pl | 149 local($a,$b,$tt,$shift,$mask,$last)=@_; 152 &mov( $tt, $a ); 158 &xor( $tt, $a ); 162 &xor( $tt, $a ); 170 local($l,$r,$tt,$lr)=@_; 172 &R_PERM_OP($l,$r,$tt, 4,"0xf0f0f0f0",$l); 173 &R_PERM_OP($r,$tt,$l,20,"0xfff0000f",$l); 174 &R_PERM_OP($l,$tt,$r,14,"0x33333333",$r); 175 &R_PERM_OP($tt,$r,$l,22,"0x03fc03fc",$r); 176 &R_PERM_OP($l,$r,$tt, 9,"0xaaaaaaaa",$r) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/des/asm/ |
| crypt586.pl | 149 local($a,$b,$tt,$shift,$mask,$last)=@_; 152 &mov( $tt, $a ); 158 &xor( $tt, $a ); 162 &xor( $tt, $a ); 170 local($l,$r,$tt,$lr)=@_; 172 &R_PERM_OP($l,$r,$tt, 4,"0xf0f0f0f0",$l); 173 &R_PERM_OP($r,$tt,$l,20,"0xfff0000f",$l); 174 &R_PERM_OP($l,$tt,$r,14,"0x33333333",$r); 175 &R_PERM_OP($tt,$r,$l,22,"0x03fc03fc",$r); 176 &R_PERM_OP($l,$r,$tt, 9,"0xaaaaaaaa",$r) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/des/asm/ |
| crypt586.pl | 150 local($a,$b,$tt,$shift,$mask,$last)=@_; 153 &mov( $tt, $a ); 159 &xor( $tt, $a ); 163 &xor( $tt, $a ); 171 local($l,$r,$tt,$lr)=@_; 173 &R_PERM_OP($l,$r,$tt, 4,"0xf0f0f0f0",$l); 174 &R_PERM_OP($r,$tt,$l,20,"0xfff0000f",$l); 175 &R_PERM_OP($l,$tt,$r,14,"0x33333333",$r); 176 &R_PERM_OP($tt,$r,$l,22,"0x03fc03fc",$r); 177 &R_PERM_OP($l,$r,$tt, 9,"0xaaaaaaaa",$r) [all...] |
| /src/external/gpl3/gdb.old/dist/sim/mips/ |
| mdmx.c | 98 AndQH(int16_t ts, int16_t tt) 100 return (int16_t)((uint16_t)ts & (uint16_t)tt); 104 AndOB(uint8_t ts, uint8_t tt) 106 return ts & tt; 110 NorQH(int16_t ts, int16_t tt) 112 return (int16_t)(((uint16_t)ts | (uint16_t)tt) ^ 0xFFFF); 116 NorOB(uint8_t ts, uint8_t tt) 118 return (ts | tt) ^ 0xFF; 122 OrQH(int16_t ts, int16_t tt) 124 return (int16_t)((uint16_t)ts | (uint16_t)tt); [all...] |
| /src/external/gpl3/gdb/dist/sim/mips/ |
| mdmx.c | 98 AndQH(int16_t ts, int16_t tt) 100 return (int16_t)((uint16_t)ts & (uint16_t)tt); 104 AndOB(uint8_t ts, uint8_t tt) 106 return ts & tt; 110 NorQH(int16_t ts, int16_t tt) 112 return (int16_t)(((uint16_t)ts | (uint16_t)tt) ^ 0xFFFF); 116 NorOB(uint8_t ts, uint8_t tt) 118 return (ts | tt) ^ 0xFF; 122 OrQH(int16_t ts, int16_t tt) 124 return (int16_t)((uint16_t)ts | (uint16_t)tt); [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| tasn_fre.c | 30 const ASN1_TEMPLATE *tt = NULL, *seqtt; local 68 tt = it->templates + i; 69 pchval = ossl_asn1_get_field_ptr(pval, tt); 70 ossl_asn1_template_free(pchval, tt); 105 tt = it->templates + it->tcount; 109 tt--; 110 seqtt = ossl_asn1_do_adb(*pval, tt, 0); 126 void ossl_asn1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) 128 int embed = tt->flags & ASN1_TFLG_EMBED; 134 if (tt->flags & ASN1_TFLG_SK_MASK) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| tasn_fre.c | 30 const ASN1_TEMPLATE *tt = NULL, *seqtt; local 68 tt = it->templates + i; 69 pchval = ossl_asn1_get_field_ptr(pval, tt); 70 ossl_asn1_template_free(pchval, tt); 105 tt = it->templates + it->tcount; 109 tt--; 110 seqtt = ossl_asn1_do_adb(*pval, tt, 0); 126 void ossl_asn1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) 128 int embed = tt->flags & ASN1_TFLG_EMBED; 134 if (tt->flags & ASN1_TFLG_SK_MASK) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| tasn_fre.c | 30 const ASN1_TEMPLATE *tt = NULL, *seqtt; local 68 tt = it->templates + i; 69 pchval = asn1_get_field_ptr(pval, tt); 70 asn1_template_free(pchval, tt); 101 tt = it->templates + it->tcount; 105 tt--; 106 seqtt = asn1_do_adb(pval, tt, 0); 122 void asn1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) 124 int embed = tt->flags & ASN1_TFLG_EMBED; 130 if (tt->flags & ASN1_TFLG_SK_MASK) [all...] |
| /src/sys/arch/usermode/dev/ |
| ld_thunkbus.c | 158 struct ld_thunkbus_transfer *tt = &sc->sc_tt; local 163 tt->tt_sc = sc; 164 tt->tt_bp = bp; 166 memset(&tt->tt_aio, 0, sizeof(tt->tt_aio)); 167 tt->tt_aio.aio_fildes = sc->sc_fd; 168 tt->tt_aio.aio_buf = bp->b_data; 169 tt->tt_aio.aio_nbytes = bp->b_bcount; 170 tt->tt_aio.aio_offset = offset; 172 tt->tt_aio.aio_sigevent.sigev_notify = SIGEV_SIGNAL 204 struct ld_thunkbus_transfer *tt = &sc->sc_tt; local 245 struct ld_thunkbus_transfer *tt = &sc->sc_tt; local 262 struct ld_thunkbus_transfer *tt = &sc->sc_tt; local [all...] |
| /src/external/historical/nawk/dist/testdir/ |
| REGRESS | 20 oldawk=$oldawk awk=$awk Compare.tt tt.* 21 echo `ls tt.* | wc -l` tests; echo
|