Home
last modified time | relevance | path

Searched +full:- +full:ne (Results 1 – 25 of 1095) sorted by relevance

12345678910>>...44

/external/boringssl/src/crypto/x509/
Dx509name.c1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
8 * This library is free for commercial and non-commercial use as long as
35 * being used are not cryptographic related :-).
72 if (obj == NULL) return(-1); in X509_NAME_get_text_by_NID()
82 i=X509_NAME_get_index_by_OBJ(name,obj,-1); in X509_NAME_get_text_by_OBJ()
83 if (i < 0) return(-1); in X509_NAME_get_text_by_OBJ()
85 i=(data->length > (len-1))?(len-1):data->length; in X509_NAME_get_text_by_OBJ()
86 if (buf == NULL) return(data->length); in X509_NAME_get_text_by_OBJ()
87 memcpy(buf,data->data,i); in X509_NAME_get_text_by_OBJ()
95 return(sk_X509_NAME_ENTRY_num(name->entries)); in X509_NAME_entry_count()
[all …]
/external/llvm/test/Transforms/InstCombine/
Dicmp-shr.ll1 ; RUN: opt < %s -instcombine -S | FileCheck %s
3-p:64:64:64-p1:16:16:16-p2:32:32:32-p3:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32…
5 ; CHECK-LABEL: @lshr_eq_msb_low_last_zero
6 ; CHECK-NEXT: icmp ugt i8 %a, 6
13 ; CHECK-LABEL: @ashr_eq_msb_low_second_zero
14 ; CHECK-NEXT: icmp ugt i8 %a, 6
21 ; CHECK-LABEL: @lshr_ne_msb_low_last_zero
22 ; CHECK-NEXT: icmp ult i8 %a, 7
25 %cmp = icmp ne i8 %shr, 0
29 ; CHECK-LABEL: @ashr_ne_msb_low_second_zero
[all …]
Dbit-checks.ll3 ; RUN: opt < %s -instcombine -S | \
9 %tobool = icmp ne i32 %and, 0 ; <i1> [#uses=1]
11 %tobool3 = icmp ne i32 %and2, 0 ; <i1> [#uses=1]
32 ; (icmp eq (A & B), 0) & (icmp eq (A & D), 0) -> (icmp eq (A & (B|D)), 0)
49 %tobool3 = icmp ne i32 %and2, 16 ; <i1> [#uses=1]
67 ; (icmp ne (A & B), 0) | (icmp ne (A & D), 0) -> (icmp ne (A & (B|D)), 0)
71 %tobool = icmp ne i32 %and, 0 ; <i1> [#uses=1]
73 %tobool3 = icmp ne i32 %and2, 0 ; <i1> [#uses=1]
82 %tobool = icmp ne i32 %and, 0 ; <i1> [#uses=1]
94 %tobool = icmp ne i32 %and, 0 ; <i1> [#uses=1]
[all …]
Dicmp-logical.ll1 ; RUN: opt -instcombine -S -o - %s | FileCheck %s
4 ; CHECK-LABEL: @masked_and_notallzeroes
6 ; CHECK: icmp ne i32 [[MASK]], 0
7 ; CHECK-NOT: and i32 %A, 39
11 %tst1 = icmp ne i32 %mask1, 0
14 %tst2 = icmp ne i32 %mask2, 0
21 ; CHECK-LABEL: @masked_or_allzeroes
24 ; CHECK-NOT: and i32 %A, 39
38 ; CHECK-LABEL: @masked_and_notallones
40 ; CHECK: icmp ne i32 [[MASK]], 7
[all …]
Dselect-cmp-cttz-ctlz.ll1 ; RUN: opt -instcombine -S < %s | FileCheck %s
8 ; CHECK-LABEL: @test1(
9 ; CHECK: [[VAR:%[a-zA-Z0-9]+]] = tail call i16 @llvm.ctlz.i16(i16 %x, i1 false)
10 ; CHECK-NEXT: ret i16 [[VAR]]
13 %tobool = icmp ne i16 %x, 0
19 ; CHECK-LABEL: @test2(
20 ; CHECK: [[VAR:%[a-zA-Z0-9]+]] = tail call i32 @llvm.ctlz.i32(i32 %x, i1 false)
21 ; CHECK-NEXT: ret i32 [[VAR]]
24 %tobool = icmp ne i32 %x, 0
30 ; CHECK-LABEL: @test3(
[all …]
/external/llvm/test/Analysis/ScalarEvolution/
Davoid-assume-hang.ll1 ; RUN: opt %s -always-inline | opt -analyze -scalar-evolution
9 %cmp0 = icmp ne i64 %i.ext, %a
13 %cmp1 = icmp ne i64 %i.ext, %a1
17 %cmp2 = icmp ne i64 %i.ext, %a2
21 %cmp3 = icmp ne i64 %i.ext, %a3
25 %cmp4 = icmp ne i64 %i.ext, %a4
35 %cmp1 = icmp ne i64 %i.ext, %a1
39 %cmp2 = icmp ne i64 %i.ext, %a2
43 %cmp3 = icmp ne i64 %i.ext, %a3
47 %cmp4 = icmp ne i64 %i.ext, %a4
[all …]
/external/llvm/test/CodeGen/MSP430/
Dbit.ll1 ; RUN: llc < %s -march=msp430 | FileCheck %s
2 target datalayout = "e-p:16:16:16-i1:8:8-i8:8:8-i16:16:16-i32:16:32"
3 target triple = "msp430-generic-generic"
10 %t2 = icmp ne i8 %t1, 0
14 ; CHECK-LABEL: bitbrr:
19 %t2 = icmp ne i8 %t1, 0
23 ; CHECK-LABEL: bitbri:
28 %t2 = icmp ne i8 %t1, 0
32 ; CHECK-LABEL: bitbir:
38 %t3 = icmp ne i8 %t2, 0
[all …]
/external/llvm/test/Transforms/InstSimplify/
Dshr-nop.ll1 ; RUN: opt < %s -instsimplify -S | FileCheck %s
3 ; CHECK-LABEL: @foo
5 ; CHECK-NEXT: %[[add:.*]] = add i32 %[[and]], -1
6 ; CHECK-NEXT: ret i32 %[[add]]
9 %n = add i32 %o, -1
14 ; CHECK-LABEL: @exact_lshr_eq_both_zero
15 ; CHECK-NEXT: ret i1 true
22 ; CHECK-LABEL: @exact_ashr_eq_both_zero
23 ; CHECK-NEXT: ret i1 true
30 ; CHECK-LABEL: @nonexact_ashr_eq_both_zero
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-14.ll1 ; Test 64-bit inequality comparisons in which the second operand is a constant.
3 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
7 ; CHECK-LABEL: f1:
11 %cond = icmp ne i64 %i1, 0
18 ; CHECK-LABEL: f2:
22 %cond = icmp ne i64 %i1, 127
29 ; CHECK-LABEL: f3:
31 ; CHECK-NEXT: jlh
34 %cond = icmp ne i64 %i1, 128
41 ; CHECK-LABEL: f4:
[all …]
Dint-cmp-19.ll1 ; Test 64-bit inequality comparisons that are really between a memory byte
4 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
6 ; Check the low end of the 8-bit unsigned range, with zero extension.
8 ; CHECK-LABEL: f1:
10 ; CHECK-NEXT: jlh
14 %cond = icmp ne i64 %ext, 0
19 ; Check the high end of the 8-bit unsigned range, with zero extension.
21 ; CHECK-LABEL: f2:
23 ; CHECK-NEXT: jlh
27 %cond = icmp ne i64 %ext, 255
[all …]
Dint-cmp-27.ll1 ; Test 32-bit inequality comparisons that are really between a memory halfword
4 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
6 ; Check the low end of the 16-bit unsigned range, with zero extension.
8 ; CHECK-LABEL: f1:
10 ; CHECK-NEXT: jlh
14 %cond = icmp ne i32 %ext, 0
19 ; Check the high end of the 16-bit unsigned range, with zero extension.
21 ; CHECK-LABEL: f2:
23 ; CHECK-NEXT: jlh
27 %cond = icmp ne i32 %ext, 65535
[all …]
Dint-cmp-29.ll1 ; Test 64-bit inequality comparisons that are really between a memory halfword
4 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
6 ; Check the low end of the 16-bit unsigned range, with zero extension.
8 ; CHECK-LABEL: f1:
10 ; CHECK-NEXT: jlh
14 %cond = icmp ne i64 %ext, 0
19 ; Check the high end of the 16-bit unsigned range, with zero extension.
21 ; CHECK-LABEL: f2:
23 ; CHECK-NEXT: jlh
27 %cond = icmp ne i64 %ext, 65535
[all …]
/external/llvm/test/Transforms/CorrelatedValuePropagation/
Dnon-null.ll1 ; RUN: opt < %s -correlated-propagation -S | FileCheck %s
8 icmp ne i8* %ptr, null
9 ; CHECK-NOT: icmp
18 icmp ne i8* %ptr, null
19 ; CHECK-NOT: icmp
28 icmp ne i8* %ptr, null
29 ; CHECK-NOT: icmp
39 icmp ne i8* %dest, null
40 icmp ne i8* %src, null
41 ; CHECK-NOT: icmp
[all …]
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_vbo_translate.c42 ctx->push = nvc0->base.pushbuf; in nvc0_push_context_init()
44 ctx->translate = nvc0->vertex->translate; in nvc0_push_context_init()
45 ctx->vertex_size = nvc0->vertex->size; in nvc0_push_context_init()
47 ctx->need_vertex_id = in nvc0_push_context_init()
48 nvc0->vertprog->vp.need_vertex_id && (nvc0->vertex->num_elements < 32); in nvc0_push_context_init()
50 ctx->edgeflag.value = TRUE; in nvc0_push_context_init()
51 ctx->edgeflag.enabled = nvc0->vertprog->vp.edgeflag < PIPE_MAX_ATTRIBS; in nvc0_push_context_init()
54 ctx->edgeflag.data = NULL; in nvc0_push_context_init()
55 ctx->edgeflag.stride = 0; in nvc0_push_context_init()
61 struct translate *translate = nvc0->vertex->translate; in nvc0_vertex_configure_translate()
[all …]
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/
Dgraphics_PiglitBVT_13.sh23 let "need_pass--"
33-1.10/execution/built-in-functions/vs-op-mult-float-vec3" 0.0 "bin/shader_runner generated_tests/s…
34-1.10/execution/built-in-functions/vs-op-mult-float-vec4" 0.0 "bin/shader_runner generated_tests/s…
35-1.10/execution/built-in-functions/vs-op-mult-int-int" 0.0 "bin/shader_runner generated_tests/spec…
36-1.10/execution/built-in-functions/vs-op-mult-int-ivec2" 0.0 "bin/shader_runner generated_tests/sp…
37-1.10/execution/built-in-functions/vs-op-mult-int-ivec3" 0.0 "bin/shader_runner generated_tests/sp…
38-1.10/execution/built-in-functions/vs-op-mult-int-ivec4" 0.0 "bin/shader_runner generated_tests/sp…
39-1.10/execution/built-in-functions/vs-op-mult-ivec2-int" 0.0 "bin/shader_runner generated_tests/sp…
40-1.10/execution/built-in-functions/vs-op-mult-ivec2-ivec2" 0.0 "bin/shader_runner generated_tests/…
41-1.10/execution/built-in-functions/vs-op-mult-ivec3-int" 0.0 "bin/shader_runner generated_tests/sp…
[all …]
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dinsert-element-build-vector.ll1 ; RUN: opt -S -slp-vectorizer -slp-threshold=-10000 < %s | FileCheck %s
2 ; RUN: opt -S -slp-vectorizer -slp-threshold=0 < %s | FileCheck %s -check-prefix=ZEROTHRESH
3 …alayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-
5 target triple = "x86_64-apple-macosx10.8.0"
8 ; CHECK-LABEL: @simple_select(
9 ; CHECK-NEXT: %1 = icmp ne <4 x i32> %c, zeroinitializer
10 ; CHECK-NEXT: select <4 x i1> %1, <4 x float> %a, <4 x float> %b
23 %cmp0 = icmp ne i32 %c0, 0
24 %cmp1 = icmp ne i32 %c1, 0
25 %cmp2 = icmp ne i32 %c2, 0
[all …]
/external/icu/icu4c/source/extra/uconv/resources/
Dfr.txt1 // -*- Coding: utf-8; -*- [all uconv resource files]
2 // Copyright (c) 2000-2004 IBM, Inc. and Others.
13 // 3. These files are in UTF-8 format (even though root uses only
32 "[ -h, -?, --help ] [ -V, --version ] [ -s, --silent ] [ -v, --verbose ] "
33 "[ -l, --list | --list-code code | --default-code | -L, --list-transliterators ] "
34 "[ --canon ] [ -x translitération ] "
35 "[ --to-callback callback | -c ] [ --from-callback callback | -i ] [ --callback callback ] "
36 "[ --fallback | --no-fallback ] "
37 "[ -b, --block-size taille ] "
38 "[ -f, --from-code code ] [ -t, --to-code code ] "
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DMultisetsImmutableEntryTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
33 private static final String NE = null; field in MultisetsImmutableEntryTest
50 assertEquals("null", entry(NE, 1).toString()); in testToStringNull()
51 assertEquals("null x 2", entry(NE, 2).toString()); in testToStringNull()
64 assertEquals(control(NE, 1), entry(NE, 1)); in testEqualsNull()
65 assertFalse(control(NE, 1).equals(entry(NE, 2))); in testEqualsNull()
66 assertFalse(entry(NE, 1).equals(control("bar", 1))); in testEqualsNull()
67 assertFalse(entry(NE, 1).equals(new Object())); in testEqualsNull()
68 assertFalse(entry(NE, 1).equals(null)); in testEqualsNull()
77 assertEquals(control(NE, 1).hashCode(), entry(NE, 1).hashCode()); in testHashCodeNull()
[all …]
/external/dnsmasq/man/fr/
Ddnsmasq.83 Dnsmasq \- Un serveur DHCP et cache DNS poids-plume.
29 .B --pid-file=
31 Sur BSD, à moins que le logiciel ne soit compilé avec la bibliothèque GNU
32 getopt, la forme longue des options ne fonctionne pas en ligne de commande; Elle
35 .B --test
38 contraire. Ne démarre pas Dnsmasq.
40 .B \-h, --no-hosts
43 .B \-H, --addn-hosts=<fichier>
46 .B -h
51 .B \-E, --expand-hosts
[all …]
/external/selinux/policycoreutils/po/
Dsr@latin.po6 # Igor Miletic <grejigl-gnomeprevod@yahoo.ca>, 2008
12 "Project-Id-Version: Policycoreutils\n"
13 "Report-Msgid-Bugs-To: \n"
14 "POT-Creation-Date: 2013-10-10 16:04-0400\n"
15 "PO-Revision-Date: 2013-07-10 20:44+0000\n"
16 "Last-Translator: dwalsh <dwalsh@redhat.com>\n"
17 "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/fedora/"
20 "MIME-Version: 1.0\n"
21 "Content-Type: text/plain; charset=UTF-8\n"
22 "Content-Transfer-Encoding: 8bit\n"
[all …]
/external/opencv/cvaux/src/
Dcvclique.cpp65 int* ne;
85 assert(edge->vtx[0]==vertex||edge->vtx[1] == vertex ), \
86 (edge->vtx[0] == vertex)?edge->vtx[1]:edge->vtx[0] \
90 #define NUMBER( v ) ((v)->flags >> 1 )
95 for( int i = 0; i < graph->total; i++ )
100 ver->flags = i<<1;
108 for( int i = 0; i < graph->total; i++ )
110 for( int j = 0; j < graph->total; j++ )
114 //memset( connected[i], 0, sizeof(int)*graph->total );
119 for( CvGraphEdge* e = ver->first; e ; e = CV_NEXT_GRAPH_EDGE( e, ver ) )
[all …]
/external/curl/lib/
Dllist.c8 * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
37 l->size = 0; in llist_init()
38 l->dtor = dtor; in llist_init()
39 l->head = NULL; in llist_init()
40 l->tail = NULL; in llist_init()
72 struct curl_llist_element *ne = malloc(sizeof(struct curl_llist_element)); in Curl_llist_insert_next() local
73 if(!ne) in Curl_llist_insert_next()
76 ne->ptr = (void *) p; in Curl_llist_insert_next()
77 if(list->size == 0) { in Curl_llist_insert_next()
78 list->head = ne; in Curl_llist_insert_next()
[all …]
/external/llvm/test/CodeGen/AMDGPU/
Dsetcc-opt.ll1 ; RUN: llc -march=amdgcn -mcpu=SI -verify-machineinstrs < %s | FileCheck -check-prefix=SI -check-pr…
2 ; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck -check-prefix=VI -check
3 ; RUN: llc -march=r600 -mcpu=cypress -verify-machineinstrs < %s | FileCheck -check-prefix=EG -check
5 ; FUNC-LABEL: {{^}}sext_bool_icmp_eq_0:
6 ; GCN-NOT: v_cmp
8 ; GCN-NEXT: v_cndmask_b32_e64 [[RESULT:v[0-9]+]], 0, 1, vcc
9 ; GCN-NEXT:buffer_store_byte [[RESULT]]
10 ; GCN-NEXT: s_endpgm
12 ; EG: SETNE_INT * [[CMP:T[0-9]+]].[[CMPCHAN:[XYZW]]], KC0[2].Z, KC0[2].W
13 ; EG: AND_INT T{{[0-9]+.[XYZW]}}, PS, 1
[all …]
/external/libexif/libexif/canon/
Dexif-mnote-data-canon.c1 /* exif-mnote-data-canon.c
4 * Copyright (c) 2003 Matthieu Castet <mat-c@users.sourceforge.net>
19 * Boston, MA 02110-1301 USA.
23 #include "exif-mnote-data-canon.h"
29 #include <libexif/exif-byte-order.h>
30 #include <libexif/exif-utils.h>
31 #include <libexif/exif-data.h>
43 if (n->entries) { in exif_mnote_data_canon_clear()
44 for (i = 0; i < n->count; i++) in exif_mnote_data_canon_clear()
45 if (n->entries[i].data) { in exif_mnote_data_canon_clear()
[all …]
/external/llvm/test/CodeGen/X86/
Davx512vl-arith.ll1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=knl -mattr=+avx512vl| FileCheck %s
3 ; 256-bit
5 ; CHECK-LABEL: vpaddq256_test
13 ; CHECK-LABEL: vpaddq256_fold_test
22 ; CHECK-LABEL: vpaddq256_broadcast_test
30 ; CHECK-LABEL: vpaddq256_broadcast2_test
41 ; CHECK-LABEL: vpaddd256_test
49 ; CHECK-LABEL: vpaddd256_fold_test
58 ; CHECK-LABEL: vpaddd256_broadcast_test
66 ; CHECK-LABEL: vpaddd256_mask_test
[all …]

12345678910>>...44