Home
last modified time | relevance | path

Searched refs:tend (Results 1 – 25 of 113) sorted by relevance

12345

/external/llvm/test/MC/PowerPC/
Dhtm.s11 # CHECK-BE: tend. 0 # encoding: [0x7c,0x00,0x05,0x5d]
12 # CHECK-LE: tend. 0 # encoding: [0x5d,0x05,0x00,0x7c]
13 tend. 0
14 # CHECK-BE: tend. 1 # encoding: [0x7e,0x00,0x05,0x5d]
15 # CHECK-LE: tend. 1 # encoding: [0x5d,0x05,0x00,0x7e]
16 tend. 1
/external/expat/tests/benchmark/
Dbenchmark.c67 clock_t tstart, tend; in main() local
137 tend = clock(); in main()
138 cpuTime += ((double) (tend - tstart)) / CLOCKS_PER_SEC; in main()
/external/ltp/tools/pounder21/src/memxfer5b/
Dmemxfer5b.c38 void tend(void);
239 tend(); in main()
249 tend(); in main()
326 void tend(void) in tend() function
/external/llvm/test/CodeGen/PowerPC/
Dhtm.ll22 %0 = tail call i32 @llvm.ppc.tend(i32 0)
25 ; CHECK: tend. 0
29 declare i32 @llvm.ppc.tend(i32)
62 ; CHECK: tend. 1
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
Dtm-syscall-asm.S11 tend.
24 tend.
/external/llvm/test/CodeGen/SystemZ/
Dhtm-intrinsics.ll8 declare i32 @llvm.s390.tend()
189 ; CHECK: tend
193 %res = call i32 @llvm.s390.tend()
200 ; CHECK: tend
204 %res = call i32 @llvm.s390.tend()
219 ; CHECK: tend
225 %res = call i32 @llvm.s390.tend()
/external/autotest/client/cros/power/
Dpower_status.py1427 def checkpoint(self, tname='', tstart=None, tend=None): argument
1439 if not tend:
1440 tend = time.time()
1441 self._checkpoint_data.append((tname, tstart, tend))
1443 tname, tstart, tend)
1482 for tname, tstart, tend in self._checkpoint_data:
1487 keyvals[prefix+'_duration'] = tend - tstart
1493 meas_array = meas[numpy.bitwise_and(tstart < t, t < tend)]
1497 logging.debug('timestamp start, end %f %f' % (tstart, tend))
1509 tend - tstart, tstart, tend))
/external/llvm/test/MC/SystemZ/
Dinsn-good-zEC12.s124 #CHECK: tend # encoding: [0xb2,0xf8,0x00,0x00]
126 tend
/external/wpa_supplicant_8/src/eap_peer/
Dikev2.c122 const u8 *tend; in ikev2_parse_transform() local
136 tend = pos + transform_len; in ikev2_parse_transform()
151 if (pos < tend) { in ikev2_parse_transform()
153 pos, tend - pos); in ikev2_parse_transform()
160 if (tend - pos != 4) { in ikev2_parse_transform()
/external/wpa_supplicant_8/src/eap_server/
Dikev2.c127 const u8 *tend; in ikev2_parse_transform() local
141 tend = pos + transform_len; in ikev2_parse_transform()
156 if (pos < tend) { in ikev2_parse_transform()
158 pos, tend - pos); in ikev2_parse_transform()
166 if (tend - pos != 4) { in ikev2_parse_transform()
/external/python/cpython3/Lib/
Dgettext.py361 tend = toff + tlen
362 if mend < buflen and tend < buflen:
364 tmsg = buf[toff:tend]
/external/tensorflow/tensorflow/docs_src/performance/
Dquantization.md29 magical qualities of deep networks is that they tend to cope very well with high
46 weights tend to be normally distributed within a certain range, for example -3.0
166 activation tensors in trained neural network models tend to have values that are
169 exact numbers will vary). We also know from experiment that neural nets tend to
196 across the representation, but these tend to be more expensive to calculate on.
/external/python/cpython2/Lib/
Dgettext.py363 tend = toff + tlen
364 if mend < buflen and tend < buflen:
366 tmsg = buf[toff:tend]
/external/fio/
DMORAL-LICENSE15 people tend to have differing opinions of that, it doesn't hurt to spell out
/external/llvm/docs/HistoricalNotes/
D2000-12-06-EncodingIdea.txt21 numbers would tend to stay small, even at the end of the procedure (where
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2000-12-06-EncodingIdea.txt21 numbers would tend to stay small, even at the end of the procedure (where
/external/zlib/src/doc/
Dtxtvsbin.txt70 The second observation is that most of the binary files tend to contain
74 labeled as textual, because the files that are genuinely binary tend to
/external/llvm/docs/CommandGuide/
Dllvm-diff.rst33 which tend to stop any downstream changes from being detected.
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dllvm-diff.pod30 which tend to stop any downstream changes from being detected.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DRuleBasedTimeZone.java628 long tend = getTransitionTime(historicTransitions.get(idx), in getOffset() local
630 if (time > tend) { in getOffset()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DRuleBasedTimeZone.java603 long tend = getTransitionTime(historicTransitions.get(idx), in getOffset() local
605 if (time > tend) { in getOffset()
/external/skia/site/dev/contrib/
Dc++11.md44 Internal Google projects tend to support C++11 completely, including the
/external/skqp/site/dev/contrib/
Dc++11.md44 Internal Google projects tend to support C++11 completely, including the
/external/llvm/lib/Target/PowerPC/
DPPCInstrHTM.td34 (outs crrc0:$ret), (ins u1imm:$A), "tend. $A", IIC_SprMTSPR, []>;
/external/clang/test/Analysis/
Ddelegates.m88 // involving [NSObject performSelector...] tend to lead to false positives.

12345