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

  /external/jemalloc/src/
stats.c 565 ssize_t ssv; local
683 if (je_mallctl("opt."#n, (void *)&ssv, &sssz, NULL, 0) == 0) { \
686 "\t\t\t\""#n"\": %zd%s\n", ssv, (c)); \
689 " opt."#n": %zd\n", ssv); \
694 if (je_mallctl("opt."#n, (void *)&ssv, &sssz, NULL, 0) == 0 && \
698 "\t\t\t\""#n"\": %zd%s\n", ssv, (c)); \
702 ssv, ssv2); \
785 CTL_GET("arenas.lg_dirty_mult", &ssv, ssize_t);
788 "\t\t\t\"lg_dirty_mult\": %zd,\n", ssv);
790 if (ssv >= 0)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonXmlEditor.java 293 ISourceViewer ssv = getStructuredSourceViewer(); local
294 if (mDelegate != null && ssv instanceof ISourceViewerExtension2) {
295 ((ISourceViewerExtension2) ssv).unconfigure();
296 ssv.configure(new CommonSourceViewerConfig(
  /external/e2fsprogs/debugfs/
debug_cmds.ct 140 set_super_value, ssv;
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_linalg.h 184 inline double db_OrthogonalizePair7(double *x,const double *v,double ssv)
188 m=db_SafeReciprocal(ssv);
198 inline double db_OrthogonalizePair9(double *x,const double *v,double ssv)
202 m=db_SafeReciprocal(ssv);

Completed in 97 milliseconds