| /freebsd/sys/arm/arm/ |
| H A D | bcopyinout_xscale.S | 500 strt r4, [r1], #0x04 /* ST:00-03 */ 501 strt r5, [r1], #0x04 /* ST:04-07 */ 503 strt r6, [r1], #0x04 /* ST:08-0b */ 504 strt r7, [r1], #0x04 /* ST:0c-0f */ 507 strt r8, [r1], #0x04 /* ST:10-13 */ 508 strt r9, [r1], #0x04 /* ST:14-17 */ 510 strt r4, [r1], #0x04 /* ST:18-1b */ 511 strt r5, [r1], #0x04 /* ST:1c-1f */ 513 strt r6, [r1], #0x04 /* ST:20-23 */ 514 strt r7, [r1], #0x04 /* ST:24-27 */ [all …]
|
| H A D | fusu.S | 265 strt r1, [r0]
|
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lstring.c | 65 stringtable *tb = &G(L)->strt; in luaS_resize() 120 stringtable *tb = &G(L)->strt; in newshrstr() 138 for (o = g->strt.hash[lmod(h, g->strt.size)]; in internshrstr()
|
| H A D | lstate.c | 227 luaM_freearray(L, G(L)->strt.hash, G(L)->strt.size); in close_state() 286 g->strt.size = 0; in lua_newstate() 287 g->strt.nuse = 0; in lua_newstate() 288 g->strt.hash = NULL; in lua_newstate()
|
| H A D | lgc.c | 678 G(L)->strt.nuse--; in freeobj() 780 int hs = g->strt.size / 2; /* half the size of the string table */ in checkSizes() 781 if (g->strt.nuse < cast(lu_int32, hs)) /* using less than that half? */ in checkSizes() 992 for (i = 0; i < g->strt.size; i++) /* free all string lists */ in luaC_freeallobjects() 993 sweepwholelist(L, &g->strt.hash[i]); in luaC_freeallobjects() 994 lua_assert(g->strt.nuse == 0); in luaC_freeallobjects() 1044 g->GCmemtrav = g->strt.size * sizeof(GCObject*); in singlestep() 1069 for (i = 0; i < GCSWEEPMAX && g->sweepstrgc + i < g->strt.size; i++) in singlestep() 1070 sweepwholelist(L, &g->strt.hash[g->sweepstrgc + i]); in singlestep() 1072 if (g->sweepstrgc >= g->strt.size) /* no more strings to sweep? */ in singlestep()
|
| H A D | lstate.h | 120 stringtable strt; /* hash table for strings */ member
|
| /freebsd/contrib/lua/src/ |
| H A D | lstring.c | 86 stringtable *tb = &G(L)->strt; in luaS_resize() 126 stringtable *tb = &G(L)->strt; in luaS_init() 166 stringtable *tb = &G(L)->strt; in luaS_remove() 192 stringtable *tb = &g->strt; in internshrstr()
|
| H A D | lstate.c | 281 luaM_freearray(L, G(L)->strt.hash, G(L)->strt.size); in close_state() 385 g->strt.size = g->strt.nuse = 0; in lua_newstate() 386 g->strt.hash = NULL; in lua_newstate()
|
| H A D | lstate.h | 261 stringtable strt; /* hash table for strings */ member
|
| H A D | lgc.c | 873 if (g->strt.nuse < g->strt.size / 4) { /* string table too big? */ in checkSizes() 875 luaS_resize(L, g->strt.size / 2); in checkSizes() 1521 lua_assert(g->strt.nuse == 0); in luaC_freeallobjects()
|
| H A D | ltests.c | 1032 stringtable *tb = &G(L)->strt; in string_query()
|
| /freebsd/contrib/bc/tests/bc/errors/ |
| H A D | 10.txt | 6 strt(9(�sbale(238.1)
|
| /freebsd/sbin/ipfw/ |
| H A D | dummynet.c | 169 us_to_time(int t, char *strt) in us_to_time() argument 172 strt[0]='\0'; in us_to_time() 174 sprintf(strt,"%d", t); in us_to_time() 176 sprintf(strt,"%dus", t); in us_to_time() 178 sprintf(strt,"%gms", (float) t / 1000); in us_to_time() 180 sprintf(strt,"%gfs", (float) t / 1000000); in us_to_time() 191 char strt[16]="", stru[16]=""; in time_to_us() local 205 strncpy(strt, s, i); in time_to_us() 212 return atol(strt); in time_to_us() 214 return (strtod(strt, NULL) * 1000); in time_to_us() [all …]
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_stats.h | 624 kmp_stats_event(uint64_t strt, uint64_t stp, int nst, timer_e nme) in kmp_stats_event() argument 625 : start(strt), stop(stp), nest_level(nst), timer_name(nme) {} in kmp_stats_event()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrInfo.td | 3407 "strt", "\t$Rt, $addr, $offset", 3427 "strt", "\t$Rt, $addr, $offset", "$addr.base = $Rn_wb", []> { 3442 : ARMAsmPseudo<"strt${q} $Rt, $addr",
|
| H A D | ARMInstrThumb2.td | 1847 def t2STRT : T2IstT<0b10, "strt", IIC_iStore_i>;
|