HomeSort by relevance Sort by last modified time
    Searched refs:tran (Results 1 - 25 of 69) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/score/
tcond.s 9 .macro tran insn32, insn16
39 tran "tset", "tset!"
40 tran "tcs", "tcs!"
41 tran "tcc", "tcc!"
42 tran "tgtu", "tgtu!"
43 tran "tleu", "tleu!"
44 tran "teq", "teq!"
45 tran "tne", "tne!"
46 tran "tgt", "tgt!"
47 tran "tle", "tle!
    [all...]
b.s 8 .macro tran insn32, insn16
28 tran "b L1", "b! L1"
29 #tran "b 0x8", "b! 0x8"
nop.s 8 .macro tran insn32, insn16
38 tran "nop", "nop!"
  /external/python/cpython2/Demo/threads/
squasher.py 47 co.tran(codisassembler, line)
51 card = co.tran(cogetline)
53 co.tran(cosquasher, card[i])
54 co.tran(cosquasher, ';')
58 ch = co.tran(codisassembler)
60 ch2 = co.tran(codisassembler)
64 co.tran(coassembler, ch)
68 ch2 = co.tran(codisassembler)
71 co.tran(coassembler, ' ')
73 co.tran(coassembler, ch
    [all...]
fcmp.py 19 print co.tran(f),
35 v1 = co1.tran(f1)
38 v2 = co2.tran(f2)
44 v2 = co2.tran(f2)
Coroutine.py 18 # To start the coroutines running, use co.tran on one of the create'd
19 # functions; e.g., co.tran(cof2). The routine that first executes
20 # co.tran is called the "main coroutine". It's special in several
25 # (you can't use co.tran() for this because the main coroutine doesn't
33 # handle can be used as the target in a subsequent .tran().
35 # .tran(target, data=None)
38 # the .tran, .tran acts like an ordinary function call: another
39 # coroutine B can .tran back to it later, and if it does A's .tran
139 def tran(self, target, data=None): member in class:Coroutine
    [all...]
  /external/one-true-awk/
makefile 39 OFILES = b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o
42 maketab.c parse.c lib.c run.c tran.c proctab.c
45 lib.c run.c tran.c
README 50 cc -c tran.c
54 cc ytab.o b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o -lm
FIXES 291 modified run/format() and tran/getsval() to do a slightly better
349 more (const char *) casts in b.c and tran.c to silence warnings.
370 minor fiddles in tran.c to keep compilers happy about uschar.
457 fixed memory leaks in run.c (call) and tran.c (setfval).
829 fix potential problem in tran.c -- something was freed,
870 fixed ref-thru-zero bug in environment code in tran.c
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToXMLStream.java 491 Transformer tran = super.getTransformer(); local
492 ErrorListener errHandler = tran.getErrorListener();
633 Transformer tran = super.getTransformer(); local
634 ErrorListener errHandler = tran.getErrorListener();
ToStream.java 437 final Transformer tran = super.getTransformer(); local
438 if (tran != null) {
439 final ErrorListener errHandler = tran
    [all...]
  /external/aac/libSBRenc/src/
fram_gen.cpp 180 int tranPos, /*!< input : transient position (ref: tran det) */
187 int tran, /*!< input : position of transient */
219 INT *length_v_bord, INT tran, INT bufferFrameStart,
    [all...]
tran_det.cpp 628 FIXP_DBL delta, tran; local
632 tran = (FIXP_DBL)0;
640 tran = fMultAddDiv2(tran, i_thres, delta);
643 transients[jpBM] += (tran << 1);
    [all...]
  /external/clang/test/Sema/
designated-initializers.c 89 } tran = { variable in typeref:struct:translator
  /external/libpng/
pngwutil.c     [all...]
  /external/pdfium/third_party/libpng16/
pngwutil.c     [all...]
  /external/syslinux/com32/lib/libpng/
pngwutil.c     [all...]
  /external/swiftshader/third_party/LLVM/projects/sample/
configure 859 | --program-trans | --program-tran \
867 | --program-trans=* | --program-tran=* \
    [all...]
  /toolchain/binutils/binutils-2.27/etc/
configure 869 | --program-trans | --program-tran \
877 | --program-trans=* | --program-tran=* \
    [all...]
  /external/fdlibm/
configure 490 | --program-trans | --program-tran \
498 | --program-trans=* | --program-tran=* \
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 
  /external/fec/
configure 525 | --program-trans | --program-tran \
533 | --program-trans=* | --program-tran=* \
    [all...]
  /external/iputils/ninfod/
configure 940 | --program-trans | --program-tran \
948 | --program-trans=* | --program-tran=* \
    [all...]
  /prebuilts/misc/windows/sdl2/test/
configure 946 | --program-trans | --program-tran \
954 | --program-trans=* | --program-tran=* \
    [all...]
  /external/google-breakpad/
configure 1043 | --program-trans | --program-tran \
1051 | --program-trans=* | --program-tran=* \
    [all...]

Completed in 1001 milliseconds

1 2 3