HomeSort by: relevance | last modified time | path
    Searched refs:SUBSTR (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/unbound/dist/contrib/android/
setenv_android.sh 173 SUBSTR=${PATH:0:$LENGTH}
174 if [ "$SUBSTR" != "$ANDROID_TOOLCHAIN" ]; then
  /src/external/bsd/unbound/dist/contrib/ios/
setenv_ios.sh 245 SUBSTR=${PATH:0:$LENGTH}
246 if [ "$SUBSTR" != "$XCODE_TOOLCHAIN" ]; then
  /src/external/historical/nawk/dist/
maketab.c 58 { SUBSTR, "substr", "substr" },
awkgram.y 89 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR
445 | SUBSTR '(' pattern comma pattern comma pattern ')'
446 { $$ = op3(SUBSTR, $3, $5, $7); }
447 | SUBSTR '(' pattern comma pattern ')'
448 { $$ = op3(SUBSTR, $3, $5, NIL); }
lex.c 97 { "substr", SUBSTR, SUBSTR },
  /src/crypto/external/bsd/heimdal/dist/tests/ldap/
samba.schema 306 SUBSTR caseExactIA5SubstringsMatch
363 SUBSTR caseIgnoreSubstringsMatch
  /src/external/gpl3/gdb/dist/sim/arm/
iwmmxt.c 40 #define SUBSTR(w,t,m,n) ((t)(w << ((sizeof (t) * 8 - 1) - (n))) \
42 #define wCBITS(w,x,y) SUBSTR (wC[w], ARMword, x, y)
43 #define wRBITS(w,x,y) SUBSTR (wR[w], ARMdword, x, y)
999 a = SUBSTR (Rs, ARMword, 16, 31);
1000 b = SUBSTR (Rm, ARMword, 16, 31);
1012 a = SUBSTR (Rs, ARMword, 0, 15);
1013 b = SUBSTR (Rm, ARMword, 0, 15);
  /src/external/gpl3/gdb.old/dist/sim/arm/
iwmmxt.c 40 #define SUBSTR(w,t,m,n) ((t)(w << ((sizeof (t) * 8 - 1) - (n))) \
42 #define wCBITS(w,x,y) SUBSTR (wC[w], ARMword, x, y)
43 #define wRBITS(w,x,y) SUBSTR (wR[w], ARMdword, x, y)
999 a = SUBSTR (Rs, ARMword, 16, 31);
1000 b = SUBSTR (Rm, ARMword, 16, 31);
1012 a = SUBSTR (Rs, ARMword, 0, 15);
1013 b = SUBSTR (Rm, ARMword, 0, 15);
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
Record.cpp 1381 case SUBSTR: {
1391 Twine("!substr start position is out of range 0...") +
1395 PrintError(CurRec->getLoc(), "!substr length must be nonnegative");
1396 return StringInit::get(LHSs->getValue().substr(Start, Length),
1465 case SUBSTR: Result = "!substr"; break;
TGParser.cpp 1677 /// Parse the !substr operation. Return null on error.
1679 /// Substr ::= !substr(string, start-int [, length-int]) => string
1681 TernOpInit::TernaryOp Code = TernOpInit::SUBSTR;
1687 TokError("expected '(' after !substr operator");
1696 TokError("expected ',' in !substr operator");
1717 TokError("expected ')' in !substr operator");
1729 TokError("could not determine type of the string in !substr");
1740 TokError("could not determine type of the start position in !substr");
1752 TokError("could not determine type of the length in !substr");
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h 865 enum TernaryOp : uint8_t { SUBST, FOREACH, FILTER, IF, DAG, SUBSTR, FIND };

Completed in 43 milliseconds