Searched defs:logp (Results 1 - 11 of 11) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dplog.c78 static struct log *logp = NULL; variable in typeref:struct:log
168 log_vaprint(logp, newfmt, ap_bak);
223 logp = log_open(250, logfile);
224 if (logp == NULL)
/external/libopus/celt/
H A Dcelt_decoder.c406 int logp; local
412 logp = isTransient ? 2 : 4;
413 tf_select_rsv = LM>0 && tell+logp+1<=budget;
418 if (tell+logp<=budget)
420 curr ^= ec_dec_bit_logp(dec, logp);
425 logp = isTransient ? 4 : 5;
H A Dcelt_encoder.c744 int logp; local
749 logp = isTransient ? 2 : 4;
751 tf_select_rsv = LM>0 && tell+logp+1 <= budget;
756 if (tell+logp<=budget)
758 ec_enc_bit_logp(enc, tf_res[i] ^ curr, logp);
765 logp = isTransient ? 4 : 5;
/external/swiftshader/src/Shader/
H A DShaderCore.cpp1621 void ShaderCore::logp(Vector4f &dst, const Vector4f &src, unsigned short shaderModel) function in class:sw::ShaderCore
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 356 milliseconds