/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/safec/safec/ |
H A D | 0001-strpbrk_s-Remove-unused-variable-len.patch | 19 @@ -79,7 +79,6 @@ EXPORT errno_t _strpbrk_s_chk(char *dest, rsize_t dmax, char *src, rsize_t slen, 27 @@ -121,7 +120,6 @@ EXPORT errno_t _strpbrk_s_chk(char *dest, rsize_t dmax, char *src, rsize_t slen, 28 while (*dest && dmax) { 35 @@ -130,7 +128,6 @@ EXPORT errno_t _strpbrk_s_chk(char *dest, rsize_t dmax, char *src, rsize_t slen, 42 dmax--;
|
/openbmc/linux/lib/zlib_inflate/ |
H A D | inffast.c | 76 unsigned dmax; /* maximum distance from zlib header */ in inflate_fast() local 103 dmax = state->dmax; in inflate_fast() 171 if (dist > dmax) { in inflate_fast()
|
H A D | inflate.h | 80 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
|
H A D | inflate.c | 45 state->dmax = 32768U; in zlib_inflateReset() 389 state->dmax = 1U << len; in zlib_inflate() 660 if (state->offset > state->dmax) { in zlib_inflate()
|
/openbmc/u-boot/lib/zlib/ |
H A D | inffast.c | 79 unsigned dmax; /* maximum distance from zlib header */ in inflate_fast() local 114 dmax = state->dmax; in inflate_fast() 186 if (dist > dmax) { in inflate_fast()
|
H A D | inflate.h | 83 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
|
H A D | inflate.c | 20 state->dmax = 32768U; in inflateReset() 399 state->dmax = 1U << len; in inflate() 807 if (state->offset > state->dmax) { in inflate()
|
/openbmc/linux/net/tipc/ |
H A D | msg.c | 313 int pktno, nof_fragms, dsz, dmax, eat; in tipc_msg_fragment() local 324 dmax = pktmax - INT_H_SIZE; in tipc_msg_fragment() 325 if (dsz <= dmax || !dmax) in tipc_msg_fragment() 328 nof_fragms = dsz / dmax + 1; in tipc_msg_fragment() 331 eat = dmax; in tipc_msg_fragment() 333 eat = dsz % dmax; in tipc_msg_fragment()
|
/openbmc/linux/drivers/input/rmi4/ |
H A D | rmi_2d_sensor.h | 49 int dmax; member
|
H A D | rmi_2d_sensor.c | 176 if (!sensor->dmax) in rmi_2d_sensor_set_input_params() 177 sensor->dmax = DMAX * res_x; in rmi_2d_sensor_set_input_params()
|
H A D | rmi_f11.c | 632 sensor->dmax); in rmi_f11_finger_handler() 1153 sensor->dmax = f11->sensor_pdata.dmax; in rmi_f11_initialize()
|
H A D | rmi_f12.c | 192 sensor->dmax); in rmi_f12_process_objects()
|
/openbmc/linux/drivers/input/ |
H A D | input-mt.c | 485 int dmax) in input_mt_assign_slots() argument 488 int mu = 2 * dmax * dmax; in input_mt_assign_slots()
|
/openbmc/linux/include/linux/input/ |
H A D | mt.h | 125 int dmax);
|
/openbmc/linux/Documentation/devicetree/bindings/dma/ |
H A D | k3dma.txt | 31 Use specific request line passing from dmax
|
/openbmc/linux/include/linux/ |
H A D | rmi.h | 99 int dmax; member
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | hw.c | 237 .dmax = &wcn3990_dmax, 375 .dmax = &qcax_dmax,
|
H A D | hw.h | 303 struct ath10k_hw_ce_regs_addr_map *dmax; }; member
|
H A D | ce.c | 212 (ctrl1_addr & ~(ctrl_regs->dmax->mask)) | in ath10k_ce_src_ring_dmax_set() 213 ath10k_set_ring_byte(n, ctrl_regs->dmax)); in ath10k_ce_src_ring_dmax_set()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/ |
H A D | 0001-Forward-port-to-OpenSSL-1.1.x.patch | 87 // info->p->dmax = _keylen * 8 / BN_BITS2; 97 // info->g->dmax = 1;
|
/openbmc/linux/sound/core/oss/ |
H A D | pcm_oss.c | 355 int dmax, dmaxdir; in boundary_nearer() local 357 boundary_sub(max, maxdir, best, bestdir, &dmax, &dmaxdir); in boundary_nearer() 358 return boundary_lt(dmin, dmindir, dmax, dmaxdir); in boundary_nearer()
|