Searched defs:same (Results 1 - 8 of 8) sorted by relevance

/external/iptables/extensions/
H A Dlibipt_SAME.c143 printf("same:");
190 static struct iptables_target same = { variable in typeref:struct:iptables_target
207 register_target(&same);
/external/e2fsprogs/intl/
H A Drelocatable.c223 bool same = false; local
234 same = true;
247 if (!same)
249 /* The last pathname component was the same. opi and cpi now point
397 initially been installed in the same orig_prefix. But we can do
420 typically created from the same Makefile variable as orig_prefix came
/external/icu4c/test/intltest/
H A Dtfsmalls.cpp274 UBool same = TRUE; local
277 same = FALSE;
280 if (same) {
/external/stlport/stlport/stl/
H A Dboost_type_traits.h91 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialCopy::__anon5188
92 typedef typename __bool2type<same>::_Ret _Same;
108 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator in enum:_TrivialUCopy::__anon5190
109 typedef typename __bool2type<same>::_Ret _Same;
/external/easymock/src/org/easymock/
H A DEasyMock.java1172 * have the same length, and each element has to be equal.
1185 * have the same length, and each element has to be equal.
1198 * have the same length, and each element has to be equal.
1211 * have the same length, and each element has to be equal.
1224 * have the same length, and each element has to be equal.
1237 * have the same length, and each element has to be equal.
1250 * have the same length, and each element has to be equal.
1263 * have the same length, and each element has to be equal.
1276 * have the same type, length, and each element has to be equal.
1396 * Expects an Object that is the same a
1405 public static <T> T same(T value) { method in class:EasyMock
[all...]
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
H A Dmotion_est.cpp860 /* upto 30% complexity saving with the same complexity */
1361 Int i, j, same, num1; local
1370 pmot = &mot[mbnum][0]; /* same coordinate previous frame */
1415 pmot = &mot[mbnum][0]; /* same coordinate previous frame */
1536 same = 0;
1538 while (!same && j < *num_can)
1546 same = 1;
1549 if (!same)
/external/opencore/codecs_v2/video/avc_h264/enc/src/
H A Dmotion_est.cpp1030 ihigh = width - 3; // change from width-1 to width-3 for the same reason as above
1038 if (jlow < -13) // same reason as above
1048 if (jhigh > height - 3) // same reason as above
1071 /* upto 30% complexity saving with the same complexity */
1366 int i, j, same, num1; local
1379 pmot = &mot16x16[mbnum]; /* same coordinate previous frame */
1424 pmot = &mot16x16[mbnum]; /* same coordinate previous frame */
1634 same = 0;
1636 while (!same && j < *num_can)
1644 same
[all...]
/external/openssl/apps/
H A Dapps.c13 * included with this distribution is covered by the same copyright terms
607 int same; local
608 if(!arg2 || !arg1 || strcmp(arg1, arg2)) same = 0;
609 else same = 1;
611 *pass1 = app_get_pass(err, arg1, same);
615 *pass2 = app_get_pass(err, arg2, same ? 2 : 0);
1220 /* Delete all extensions of same type */

Completed in 127 milliseconds