| /OK3568_Linux_fs/buildroot/dl/sox/git/scripts/ |
| H A D | testcd.sh | 61 LEN="$2" 62 FADE=" fade $FT $LEN $FT" 64 TC="$(( $TC + $LEN ))" 95 $SOX $SOXOPT $NAME synth $LEN sine $f $FADE $VOL 113 $SOX $SOXOPT $NAME synth $LEN sine $MARKFREQ synth square amod 0.1 0 97 94 vol -3 db synth $LEN sin… 118 $SOX $SOXOPT $NAME synth $LEN sine $MARKFREQ synth square amod 0.1 0 97 94 vol -3 db synth $LEN sin… 125 $SOX $SOXOPT $NAME synth $LEN sine $f $FADE $VOL 136 $SOX $SOXOPT $NAME synth $LEN sine $FREQ1 synth sine mix $FREQ2 $FADE $VOL 140 $SOX $SOXOPT $NAME synth $LEN sine $FREQ1 synth sine mix $FREQ2 $FADE $VOL 147 $SOX $SOXOPT $NAME synth $LEN whitenoise $FADE $VOL [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | aegis128-aesni-asm.S | 23 #define LEN %rsi macro 78 mov LEN, %r8 82 mov LEN, %r8 88 mov LEN, %r8 92 mov LEN, %r8 99 mov LEN, %r8 103 mov LEN, %r8 113 mov LEN, %r8 117 mov LEN, %r8 141 mov LEN, %r8 [all …]
|
| H A D | crc32-pclmul_asm.S | 84 #define LEN %rsi macro 88 #define LEN %edx macro 112 sub $0x40, LEN 114 cmp $0x40, LEN 161 sub $0x40, LEN 163 cmp $0x40, LEN 191 cmp $0x10, LEN 199 sub $0x10, LEN 201 cmp $0x10, LEN
|
| H A D | aesni-intel_asm.S | 157 #define LEN %rcx macro 170 #define LEN %esi macro 2329 pushl LEN 2335 movl (FRAME_OFFSET+28)(%esp), LEN # len 2337 test LEN, LEN # check length 2340 cmp $16, LEN 2342 cmp $64, LEN 2355 sub $64, LEN 2358 cmp $64, LEN 2360 cmp $16, LEN [all …]
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | bindec.S | 43 | A6. Calculate LEN. 44 | LEN is the number of digits to be displayed. The 49 | If LEN is computed to be greater than 17, set OPERR in 50 | USER_FPSR. LEN is stored in d4. 54 | of decimal places needed to insure LEN integer digits 85 | A13. Check for LEN digits. 86 | If the int operation results in more than LEN digits, 87 | or less than LEN -1 digits, adjust ILOG and repeat from 89 | result is exactly 10^LEN, decrement ILOG and divide 93 | The binstr routine is used to convert the LEN digit [all …]
|
| H A D | binstr.S | 7 | Input: 64-bit binary integer in d2:d3, desired length (LEN) in 12 | Output: LEN bcd digits representing the 64-bit integer. 19 | LEN digits are formed. 43 | A7. Decrement d6 (LEN counter) and repeat the loop until zero. 49 | d0: LEN counter 79 subql #1,%d0 |for dbf d0 would have LEN+1 passes 120 swap %d7 |put LEN counter in word d7a 127 swap %d7 |put LEN counter in word d7a
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | crc32-ce-core.S | 112 LEN .req r1 133 0: bic LEN, LEN, #15 140 sub LEN, LEN, #0x40 141 cmp LEN, #0x40 147 sub LEN, LEN, #0x40 173 cmp LEN, #0x40 195 teq LEN, #0 199 subs LEN, LEN, #0x10
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | loudness.c | 60 #define LEN (array_length(iso226_table) + 2) in make_filter() macro 63 double fs[LEN], spl[LEN], d[LEN], * work, * h; in make_filter() 68 for (i = 0; i < (int)LEN - 2; ++i) { in make_filter() 75 lsx_prepare_spline3(fs, spl, (int)LEN, HUGE_VAL, HUGE_VAL, d); in make_filter() 83 double spl1 = f < 1? spl[0] : lsx_spline3(fs, spl, d, (int)LEN, log(f)); in make_filter() 94 #undef LEN in make_filter()
|
| /OK3568_Linux_fs/kernel/Documentation/input/devices/ |
| H A D | iforce-protocol.rst | 40 2B OP LEN DATA CS 51 The 2B, LEN and CS fields have disappeared, probably because USB handles 63 LEN= Varies from device to device 80 LEN= Varies 95 LEN= 0e 145 LEN= 08 158 LEN= 03 168 LEN= 07 181 LEN= 0a 201 LEN= 03 [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | fit-resign.sh | 70 …LEN=`./tools/fit_info -f ${ITB} -n /configurations/conf/signature -p value | sed -n "/LEN:/p" | aw… 74 if [ -z ${LEN} ]; then 78 elif [ "${SIG_SZ}" -ne "${LEN}" ]; then 79 echo "ERROR: ${SIG} size ${SIG_SZ} != ${ITB} Signature size ${LEN}"
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_wpp.h | 221 #define WPP_COMPID_LEVEL_BUF_LEN_PREFIX_ENABLED(COMPID, LEVEL, BUF, LEN, PREFIX) \ argument 227 #define WPP_COMPID_LEVEL_BUF_LEN_PREFIX_LOGGER(COMPID, LEVEL, BUF, LEN, PREFIX) \ argument 230 #define WPP_COMPID_LEVEL_BUF_LEN_PREFIX_PRE(COMPID, LEVEL, BUF, LEN, PREFIX) \ argument 233 #define WPP_COMPID_LEVEL_BUF_LEN_PREFIX_POST(COMPID, LEVEL, BUF, LEN, PREFIX) \ argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_wpp.h | 221 #define WPP_COMPID_LEVEL_BUF_LEN_PREFIX_ENABLED(COMPID, LEVEL, BUF, LEN, PREFIX) \ argument 227 #define WPP_COMPID_LEVEL_BUF_LEN_PREFIX_LOGGER(COMPID, LEVEL, BUF, LEN, PREFIX) \ argument 230 #define WPP_COMPID_LEVEL_BUF_LEN_PREFIX_PRE(COMPID, LEVEL, BUF, LEN, PREFIX) \ argument 233 #define WPP_COMPID_LEVEL_BUF_LEN_PREFIX_POST(COMPID, LEVEL, BUF, LEN, PREFIX) \ argument
|
| /OK3568_Linux_fs/kernel/arch/sparc/net/ |
| H A D | bpf_jit_asm_32.S | 94 #define bpf_slow_path_common(LEN) \ argument 100 mov (LEN), %o3; \ 130 #define bpf_negative_common(LEN) \ argument 136 mov (LEN), %o2; \
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/debug/i386/ |
| H A D | dump_psb.c | 17 #define LEN (0x100000 - 0xc0000) macro 187 for (p = mem; p - mem < LEN; p+=16) { in main() 194 munmap(mem, LEN); in main()
|
| /OK3568_Linux_fs/kernel/security/apparmor/include/ |
| H A D | match.h | 110 #define UNPACK_ARRAY(TABLE, BLOB, LEN, TTYPE, BTYPE, NTOHX) \ argument 112 typeof(LEN) __i; \ 115 for (__i = 0; __i < LEN; __i++) { \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/config/arm/ |
| H A D | aout.h | 247 #define ASM_OUTPUT_ASCII(STREAM, PTR, LEN) \ argument 248 output_ascii_pseudo_op (STREAM, (const unsigned char *) (PTR), LEN)
|
| /OK3568_Linux_fs/kernel/lib/zlib_inflate/ |
| H A D | inflate.c | 427 state->mode = LEN; /* decode codes */ in zlib_inflate() 577 state->mode = LEN; in zlib_inflate() 579 case LEN: in zlib_inflate() 696 if (state->length == 0) state->mode = LEN; in zlib_inflate() 702 state->mode = LEN; in zlib_inflate()
|
| H A D | inflate.h | 36 LEN, /* i: waiting for length/lit code */ enumerator
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | inflate.h | 39 LEN, /* i: waiting for length/lit code */ enumerator
|
| H A D | inflate.c | 567 state->mode = LEN; /* decode codes */ in inflate() 722 state->mode = LEN; in inflate() 723 case LEN: in inflate() 843 if (state->length == 0) state->mode = LEN; in inflate() 849 state->mode = LEN; in inflate()
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | filter.h | 70 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument 76 .imm = LEN })
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | user_sdma.c | 655 u32 tidlen = EXP_TID_GET(req->tids[req->tididx], LEN) * in compute_data_length() 666 LEN) * PAGE_SIZE; in compute_data_length() 1113 tidlen = EXP_TID_GET(tidval, LEN) * PAGE_SIZE, in check_header_template() 1227 if ((req->tidoffset) == (EXP_TID_GET(tidval, LEN) * in set_txreq_header() 1240 omfactor = EXP_TID_GET(tidval, LEN) * PAGE_SIZE >= in set_txreq_header() 1330 if ((req->tidoffset) == (EXP_TID_GET(tidval, LEN) * in set_txreq_header_ahg() 1342 omfactor = ((EXP_TID_GET(tidval, LEN) * in set_txreq_header_ahg()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_hw_eqs.c | 497 val = HINIC_AEQ_CTRL_1_CLEAR(val, LEN) & in get_ctrl1_val() 501 ctrl1 = HINIC_AEQ_CTRL_1_SET(eq->q_len, LEN) | in get_ctrl1_val() 514 val = HINIC_CEQ_CTRL_1_CLEAR(val, LEN) & in get_ctrl1_val() 517 ctrl1 = HINIC_CEQ_CTRL_1_SET(eq->q_len, LEN) | in get_ctrl1_val()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxinputinit.c | 666 #define LEN 32 in dmxMakeUniqueDeviceName() macro 667 char *buf = malloc(LEN); in dmxMakeUniqueDeviceName() 676 snprintf(buf, LEN, "Keyboard%d", k++); in dmxMakeUniqueDeviceName() 679 snprintf(buf, LEN, "Mouse%d", m++); in dmxMakeUniqueDeviceName() 682 snprintf(buf, LEN, "Other%d", o++); in dmxMakeUniqueDeviceName()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | tw9910.c | 147 #define LEN 0x40 /* 0 : 8-bit YCrCb 4:2:2 output format */ macro 667 val = LEN; in tw9910_set_frame() 669 ret = tw9910_mask_set(client, OPFORM, LEN, val); in tw9910_set_frame()
|