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

  /prebuilts/misc/common/swig/include/2.0.11/php/
utils.i 2 %define CONVERT_BOOL_IN(lvar,t,invar)
3 convert_to_boolean_ex(invar);
4 lvar = (t) Z_LVAL_PP(invar);
7 %define CONVERT_INT_IN(lvar,t,invar)
8 convert_to_long_ex(invar);
9 lvar = (t) Z_LVAL_PP(invar);
12 %define CONVERT_LONG_LONG_IN(lvar,t,invar)
13 switch ((*(invar))->type) {
15 lvar = (t) (*(invar))->value.dval;
20 lvar = (t) strtoll((*(invar))->value.str.val, &endptr, 10)
    [all...]
  /external/opencv/cvaux/src/
cvhmm1d.cpp     [all...]
cvhmm.cpp 1458 CvVect32f invar = state->inv_var + m * vect_len; local
    [all...]
  /external/valgrind/exp-sgcheck/
sg_main.c 795 // Invar //
839 Invar;
841 /* Partial debugging printing for an Invar. */
842 static void pp_Invar ( Invar* i )
869 static Bool eq_Invar ( Invar* i1, Invar* i2 )
892 /* Generate a piece of text showing 'ea' is relative to 'invar', if
899 Invar* inv, Addr ea )
942 /* Print selected parts of an Invar, suitable for use in error
944 static void show_Invar( HChar* buf, Word nBuf, Invar* inv, Word depth
1193 Invar invar; member in struct:__anon20606
    [all...]

Completed in 101 milliseconds