HomeSort by relevance Sort by last modified time
    Searched refs:tflag (Results 26 - 36 of 36) sorted by null

12

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
reflect.go 805 // tflag is documented in reflect/type.go.
807 // tflag values must be kept in sync with copies in:
855 // tflag tflag
869 var tflag uint8
871 tflag |= tflagUncommon
874 tflag |= tflagNamed
886 tflag |= tflagExtraStar
896 ot = duint8(s, ot, tflag)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
reflect.go 805 // tflag is documented in reflect/type.go.
807 // tflag values must be kept in sync with copies in:
855 // tflag tflag
869 var tflag uint8
871 tflag |= tflagUncommon
874 tflag |= tflagNamed
886 tflag |= tflagExtraStar
896 ot = duint8(s, ot, tflag)
    [all...]
  /external/opencv/ml/src/
mlcnn.cpp 54 CvStatModel* cnn_model, const CvMat* images, int tflag,
162 cvTrainCNNClassifier( const CvMat* _train_data, int tflag,
183 _train_data, tflag, _responses, CV_VAR_CATEGORICAL,
396 CvStatModel* _cnn_model, const CvMat* _train_data, int tflag,
416 _train_data, tflag, _responses, CV_VAR_CATEGORICAL,
    [all...]
mlsvm.cpp     [all...]
  /external/openssh/regress/
netcat.c 102 int tflag; /* Telnet Emulation */ variable
111 int Tflag = -1; /* IP Type of Service */
223 tflag = 1;
274 if (map_tos(optarg, &Tflag))
278 Tflag = (int)strtol(optarg, NULL, 16);
280 Tflag = (int)strtonum(optarg, 0, 255,
282 if (Tflag < 0 || Tflag > 255 || errstr || errno)
918 if (tflag)
1179 if (Tflag != -1)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
iface.go 36 if typ.tflag&tflagUncommon == 0 {
  /prebuilts/go/linux-x86/src/runtime/
iface.go 36 if typ.tflag&tflagUncommon == 0 {
  /external/opencv/ml/include/
ml.h     [all...]
  /external/toybox/toys/pending/
ip.c 2076 int8_t idx, tflag = 0, opt = (*argv[-1] == 'a') ? RTM_NEWRULE : RTM_DELRULE; local
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 498 uint32_t tflag; local
499 if (!stream.ReadVertex(*pObject2Bitmap, &triangle[j], &tflag))
    [all...]
  /external/mksh/src/
Build.sh     [all...]

Completed in 518 milliseconds

12