| /OK3568_Linux_fs/yocto/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--;
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | stat.c | 24 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 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()
|
| /OK3568_Linux_fs/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()
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | msg.c | 314 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 D | bn.h | 295 (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 D | input-mt.c | 442 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 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 | 610 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 D | zxdma.txt | 27 Use specific request line passing from dmax
|
| H A D | k3dma.txt | 31 Use specific request line passing from dmax
|
| /OK3568_Linux_fs/kernel/include/linux/input/ |
| H A D | mt.h | 125 int dmax);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/ |
| H A D | validate.c | 58 #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 D | f2c.h | 191 #define dmax(a,b) (doublereal)max(a,b) macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rmi.h | 99 int dmax; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/ |
| H A D | hw.c | 235 .dmax = &wcn3990_dmax, 373 .dmax = &qcax_dmax,
|
| /OK3568_Linux_fs/yocto/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;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | bn.h | 977 int dmax; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/ |
| H A D | bn.h | 916 int dmax; // Size of |d|, in words. member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | bn.h | 916 int dmax; // Size of |d|, in words. member
|