| /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/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.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/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.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;
|
| dtime.c | 44 GFC_REAL_4 tu, ts, tt; local 54 tt = tu + ts; 64 tt = -1; 72 *result = tt;
|
| /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;
|
| dtime.c | 44 GFC_REAL_4 tu, ts, tt; local 54 tt = tu + ts; 64 tt = -1; 72 *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/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/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/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
|
| /src/external/lgpl3/gmp/dist/mpz/ |
| cmp_si.c | 40 mp_limb_t tt[2]; variable 41 PTR(tmp) = tt;
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-ubsan.cc | 42 tree t, tt, x = NULL_TREE; local 75 tt = fold_build2 (EQ_EXPR, boolean_type_node, unshare_expr (op1), 79 x = fold_build2 (TRUTH_AND_EXPR, boolean_type_node, x, tt); 110 tt = build_call_expr_loc (loc, builtin_decl_explicit (BUILT_IN_TRAP), 0); 118 tt = build_call_expr_loc (loc, builtin_decl_explicit (BUILT_IN_TRAP), 126 tt = builtin_decl_explicit (bcode); 129 tt = build_call_expr_loc (loc, tt, 3, data, ubsan_encode_value (op0), 155 t = fold_build3 (COND_EXPR, void_type_node, t, tt, x ? x : void_node); 166 tree t, tt = NULL_TREE local 340 tree t, tt; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-ubsan.cc | 42 tree t, tt, x = NULL_TREE; local 75 tt = fold_build2 (EQ_EXPR, boolean_type_node, unshare_expr (op1), 79 x = fold_build2 (TRUTH_AND_EXPR, boolean_type_node, x, tt); 109 tt = build_call_expr_loc (loc, builtin_decl_explicit (BUILT_IN_TRAP), 0); 120 tt = builtin_decl_explicit (bcode); 123 tt = build_call_expr_loc (loc, tt, 3, data, ubsan_encode_value (op0), 138 t = fold_build3 (COND_EXPR, void_type_node, t, tt, x ? x : void_node); 149 tree t, tt = NULL_TREE; local 183 tt = fold_convert_loc (loc, unsigned_type_for (type0), op0) 282 tree t, tt; local [all...] |
| /src/tests/lib/libc/time/ |
| t_mktime.c | 46 struct tm tt; local 50 localtime_r(&x, &tt); 53 if (t->tm_sec != tt.tm_sec || t->tm_min != tt.tm_min || 54 t->tm_hour != tt.tm_hour || t->tm_mday != tt.tm_mday)
|