Home
last modified time | relevance | path

Searched refs:strt (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/sys/arm/arm/
H A Dbcopyinout_xscale.S610 strt r4, [r1], #0x04
611 strt r5, [r1], #0x04
613 strt r6, [r1], #0x04
614 strt r7, [r1], #0x04
615 strt r8, [r1], #0x04
616 strt r9, [r1], #0x04
618 strt r4, [r1], #0x04
619 strt r5, [r1], #0x04
635 strt r4, [r1], #0x04
636 strt r5, [r1], #0x04
[all …]
H A Dfusu.S267 strt r1, [r0]
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlstring.c65 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 Dlstate.c227 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 Dlgc.c678 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 Dlstate.h120 stringtable strt; /* hash table for strings */ member
/freebsd-13.1/contrib/lua/src/
H A Dlstring.c86 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 Dlstate.c278 luaM_freearray(L, G(L)->strt.hash, G(L)->strt.size); in close_state()
372 g->strt.size = g->strt.nuse = 0; in lua_newstate()
373 g->strt.hash = NULL; in lua_newstate()
H A Dlstate.h226 stringtable strt; /* hash table for strings */ member
H A Dlgc.c865 if (g->strt.nuse < g->strt.size / 4) { /* string table too big? */ in checkSizes()
867 luaS_resize(L, g->strt.size / 2); in checkSizes()
1512 lua_assert(g->strt.nuse == 0); in luaC_freeallobjects()
/freebsd-13.1/contrib/bc/tests/bc/errors/
H A D10.txt6 strt(9(�sbale(238.1)
/freebsd-13.1/sbin/ipfw/
H A Ddummynet.c171 us_to_time(int t, char *strt) in us_to_time() argument
174 strt[0]='\0'; in us_to_time()
176 sprintf(strt,"%d", t); in us_to_time()
178 sprintf(strt,"%dus", t); in us_to_time()
180 sprintf(strt,"%gms", (float) t / 1000); in us_to_time()
182 sprintf(strt,"%gfs", (float) t / 1000000); in us_to_time()
193 char strt[16]="", stru[16]=""; in time_to_us() local
207 strncpy(strt, s, i); in time_to_us()
214 return atol(strt); in time_to_us()
216 return (strtod(strt, NULL) * 1000); in time_to_us()
[all …]
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h617 kmp_stats_event(uint64_t strt, uint64_t stp, int nst, timer_e nme) in kmp_stats_event() argument
618 : start(strt), stop(stp), nest_level(nst), timer_name(nme) {} in kmp_stats_event()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td3368 "strt", "\t$Rt, $addr, $offset",
3388 "strt", "\t$Rt, $addr, $offset", "$addr.base = $Rn_wb", []> {
3403 : ARMAsmPseudo<"strt${q} $Rt, $addr",
H A DARMInstrThumb2.td1768 def t2STRT : T2IstT<0b10, "strt", IIC_iStore_i>;