Searched refs:negate (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/sparc32v8/
H A Dmpih-mul3.S43 sub %g0,%o2,%o2 ! negate ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/sparc32v8/
H A Dmpih-mul3.S43 sub %g0,%o2,%o2 ! negate ...
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dfsck.c855 int negate; member in struct:fs_type_compile
870 int negate, first_negate = 1; local
881 cmp->negate = 0;
890 negate = 0;
893 negate = 1;
896 negate = 1;
904 cmp->type[num] = negate ? FS_TYPE_NEGOPT : FS_TYPE_OPT;
907 cmp->negate = negate;
910 if ((negate
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dallfilters.c62 REGISTER_FILTER (NEGATE, negate, vf);
H A Dvf_lut.c72 int negate_alpha; /* only used by negate */
392 DEFINE_LUT_FILTER(negate, "Negate input video.", negate_init);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/sparc32/
H A Dmpih-rshift.S36 sub %g0,%o3,%o5 ! negate shift count
H A Dmpih-lshift.S39 sub %g0,%o3,%o5 ! negate shift count
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/sparc32/
H A Dmpih-rshift.S36 sub %g0,%o3,%o5 ! negate shift count
H A Dmpih-lshift.S39 sub %g0,%o3,%o5 ! negate shift count
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/
H A Dfsck.c954 smallint negate; local
976 negate = 0;
979 negate = 1;
982 negate = 1;
991 fs_type_flag[num] = negate ? FS_TYPE_FLAG_NEGOPT : FS_TYPE_FLAG_OPT;
994 fs_type_negated = negate;
995 if (fs_type_negated != negate)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-parse.c249 tre_parse_bracket_items(tre_parse_ctx_t *ctx, int negate, argument
362 if (class && negate)
421 int negate = 0; local
435 DPRINT(("tre_parse_bracket: negate: '%.*" STRF "'\n", REST(ctx->re)));
436 negate = 1;
440 status = tre_parse_bracket_items(ctx, negate, neg_classes, &num_neg_classes,
446 /* Sort the array if we need to negate it. */
447 if (negate)
462 if (negate)
526 if (negate)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/
H A Dgdbstub.c286 int negate = 0; local
291 negate = 1;
304 if (negate)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_lut.c69 int negate_alpha; /* only used by negate */
416 AVFILTER_DEFINE_CLASS(negate); variable
437 DEFINE_LUT_FILTER(negate, "Negate input video.");
H A Dallfilters.c167 REGISTER_FILTER(NEGATE, negate, vf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3string.c1319 ANTLR3_BOOLEAN negate; local
1323 negate = ANTLR3_FALSE;
1327 negate = ANTLR3_TRUE;
1342 return negate ? -value : value;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/popt/
H A Dpopthelp.c270 int negate = (opt->argInfo & POPT_ARGFLAG_NOT); local
290 if (negate) *le++ = '~';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D09-helper.tex60 4) if ( [sign] is nonzero ) then negate [mantissa]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Detrap_32.S155 orn %g0, %t_twinmask, %g1 ! negate trap win mask into %g1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/vfp/
H A Dvfpdouble.c851 vfp_double_multiply_accumulate(int dd, int dn, int dm, u32 fpscr, u32 negate, char *func) argument
865 if (negate & NEG_MULTIPLY)
869 if (negate & NEG_SUBTRACT)
H A Dvfpsingle.c895 vfp_single_multiply_accumulate(int sd, int sn, s32 m, u32 fpscr, u32 negate, char *func) argument
912 if (negate & NEG_MULTIPLY)
918 if (negate & NEG_SUBTRACT)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dfilter-video.mak71 FATE_FILTER_VSYNTH-$(call ALLYES, NEGATE_FILTER PERMS_FILTER) += fate-filter-negate
72 fate-filter-negate: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf perms=random,negate
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dmisc.h384 bool negate = false;
387 negate = true;
397 if (negate)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssltest.c1790 int negate = 0; local
1805 negate = !negate;
1854 if (ok >= 0 && negate)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dssltest.c1790 int negate = 0; local
1805 negate = !negate;
1854 if (ok >= 0 && negate)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssltest.c2604 int negate = 0; local
2618 negate = !negate;
2664 if (ok >= 0 && negate)

Completed in 329 milliseconds

12