HomeSort by relevance Sort by last modified time
    Searched refs:n2 (Results 251 - 275 of 706) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/linux/
wanrouter.h 76 unsigned n2; member in struct:wan_x25_conf
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/linux/
wanrouter.h 76 unsigned n2; member in struct:wan_x25_conf
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/linux/
wanrouter.h 76 unsigned n2; member in struct:wan_x25_conf
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/linux/
wanrouter.h 76 unsigned n2; member in struct:wan_x25_conf
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/linux/
wanrouter.h 76 unsigned n2; member in struct:wan_x25_conf
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/linux/
wanrouter.h 76 unsigned n2; member in struct:wan_x25_conf
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/linux/
wanrouter.h 76 unsigned n2; member in struct:wan_x25_conf
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/linux/
wanrouter.h 76 unsigned n2; member in struct:wan_x25_conf
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/
wanrouter.h 76 unsigned n2; member in struct:wan_x25_conf
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 76 unsigned n2; member in struct:wan_x25_conf
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
wanrouter.h 76 unsigned n2; member in struct:wan_x25_conf
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
wanrouter.h 76 unsigned n2; member in struct:wan_x25_conf
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
wanrouter.h 76 unsigned n2; member in struct:wan_x25_conf
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
wanrouter.h 76 unsigned n2; member in struct:wan_x25_conf
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
wanrouter.h 76 unsigned n2; member in struct:wan_x25_conf
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
wanrouter.h 76 unsigned n2; member in struct:wan_x25_conf
  /external/skia/tests/
FontHostTest.cpp 118 int n2 = SkFontStream::GetTableTags(stream, ttcIndex, array.get()); local
119 REPORTER_ASSERT(reporter, n == n2);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pyclbr.py 265 for n, n2 in names:
267 dict[n2 or n] = d[n]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pyclbr.py 265 for n, n2 in names:
267 dict[n2 or n] = d[n]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pyclbr.py 265 for n, n2 in names:
267 dict[n2 or n] = d[n]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pyclbr.py 265 for n, n2 in names:
267 dict[n2 or n] = d[n]
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
test_imports.py 119 n2 = self.mf.findNode(nm)
120 ed = self.mf.edgeData(n, n2)
168 n2 = self.mf.findNode('pkg.mod')
170 n2 = self.mf.findNode('mod')
171 self.assertEqual(refs, set([self.mf.findNode('pkg'), n2]))
172 ed = self.mf.edgeData(n, n2)
  /external/pdfium/core/src/fxcrt/
fx_basic_coords.cpp 193 CFX_FloatRect n2 = other_rect;
194 n2.Normalize();
195 if (n2.left >= n1.left && n2.right <= n1.right && n2.bottom >= n1.bottom &&
196 n2.top <= n1.top) {
  /external/v8/src/compiler/
raw-machine-assembler.h 624 Node* Phi(MachineRepresentation rep, Node* n1, Node* n2) {
625 return AddNode(common()->Phi(rep, 2), n1, n2);
627 Node* Phi(MachineRepresentation rep, Node* n1, Node* n2, Node* n3) {
628 return AddNode(common()->Phi(rep, 3), n1, n2, n3);
630 Node* Phi(MachineRepresentation rep, Node* n1, Node* n2, Node* n3, Node* n4) {
631 return AddNode(common()->Phi(rep, 4), n1, n2, n3, n4);
  /external/valgrind/auxprogs/
valgrind-di-server.c 475 static Frame* mk_Frame_le64_le64 ( const HChar* tag, ULong n1, ULong n2 )
483 write_ULong_le(&f->data[4 + 1*8], n2);
488 /*OUT*/ULong* n1, /*OUT*/ULong* n2,
497 *n2 = read_ULong_le(&fr->data[4 + 1*8]);
504 ULong n1, ULong n2, ULong n3, ULong n_data,
513 write_ULong_le(&f->data[4 + 1*8], n2);
    [all...]

Completed in 1166 milliseconds

<<11121314151617181920>>