Home
last modified time | relevance | path

Searched refs:SUB (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Decp_curves.c910 #define SUB( j ) sub32( &cur, A( j ), &c ); macro
981 SUB( 7 ); SUB( 11 ); NEXT; // A0 += -A7 - A11 in ecp_mod_p224()
982 SUB( 8 ); SUB( 12 ); NEXT; // A1 += -A8 - A12 in ecp_mod_p224()
983 SUB( 9 ); SUB( 13 ); NEXT; // A2 += -A9 - A13 in ecp_mod_p224()
984 SUB( 10 ); ADD( 7 ); ADD( 11 ); NEXT; // A3 += -A10 + A7 + A11 in ecp_mod_p224()
985 SUB( 11 ); ADD( 8 ); ADD( 12 ); NEXT; // A4 += -A11 + A8 + A12 in ecp_mod_p224()
986 SUB( 12 ); ADD( 9 ); ADD( 13 ); NEXT; // A5 += -A12 + A9 + A13 in ecp_mod_p224()
987 SUB( 13 ); ADD( 10 ); LAST; // A6 += -A13 + A10 in ecp_mod_p224()
1003 SUB( 11 ); SUB( 12 ); SUB( 13 ); SUB( 14 ); NEXT; // A0 in ecp_mod_p256()
1006 SUB( 12 ); SUB( 13 ); SUB( 14 ); SUB( 15 ); NEXT; // A1 in ecp_mod_p256()
[all …]
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/
H A Docteon-memcpy.S91 #define SUB dsubu macro
189 SUB len, len, 16*NBYTES
237 SUB len, len, 8*NBYTES
264 SUB len, len, 4*NBYTES
284 SUB len, len, NBYTES
294 SUB len, len, NBYTES
304 SUB len, len, NBYTES
324 SUB len, len, 4*NBYTES
347 SUB len, len, NBYTES
360 SUB len, len, 1; \
[all …]
/OK3568_Linux_fs/kernel/arch/mips/lib/
H A Dmemcpy.S156 #define SUB dsubu macro
193 #define SUB subu macro
329 SUB len, len, 8*NBYTES
364 SUB len, len, 4*NBYTES
385 SUB len, len, NBYTES
410 SUB bits, bits, rem # bits = number of bits to discard
429 SUB t2, t2, t1 # t2 = number of bytes copied
434 SUB len, len, t2
455 SUB len, len, 4*NBYTES
487 SUB len, len, NBYTES
[all …]
H A Dcsum_partial.S381 #define SUB dsubu macro
401 #define SUB subu macro
469 SUB len, 8*NBYTES # subtract here for bgez loop
480 SUB len, len, 8*NBYTES
520 SUB len, len, 4*NBYTES
543 SUB len, len, NBYTES
568 SUB bits, bits, rem # bits = number of bits to discard
590 SUB t2, t2, t1 # t2 = number of bytes copied
598 SUB len, len, t2
616 SUB len, len, 4*NBYTES
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dgcov-io.h291 #define GCOV_TAG_IS_SUBTAG(TAG,SUB) \ argument
292 (GCOV_TAG_MASK (TAG) >> 8 == GCOV_TAG_MASK (SUB) \
293 && !(((SUB) ^ (TAG)) & ~GCOV_TAG_MASK (TAG)))
296 #define GCOV_TAG_IS_SUBLEVEL(TAG,SUB) \ argument
297 (GCOV_TAG_MASK (TAG) > GCOV_TAG_MASK (SUB))
H A Dtree-data-ref.h397 #define SUB_ACCESS_FN(SUB, I) (SUB)->access_fn[I] argument
398 #define SUB_CONFLICTS_IN_A(SUB) (SUB)->conflicting_iterations_in_a argument
399 #define SUB_CONFLICTS_IN_B(SUB) (SUB)->conflicting_iterations_in_b argument
400 #define SUB_LAST_CONFLICT(SUB) (SUB)->last_conflict argument
401 #define SUB_DISTANCE(SUB) (SUB)->distance argument
/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/
H A Dgcov-io.h291 #define GCOV_TAG_IS_SUBTAG(TAG,SUB) \ argument
292 (GCOV_TAG_MASK (TAG) >> 8 == GCOV_TAG_MASK (SUB) \
293 && !(((SUB) ^ (TAG)) & ~GCOV_TAG_MASK (TAG)))
296 #define GCOV_TAG_IS_SUBLEVEL(TAG,SUB) \ argument
297 (GCOV_TAG_MASK (TAG) > GCOV_TAG_MASK (SUB))
H A Dtree-data-ref.h397 #define SUB_ACCESS_FN(SUB, I) (SUB)->access_fn[I] argument
398 #define SUB_CONFLICTS_IN_A(SUB) (SUB)->conflicting_iterations_in_a argument
399 #define SUB_CONFLICTS_IN_B(SUB) (SUB)->conflicting_iterations_in_b argument
400 #define SUB_LAST_CONFLICT(SUB) (SUB)->last_conflict argument
401 #define SUB_DISTANCE(SUB) (SUB)->distance argument
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Drados.h294 f(PULL, __CEPH_OSD_OP1(SUB, 1), "pull") \
295 f(PUSH, __CEPH_OSD_OP1(SUB, 2), "push") \
296 f(BALANCEREADS, __CEPH_OSD_OP1(SUB, 3), "balance-reads") \
297 f(UNBALANCEREADS, __CEPH_OSD_OP1(SUB, 4), "unbalance-reads") \
298 f(SCRUB, __CEPH_OSD_OP1(SUB, 5), "scrub") \
299 f(SCRUB_RESERVE, __CEPH_OSD_OP1(SUB, 6), "scrub-reserve") \
300 f(SCRUB_UNRESERVE, __CEPH_OSD_OP1(SUB, 7), "scrub-unreserve") \
301 f(SCRUB_STOP, __CEPH_OSD_OP1(SUB, 8), "scrub-stop") \
302 f(SCRUB_MAP, __CEPH_OSD_OP1(SUB, 9), "scrub-map") \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-telnet/
H A Dnetkit-telnet_0.17.bb34 oe_runmake 'CC=${CC}' 'LD=${LD}' 'LDFLAGS=${LDFLAGS}' SUB=telnet
35 oe_runmake 'CC=${CC}' 'LD=${LD}' 'LDFLAGS=${LDFLAGS}' LIBS=-lutil SUB=telnetd
36 oe_runmake 'CC=${CC}' 'LD=${LD}' 'LDFLAGS=${LDFLAGS}' SUB=telnetlogin
46 oe_runmake SUB=telnetd install
/OK3568_Linux_fs/kernel/arch/sparc/net/
H A Dbpf_jit_comp_32.c78 #define SUB F3(2, 0x04) macro
113 *prog++ = SUB | RS1(G0) | RS2(r_A) | RD(r_A); \
274 *prog++ = (SUB | RS1(R1) | RS2(R2) | RD(R3))
277 *prog++ = (SUB | IMMED | RS1(R1) | S13(IMM) | RD(R3))
292 *prog++ = (SUB | IMMED | RS1(SP) | S13(SZ) | RD(SP))
406 emit_alu_X(SUB); in bpf_jit_compile()
409 emit_alu_K(SUB, K); in bpf_jit_compile()
H A Dbpf_jit_comp_64.c146 #define SUB F3(2, 0x04) macro
924 emit_alu(SUB, src, dst, ctx); in build_insn()
961 emit_alu3(SUB, dst, tmp, dst, ctx); in build_insn()
971 emit_alu3(SUB, dst, tmp, dst, ctx); in build_insn()
998 emit(SUB | RS1(0) | RS2(dst) | RD(dst), ctx); in build_insn()
1079 emit_alu_K(SUB, dst, imm, ctx); in build_insn()
1129 emit(SUB | RS1(dst) | RS2(tmp) | RD(dst), ctx); in build_insn()
1138 emit(SUB | RS1(dst) | RS2(tmp) | RD(dst), ctx); in build_insn()
/OK3568_Linux_fs/kernel/arch/c6x/lib/
H A Dcsum_64plus.S298 [A0] SUB .L2 B3,1,B3
303 SUB .L2 B3,1,B3
314 SUB .L2 B0,1,B0
315 || SUB .S2 B3,2,B3
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/charmaps/
HDJIS_C6229-1984-B-ADD.gz1<code_set_name> JIS_C6229-1984-B-ADD 2<comment_char> % 3<escape_char ...
HDJIS_C6229-1984-HAND-ADD.gz1<code_set_name> JIS_C6229-1984-HAND-ADD 2<comment_char> % 3<escape_char ...
HDJIS_C6229-1984-KANA.gz1<code_set_name> JIS_C6229-1984-KANA 2<comment_char> % 3<escape_char> / ...
HDJIS_C6229-1984-A.gz1<code_set_name> JIS_C6229-1984-A 2<comment_char> % 3<escape_char> / ...
HDJIS_C6229-1984-HAND.gz
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/charmaps/
HDJIS_C6229-1984-HAND-ADD.gz1<code_set_name> JIS_C6229-1984-HAND-ADD 2<comment_char> % 3<escape_char ...
HDJIS_C6229-1984-B-ADD.gz1<code_set_name> JIS_C6229-1984-B-ADD 2<comment_char> % 3<escape_char ...
HDJIS_C6229-1984-HAND.gz
HDJIS_C6229-1984-KANA.gz
HDJIS_C6229-1984-A.gz1<code_set_name> JIS_C6229-1984-A 2<comment_char> % 3<escape_char> / ...
HDJIS_C6220-1969-JP.gz1<code_set_name> JIS_C6220-1969-JP 2<comment_char> % 3<escape_char> / ...
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/p54/
H A Deeprom.c458 #define SUB(x, y) (u8)(((x) - (y)) > (x) ? 0 : (x) - (y)) in p54_convert_rev0() macro
459 dst->data_16qam = SUB(src->pcv, 12); in p54_convert_rev0()
460 dst->data_qpsk = SUB(dst->data_16qam, 12); in p54_convert_rev0()
461 dst->data_bpsk = SUB(dst->data_qpsk, 12); in p54_convert_rev0()
462 dst->data_barker = SUB(dst->data_bpsk, 14); in p54_convert_rev0()
463 #undef SUB in p54_convert_rev0()

12345678910>>...17