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

  /src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
ppm.h 82 int iVal;
ppm.c 158 fileConf[i].value.iVal = atoi(value);
166 fileConf[i].value.iVal);
177 fileConf[i].value.iVal = atoi(value);
186 fileConf[*numParam].value.iVal);
613 {"minQuality", typeInt, {.iVal = DEFAULT_QUALITY}, 0, 0, 0
616 {"checkRDN", typeInt, {.iVal = 0}, 0, 0, 0
622 {"maxConsecutivePerClass", typeInt, {.iVal = 0}, 0, 0, 0
625 {"useCracklib", typeInt, {.iVal = 0}, 0, 0, 0
657 minQuality = getValue(fileConf, numParam, "minQuality")->iVal;
658 checkRDN = getValue(fileConf, numParam, "checkRDN")->iVal;
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
oaidl.d 192 short iVal;
258 SHORT iVal;
objidl.d 397 short iVal;
  /src/external/gpl3/binutils/dist/gprofng/src/
ipcio.cc 330 static int iVal;
344 iVal = readIVal (req);
380 return iVal;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
ipcio.cc 330 static int iVal;
344 iVal = readIVal (req);
380 return iVal;
  /src/external/public-domain/sqlite/dist/
sqlite3.h 12177 ** Argument iVal must be greater than or equal to 0, and less than the number
12182 ** sqlite3_value object containing the iVal'th value from the vector of
12192 int iVal, /* Column number */
12208 ** Argument iVal must be greater than or equal to 0, and less than the number
12213 ** sqlite3_value object containing the iVal'th value from the vector of
12226 int iVal, /* Column number */
12240 ** Argument iVal must be greater than or equal to 0, and less than the number
12245 ** sqlite3_value object containing the iVal'th value from the
12254 int iVal, /* Column number */
13467 sqlite3_int64 iVal
    [all...]
sqlite3.c 12498 ** Argument iVal must be greater than or equal to 0, and less than the number
12503 ** sqlite3_value object containing the iVal'th value from the vector of
12513 int iVal, /* Column number */
12529 ** Argument iVal must be greater than or equal to 0, and less than the number
12534 ** sqlite3_value object containing the iVal'th value from the vector of
12547 int iVal, /* Column number */
12561 ** Argument iVal must be greater than or equal to 0, and less than the number
12566 ** sqlite3_value object containing the iVal'th value from the
12575 int iVal, /* Column number */
13788 sqlite3_int64 iVal
    [all...]
shell.c 16291 i64 iVal; /* SQLITE_INTEGER value */
16322 sqlite3_result_int64(pCtx, pSlot->iVal);
16347 pSlot->iVal = sqlite3_value_int64(argv[1]);
16803 int iVal = va_arg(ap, int);
16804 if( iVal<0 ) iVal = 0;
16805 if( iVal>100 ) iVal = 100;
16806 p->iSample = iVal;
21333 i64 iVal = ((i64)a[0]<<24
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 38 Result.Value.Int16 = V.iVal;
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 6855 uint64_t iVal = FPVal.bitcastToAPInt().getZExtValue();
6860 if (IsDouble && (iVal & 0xffffffff) != (iVal >> 32))
6864 SDValue NewVal = isVMOVModifiedImm(iVal & 0xffffffffU, 0, 32, DAG, SDLoc(Op),
6881 NewVal = isVMOVModifiedImm(~iVal & 0xffffffffU, 0, 32, DAG, SDLoc(Op), VMovVT,

Completed in 319 milliseconds