HomeSort by relevance Sort by last modified time
    Searched refs:ORD (Results 1 - 23 of 23) sorted by null

  /external/tensorflow/tensorflow/tools/dist_test/scripts/
dist_census_widendeep_test.sh 122 ORD=1
125 echo "=== Log file from worker ${ORD} / ${N_WORKERS} ==="
130 ((ORD++))
dist_mnist_test.sh 227 ORD=$(expr ${M} + 1)
229 echo "=== Log file from worker ${ORD} / ${N_WORKERS} ==="
  /external/mksh/src/
eval.c 286 c = ord(*sp++);
292 c = ord(*sp++);
297 c = ord(*sp++);
323 c = ORD(')');
330 c = ORD('}');
337 if ((unsigned int)c == ORD('}'))
439 case ORD('#') | STYPE_AT:
443 case ORD('Q') | STYPE_AT: {
451 case ORD('0'): {
459 if (ord(mid[-1]) == ORD(/*{*/ '}'))
    [all...]
lex.c 250 subshell_nesting_type == ORD(/*{*/ '}') &&
251 (unsigned int)c == ORD(/*{*/ '}'))
257 if ((unsigned int)c == ORD('('))
259 else if ((unsigned int)c == ORD(')'))
262 ((unsigned int)c == ORD(/*{*/ '}') ||
266 if ((unsigned int)c == ORD(/*{*/ '}') ||
269 if ((unsigned int)c == ORD(/*{*/ '}'))
275 if ((unsigned int)c == ORD('[') && (cf & CMDASN)) {
301 if ((unsigned int)c2 == ORD('(' /*)*/)) {
312 case ORD('\\')
    [all...]
syn.c 337 case ORD('(' /*)*/):
393 case ORD('(' /*)*/): {
397 subshell_nesting_type = ORD(')');
398 t = nested(TPAREN, ORD('('), ORD(')'), sALIAS);
403 case ORD('{' /*}*/):
404 t = nested(TBRACE, ORD('{'), ORD('}'), sALIAS);
414 case ORD('(' /*)*/):
415 c = ORD('(');
    [all...]
misc.c 699 if (ord(c) == ORD('*') || ord(c) == ORD('?')) {
702 } else if (ord(c) == ORD('[')) {
704 if (ISMAGIC(p[0]) && ord(p[1]) == ORD('!'))
706 if (ISMAGIC(p[0]) && ord(p[1]) == ORD(']'))
    [all...]
edit.c 313 switch (ord(ch)) {
315 case ORD('$'):
316 case ORD('*'):
317 case ORD('?'):
318 case ORD('['):
319 case ORD('\\'):
320 case ORD('`'):
653 ord(*s) == ORD('*') || ord(*s) == ORD('[') |
    [all...]
var.c 207 if (p != n && ord(*p) == ORD('[') && (len = array_ref_len(p))) {
783 if (ord(*val) == ORD('[')) {
806 if (ord(val[0]) == ORD('=')) {
812 } else if (ord(val[0]) == ORD('+') && ord(val[1]) == ORD('='))
    [all...]
tree.c 332 if (ord(*wp) == ORD(/*{*/ '}')) {
338 c = ord(*wp++);
342 c = ord(*wp++);
345 case ORD('\n'):
347 c = ORD('\'');
349 shf_putc(ORD('\n'), shf);
355 case ORD('"'):
356 case ORD('`'):
357 case ORD('$')
    [all...]
sh.h 559 #define ISMAGIC(c) (ord(c) == ORD(MAGIC))
1477 #define ord macro
1489 #define ord macro
    [all...]
funcs.c 597 return (ord(*s_ptr++));
754 if (ord(*cp) == ORD('-'))
756 if (ord(cp[0]) == ORD('[') && ord(cp[1]) == ORD('[') && !cp[2])
    [all...]
expr.c 563 c = ord(*++cp);
565 if (es->tokp == es->expression && (unsigned int)c == ORD('#')) {
578 c = ord(*++cp);
580 if ((unsigned int)c == ORD('[')) {
624 c = ord(*cp++);
638 for (i = 0; (n0 = ord(opname[i][0])); i++)
795 if ((wc = ord(rtt2asc(*s++))) < 0x80) {
809 if (((c = ord(rtt2asc(*s++))) & 0xC0) != 0x80)
817 if (((c = ord(rtt2asc(*s++))) & 0xC0) != 0x80)
821 if (((c = ord(rtt2asc(*s++))) & 0xC0) != 0x80
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cr16/
or_test.s 41 # ORD imm32, regp
43 ord $0xf,(r2,r1)
44 ord $0xff,(r2,r1)
45 ord $0xfff,(r2,r1)
46 ord $0xffff,(r2,r1)
47 ord $0xfffff,(r2,r1)
48 ord $0xfffffff,(r2,r1)
49 ord $0xffffffff,(r2,r1)
51 # ORD regp, regp
53 ord (r4,r3),(r2,r1
    [all...]
  /external/v8/src/mips/
constants-mips.h 786 ORD = 0x11, // Ordered, on Mips release >= 6.
    [all...]
  /external/v8/src/mips64/
constants-mips64.h 819 ORD = 0x11, // Ordered, on Mips release >= 6.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windot11.h     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go     [all...]
AMD64Ops.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go     [all...]
AMD64Ops.go     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
opGen.go 138 Block386ORD: "ORD",
153 BlockAMD64ORD: "ORD",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
opGen.go 138 Block386ORD: "ORD",
153 BlockAMD64ORD: "ORD",
    [all...]

Completed in 751 milliseconds