HomeSort by relevance Sort by last modified time
    Searched full:tmpval (Results 1 - 16 of 16) sorted by null

  /build/kati/
expr.go 67 // tmpval is temporary value.
68 type tmpval []byte type
70 func (t tmpval) String() string { return string(t) }
71 func (t tmpval) Eval(w evalWriter, ev *Evaluator) error {
75 func (t tmpval) Value() []byte { return []byte(t) }
76 func (t tmpval) serialize() serializableVar {
77 return serializableVar{Type: "tmpval", V: string(t)}
79 func (t tmpval) dump(d *dumpbuf) {
291 return tmpval(buf)
306 case tmpval
    [all...]
ast.go 54 case tmpval:
func.go 576 te := traceEvent.begin("wildcard", tmpval(wb.Bytes()), traceEventMain)
940 te := traceEvent.begin("shell", tmpval(abuf.Bytes()), traceEventMain)
1043 args := make([]tmpval, arglen)
1045 args[0] = tmpval(varname)
1052 args[i+1] = tmpval(arg)
1133 case literal, tmpval:
1139 case literal, tmpval:
1264 rvalue = &recursiveVar{expr: tmpval(rhs), origin: "file"}
1273 rvalue = &recursiveVar{expr: tmpval(rhs), origin: "file"}
1280 rvalue = &recursiveVar{expr: tmpval(rhs), origin: "file"
    [all...]
eval.go 153 paramVars []tmpval // $1 => paramVars[1]
226 case tmpval:
280 case literal, tmpval:
285 v = tmpval(trimRightSpaceBytes([]byte(s[:i])))
301 rhs = append(rhs, tmpval(trimLeftSpaceBytes(b[eq+1:])))
serialize.go 385 case "tmpval":
386 return tmpval([]byte(sv.V)), nil
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java 841 int tmpVal;
854 tmpVal = uint32Val;
858 val |= tmpVal & 0x7f;
860 tmpVal = (tmpVal >> 7);
894 int tmpVal = 0;
940 tmpVal = rd.nextInt(255);
941 tmpVal2 = (tmpVal2 << 8) | tmpVal;
942 arr[index + i] = (byte) tmpVal;
    [all...]
  /external/opencv3/3rdparty/libjasper/
jp2_cod.c 685 uint_fast64_t tmpval; local
689 tmpval = 0;
691 tmpval <<= 8;
695 tmpval |= (c & 0xff);
697 *val = tmpval;
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 191 char TmpVal = DepMatrix[i][ToIndx];
193 DepMatrix[i][FromIndx] = TmpVal;
    [all...]
  /toolchain/binutils/binutils-2.25/cpu/
cris.cpu     [all...]
  /external/netperf/src/
nettest_omni.c 2500 char tmpval[1024]; local
2616 char tmpval[1024]; local
2653 char tmpval[1024]; \/* excessive, but we may have the command line *\/ local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeZoneFormat.java     [all...]
  /external/icu/icu4c/source/i18n/
tzfmt.cpp     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneFormat.java     [all...]
  /external/libxml2/
xmlschemastypes.c 2913 xmlChar *tmpval, *cur; local
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]

Completed in 1104 milliseconds