Home
last modified time | relevance | path

Searched refs:dmax (Results 1 – 25 of 34) sorted by relevance

12

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/safec/safec/
H A D0001-strpbrk_s-Remove-unused-variable-len.patch19 @@ -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--;
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dstat.c24 double dmin, dmax; member
93 stat->dmin = stat->dmax = 0; in sox_stat_start()
184 else if (delta > stat->dmax) in sox_stat_flow()
185 stat->dmax = delta; in sox_stat_flow()
247 stat->dmax *= f; in sox_stat_stop()
281 fprintf(stderr, "Maximum delta: %12.6f\n", stat->dmax); in sox_stat_stop()
/OK3568_Linux_fs/kernel/lib/zlib_inflate/
H A Dinffast.c76 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 Dinflate.h80 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
H A Dinflate.c45 state->dmax = 32768U; in zlib_inflateReset()
389 state->dmax = 1U << len; in zlib_inflate()
660 if (state->offset > state->dmax) { in zlib_inflate()
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Dinffast.c79 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 Dinflate.h83 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
H A Dinflate.c20 state->dmax = 32768U; in inflateReset()
399 state->dmax = 1U << len; in inflate()
807 if (state->offset > state->dmax) { in inflate()
/OK3568_Linux_fs/kernel/net/tipc/
H A Dmsg.c314 int pktno, nof_fragms, dsz, dmax, eat; in tipc_msg_fragment() local
325 dmax = pktmax - INT_H_SIZE; in tipc_msg_fragment()
326 if (dsz <= dmax || !dmax) in tipc_msg_fragment()
329 nof_fragms = dsz / dmax + 1; in tipc_msg_fragment()
332 eat = dmax; in tipc_msg_fragment()
334 eat = dsz % dmax; in tipc_msg_fragment()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dbn.h295 (dest)->dmax=(b)->dmax, \
318 int dmax; /* Size of the d array. */ member
730 (((bits+BN_BITS2-1)/BN_BITS2) <= (a)->dmax) ? \
736 # define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
785 if(_bnum1->top < _bnum1->dmax) { \
795 (_bnum1->dmax - _bnum1->top) * sizeof(BN_ULONG)); \
820 assert((words) <= (_bnum2)->dmax && (words) >= (_bnum2)->top); \
/OK3568_Linux_fs/kernel/drivers/input/
H A Dinput-mt.c442 int dmax) in input_mt_assign_slots() argument
445 int mu = 2 * dmax * dmax; in input_mt_assign_slots()
/OK3568_Linux_fs/kernel/drivers/input/rmi4/
H A Drmi_2d_sensor.h49 int dmax; member
H A Drmi_2d_sensor.c176 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 Drmi_f11.c610 sensor->dmax); in rmi_f11_finger_handler()
1131 sensor->dmax = f11->sensor_pdata.dmax; in rmi_f11_initialize()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/
H A Dzxdma.txt27 Use specific request line passing from dmax
H A Dk3dma.txt31 Use specific request line passing from dmax
/OK3568_Linux_fs/kernel/include/linux/input/
H A Dmt.h125 int dmax);
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Dvalidate.c58 #define VAL_START_BINARY(parm_type,res_type,dmax,smax,dincr,sincr) \ argument
65 for (d = 0; d < dmax; d += dincr) { \
188 #define VAL_START_TERNARY(parm_type,res_type,dmax,smax,dincr,sincr,maxshift)\ argument
196 for (d = 0; d < dmax; d += dincr) { \
/OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/
H A Df2c.h191 #define dmax(a,b) (doublereal)max(a,b) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Drmi.h99 int dmax; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dhw.c235 .dmax = &wcn3990_dmax,
373 .dmax = &qcax_dmax,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D0001-Forward-port-to-OpenSSL-1.1.x.patch87 // info->p->dmax = _keylen * 8 / BN_BITS2;
97 // info->g->dmax = 1;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dbn.h977 int dmax; member
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dbn.h916 int dmax; // Size of |d|, in words. member
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dbn.h916 int dmax; // Size of |d|, in words. member

12