| /kernel/linux/linux-5.10/drivers/dma/ |
| H A D | sun4i-dma.c | 283 set_pchan_interrupt(struct sun4i_dma_dev *priv, struct sun4i_dma_pchan *pchan, int half, int end) set_pchan_interrupt() argument
|
| /kernel/linux/linux-5.10/drivers/mtd/spi-nor/ |
| H A D | sfdp.c | 437 u16 half; in spi_nor_parse_bfpt() local 225 spi_nor_set_read_settings_from_bfpt(struct spi_nor_read_command *read, u16 half, enum spi_nor_protocol proto) spi_nor_set_read_settings_from_bfpt() argument [all...] |
| /kernel/linux/linux-5.10/drivers/misc/sgi-gru/ |
| H A D | grukservices.c | 643 int half, qlines; in send_message_queue_full() local 842 int half = -1; in gru_free_message() local [all...] |
| /kernel/linux/linux-5.10/net/ipv4/ |
| H A D | inet_connection_sock.c | 208 int half = low + (((high - low) >> 2) << 1); in inet_csk_find_open_port() local
|
| /kernel/linux/linux-6.6/drivers/misc/sgi-gru/ |
| H A D | grukservices.c | 643 int half, qlines; in send_message_queue_full() local 842 int half = -1; in gru_free_message() local [all...] |
| /kernel/linux/linux-6.6/drivers/mtd/spi-nor/ |
| H A D | sfdp.c | 447 u16 half; in spi_nor_parse_bfpt() local 236 spi_nor_set_read_settings_from_bfpt(struct spi_nor_read_command *read, u16 half, enum spi_nor_protocol proto) spi_nor_set_read_settings_from_bfpt() argument [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/microchip/ |
| H A D | lan743x_ptp.c | 525 s64 wf_high, period64, half; in lan743x_ptp_perout() local
|
| /kernel/linux/linux-6.6/drivers/soc/fsl/qe/ |
| H A D | tsa.c | 236 resource_size_t half; in tsa_init_entries_area() local [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| H A D | tls.c | 819 int half = send_len / 2; in TEST_F() local 828 EXPECT_EQ(read(p[0], &mem_recv[half], half), half); in TEST_F() local
|
| /kernel/linux/linux-6.6/net/ipv4/ |
| H A D | inet_connection_sock.c | 345 int half = low + (((high - low) >> 2) << 1); in inet_csk_find_open_port() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | dxv.c | 345 unsigned half = 512, bits = 1023, left = 1024, input, mask; in fill_ltable() local
|
| H A D | mobiclip.c | 541 static uint8_t half(int a, int b) in half() function
|
| H A D | on2avc.c | 422 int tmp, half; in combine_fft() local
|
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | h264qpel_mmi.c | 2159 uint8_t half[16]; in ff_put_h264_qpel4_mc10_mmi() local 2173 uint8_t half[16]; in ff_put_h264_qpel4_mc30_mmi() local 2183 uint8_t half[16]; in ff_put_h264_qpel4_mc01_mmi() local 2203 uint8_t half[1 in ff_put_h264_qpel4_mc03_mmi() local 2323 uint8_t half[16]; ff_avg_h264_qpel4_mc10_mmi() local 2337 uint8_t half[16]; ff_avg_h264_qpel4_mc30_mmi() local 2347 uint8_t half[16]; ff_avg_h264_qpel4_mc01_mmi() local 2367 uint8_t half[16]; ff_avg_h264_qpel4_mc03_mmi() local 2487 uint8_t half[64]; ff_put_h264_qpel8_mc10_mmi() local 2501 uint8_t half[64]; ff_put_h264_qpel8_mc30_mmi() local 2511 uint8_t half[64]; ff_put_h264_qpel8_mc01_mmi() local 2531 uint8_t half[64]; ff_put_h264_qpel8_mc03_mmi() local 2651 uint8_t half[64]; ff_avg_h264_qpel8_mc10_mmi() local 2665 uint8_t half[64]; ff_avg_h264_qpel8_mc30_mmi() local 2675 uint8_t half[64]; ff_avg_h264_qpel8_mc01_mmi() local 2695 uint8_t half[64]; ff_avg_h264_qpel8_mc03_mmi() local 2815 uint8_t half[256]; ff_put_h264_qpel16_mc10_mmi() local 2829 uint8_t half[256]; ff_put_h264_qpel16_mc30_mmi() local 2839 uint8_t half[256]; ff_put_h264_qpel16_mc01_mmi() local 2859 uint8_t half[256]; ff_put_h264_qpel16_mc03_mmi() local 2979 uint8_t half[256]; ff_avg_h264_qpel16_mc10_mmi() local 2993 uint8_t half[256]; ff_avg_h264_qpel16_mc30_mmi() local 3003 uint8_t half[256]; ff_avg_h264_qpel16_mc01_mmi() local 3023 uint8_t half[256]; ff_avg_h264_qpel16_mc03_mmi() local [all...] |
| /third_party/FreeBSD/lib/msun/ld128/ |
| H A D | e_lgammal_r.c | 28 half= 0.5, variable
|
| H A D | s_erfl.c | 29 half= 0.5, variable
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_int64.c | 730 nir_ssa_def *half = COND_LOWER_OP(b, ishr, lsb_mask, nir_imm_int(b, 1)); in lower_2f() local
|
| /third_party/mesa3d/src/compiler/spirv/ |
| H A D | vtn_opencl.c | 846 nir_ssa_def *half = nir_imm_floatN_t(nb, 0.5, src->bit_size); in handle_round() local
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | texcompress_bptc_tmp.h | 1642 int half; in get_endpoint_value() local [all...] |
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | midgard_emit.c | 30 mir_get_imod(bool shift, nir_alu_type T, bool half, bool scalar) in mir_get_imod() argument 83 bool half = (sz == (base_size >> 1)); in mir_pack_mod() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | MultisampledRenderToTextureTest.cpp | 1064 GLint half = kSize / 2; in copyTexSubImageTestCommon() local [all...] |
| /third_party/skia/src/effects/imagefilters/ |
| H A D | SkBlurImageFilter.cpp | 330 auto half = fDivider.half(); variable 579 auto half = fDivider.half(); variable [all...] |
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
| H A D | FeatureTag.java | 58 half("Half Forms"), enum constant
|
| /third_party/skia/gm/ |
| H A D | gradients.cpp | 779 const SkScalar half = SIZE * 0.5f; in make_radial() local 785 const SkScalar half = SIZE * 0.5f; in make_conical() local 792 const SkScalar half = SIZE * 0.5f; in make_sweep() local [all...] |
| /third_party/skia/include/private/ |
| H A D | SkVx.h | 742 uint32_t half() const { return fHalf; } half() function in skvx::ScaledDividerU32 [all...] |