Home
last modified time | relevance | path

Searched defs:stm (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_perfmon.c44 struct st_perf_monitor_object *stm = st_perf_monitor_object(m); in init_perf_monitor() local
129 reset_perf_monitor(struct st_perf_monitor_object *stm, in reset_perf_monitor()
163 struct st_perf_monitor_object *stm = st_perf_monitor_object(m); in st_DeletePerfMonitor() local
173 struct st_perf_monitor_object *stm = st_perf_monitor_object(m); in st_BeginPerfMonitor() local
205 struct st_perf_monitor_object *stm = st_perf_monitor_object(m); in st_EndPerfMonitor() local
223 struct st_perf_monitor_object *stm = st_perf_monitor_object(m); in st_ResetPerfMonitor() local
239 struct st_perf_monitor_object *stm = st_perf_monitor_object(m); in st_IsPerfMonitorResultAvailable() local
271 struct st_perf_monitor_object *stm = st_perf_monitor_object(m); in st_GetPerfMonitorResult() local
/external/llvm/test/MC/ARM/
Dthumb-load-store-multiple.s43 .global stm symbol
45 stm: label
Darm-load-store-multiple-deprecated.s10 .global stm symbol
12 stm: label
/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/graphics/
DBitmapFactoryTest.java73 ByteArrayOutputStream stm = new ByteArrayOutputStream(); in obtainArray() local
DBitmapTest.java123 ByteArrayOutputStream stm = new ByteArrayOutputStream(); in compress() local
/external/boringssl/src/crypto/asn1/
Da_utctm.c148 struct tm stm, ttm; in ASN1_UTCTIME_cmp_time_t() local
Dasn1_test.cc958 struct tm stm, ttm; in ASN1Time_check_posix() local
/external/cronet/third_party/boringssl/src/crypto/asn1/
Da_utctm.c148 struct tm stm, ttm; in ASN1_UTCTIME_cmp_time_t() local
Dasn1_test.cc958 struct tm stm, ttm; in ASN1Time_check_posix() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/
Da_utctm.c243 struct tm stm, ttm; in ASN1_UTCTIME_cmp_time_t() local
/external/lua/src/
Dloslib.c230 static void setallfields (lua_State *L, struct tm *stm) { in setallfields()
309 struct tm tmr, *stm; in os_date() local
/external/vixl/benchmarks/aarch32/
Dasm-disasm-speed-test.cc211 __ stm(r4, NO_WRITE_BACK, RegisterList(r1, r6)); in Generate_1() local
906 __ stm(r8, NO_WRITE_BACK, RegisterList(r0, r2)); in Generate_6() local
965 __ stm(sp, NO_WRITE_BACK, RegisterList(r0, r1)); in Generate_7() local
1882 __ stm(r3, NO_WRITE_BACK, RegisterList(r0, r1)); in Generate_14() local
2609 __ stm(r5, NO_WRITE_BACK, RegisterList(r2, r3)); in Generate_20() local
4789 __ stm(Narrow, r7, WRITE_BACK, RegisterList(r0, r1, r2, r3)); in Generate_36() local
4791 __ stm(r7, NO_WRITE_BACK, RegisterList(r0, r1)); in Generate_36() local
4801 __ stm(Narrow, r7, WRITE_BACK, RegisterList(r0, r1, r2, r3)); in Generate_36() local
4806 __ stm(r7, NO_WRITE_BACK, RegisterList(r0, r1)); in Generate_36() local
4816 __ stm(Narrow, r6, WRITE_BACK, RegisterList(r0, r1, r2, r3)); in Generate_36() local
[all …]
/external/skia/tools/
Dusing_skia_and_harfbuzz.cpp82 std::ostringstream stm; in valueToString() local
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/
DShadowNativeBitmapFactoryTest.java492 ByteArrayOutputStream stm = new ByteArrayOutputStream(); in obtainArray() local
/external/python/cpython2/Modules/
Dzipimport.c1159 struct tm stm; in parse_dostime() local
/external/vixl/src/aarch32/
Dassembler-aarch32.h3312 void stm(Register rn, WriteBack write_back, RegisterList registers) { in stm() function
3315 void stm(Condition cond, in stm() function
3321 void stm(EncodingSize size, in stm() function
Dassembler-aarch32.cc11150 void Assembler::stm(Condition cond, in stm() function in vixl::aarch32::Assembler
Ddisasm-aarch32.cc3013 void Disassembler::stm(Condition cond, in stm() function in vixl::aarch32::Disassembler