HomeSort by relevance Sort by last modified time
    Searched defs:ord (Results 1 - 25 of 44) sorted by null

1 2

  /external/v8/build/
install-chroot.sh 121 ord() { function
301 [ "$c" '<' 'A' -o $(ord "$c") -gt $((64 + $(ord "$j"))) ]; then
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/tree_policy/
order_statistics_imp.hpp 83 size_type ord = 0; local
92 ord += (l_it == end_it)? 1 : 1 + l_it.get_metadata();
97 ord += (l_it == end_it)? 0 : l_it.get_metadata();
101 return ord;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/tree_policy/
order_statistics_imp.hpp 83 size_type ord = 0; local
92 ord += (l_it == end_it)? 1 : 1 + l_it.get_metadata();
97 ord += (l_it == end_it)? 0 : l_it.get_metadata();
101 return ord;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/tree_policy/
order_statistics_imp.hpp 83 size_type ord = 0; local
92 ord += (l_it == end_it)? 1 : 1 + l_it.get_metadata();
97 ord += (l_it == end_it)? 0 : l_it.get_metadata();
101 return ord;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/tree_policy/
order_statistics_imp.hpp 83 size_type ord = 0; local
92 ord += (l_it == end_it)? 1 : 1 + l_it.get_metadata();
97 ord += (l_it == end_it)? 0 : l_it.get_metadata();
101 return ord;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
order_statistics_imp.hpp 106 size_type ord = 0; local
121 ord + 1 : ord;
132 ord += child_nd_it.get_metadata();
142 return ord;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
order_statistics_imp.hpp 106 size_type ord = 0; local
121 ord + 1 : ord;
132 ord += child_nd_it.get_metadata();
142 return ord;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/trie_policy/
order_statistics_imp.hpp 106 size_type ord = 0; local
121 ord + 1 : ord;
132 ord += child_nd_it.get_metadata();
142 return ord;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/
order_statistics_imp.hpp 106 size_type ord = 0; local
121 ord + 1 : ord;
132 ord += child_nd_it.get_metadata();
142 return ord;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
Period.java 192 int ord = unit.ordinal; local
193 if (counts[ord] == 0) {
196 return (counts[ord] - 1)/1000f;
328 int ord = unit.ordinal; local
329 if (counts[ord] != value) {
334 newCounts[ord] = value;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
Period.java 190 int ord = unit.ordinal; local
191 if (counts[ord] == 0) {
194 return (counts[ord] - 1)/1000f;
326 int ord = unit.ordinal; local
327 if (counts[ord] != value) {
332 newCounts[ord] = value;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
arith_insn.s 181 .global ord
182 ord: label
183 ord $-0x1 , r8 label
184 ord $0x6980 , r9 label
185 ord $0x10000 , r9 label
186 ord r10 , r11 label
  /external/clang/test/FixIt/
fixit-cxx0x.cpp 66 #define ord - '0' macro
67 int k = '4'ord; // expected-error {{requires a space between}}
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
IncompleteCholesky.h 76 OrderingType ord; local
77 ord(mat.template selfadjointView<UpLo>(), m_perm);
  /toolchain/binutils/binutils-2.25/binutils/
resres.c 518 unsigned short ord; local
523 ord = (unsigned short) windres_get_16 (wrbfd, bid.sig, 2);
524 if (ord == 0xFFFF) /* an ordinal id */
dlltool.c 331 int ord; /* Two-byte ordinal value associated with function. */ member in struct:ifunct
    [all...]
  /external/opencv3/apps/traincascade/
old_ml_data.cpp 428 const char* ord = 0, *cat = 0; local
437 ord = strstr( str, "ord" );
439 if ( !ord && !cat )
442 if ( !ord && strlen(cat) == 3 ) // str == "cat"
448 if ( !cat && strlen(ord) == 3 ) // str == "ord"
454 if ( ord ) // parse ord str
457 if ( ord[3] != '['
    [all...]
old_ml.hpp 592 ord; member in union:CvDTreeSplit::__anon20562
    [all...]
  /external/eigen/Eigen/src/SparseLU/
SparseLU.h 420 OrderingType ord; local
421 ord(mat,m_perm_c);
  /external/eigen/Eigen/src/SparseQR/
SparseQR.h 288 OrderingType ord; local
289 ord(matCpy, m_perm_c);
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 400 DataIndex * ord; member in class:CmdBinSearch
404 CmdBinSearch(UErrorCode, UCollator * col,DWORD win_langid,int32_t count,DataIndex * rnd,DataIndex * ord,Func fn)
405 :col(col),win_langid(win_langid), count(count), rnd(rnd), ord(ord), fn(fn),exec_count(0){}
441 return ucol_strcoll(col, rnd[i].icu_data, -1, ord[j].icu_data,-1);
445 return ucol_strcoll(col, rnd[i].icu_data, rnd[i].icu_data_len, ord[j].icu_data, ord[j].icu_data_len);
449 return strcmp( (char *) rnd[i].icu_key, (char *) ord[j].icu_key );
454 int t = CompareStringW(win_langid, 0, rnd[i].win_data, -1, ord[j].win_data, -1);
464 int t = CompareStringW(win_langid, 0, rnd[i].win_data, rnd[i].win_data_len, ord[j].win_data, ord[j].win_data_len)
    [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 1040 int ord = cast<llvm::ConstantInt>(Order)->getZExtValue(); local
    [all...]
  /external/opencv/ml/include/
ml.h 666 ord; member in union:CvDTreeSplit::__anon19982
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
peXXigen.c 1818 bfd_vma ord; local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
pe-dll.c 1222 int ord = pe_def_file->exports[s].ordinal; local
    [all...]

Completed in 1201 milliseconds

1 2