Searched defs:cmp (Results 51 - 75 of 239) sorted by relevance

12345678910

/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_iter.cc51 DBIter(DBImpl* db, const Comparator* cmp, Iterator* iter, SequenceNumber s, argument
54 user_comparator_(cmp),
H A Dmemtable.cc21 MemTable::MemTable(const InternalKeyComparator& cmp) argument
22 : comparator_(cmp),
H A Dskiplist.h43 // Create a new SkipList object that will use "cmp" for comparing keys,
46 explicit SkipList(Comparator cmp, Arena* arena);
322 SkipList<Key,Comparator>::SkipList(Comparator cmp, Arena* arena) argument
323 : compare_(cmp),
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dblock.cc256 Iterator* Block::NewIterator(const Comparator* cmp) { argument
264 return new Iter(cmp, data_, restart_offset_, num_restarts);
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_impl.h336 int cmp; variable
345 cmp = AVL_COMPARE_NODE_NODE(h, hh);
347 if (cmp == 0)
353 if (cmp > 0) {
366 if (cmp < 0)
376 cmp = L_BIT_ARR_VAL(branch, depth) ? 1 : -1;
380 if (cmp < 0)
382 else /* cmp > 0 */
385 hh = cmp < 0 ? AVL_GET_LESS(unbal, 1) : AVL_GET_GREATER(unbal, 1);
397 cmp
528 int cmp, cmp_shortened_sub_with_path; variable
724 int cmp, last_cmp; variable
935 int cmp, target_cmp; variable
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_mat_op_to_vec.cpp261 ir_expression *const cmp = local
270 new(this->mem_ctx) ir_assignment(lhs, cmp, NULL, (1U << i));
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.c476 int cmp; local
480 cmp = (*compar)(key, mid);
481 if (cmp == 0)
483 if (cmp > 0) {
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DConvexHull_Test.cpp234 int cmp = rotate_to_hull(cubic, cmpOrder, index, inner); local
235 if (cmp < 3) {
239 if (cmp != result) {
240 SkDebugf("%s [%d,%d] result=%d cmp=%d\n", __FUNCTION__,
241 (int)index, (int)inner, result, cmp);
248 for (pt = 0; pt < cmp; ++pt) {
253 if (cmp == 4) {
263 if (cmp == 4) {
276 for (pt = 0; pt < cmp; ++pt) {
289 for (pt = 0; pt < cmp;
363 int idx, cmp; local
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrFontScaler.cpp38 int cmp = memcmp(fDesc, srcDesc, SkTMin<size_t>(lenLH, lenRH)); local
39 if (0 == cmp) {
42 return cmp < 0;
/external/chromium_org/url/
H A Durl_canon_relative.cc31 const CHAR* cmp,
38 if (CanonicalSchemeChar(cmp[cmp_scheme.begin + i]) !=
29 AreSchemesEqual(const char* base, const Component& base_scheme, const CHAR* cmp, const Component& cmp_scheme) argument
/external/chromium_org/v8/src/compiler/
H A Dchange-lowering.cc215 Node* cmp = graph()->NewNode(machine()->Uint32LessThanOrEqual(), val, local
217 Node* branch = graph()->NewNode(common()->Branch(), cmp, control);
/external/chromium_org/v8/src/
H A Dlist-inl.h194 void List<T, P>::Sort(int (*cmp)(const T* x, const T* y)) {
195 ToVector().Sort(cmp);
198 DCHECK(cmp(&data_[i - 1], &data_[i]) <= 0);
219 int SortedListBSearch(const List<T>& list, P cmp) { argument
226 if (cmp(&mid_elem) > 0) {
230 if (cmp(&mid_elem) < 0) {
/external/clang/test/CodeGen/
H A Dbig-atomic-ops.c95 int cmp = 0; variable
96 return __c11_atomic_compare_exchange_strong(i, &cmp, 1, memory_order_acquire, memory_order_acquire);
102 int cmp = 0; local
104 return __atomic_compare_exchange(i, &cmp, &desired, 0, memory_order_acquire, memory_order_acquire);
110 int cmp = 0; local
111 return __atomic_compare_exchange_n(i, &cmp, 1, 1, memory_order_acquire, memory_order_acquire);
H A Dext-vector.c119 int4 cmp;
120 cmp = a < b;
121 cmp = a <= b;
122 cmp = a < b;
123 cmp = a >= b;
124 cmp = a == b;
125 cmp = a != b;
186 int4 cmp; local
187 cmp = a < b;
188 cmp
207 int4 cmp; local
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.cc228 uptr cmp = kUnlocked; local
229 if (atomic_compare_exchange_strong(&state_, &cmp, kWriteLock,
234 cmp = kUnlocked;
235 if (atomic_compare_exchange_weak(&state_, &cmp, kWriteLock,
/external/harfbuzz_ng/src/
H A Dhb-ot-map-private.hh55 static int cmp (const feature_map_t *a, const feature_map_t *b) function in struct:hb_ot_map_t::feature_map_t
64 static int cmp (const lookup_map_t *a, const lookup_map_t *b) function in struct:hb_ot_map_t::lookup_map_t
218 static int cmp (const feature_info_t *a, const feature_info_t *b)
/external/icu/icu4c/source/common/
H A Ducmndata.c101 int32_t cmp=0; local
107 cmp=c1-c2;
108 if(cmp!=0 || c1==0) { /* different or done */
114 return cmp;
149 int32_t cmp=strcmpAfterPrefix(s, names+toc[i].nameOffset, &prefixLength); local
150 if(cmp<0) {
153 } else if(cmp==0) {
194 int32_t cmp=strcmpAfterPrefix(s, toc[i].entryName, &prefixLength); local
195 if(cmp<0) {
198 } else if(cmp
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationbasedatabuilder.cpp65 int32_t cmp = compareInt64AsUnsigned(ce, list.elementAti(i)); local
66 if (cmp == 0) {
68 } else if (cmp < 0) {
H A Dcollationsets.cpp240 int32_t cmp = tp->compare(*bp); local
241 if(cmp < 0) {
245 } else if(cmp > 0) {
287 int32_t cmp = ts->compare(*bs); local
288 if(cmp < 0) {
292 } else if(cmp > 0) {
/external/iptables/extensions/
H A Dlibxt_tcp.c107 const char *cmp,
111 tcpinfo->flg_cmp = parse_tcp_flag(cmp);
278 print_flags(uint8_t mask, uint8_t cmp, int invert, int numeric) argument
283 printf("0x%02X/0x%02X", mask, cmp);
287 print_tcpf(cmp);
105 parse_tcp_flags(struct xt_tcp *tcpinfo, const char *mask, const char *cmp, int invert) argument
/external/libselinux/src/
H A Dlabel_android_property.c32 static int cmp(const void *A, const void *B) function
214 qsort(data->spec_arr, data->nspec, sizeof(struct spec), cmp);
/external/libvpx/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_impl.h336 int cmp; variable
345 cmp = AVL_COMPARE_NODE_NODE(h, hh);
347 if (cmp == 0)
353 if (cmp > 0) {
366 if (cmp < 0)
376 cmp = L_BIT_ARR_VAL(branch, depth) ? 1 : -1;
380 if (cmp < 0)
382 else /* cmp > 0 */
385 hh = cmp < 0 ? AVL_GET_LESS(unbal, 1) : AVL_GET_GREATER(unbal, 1);
397 cmp
528 int cmp, cmp_shortened_sub_with_path; variable
724 int cmp, last_cmp; variable
935 int cmp, target_cmp; variable
[all...]
/external/mesa3d/src/glsl/
H A Dlower_mat_op_to_vec.cpp261 ir_expression *const cmp = local
270 new(this->mem_ctx) ir_assignment(lhs, cmp, NULL, (1U << i));
/external/mesa3d/src/mesa/main/
H A Dimports.c476 int cmp; local
480 cmp = (*compar)(key, mid);
481 if (cmp == 0)
483 if (cmp > 0) {
/external/qemu/distrib/libselinux/src/
H A Dlabel_android_property.c32 static int cmp(const void *A, const void *B) function
214 qsort(data->spec_arr, data->nspec, sizeof(struct spec), cmp);

Completed in 2335 milliseconds

12345678910