Searched refs:cmp (Results 1 - 25 of 923) sorted by relevance

1234567891011>>

/external/chromium-trace/trace-viewer/src/base/
H A Diteration_helpers_test.js14 function cmp(x, y) {
20 assertTrue(comparePossiblyUndefinedValues(0, 1, cmp) < 0);
21 assertTrue(comparePossiblyUndefinedValues(1, 0, cmp) > 0);
22 assertTrue(comparePossiblyUndefinedValues(1, 1, cmp) == 0);
24 assertTrue(comparePossiblyUndefinedValues(0, undefined, cmp) < 0);
25 assertTrue(comparePossiblyUndefinedValues(undefined, 0, cmp) > 0);
26 assertTrue(comparePossiblyUndefinedValues(undefined, undefined, cmp) == 0);
30 function cmp(x, y) {
36 assertTrue(compareArrays([1], [2], cmp) < 0);
37 assertTrue(compareArrays([2], [1], cmp) >
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-240032.js42 function cmp(o, f) { function
45 assertTrue(cmp(o, o.func));
46 assertTrue(cmp(o, o.func));
47 %OptimizeFunctionOnNextCall(cmp);
48 assertTrue(cmp(o, o.func));
/external/libnl/lib/route/cls/ematch/
H A Dcmp.c2 * lib/route/cls/ematch/cmp.c Simple packet data comparison ematch
36 static const char *align_txt(struct tcf_em_cmp *cmp) argument
38 switch (cmp->align) {
42 return (cmp->flags & TCF_EM_CMP_TRANS) ? "h16" : "u16";
44 return (cmp->flags & TCF_EM_CMP_TRANS) ? "h32" : "u32";
46 return (cmp->flags & TCF_EM_CMP_TRANS) ? "h?" : "u?";
50 static const char *layer_txt(struct tcf_em_cmp *cmp) argument
52 switch (cmp->layer) {
64 static const char *relation_txt(struct tcf_em_cmp *cmp) argument
66 switch (cmp
87 struct tcf_em_cmp *cmp = rtnl_ematch_data(m); local
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dgzip_stream_unittest.sh40 (./zcgzip < ${TESTFILE} | gunzip | cmp - ${TESTFILE}) && \
41 (gzip < ${TESTFILE} | ./zcgunzip | cmp - ${TESTFILE})
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream_unittest.sh40 (./zcgzip < ${TESTFILE} | gunzip | cmp - ${TESTFILE}) && \
41 (gzip < ${TESTFILE} | ./zcgunzip | cmp - ${TESTFILE})
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dequ-expand.asm7 cmp bx,(real_end-line_out)/4
8 cmp bx,((end1+258+264)-(end1+258))/4
9 cmp bx,(end1+258+264-end1-258)/4
/external/yaffs2/yaffs2/
H A Dyaffs_qsort.h39 int (*cmp)(const void *, const void *));
H A Dyaffs_qsort.c70 med3(char *a, char *b, char *c, int (*cmp)(const void *, const void *))
72 return cmp(a, b) < 0 ?
73 (cmp(b, c) < 0 ? b : (cmp(a, c) < 0 ? c : a ))
74 :(cmp(b, c) > 0 ? b : (cmp(a, c) < 0 ? a : c ));
79 qsort(void *aa, size_t n, size_t es, int (*cmp)(const void *, const void *))
89 for (pl = pm; pl > (char *) a && cmp(pl - es, pl) > 0;
100 pl = med3(pl, pl + d, pl + 2 * d, cmp);
101 pm = med3(pm - d, pm, pm + d, cmp);
[all...]
/external/iproute2/tc/
H A Dem_cmp.c31 "Usage: cmp(ALIGN at OFFSET [ ATTRS ] { eq | lt | gt } VALUE)\n" \
36 "Example: cmp(u16 at 3 layer 2 mask 0xff00 gt 20)\n",
47 struct tcf_em_cmp cmp; local
49 memset(&cmp, 0, sizeof(cmp));
55 return PARSE_ERR(args, "cmp: missing arguments");
64 return PARSE_ERR(args, "cmp: invalid alignment");
69 return PARSE_ERR(a, "cmp: missing argument");
74 return PARSE_ERR(a, "cmp: invalid offset, " \
80 return PARSE_ERR(a, "cmp
147 struct tcf_em_cmp *cmp = data; local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
H A Dwin64-dataref2.asm9 cmp dword [foo wrt rip], 16 label
10 cmp word [foo wrt rip], 10000 label
11 cmp dword [foo wrt rip], 10000000 label
/external/llvm/test/MC/X86/
H A Dintel-syntax-encoding.s18 cmp ax, 12
20 cmp eax, 12
22 cmp rax, 12
49 cmp ax, -12
51 cmp eax, -12
53 cmp rax, -12
H A Dintel-syntax-directional-label.s9 cmp rdi, 1
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lfstack.h37 u64 cmp = atomic_load(&head_, memory_order_relaxed); local
39 u64 cnt = (cmp & kCounterMask) + kCounterInc;
41 p->next = (T*)(uptr)(cmp & kPtrMask);
42 if (atomic_compare_exchange_weak(&head_, &cmp, xch,
49 u64 cmp = atomic_load(&head_, memory_order_acquire); local
51 T *cur = (T*)(uptr)(cmp & kPtrMask);
55 u64 cnt = (cmp & kCounterMask);
57 if (atomic_compare_exchange_weak(&head_, &cmp, xch,
H A Dsanitizer_persistent_allocator.h37 uptr cmp = atomic_load(&region_pos, memory_order_acquire); local
39 if (cmp == 0 || cmp + size > end) return 0;
40 if (atomic_compare_exchange_weak(&region_pos, &cmp, cmp + size,
42 return (void *)cmp;
/external/llvm/test/MC/ARM/
H A Dcmp-immediate-fixup.s6 @ CHECK: cmp r2, #1
7 cmp r2, #(l2 - l1 + 4) >> 2
H A Dcmp-immediate-fixup2.s6 @ CHECK: cmp r2, #0
7 cmp r2, #(l2 - l1)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
H A Dx86id.asm6310 cmp DWORD [edi+4], 4
6322 cmp eax, 1536
6369 cmp eax, 1024
6371 cmp eax, 1024
6373 cmp eax, 512
6377 cmp eax, 1536
6403 cmp BYTE [edx+14], 1
6408 cmp eax, 36864
6441 cmp cl, 64
6446 cmp c
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delf-x86id.asm6310 cmp DWORD [edi+4], 4
6322 cmp eax, 1536
6369 cmp eax, 1024
6371 cmp eax, 1024
6373 cmp eax, 512
6377 cmp eax, 1536
6403 cmp BYTE [edx+14], 1
6408 cmp eax, 36864
6441 cmp cl, 64
6446 cmp c
[all...]
/external/webrtc/src/common_audio/signal_processing/
H A Dspl_sqrt_floor.s21 cmp r0, r2, ror #2 * 0
25 cmp r0, r2, ror #2 * 1
29 cmp r0, r2, ror #2 * 2
33 cmp r0, r2, ror #2 * 3
37 cmp r0, r2, ror #2 * 4
41 cmp r0, r2, ror #2 * 5
45 cmp r0, r2, ror #2 * 6
49 cmp r0, r2, ror #2 * 7
53 cmp r0, r2, ror #2 * 8
57 cmp r
[all...]
/external/compiler-rt/lib/builtins/arm/
H A Dclzdi2.S27 cmp r0, 0
33 cmp r1, 0
50 cmp r0, 0
53 cmp r1, 0
/external/llvm/test/MC/AArch64/
H A Doptional-hash.s6 // CHECK: cmp w0, #123
7 cmp w0, 123
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/
H A Dcpu-x86_64-asm.asm26 cmp ebx,0756e6547h
29 cmp edx,049656e69h
32 cmp ecx,06c65746eh
37 cmp ebx,068747541h
40 cmp edx,069746E65h
43 cmp ecx,0444D4163h
55 cmp eax,080000001h
65 cmp r10d,080000008h
80 cmp bl,r10b
86 cmp r11
[all...]
/external/chromium_org/v8/tools/testrunner/network/
H A Ddistro.py40 self.tests.sort(cmp=lambda x, y: cmp(x.duration, y.duration))
63 shells.sort(cmp=lambda x, y: cmp(x.total_duration, y.total_duration))
68 peers.sort(cmp=lambda x, y: cmp(x.needed_work, y.needed_work))
79 peers.sort(cmp=lambda x, y: cmp(x.needed_work, y.needed_work))
/external/clang/test/CodeGen/
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/chromium_org/third_party/skia/src/opts/
H A Dmemset16_neon.S26 cmp r2, #0
37 cmp r2, #8
58 cmp r2, #64
82 cmp r2, #16
85 cmp r2, #64
88 cmp r2, #128
126 cmp r2, #8
131 cmp r2, #4
136 cmp r2, #0

Completed in 571 milliseconds

1234567891011>>