Searched defs:stm (Results 1 - 15 of 15) sorted by relevance

/external/llvm/test/MC/ARM/
H A Dthumb-load-store-multiple.s43 .global stm
44 .type stm,%function
45 stm: label
46 stm r0!, {r1, sp}
48 stm r0!, {r2, pc}
50 stm r0!, {sp, pc}
H A Darm-load-store-multiple-deprecated.s10 .global stm
11 .type stm,%function
12 stm: label
13 stm sp!, {r0, pc}
15 @ CHECK: stm sp!, {r0, pc}
17 stm r0!, {r0, sp}
19 @ CHECK: stm r0!, {r0, sp}
21 stm r1!, {r0, sp, pc}
23 @ CHECK: stm r1!, {r0, sp, pc}
25 stm r
[all...]
/external/boringssl/src/crypto/asn1/
H A Da_utctm.c243 struct tm stm, ttm; local
246 if (!asn1_utctime_to_tm(&stm, s))
252 if (!OPENSSL_gmtime_diff(&day, &sec, &ttm, &stm))
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_perfmon.c43 struct st_perf_monitor_object *stm = st_perf_monitor_object(m); local
75 stm->active_counters = CALLOC(num_active_counters,
76 sizeof(*stm->active_counters));
77 if (!stm->active_counters)
95 &stm->active_counters[stm->num_active_counters];
107 ++stm->num_active_counters;
113 stm->batch_query = pipe->create_batch_query(pipe, num_batch_counters,
115 stm->batch_result = CALLOC(num_batch_counters, sizeof(stm
129 reset_perf_monitor(struct st_perf_monitor_object *stm, struct pipe_context *pipe) argument
163 struct st_perf_monitor_object *stm = st_perf_monitor_object(m); local
173 struct st_perf_monitor_object *stm = st_perf_monitor_object(m); local
205 struct st_perf_monitor_object *stm = st_perf_monitor_object(m); local
223 struct st_perf_monitor_object *stm = st_perf_monitor_object(m); local
239 struct st_perf_monitor_object *stm = st_perf_monitor_object(m); local
271 struct st_perf_monitor_object *stm = st_perf_monitor_object(m); local
[all...]
/external/skia/tools/shape/
H A Dusing_skia_and_harfbuzz.cpp82 std::ostringstream stm; local
83 stm << value;
84 return stm.str();
/external/skqp/tools/shape/
H A Dusing_skia_and_harfbuzz.cpp82 std::ostringstream stm; local
83 stm << value;
84 return stm.str();
/external/syslinux/com32/lua/src/
H A Dloslib.c203 struct tm tmr, *stm; local
205 stm = l_gmtime(&t, &tmr);
209 stm = l_localtime(&t, &tmr);
210 if (stm == NULL) /* invalid date? */
214 setfield(L, "sec", stm->tm_sec);
215 setfield(L, "min", stm->tm_min);
216 setfield(L, "hour", stm->tm_hour);
217 setfield(L, "day", stm->tm_mday);
218 setfield(L, "month", stm->tm_mon+1);
219 setfield(L, "year", stm
[all...]
/external/python/cpython2/Modules/
H A Dzipimport.c1161 struct tm stm; local
1163 memset((void *) &stm, '\0', sizeof(stm));
1165 stm.tm_sec = (dostime & 0x1f) * 2;
1166 stm.tm_min = (dostime >> 5) & 0x3f;
1167 stm.tm_hour = (dostime >> 11) & 0x1f;
1168 stm.tm_mday = dosdate & 0x1f;
1169 stm.tm_mon = ((dosdate >> 5) & 0x0f) - 1;
1170 stm.tm_year = ((dosdate >> 9) & 0x7f) + 80;
1171 stm
[all...]
/external/python/cpython3/Modules/
H A Dzipimport.c1382 struct tm stm; local
1384 memset((void *) &stm, '\0', sizeof(stm));
1386 stm.tm_sec = (dostime & 0x1f) * 2;
1387 stm.tm_min = (dostime >> 5) & 0x3f;
1388 stm.tm_hour = (dostime >> 11) & 0x1f;
1389 stm.tm_mday = dosdate & 0x1f;
1390 stm.tm_mon = ((dosdate >> 5) & 0x0f) - 1;
1391 stm.tm_year = ((dosdate >> 9) & 0x7f) + 80;
1392 stm
[all...]
/external/v8/src/s390/
H A Dassembler-s390.cc551 void Assembler::stm(Register r1, Register r2, const MemOperand& src) { function in class:v8::internal::Assembler
/external/vixl/src/aarch32/
H A Dassembler-aarch32.cc11099 void Assembler::stm(Condition cond, function in class:vixl::aarch32::Assembler
11134 Delegate(kStm, &Assembler::stm, cond, size, rn, write_back, registers);
H A Dassembler-aarch32.h3272 void stm(Condition cond,
3277 void stm(Register rn, WriteBack write_back, RegisterList registers) { function in class:vixl::aarch32::Assembler
3278 stm(al, Best, rn, write_back, registers);
3280 void stm(Condition cond, function in class:vixl::aarch32::Assembler
3284 stm(cond, Best, rn, write_back, registers);
3286 void stm(EncodingSize size, function in class:vixl::aarch32::Assembler
3290 stm(al, size, rn, write_back, registers);
H A Ddisasm-aarch32.cc3002 void Disassembler::stm(Condition cond, function in class:vixl::aarch32::Disassembler
8367 stm(CurrentCond(),
9968 stm(CurrentCond(),
9978 stm(CurrentCond(),
[all...]
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 1978 milliseconds