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

  /bionic/libc/upstream-netbsd/libc/gen/
popen.c 85 const char * volatile xtype = type; local
91 _DIAGASSERT(xtype != NULL);
93 flags = strchr(xtype, 'e') ? O_CLOEXEC : 0;
94 if (strchr(xtype, '+')) {
97 xtype = "r+";
102 xtype = strrchr(xtype, 'r') ? "r" : "w";
138 if (*xtype == 'r') {
161 if (*xtype == 'r') {
162 iop = fdopen(pdes[0], xtype);
    [all...]
  /external/clang/test/Sema/
invalid-decl.c 9 typedef xtype (*x)(void* handle); // expected-error {{function cannot return function type}} expected-warning {{type specifier missing, defaults to 'int'}} expected-warning {{type specifier missing, defaults to 'int'}}
  /external/chromium_org/third_party/sqlite/src/src/
printf.c 254 etByte xtype = 0; /* Conversion paradigm */ local
345 xtype = etINVALID;
350 xtype = infop->type;
383 ** xtype The class of the conversion.
386 switch( xtype ){
430 if( xtype==etORDINAL ){
480 if( xtype==etGENERIC && precision>0 ) precision--;
488 if( xtype==etFLOAT ) realvalue += rounder;
519 flag_exp = xtype==etEXP;
520 if( xtype!=etFLOAT )
    [all...]
  /external/ceres-solver/internal/ceres/
suitesparse.cc 63 triplet.xtype = CHOLMOD_REAL;
85 triplet.xtype = CHOLMOD_REAL;
104 m.xtype = CHOLMOD_REAL;
222 block_matrix.xtype = CHOLMOD_PATTERN;
covariance_impl.cc 438 cholmod_jacobian_view.xtype = CHOLMOD_REAL;
647 cholmod_jacobian.xtype = CHOLMOD_REAL;
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 22 mat.xtype = CHOLMOD_REAL;
27 mat.xtype = CHOLMOD_REAL;
32 mat.xtype = CHOLMOD_COMPLEX;
37 mat.xtype = CHOLMOD_COMPLEX;
85 // setup res.xtype
  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.h 140 XferType xtype; member in struct:XferPoint
AnalysisO1.cpp     [all...]
  /ndk/sources/host-tools/sed-4.2.1/
autoboot 588 -type l -xtype l -delete > /dev/null 2>&1
  /external/chromium_org/third_party/libxml/src/
xmlschemastypes.c     [all...]
  /external/libxml2/
xmlschemastypes.c     [all...]
  /external/elfutils/src/
readelf.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 18752 etByte xtype = 0; \/* Conversion paradigm *\/ local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 19548 etByte xtype = 0; \/* Conversion paradigm *\/ local
    [all...]
  /external/sqlite/dist/
sqlite3.c 19548 etByte xtype = 0; \/* Conversion paradigm *\/ local
    [all...]

Completed in 1242 milliseconds