Home
last modified time | relevance | path

Searched refs:b7 (Results 1 – 25 of 137) sorted by relevance

123456

/external/selinux/secilc/test/
Dname_resolution_test.cil111 (block b7
156 ;; b7.t, b7.b7a.t, b7.b7a.b7b.t
169 ;; allow b7.b7a.b7b.t b7.b7a.b7b.t : CLASS { PERM PERM3 };
170 ;; allow b7.b7a.t b7.b7a.t : CLASS { PERM2 };
171 ;; allow b7.t b7.t : CLASS { PERM1 };
/external/libvpx/libvpx/vpx_dsp/ppc/
Dtranspose_vsx.h40 int16x8_t b0, b1, b2, b3, b4, b5, b6, b7; in vpx_transpose_s16_8x8() local
50 b7 = vec_mergel(v[3], v[7]); in vpx_transpose_s16_8x8()
68 c6 = vec_mergeh(b3, b7); in vpx_transpose_s16_8x8()
69 c7 = vec_mergel(b3, b7); in vpx_transpose_s16_8x8()
Dhadamard_vsx.c24 const int16x8_t b7 = vec_sub(v[6], v[7]); in vpx_hadamard_s16_8x8_one_pass() local
31 const int16x8_t c5 = vec_add(b5, b7); in vpx_hadamard_s16_8x8_one_pass()
33 const int16x8_t c7 = vec_sub(b5, b7); in vpx_hadamard_s16_8x8_one_pass()
/external/clang/test/CodeGen/
Dasm-variable.c40 register double b7 asm("xmm7"); in foo2()
51 b7 = a7; in foo2()
55 "x" (b7)); in foo2()
/external/lzma/CPP/Common/
DMyGuidDef.h49 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument
50 MY_EXTERN_C const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }
52 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument
/external/curl/tests/certs/
DServer-localhost-sv.crt21 00:ba:5f:4b:69:74:31:99:4d:f4:b4:b7:2a:65:b8:
22 b7:31:c1:38:cf:36:37:bb:5e:18:e3:52:1f:52:aa:
25 68:b7:cf:0b:b3:ea:0a:ca:94:16:d4:2b:6a:02:e3:
48 be:fc:e4:b7:19:5c:b8:83:6e:ef:2c:b0:d5:7c:fc:0d:cb:7e:
50 39:f4:78:27:b7:00:75:d1:fb:f0:29:88:79:e4:e9:a7:d4:65:
DEdelCurlRoot-ca.crt25 0f:b4:3a:99:6d:af:78:48:b7:cb:c4:d3:60:7d:d0:
34 24:ac:d6:f9:dd:2b:51:50:77:e4:b7:5d:ad:48:80:
49 76:16:31:bd:b7:c0:44:2c:b9:2c:79:99:2f:02:48:33:1e:a7:
54 28:f9:44:9a:ba:3e:b7:3e:01:79:3e:cb:5c:df:5a:d4:6c:34:
61 f8:7e:0d:ac:b7:d9:16:b9:b3:bc:0b:03:6b:24:e9:46:81:dc:
DEdelCurlRoot-ca.cacert25 0f:b4:3a:99:6d:af:78:48:b7:cb:c4:d3:60:7d:d0:
34 24:ac:d6:f9:dd:2b:51:50:77:e4:b7:5d:ad:48:80:
49 76:16:31:bd:b7:c0:44:2c:b9:2c:79:99:2f:02:48:33:1e:a7:
54 28:f9:44:9a:ba:3e:b7:3e:01:79:3e:cb:5c:df:5a:d4:6c:34:
61 f8:7e:0d:ac:b7:d9:16:b9:b3:bc:0b:03:6b:24:e9:46:81:dc:
DServer-localhost-sv.pem61 00:ba:5f:4b:69:74:31:99:4d:f4:b4:b7:2a:65:b8:
62 b7:31:c1:38:cf:36:37:bb:5e:18:e3:52:1f:52:aa:
65 68:b7:cf:0b:b3:ea:0a:ca:94:16:d4:2b:6a:02:e3:
88 be:fc:e4:b7:19:5c:b8:83:6e:ef:2c:b0:d5:7c:fc:0d:cb:7e:
90 39:f4:78:27:b7:00:75:d1:fb:f0:29:88:79:e4:e9:a7:d4:65:
/external/libvpx/libvpx/vpx_dsp/x86/
Davg_intrin_sse2.c158 __m128i b7 = _mm_sub_epi16(a6, a7); in hadamard_col8_sse2() local
165 a5 = _mm_add_epi16(b5, b7); in hadamard_col8_sse2()
167 a7 = _mm_sub_epi16(b5, b7); in hadamard_col8_sse2()
171 b7 = _mm_add_epi16(a1, a5); in hadamard_col8_sse2()
184 a5 = _mm_unpacklo_epi16(b6, b7); in hadamard_col8_sse2()
186 a7 = _mm_unpackhi_epi16(b6, b7); in hadamard_col8_sse2()
195 b7 = _mm_unpackhi_epi32(a6, a7); in hadamard_col8_sse2()
203 in[6] = _mm_unpacklo_epi64(b6, b7); in hadamard_col8_sse2()
204 in[7] = _mm_unpackhi_epi64(b6, b7); in hadamard_col8_sse2()
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js4492 …3=env._erf;var b4=env._strspn;var b5=env.__parseInt;var b6=env._ungetc;var b7=env._llvm_trap;var b…
4494b7=0,b8=0.0,b9=0,ca=0,cb=0.0,cc=0,cd=0,ce=0,cf=0,cg=0,ch=0,ci=0,cj=0,ck=0.0;e=i;i=i+24|0;f=e|0;g=e…
4495b7=0,b8=0,b9=0,ca=0,cb=0,cc=0,cd=0,ce=0,cf=0,cg=0,ch=0,ci=0,cj=0,ck=0,cl=0,cm=0,cn=0,co=0,cp=0,cq=…
4496b7=0,b8=0,b9=0,cb=0,cc=0,cd=0,ce=0,cf=0,cg=0,ch=0,ci=0,cj=0,ck=0,cl=0,cm=0,cn=0,co=0,cp=0,cq=0,cr=…
/external/elfutils/tests/
Drun-zstrptr.sh48 [b7] '.dynamic'
84 [b7] '.dynamic'
/external/conscrypt/openjdk/src/test/resources/
Dcert-ct-embedded.pem16 1d:32:9b:ed:f1:8f:aa:f4:d7:96:bf:04:7e:b7:e1:
40 1e:7c:87:c4:b7:7e:80:f0:e9:79:03:52:68:f2:7c:a2:0e:16:
41 68:04:ae:55:6f:31:69:81:f9:6a:39:4a:b7:ab:fd:3e:25:5a:
Dcert.pem16 1d:32:9b:ed:f1:8f:aa:f4:d7:96:bf:04:7e:b7:e1:
39 e0:cc:6d:22:b7:c1:23:ba:b4:20:d9:23:65:1e:58:46:67:ce:
/external/libvpx/libvpx/vpx_dsp/arm/
Dhadamard_neon.c29 const int16x8_t b7 = vsubq_s16(*a6, *a7); in hadamard8x8_one_pass() local
36 const int16x8_t c5 = vaddq_s16(b5, b7); in hadamard8x8_one_pass()
38 const int16x8_t c7 = vsubq_s16(b5, b7); in hadamard8x8_one_pass()
Didct8x8_add_neon.c115 int16x8_t b0, b1, b2, b3, b4, b5, b6, b7; in vpx_idct8x8_12_add_neon() local
125 a7, &b0, &b1, &b2, &b3, &b4, &b5, &b6, &b7); in vpx_idct8x8_12_add_neon()
126 add8x8(b0, b1, b2, b3, b4, b5, b6, b7, dest, stride); in vpx_idct8x8_12_add_neon()
/external/llvm/test/CodeGen/X86/
Dsetjmp-spills.ll50 %b7 = call i32 @get_val()
58 call void @use_val(i32 %b7)
116 %b7 = call i32 @get_val()
124 call void @use_val(i32 %b7)
/external/llvm/test/CodeGen/AArch64/
Doptimize-cond-branch.ll34 br i1 %c1, label %b8, label %b7
40 b7:
/external/guava/guava/src/com/google/common/io/
DLittleEndianDataInputStream.java140 byte b7 = readAndCheckByte(); in readLong()
143 return Longs.fromBytes(b8, b7, b6, b5, b4, b3, b2, b1); in readLong()
/external/autotest/server/cros/
Drf_switch_1_ap_box_3_ap_list.conf31 [f8:32:e4:b7:fd:48]
37 bss = f8:32:e4:b7:fd:48
38 wan mac = f8:32:e4:b7:fd:48
44 [f8:32:e4:b7:fd:4c]
50 bss5 = f8:32:e4:b7:fd:4c
51 wan mac = f8:32:e4:b7:fd:48
/external/sonivox/arm-wt-22k/lib_src/
Deas_mdls.h59 …(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) const DLSID name = { l, w1, w2, { b1, b2, b3, b4… argument
/external/libvpx/libvpx/vpx_dsp/
Davg.c46 int16_t b7 = src_diff[6 * src_stride] - src_diff[7 * src_stride]; in hadamard_col8() local
53 int16_t c5 = b5 + b7; in hadamard_col8()
55 int16_t c7 = b5 - b7; in hadamard_col8()
/external/autotest/server/site_tests/display_EdidStress/test_data/edids/weekly/
DCEI_37776_Crestron_DVI.txt16 000000000000000000000000000000b7
DCEI_37776_Crestron_DP.txt16 000000000000000000000000000000b7
/external/clang/test/CXX/expr/expr.unary/expr.unary.op/
Dp6.cpp25 bool b7 = !&S::f; variable

123456