Home
last modified time | relevance | path

Searched refs:even (Results 1 - 25 of 373) sorted by relevance

12345678910>>...15

/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
H A Dipu3-tables.c12 .even = { { 0, 0, 64, 6, 0, 0, 0 } },
15 .even = { { 0, 0, 64, 6, 0, 0, 0 } },
24 .even = { { 0, 3, 122, 7, 3, 0, 0 },
89 .even = { { 0, 3, 122, 7, 3, 0, 0 },
160 .even = { { -1, 6, 118, 7, 6, -1, 0 },
193 .even = { { -1, 6, 118, 7, 6, -1, 0 },
232 .even = { { -2, 9, 114, 7, 9, -2, 0 },
297 .even = { { -2, 9, 114, 7, 9, -2, 0 },
368 .even = { { -3, 12, 110, 7, 12, -3, 0 },
385 .even
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/
H A Dipu3-tables.c12 .even = { { 0, 0, 64, 6, 0, 0, 0 } },
15 .even = { { 0, 0, 64, 6, 0, 0, 0 } },
24 .even = { { 0, 3, 122, 7, 3, 0, 0 },
89 .even = { { 0, 3, 122, 7, 3, 0, 0 },
160 .even = { { -1, 6, 118, 7, 6, -1, 0 },
193 .even = { { -1, 6, 118, 7, 6, -1, 0 },
232 .even = { { -2, 9, 114, 7, 9, -2, 0 },
297 .even = { { -2, 9, 114, 7, 9, -2, 0 },
368 .even = { { -3, 12, 110, 7, 12, -3, 0 },
385 .even
[all...]
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dcpacf.h258 d.even = (unsigned long)dest; in cpacf_km()
259 s.even = (unsigned long)src; in cpacf_km()
290 d.even = (unsigned long)dest; in cpacf_kmc()
291 s.even = (unsigned long)src; in cpacf_kmc()
319 s.even = (unsigned long)src; in cpacf_kimd()
344 s.even = (unsigned long)src; in cpacf_klmd()
372 s.even = (unsigned long)src; in cpacf_kmac()
404 d.even = (unsigned long)dest; in cpacf_kmctr()
405 s.even = (unsigned long)src; in cpacf_kmctr()
407 c.even in cpacf_kmctr()
[all...]
H A Dap.h439 nqap_r1.even = (unsigned int)(psmid >> 32); in ap_nqap()
441 nqap_r2.even = (unsigned long)msg; in ap_nqap()
499 rp1.even = 0UL; in ap_dqap()
501 rp2.even = (unsigned long)msg; in ap_dqap()
532 *psmid = (rp1.even << 32) + rp1.odd; in ap_dqap()
/kernel/linux/linux-5.10/arch/c6x/include/uapi/asm/
H A Dptrace.h18 #define PT_LO(odd, even) odd
19 #define PT_HI(odd, even) even
21 #define PT_LO(odd, even) even
22 #define PT_HI(odd, even) odd
109 #define REG_PAIR(odd, even) unsigned long odd; unsigned long even
111 #define REG_PAIR(odd, even) unsigned long even; unsigne
[all...]
/third_party/ffmpeg/libavutil/x86/
H A Dtx_float.asm12 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
27 ; even faster FFT8 (current one is very #instructions optimized)
136 ; %1 - even coefficients (r0.reim, r2.reim, r4.reim, r6.reim)
149 shufps %1, %2, %3, q1010 ; a1234 even
156 ; %1 - even coefficients (a0.reim, a2.reim, [b0.reim, b2.reim])
157 ; %2 - even coefficients (a4.reim, a6.reim, [b4.reim, b6.reim])
191 subps %2, %1, %6 ; h1234 even
194 addps %1, %1, %6 ; w1234 even
199 ; %1 - even coefficients (r0.reim, r2.reim, r4.reim, r6.reim)
226 subps %1, %1, %4 ; w1234, w5678 even
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_pwr8.h78 vec_unpacklo_epi32 (__m128i even, __m128i odd) in vec_unpacklo_epi32() argument
87 return vec_perm (even, odd, perm_mask); in vec_unpacklo_epi32()
91 vec_unpackhi_epi32 (__m128i even, __m128i odd) in vec_unpackhi_epi32() argument
100 return vec_perm (even, odd, perm_mask); in vec_unpackhi_epi32()
104 vec_unpacklo_epi64 (__m128i even, __m128i odd) in vec_unpacklo_epi64() argument
113 return vec_perm (even, odd, perm_mask); in vec_unpacklo_epi64()
117 vec_unpackhi_epi64 (__m128i even, __m128i odd) in vec_unpackhi_epi64() argument
126 return vec_perm (even, odd, perm_mask); in vec_unpackhi_epi64()
/third_party/ffmpeg/libavresample/
H A Daudio_mix_matrix.c13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
61 static av_always_inline int even(uint64_t layout) in even() function
73 if (!even(layout & (AV_CH_FRONT_LEFT | AV_CH_FRONT_RIGHT)) || in sane_layout()
74 !even(layout & (AV_CH_SIDE_LEFT | AV_CH_SIDE_RIGHT)) || in sane_layout()
75 !even(layout & (AV_CH_BACK_LEFT | AV_CH_BACK_RIGHT)) || in sane_layout()
76 !even(layout & (AV_CH_FRONT_LEFT_OF_CENTER | AV_CH_FRONT_RIGHT_OF_CENTER)) || in sane_layout()
77 !even(layout & (AV_CH_TOP_FRONT_LEFT | AV_CH_TOP_FRONT_RIGHT)) || in sane_layout()
78 !even(layout & (AV_CH_TOP_BACK_LEFT | AV_CH_TOP_BACK_RIGHT)) || in sane_layout()
79 !even(layout & (AV_CH_STEREO_LEFT | AV_CH_STEREO_RIGHT)) || in sane_layout()
80 !even(layou in sane_layout()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dchi_square.cc199 const bool even = !(dof & 1); // True if dof is an even number. in ChiSquarePValue() local
201 double s = even ? y : (2.0 * POZ(-std::sqrt(chi_square))); in ChiSquarePValue()
208 double z = (even ? 1.0 : 0.5); in ChiSquarePValue()
210 double e = (even ? 0.0 : kLogSqrtPi); in ChiSquarePValue()
220 double e = (even ? 1.0 : (kInverseSqrtPi / std::sqrt(a))); in ChiSquarePValue()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dsqrtf.c17 uint32_t ix, m, m1, m0, even, ey; in sqrtf() local
34 even = ix & 0x00800000; in sqrtf()
37 m = even ? m0 : m1; in sqrtf()
H A Dsqrt.c49 int even = top & 1; in sqrt() local
51 if (even) m >>= 1; in sqrt()
/third_party/musl/src/math/
H A Dsqrtf.c17 uint32_t ix, m, m1, m0, even, ey; in sqrtf() local
34 even = ix & 0x00800000; in sqrtf()
37 m = even ? m0 : m1; in sqrtf()
H A Dsqrt.c49 int even = top & 1; in sqrt() local
51 if (even) m >>= 1; in sqrt()
/third_party/libwebsockets/win32port/zlib/
H A Dcrc32.c377 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
392 /* put operator for two zero bits in even */
393 gf2_matrix_square(even, odd);
396 gf2_matrix_square(odd, even);
399 zero byte, eight zero bits, in even) */
402 gf2_matrix_square(even, odd);
404 crc1 = gf2_matrix_times(even, crc1);
411 /* another iteration of the loop with odd and even swapped */
412 gf2_matrix_square(odd, even);
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Dcrc32.c433 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
448 /* put operator for two zero bits in even */
449 gf2_matrix_square(even, odd);
452 gf2_matrix_square(odd, even);
455 zero byte, eight zero bits, in even) */
458 gf2_matrix_square(even, odd);
460 crc1 = gf2_matrix_times(even, crc1);
467 /* another iteration of the loop with odd and even swapped */
468 gf2_matrix_square(odd, even);
[all...]
/third_party/skia/third_party/externals/zlib/
H A Dcrc32.c433 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
448 /* put operator for two zero bits in even */
449 gf2_matrix_square(even, odd);
452 gf2_matrix_square(odd, even);
455 zero byte, eight zero bits, in even) */
458 gf2_matrix_square(even, odd);
460 crc1 = gf2_matrix_times(even, crc1);
467 /* another iteration of the loop with odd and even swapped */
468 gf2_matrix_square(odd, even);
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H A Divtv-vbi.c46 data.data[0] = cc->even[0]; in ivtv_set_cc()
47 data.data[1] = cc->even[1]; in ivtv_set_cc()
91 cc->even[0] = d->data[0]; in ivtv_write_vbi_line()
92 cc->even[1] = d->data[1]; in ivtv_write_vbi_line()
137 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_write_vbi()
153 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_write_vbi_from_user()
454 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_disable_cc()
466 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_vbi_work_handler()
496 cc.even[0] = data.data[0]; in ivtv_vbi_work_handler()
497 cc.even[ in ivtv_vbi_work_handler()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H A Divtv-vbi.c46 data.data[0] = cc->even[0]; in ivtv_set_cc()
47 data.data[1] = cc->even[1]; in ivtv_set_cc()
91 cc->even[0] = d->data[0]; in ivtv_write_vbi_line()
92 cc->even[1] = d->data[1]; in ivtv_write_vbi_line()
137 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_write_vbi()
153 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_write_vbi_from_user()
454 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_disable_cc()
466 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_vbi_work_handler()
496 cc.even[0] = data.data[0]; in ivtv_vbi_work_handler()
497 cc.even[ in ivtv_vbi_work_handler()
[all...]
/kernel/linux/linux-5.10/arch/h8300/lib/
H A Dmemcpy.S29 ;; (aligned even) odd address
67 ;; odd <- even / even <- odd
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dcpcmd.c42 rx.even = __pa(cpcmd_buf); in diag8_response()
44 ry.even = cmdlen | 0x40000000L; in diag8_response()
57 return ry.even; in diag8_response()
/kernel/linux/linux-6.6/arch/s390/pci/
H A Dpci_insn.c100 union register_pair addr_range = {.even = addr, .odd = range}; in __rpcit()
158 union register_pair req_off = {.even = req, .odd = offset}; in ____pcilg()
170 *status = req_off.even >> 24 & 0xff; in ____pcilg()
224 union register_pair ioaddr_len = {.even = ioaddr, .odd = len}; in __pcilg_mio()
260 union register_pair req_off = {.even = req, .odd = offset}; in __pcistg()
272 *status = req_off.even >> 24 & 0xff; in __pcistg()
313 union register_pair ioaddr_len = {.even = ioaddr, .odd = len}; in __pcistg_mio()
/third_party/icu/icu4c/source/test/intltest/
H A Dtestidna.cpp1003 UChar even[MAX_DEST_SIZE]; in testChaining() local
1018 memcpy(even,expected,(expectedLen+1) * U_SIZEOF_UCHAR); in testChaining()
1021 evenLen = func(odd,-1,even,MAX_DEST_SIZE,options, &parseError, &status); in testChaining()
1027 oddLen = func(even,-1,odd,MAX_DEST_SIZE,options, &parseError, &status); in testChaining()
1035 if( u_strCaseCompare(even,evenLen, expected,expectedLen, 0, &status) !=0 || in testChaining()
1041 if( u_strncmp(even,expected,expectedLen) != 0 || in testChaining()
1055 memcpy(even,expected,(expectedLen+1) * U_SIZEOF_UCHAR); in testChaining()
1058 evenLen = func(odd,-1,even,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testChaining()
1064 oddLen = func(even,-1,odd,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testChaining()
1072 if( u_strCaseCompare(even,evenLe in testChaining()
[all...]
/third_party/mesa3d/src/amd/vulkan/radix_sort/
H A Dradix_sort_vk.c151 duoni.objectHandle = (uint64_t)rs->pipelines.named.scatter[0].even; in rs_debug_utils_set()
161 duoni.objectHandle = (uint64_t)rs->pipelines.named.scatter[1].even; in rs_debug_utils_set()
184 2 * rs->config.keyval_dwords; // scatters.even/odd[keyval_dwords] in rs_pipeline_count()
310 RS_SUBGROUP_SIZE_CREATE_INFO_NAME(scatter), // scatter[0].even in radix_sort_vk_create()
312 RS_SUBGROUP_SIZE_CREATE_INFO_NAME(scatter), // scatter[1].even in radix_sort_vk_create()
341 RS_COMPUTE_PIPELINE_CREATE_INFO_DECL(4), // scatter[0].even in radix_sort_vk_create()
343 RS_COMPUTE_PIPELINE_CREATE_INFO_DECL(6), // scatter[1].even in radix_sort_vk_create()
636 // because the even/odd scatter dispatches rely on the the previous pass to in radix_sort_vk_sort_devaddr()
750 rs->pipeline_layouts.named.scatter[pass_dword].even, in radix_sort_vk_sort_devaddr()
758 rs->pipelines.named.scatter[pass_dword].even); in radix_sort_vk_sort_devaddr()
[all...]
H A Dradix_sort_vk.h82 VkPipelineLayout even; member
88 VkPipeline even; member
206 // keyvals_size : Minimum size of the even and odd keyval buffers
263 // If an even number of internal sorting passes is required, the sorted keyvals
264 // will be found in the "even" keyvals buffer. Otherwise, the sorted keyvals
323 // If an even number of internal sorting passes is required, the sorted keyvals
324 // will be found in the "even" keyvals buffer. Otherwise, the sorted keyvals
/third_party/vixl/src/aarch64/
H A Dregisters-aarch64.h273 // size, even though we don't know what that is.
1049 // AreEven returns true if all of the specified registers have even register
1062 bool even = (reg1.GetCode() % 2) == 0;
1063 even &= !reg2.IsValid() || ((reg2.GetCode() % 2) == 0);
1064 even &= !reg3.IsValid() || ((reg3.GetCode() % 2) == 0);
1065 even &= !reg4.IsValid() || ((reg4.GetCode() % 2) == 0);
1066 even &= !reg5.IsValid() || ((reg5.GetCode() % 2) == 0);
1067 even &= !reg6.IsValid() || ((reg6.GetCode() % 2) == 0);
1068 even &= !reg7.IsValid() || ((reg7.GetCode() % 2) == 0);
1069 even
[all...]

Completed in 18 milliseconds

12345678910>>...15