/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 | 64 stringtable *tb = &G(L)->strt; in luaS_resize() 119 stringtable *tb = &G(L)->strt; in newshrstr() 137 for (o = g->strt.hash[lmod(h, g->strt.size)]; in internshrstr()
|
H A D | lstate.c | 226 luaM_freearray(L, G(L)->strt.hash, G(L)->strt.size); in close_state() 285 g->strt.size = 0; in lua_newstate() 286 g->strt.nuse = 0; in lua_newstate() 287 g->strt.hash = NULL; in lua_newstate()
|
H A D | lgc.c | 677 G(L)->strt.nuse--; in freeobj() 779 int hs = g->strt.size / 2; /* half the size of the string table */ in checkSizes() 780 if (g->strt.nuse < cast(lu_int32, hs)) /* using less than that half? */ in checkSizes() 991 for (i = 0; i < g->strt.size; i++) /* free all string lists */ in luaC_freeallobjects() 992 sweepwholelist(L, &g->strt.hash[i]); in luaC_freeallobjects() 993 lua_assert(g->strt.nuse == 0); in luaC_freeallobjects() 1043 g->GCmemtrav = g->strt.size * sizeof(GCObject*); in singlestep() 1068 for (i = 0; i < GCSWEEPMAX && g->sweepstrgc + i < g->strt.size; i++) in singlestep() 1069 sweepwholelist(L, &g->strt.hash[g->sweepstrgc + i]); in singlestep() 1071 if (g->sweepstrgc >= g->strt.size) /* no more strings to sweep? */ in singlestep()
|
H A D | lstate.h | 119 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() 165 stringtable *tb = &G(L)->strt; in luaS_remove() 191 stringtable *tb = &g->strt; in internshrstr()
|
H A D | lstate.c | 279 luaM_freearray(L, G(L)->strt.hash, G(L)->strt.size); in close_state() 382 g->strt.size = g->strt.nuse = 0; in lua_newstate() 383 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 | 871 if (g->strt.nuse < g->strt.size / 4) { /* string table too big? */ in checkSizes() 873 luaS_resize(L, g->strt.size / 2); in checkSizes() 1519 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, NUL 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>;
|