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

  /external/dropbear/
svr-chansession.c 1026 char* newvar = NULL; local
1032 newvar = m_malloc(plen + vlen + 2); /* 2 is for '=' and '\0' */
1033 memcpy(newvar, param, plen);
1034 newvar[plen] = '=';
1035 memcpy(&newvar[plen+1], var, vlen);
1036 newvar[plen+vlen+1] = '\0';
1037 /* newvar is leaked here, but that's part of putenv()'s semantics */
1038 if (putenv(newvar) < 0) {
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_lib.h 119 void InitHTFM(VideoEncData *video, HTFM_Stat *htfm_stat, double *newvar, Int *collect);
120 void UpdateHTFM(VideoEncData *video, double *newvar, double *exp_lamda, HTFM_Stat *htfm_stat);
motion_est.cpp 170 double newvar[16]; local
232 InitHTFM(video, &htfm_stat, newvar, &collect);
524 UpdateHTFM(video, newvar, exp_lamda, &htfm_stat);
534 void InitHTFM(VideoEncData *video, HTFM_Stat *htfm_stat, double *newvar, Int *collect)
557 newvar[i] = 0.0;
619 void UpdateHTFM(VideoEncData *video, double *newvar, double *exp_lamda, HTFM_Stat *htfm_stat)
624 newvar[0] = (double)(htfm_stat->abs_dif_mad_avg) / (htfm_stat->countbreak * 16.);
626 if (newvar[0] < 0.001)
628 newvar[0] = 0.001; /* to prevent floating overflow */
630 exp_lamda[0] = 1 / (newvar[0] * 1.4142136)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h 49 Note that objects created with PyObject_{New, NewVar} are allocated using the
66 PyObject_{New, NewVar, Del}.
90 For allocating objects, use PyObject_{New, NewVar} instead whenever
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h 49 Note that objects created with PyObject_{New, NewVar} are allocated using the
66 PyObject_{New, NewVar, Del}.
90 For allocating objects, use PyObject_{New, NewVar} instead whenever
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 266 double newvar[16]; local
312 InitHTFM(video, &htfm_stat, newvar, &collect);
467 UpdateHTFM(encvid, newvar, exp_lamda, &htfm_stat);
601 void InitHTFM(VideoEncData *encvid, HTFM_Stat *htfm_stat, double *newvar, int *collect)
625 newvar[i] = 0.0;
687 void UpdateHTFM(AVCEncObject *encvid, double *newvar, double *exp_lamda, HTFM_Stat *htfm_stat)
692 newvar[0] = (double)(htfm_stat->abs_dif_mad_avg) / (htfm_stat->countbreak * 16.);
694 if (newvar[0] < 0.001)
696 newvar[0] = 0.001; /* to prevent floating overflow */
698 exp_lamda[0] = 1 / (newvar[0] * 1.4142136)
    [all...]
avcenc_lib.h 526 void InitHTFM(VideoEncData *encvid, HTFM_Stat *htfm_stat, double *newvar, int *collect);
527 void UpdateHTFM(AVCEncObject *encvid, double *newvar, double *exp_lamda, HTFM_Stat *htfm_stat);
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
UNUSED_STABS.txt 710 static Bool newvar(Char *name, SymType *ty, Addr valuep, UInt size,
887 if(newvar(f->name, f->type, var->valuep + (f->offset / 8),
944 if(newvar(b, ty, var->valuep + (i * ty->size), -1, var,
957 if(newvar(NULL, type->u.t_pointer.type, *(Addr *)var->valuep,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 
org.sat4j.pb_2.2.0.v20100429.jar 
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/bison/
configure     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
configure     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 858 milliseconds