HomeSort by relevance Sort by last modified time
    Searched defs:n2 (Results 126 - 150 of 561) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
ax25.h 101 unsigned int n2, n2count; member in struct:ax25_info_struct_deprecated
112 unsigned int n2, n2count; member in struct:ax25_info_struct
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
ax25.h 101 unsigned int n2, n2count; member in struct:ax25_info_struct_deprecated
112 unsigned int n2, n2count; member in struct:ax25_info_struct
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
ax25.h 101 unsigned int n2, n2count; member in struct:ax25_info_struct_deprecated
112 unsigned int n2, n2count; member in struct:ax25_info_struct
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
ax25.h 101 unsigned int n2, n2count; member in struct:ax25_info_struct_deprecated
112 unsigned int n2, n2count; member in struct:ax25_info_struct
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
ax25.h 101 unsigned int n2, n2count; member in struct:ax25_info_struct_deprecated
112 unsigned int n2, n2count; member in struct:ax25_info_struct
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
ax25.h 101 unsigned int n2, n2count; member in struct:ax25_info_struct_deprecated
112 unsigned int n2, n2count; member in struct:ax25_info_struct
  /system/core/fs_mgr/
fs_mgr.c 251 char *n2; local
255 n2 = strdup(in2);
258 remove_trailing_slashes(n2);
260 ret = !strcmp(n1, n2);
263 free(n2);
  /external/bzip2/
bzlib.c 970 Int32 n, n2, ret; local
996 n2 = fwrite ( (void*)(bzf->buf), sizeof(UChar),
998 if (n != n2 || ferror(bzf->handle))
1030 Int32 n, n2, ret; local
1055 n2 = fwrite ( (void*)(bzf->buf), sizeof(UChar),
    [all...]
  /external/eigen/Eigen/src/Geometry/
Quaternion.h 639 Scalar n2 = this->squaredNorm(); local
640 if (n2 > Scalar(0))
641 return Quaternion<Scalar>(conjugate().coeffs() / n2);
  /external/libchrome/base/third_party/nspr/
prtime.cc 905 int n1, n2, n3; local
    [all...]
  /external/mesa3d/src/mesa/program/
prog_noise.c 244 float n0, n1, n2; /* Noise contributions from the three corners */ local
307 n2 = 0.0f;
310 n2 = t2 * t2 * grad2(perm[ii + 1 + perm[jj + 1]], x2, y2);
315 return 40.0f * (n0 + n1 + n2); /* TODO: The scale factor is preliminary! */
327 float n0, n1, n2, n3; /* Noise contributions from the four corners */ local
451 n2 = 0.0f;
454 n2 =
472 return 32.0f * (n0 + n1 + n2 + n3); /* TODO: The scale factor is preliminary! */
484 float n0, n1, n2, n3, n4; /* Noise contributions from the five corners */ local
605 n2 = 0.0f
    [all...]
  /external/opencv3/modules/core/test/
test_dxt.cpp 277 int i, n = _dst.cols + _dst.rows - 1, n2 = (n+1) >> 1; local
299 dst[n2*dststep].re = src0[(cn == 1 ? n-1 : n2)*srcstep];
300 dst[n2*dststep].im = 0;
308 for( i = 1; i < n2; i++, delta0 += srcstep, delta1 += srcstep )
335 dst[n2*dststep].re = src0[(cn == 1 ? n-1 : n2)*srcstep];
336 dst[n2*dststep].im = 0;
344 for( i = 1; i < n2; i++, delta0 += srcstep, delta1 += srcstep )
  /external/opencv3/samples/cpp/
select3dobj.cpp 253 float n1 = (float)norm(d1), n2 = (float)norm(d2); local
254 if( n1*n2 < eps )
  /external/protobuf/gtest/test/
gtest_output_test_.cc 234 // SCOPED_TRACE("Trace A"); | waits for n2
236 // notifies n2 |
251 Notification n2; member in struct:CheckPoints
261 check_points->n2.WaitForNotification();
284 check_points.n2.Notify();
    [all...]
  /frameworks/base/core/java/android/text/format/
TimeFormatter.java 237 int n2 = (wallTime.getHour() % 12 != 0) ? (wallTime.getHour() % 12) : 12; local
238 numberFormatter.format(getFormat(modifier, "%2d", "%2d", "%d", "%02d"), n2); local
  /frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
NotificationTests.java 434 final Notification n2 = Notification.CREATOR.createFromParcel(p); local
436 L(" %s: parcel read=%dms", summarize(n2), time);
439 noMa.notify(NOTIFICATION_ID + i, n2);
441 L(" %s: notify=%dms", summarize(n2), time);
  /libcore/ojluni/src/main/java/java/lang/
String.java 1105 int n2 = s2.length(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netax25/
ax25.h 115 unsigned int n2, n2count; member in struct:ax25_info_struct
158 #define AX25_VALUES_N2 11 /* Default N2 value */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netax25/
ax25.h 115 unsigned int n2, n2count; member in struct:ax25_info_struct
158 #define AX25_VALUES_N2 11 /* Default N2 value */
  /system/bt/stack/smp/
aes.c 235 { uint_8t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; local
243 while(n2 >= n1) /* divide polynomial p2 by p1 */
245 n2 /= n1; /* shift smaller polynomial left */
246 p2 ^= (p1 * n2) & 0xff; /* and remove from larger one */
247 v2 ^= (v1 * n2); /* shift accumulated value and */
248 n2 = hibit(p2); /* add into result */
253 if(n2) /* repeat with values swapped */
254 while(n1 >= n2)
256 n1 /= n2;
  /external/libgdx/extensions/gdx-jnigen/libs/
javaparser-core-2.3.0.jar 
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfwprintf.c 283 int n, n2, n3; /* handy integers (short term usage) */ local
352 * PAD uses `n' and 'n3', and PRINTANDPAD uses 'n', 'n2', and 'n3'.
370 n2 = (ep) - (p); \
371 if (n2 > (len)) \
372 n2 = (len); \
373 if (n2 > 0) \
374 PRINT((p), n2); \
375 PAD((len) - (n2 > 0 ? n2 : 0), (with)); \
418 n2 = 0;
1113 int n, n2; \/* handy integer (short term usage) *\/ local
    [all...]
  /external/clang/test/CXX/drs/
dr4xx.cpp 1184 long n2 = s2; member in namespace:dr495
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 15 int n2[this1]; // expected-warning {{variable length array}} local
16 (void)n1, (void)n2;
231 constexpr int n2 = 65536 * 32768; // expected-error {{constant expression}} expected-note {{value 2147483648 is outside the range of }} member in namespace:UndefinedBehavior::Overflow
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 74 constexpr int n2 = const_cast<int&>(n1); member in namespace:ConstCast
    [all...]

Completed in 1134 milliseconds

1 2 3 4 56 7 8 91011>>