Searched refs:zero (Results 151 - 175 of 690) sorted by relevance

1234567891011>>

/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.sign/
H A Dmake_signed.pass.cpp16 enum Enum {zero, one_}; enumerator in enum:Enum
H A Dmake_unsigned.pass.cpp16 enum Enum {zero, one_}; enumerator in enum:Enum
/external/linux-tools-perf/src/tools/perf/util/
H A Dtop.h27 bool hide_kernel_symbols, hide_user_symbols, zero; member in struct:perf_top
/external/parameter-framework/tools/coverage/
H A Daplog2coverage.sh124 sort --key=2 --field-separator=. --numeric-sort --zero-terminated --reverse |
/external/selinux/policycoreutils/secon/
H A DMakefile8 WARNS=-Werror -W -Wall -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wno-format-zero-length -Wformat-nonliteral -Wformat-security -Wfloat-equal
/external/v8/test/mjsunit/
H A Dkeyed-ic.js68 var zero = '0';
80 if (i == change_index) L = zero;
96 var zero = '0';
108 if (i == change_index) L = zero;
/external/v8/test/mjsunit/regress/
H A Dregress-1199401.js56 var zero = 0;
61 assertEquals(result, zero - min_smi, name + "-varvarsub");
/external/llvm/test/MC/Mips/mips1/
H A Dvalid.s39 div $zero,$25,$11
42 divu $zero,$25,$15
54 li $zero,-29889
60 lwr $zero,-19147($gp)
84 nor $a3,$zero,$a3
90 sll $a3,$zero,18 # CHECK: sll $7, $zero, 18 # encoding: [0x00,0x00,0x3c,0x80]
91 sll $a3,$zero,$9 # CHECK: sllv $7, $zero, $9 # encoding: [0x01,0x20,0x38,0x04]
92 sllv $a3,$zero,
[all...]
/external/compiler-rt/lib/builtins/
H A Dfp_fixint_impl.inc27 // If exponent is negative, the result is zero.
H A Dfp_fixuint_impl.inc25 // If either the value or the exponent is negative, the result is zero.
/external/jemalloc/test/integration/
H A Dchunk.c9 chunk_alloc(void *new_addr, size_t size, size_t alignment, bool *zero, argument
13 return (old_alloc(new_addr, size, alignment, zero, arena_ind));
/external/nanopb-c/examples/network_server/
H A Dclient.c44 uint8_t zero = 0; local
69 pb_write(&output, &zero, 1);
/external/strace/tests/
H A Dscm_rights-fd.test26 run_prog ./scm_rights /dev/zero
31 rights='\{cmsg_len='"$n"', cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, \[3</dev/null>, 4</dev/zero>, 5</[^}>]*/(A\\n){127}Z>\]\}'
/external/crcalc/tests/src/com/hp/creals/
H A DCRTest.java69 CR zero = CR.valueOf(0);
74 check(zero.signum(-100) == 0, "signum(0) failed");
100 check_eq(zero.exp(), one, "exp(0) failed");
119 check_eq(asin.execute(zero), zero, "asin(0) failed");
122 .monotoneDerivative(zero, CR.PI);
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_intrin_sse2.c20 const __m128i zero = _mm_set1_epi16(0); local
60 hev = _mm_xor_si128(_mm_cmpeq_epi8(hev, zero), ff);
65 mask = _mm_xor_si128(_mm_cmpeq_epi8(mask, zero), ff);
78 mask = _mm_cmpeq_epi8(mask, zero);
108 filter1 = _mm_unpacklo_epi8(zero, filter1);
110 filter2 = _mm_unpacklo_epi8(zero, filter2);
114 filt = _mm_packs_epi16(filter2, _mm_subs_epi16(zero, filter1));
120 filt = _mm_andnot_si128(_mm_srai_epi16(_mm_unpacklo_epi8(zero, hev), 0x8),
122 filt = _mm_packs_epi16(filt, _mm_subs_epi16(zero, filt));
135 flat = _mm_cmpeq_epi8(flat, zero);
381 const __m128i zero = _mm_set1_epi16(0); local
869 const __m128i zero = _mm_set1_epi16(0); local
1095 const __m128i zero = _mm_set1_epi16(0); local
1345 const __m128i zero = _mm_set1_epi16(0); local
[all...]
/external/libavc/common/x86/
H A Dih264_luma_intra_pred_filters_ssse3.c273 val still being zero implies both preds are not there */
1093 __m128i zero = _mm_setzero_si128(); local
1105 a0_8x16 = _mm_unpacklo_epi8(top_16x8, zero);
1106 a1_8x16 = _mm_unpacklo_epi8(temp1, zero);
1107 a2_8x16 = _mm_unpacklo_epi8(temp2, zero);
1117 a2_8x16 = _mm_unpackhi_epi8(temp2, zero);
1118 a0_8x16 = _mm_unpackhi_epi8(top_16x8, zero);
1120 a1_8x16 = _mm_unpackhi_epi8(temp1, zero);
1192 __m128i zero = _mm_setzero_si128(); local
1206 a0_8x16 = _mm_unpacklo_epi8(left_16x8, zero);
1294 __m128i zero = _mm_setzero_si128(); local
1411 __m128i zero = _mm_setzero_si128(); local
1515 __m128i zero = _mm_setzero_si128(); local
1611 __m128i zero = _mm_setzero_si128(); local
[all...]
/external/boringssl/src/crypto/aes/asm/
H A Daesv8-armx.pl69 my ($zero,$rcon,$mask,$in0,$in1,$tmp,$key)=
107 veor $zero,$zero,$zero
119 vext.8 $tmp,$zero,$in0,#12
121 aese $key,$zero
125 vext.8 $tmp,$zero,$tmp,#12
127 vext.8 $tmp,$zero,$tmp,#12
137 vext.8 $tmp,$zero,$in0,#12
139 aese $key,$zero
[all...]
/external/llvm/test/MC/Mips/
H A Dnacl-mask.s235 addiu $4, $zero, 1
239 addiu $4, $zero, 2
244 addiu $4, $zero, 3
250 addiu $4, $zero, 4
253 addiu $4, $zero, 5
260 # CHECK-NEXT: addiu $4, $zero, 1
265 # CHECK-NEXT: addiu $4, $zero, 2
270 # CHECK-NEXT: addiu $4, $zero, 3
280 # CHECK-NEXT: addiu $4, $zero, 4
285 # CHECK-NEXT: addiu $4, $zero,
[all...]
/external/v8/test/cctest/compiler/
H A Dtest-phi-reducer.cc98 Node* zero = R.Int32Constant(0); local
103 Node* singles[] = {zero, one, oneish, param};
112 Node* zero = R.Int32Constant(0); local
117 Node* singles[] = {zero, one, oneish, param};
142 Node* zero = R.Int32Constant(0); local
147 Node* singles[] = {zero, one, oneish, param};
176 Node* zero = R.Int32Constant(0); local
181 Node* singles[] = {zero, one, oneish, param};
219 Node* zero = R.Int32Constant(0); local
224 Node* singles[] = {zero, on
[all...]
/external/llvm/test/MC/Mips/mips2/
H A Dinvalid-mips4.s20 ddiv $zero,$k0,$s3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
21 ddivu $zero,$s0,$s1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
26 dsll $zero,$s4,$12 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
27 dsll $zero,$s4,18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
28 dsll $zero,18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
29 dsll32 $zero,$zero,18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
30 dsll32 $zero,18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
31 dsllv $zero,$s4,$12 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
60 movt $zero,
[all...]
H A Dinvalid-mips5.s20 ddiv $zero,$k0,$s3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
21 ddivu $zero,$s0,$s1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
25 dsll $zero,18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
26 dsll $zero,$s4,18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
27 dsll $zero,$s4,$t0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
28 dsll32 $zero,18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
29 dsll32 $zero,$zero,18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
30 dsllv $zero,$s4,$t0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
59 movt $zero,
[all...]
/external/llvm/test/MC/Mips/mips32/
H A Dvalid.s61 div $zero,$25,$11
64 divu $zero,$25,$15
81 li $zero,-29889
87 lwr $zero,-19147($gp)
89 madd $zero,$9
107 movt $zero,$s4,$fcc5
132 nor $a3,$zero,$a3
146 sll $a3,$zero,18 # CHECK: sll $7, $zero, 18 # encoding: [0x00,0x00,0x3c,0x80]
147 sll $a3,$zero,
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Drsa.c152 struct bignum *zero; local
205 zero = bignum_init();
206 if (zero == NULL)
208 pos = crypto_rsa_parse_integer(pos, end, zero);
209 if (pos == NULL || bignum_cmp_d(zero, 0) != 0) {
210 wpa_printf(MSG_DEBUG, "RSA: Expected zero INTEGER in the "
212 bignum_deinit(zero);
215 bignum_deinit(zero);
/external/wpa_supplicant_8/src/tls/
H A Drsa.c152 struct bignum *zero; local
205 zero = bignum_init();
206 if (zero == NULL)
208 pos = crypto_rsa_parse_integer(pos, end, zero);
209 if (pos == NULL || bignum_cmp_d(zero, 0) != 0) {
210 wpa_printf(MSG_DEBUG, "RSA: Expected zero INTEGER in the "
212 bignum_deinit(zero);
215 bignum_deinit(zero);
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Drsa.c152 struct bignum *zero; local
205 zero = bignum_init();
206 if (zero == NULL)
208 pos = crypto_rsa_parse_integer(pos, end, zero);
209 if (pos == NULL || bignum_cmp_d(zero, 0) != 0) {
210 wpa_printf(MSG_DEBUG, "RSA: Expected zero INTEGER in the "
212 bignum_deinit(zero);
215 bignum_deinit(zero);

Completed in 4452 milliseconds

1234567891011>>