/external/boringssl/src/crypto/asn1/ |
D | a_int.c | 74 int neg, ret; in ASN1_INTEGER_cmp() local 119 int pad = 0, ret, i, neg; in i2c_ASN1_INTEGER() local 194 unsigned char *to, *s; in c2i_ASN1_INTEGER() local 289 unsigned char *s; in d2i_ASN1_UINTEGER() local 387 int neg = 0, i; in ASN1_INTEGER_get() local
|
/external/openssh/openbsd-compat/ |
D | strtoul.c | 50 const char *s; in strtoul() local 53 int neg, any, cutlim; in strtoul() local
|
D | strtoll.c | 52 const char *s; in strtoll() local 55 int neg, any, cutlim; in strtoll() local
|
D | strtoull.c | 52 const char *s; in strtoull() local 55 int neg, any, cutlim; in strtoull() local
|
/external/ppp/pppd/ |
D | ipxcp.c | 668 #define ACKCIVOID(opt, neg) \ argument 679 #define ACKCICOMPLETE(opt,neg) ACKCIVOID(opt, neg) argument 681 #define ACKCICHARS(opt, neg, val, cnt) \ argument 701 #define ACKCINODE(opt,neg,val) ACKCICHARS(opt,neg,val,sizeof(val)) argument 702 #define ACKCINAME(opt,neg,val) ACKCICHARS(opt,neg,val,strlen((char *)val)) argument 704 #define ACKCINETWORK(opt, neg, val) \ argument 718 #define ACKCIPROTO(opt, neg, val) \ argument 773 u_short s; local 889 #define REJCINETWORK(opt, neg, val) \ argument 904 #define REJCICHARS(opt, neg, val, cnt) \ argument [all …]
|
/external/jemalloc/src/ |
D | util.c | 49 wrtmessage(void *cbopaque, const char *s) in wrtmessage() 75 malloc_write(const char *s) in malloc_write() 113 bool neg; in malloc_strtoumax() local 224 u2s(uintmax_t x, unsigned base, bool uppercase, char *s, size_t *slen_p) in u2s() 267 d2s(intmax_t x, char sign, char *s, size_t *slen_p) in d2s() 269 bool neg; in d2s() local 293 o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p) in o2s() 306 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p) in x2s() 329 #define APPEND_S(s, slen) do { \ in malloc_vsnprintf() argument 336 #define APPEND_PADDED_S(s, slen, width, left_justify) do { \ in malloc_vsnprintf() argument [all …]
|
/external/syslinux/com32/lua/src/ |
D | lobject.c | 98 static int isneg (const char **s) { in isneg() 105 static lua_Number readhexa (const char **s, lua_Number r, int *count) { in readhexa() 118 static lua_Number lua_strx2number (const char *s, char **endptr) { in lua_strx2number() 121 int neg = 0; /* 1 if number is negative */ in lua_strx2number() local 158 int luaO_str2d (const char *s, size_t len, lua_Number *result) { in luaO_str2d() 188 const char *s = va_arg(argp, char *); in luaO_pushvfstring() local
|
D | lbaselib.c | 28 const char *s; in luaB_print() local 60 const char *s = luaL_checklstring(L, 1, &l); in luaB_tonumber() local 63 int neg = 0; in luaB_tonumber() local 312 const char *s = lua_tolstring(L, 1, &l); in luaB_load() local
|
/external/skia/third_party/lua/src/ |
D | lobject.c | 98 static int isneg (const char **s) { in isneg() 105 static lua_Number readhexa (const char **s, lua_Number r, int *count) { in readhexa() 118 static lua_Number lua_strx2number (const char *s, char **endptr) { in lua_strx2number() 121 int neg = 0; /* 1 if number is negative */ in lua_strx2number() local 158 int luaO_str2d (const char *s, size_t len, lua_Number *result) { in luaO_str2d() 188 const char *s = va_arg(argp, char *); in luaO_pushvfstring() local
|
D | lbaselib.c | 28 const char *s; in luaB_print() local 60 const char *s = luaL_checklstring(L, 1, &l); in luaB_tonumber() local 63 int neg = 0; in luaB_tonumber() local 312 const char *s = lua_tolstring(L, 1, &l); in luaB_load() local
|
/external/pdfium/core/fxcrt/ |
D | fx_basic_gcc.cpp | 20 bool neg = *str == '-'; in FXSYS_StrToInt() local 143 char* s = str; in FXSYS_strlwr() local 154 char* s = str; in FXSYS_strupr() local 165 FX_WCHAR* s = str; in FXSYS_wcslwr() local 176 FX_WCHAR* s = str; in FXSYS_wcsupr() local
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_emit_gk110.cpp | 159 #define NEG_(b, s) \ argument 161 #define ABS_(b, s) \ argument 164 #define NOT_(b, s) if (i->src(s).mod & Modifier(NV50_IR_MOD_NOT)) \ argument 187 void CodeEmitterGK110::srcId(const Instruction *insn, int s, int pos) in srcId() 325 CodeEmitterGK110::setShortImmediate(const Instruction *i, const int s) in setShortImmediate() 350 CodeEmitterGK110::setImmediate32(const Instruction *i, const int s, in setImmediate32() 376 for (int s = 0; s < 3 && i->srcExists(s); ++s) { in emitForm_L() local 439 for (int s = 0; s < 3 && i->srcExists(s); ++s) { in emitForm_21() local 468 CodeEmitterGK110::modNegAbsF32_3b(const Instruction *i, const int s) in modNegAbsF32_3b() 554 bool neg = (i->src(0).mod ^ i->src(1).mod).neg(); in emitFMUL() local [all …]
|
D | nv50_ir_emit_nv50.cpp | 250 int s = (i->flagsSrc >= 0) ? i->flagsSrc : i->predSrc; in emitFlagsRd() local 294 CodeEmitterNV50::setAReg16(const Instruction *i, int s) in setAReg16() 304 CodeEmitterNV50::setImmediate(const Instruction *i, int s) in setImmediate() 363 for (unsigned int s = 0; s < Target::operationSrcNr[i->op]; ++s) { in setSrcFileBits() local 464 CodeEmitterNV50::setSrc(const Instruction *i, unsigned int s, int slot) in setSrc() 1110 const int s = (i->op == OP_MOV) ? 0 : 1; in emitAADD() local 1147 const int neg = (i->src(0).mod ^ i->src(1).mod).neg(); in emitFMUL() local 1178 const int neg = (i->src(0).mod ^ i->src(1).mod).neg(); in emitDMUL() local 2090 for (int s = 0; i->srcExists(s); ++s) { in getMinEncodingSize() local 2155 for (int s = 0; insn->srcExists(s); ++s) in trySetExitModifier() local
|
D | nv50_ir_emit_nvc0.cpp | 180 void CodeEmitterNVC0::srcId(const Instruction *insn, int s, int pos) in srcId() 327 CodeEmitterNVC0::setImmediate(const Instruction *i, const int s) in setImmediate() 390 for (int s = 0; s < 3 && i->srcExists(s); ++s) { in emitForm_A() local 466 for (int s = 1; s < 3 && i->srcExists(s); ++s) { in emitForm_S() local 577 bool neg = (i->src(0).mod ^ i->src(1).mod).neg(); in emitFMUL() local 611 bool neg = (i->src(0).mod ^ i->src(1).mod).neg(); in emitDMUL() local 1072 const bool neg = (i->op == OP_NEG) || i->src(0).mod.neg(); in emitCVT() local 2283 CodeEmitterNVC0::setSUConst16(const Instruction *i, const int s) in setSUConst16() 2297 CodeEmitterNVC0::setSUPred(const Instruction *i, const int s) in setSUPred() 2874 for (int s = 0; i->srcExists(s); ++s) { in getMinEncodingSize() local [all …]
|
D | nv50_ir_peephole.cpp | 260 for (int s = 0; i->srcExists(s); ++s) { in visit() local 297 for (int s = 0; i->srcExists(s); ++s) { in visit() local 425 int s = 0; in findOriginForTestWithZero() local 837 const int s, ImmediateValue& imm2) in tryCollapseChainedMULs() 927 ConstantFolding::opnd(Instruction *i, ImmediateValue &imm0, int s) in opnd() 1095 int r, s; in opnd() local 1534 for (int s = 0; s < 3 && i->srcExists(s); ++s) { in visit() local 1641 Instruction *neg = sub->getSrc(1)->getInsn(); in handleABS() local 1687 int s; in tryADDToMADOrSAD() local 1844 for (int s = 0; s < 2; ++s) in handleLOGOP() local [all …]
|
/external/boringssl/src/crypto/x509/ |
D | t_x509.c | 109 const char *neg; in X509_print_ex() local 372 int y = 0, M = 0, d = 0, h = 0, m = 0, s = 0; in ASN1_GENERALIZEDTIME_print() local 449 int Y = 0, M = 0, D = 0, h = 0, m = 0, s = 0; in ASN1_UTCTIME_print() local 501 char *s, *c, *b; in X509_NAME_print() local
|
/external/eigen/test/ |
D | cholesky.cpp | 119 MatrixType neg = -symmLo; in cholesky() local 250 RealScalar s = (std::min)(16,std::numeric_limits<RealScalar>::max_exponent10/8); in cholesky() local 479 int s = 0; in test_cholesky() local
|
/external/valgrind/coregrind/ |
D | m_libcbase.c | 97 Bool neg = False, converted = False; in VG_() local 149 Bool neg = False, converted = False; in VG_() local 217 Bool neg = False; in VG_() local 676 const UChar* s = (const UChar*)src; in VG_() local 868 SizeT s, s1, s2; in bm_qsort() local
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTMatrixF.cpp | 259 double pos, neg, temp; in PVRTMatrixInverseF() local 372 PVRTVECTOR3f f, s, u; in PVRTMatrixLookAtLHF() local 423 PVRTVECTOR3f f, s, u; in PVRTMatrixLookAtRHF() local 679 const float s) in PVRTMatrixVec3LerpF()
|
D | PVRTMatrixX.cpp | 264 int pos, neg, temp; in PVRTMatrixInverseX() local 378 PVRTVECTOR3x f, vUpActual, s, u; in PVRTMatrixLookAtLHX() local 428 PVRTVECTOR3x f, vUpActual, s, u; in PVRTMatrixLookAtRHX() local 693 const int s) in PVRTMatrixVec3LerpX()
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_expr.cpp | 41 alu_node *s = sh.clone(static_cast<alu_node*>(predset)); in get_select_value_for_em() local 52 void convert_to_mov(alu_node &n, value *src, bool neg, bool abs) { in convert_to_mov() 149 value *s = n.src[0]; in fold() local 169 value *s = n.src[2]; in fold() local 324 const bc_alu_src &s = bc.src[src]; in apply_alu_src_mod() local 345 int s = l.size(); in args_equal() local 370 for (unsigned s = 0; s < src_count; ++s) { in ops_equal() local
|
/external/mksh/src/ |
D | var.c | 380 char *s; in str_val() local 449 setstr(struct tbl *vq, const char *s, int error_ok) in setstr() 519 const char *s; in getint() local 520 bool have_base = false, neg = false; in getint() local 646 formatstr(struct tbl *vp, const char *s) in formatstr() 937 char *s = NULL; in typeset() local 1063 skip_varname(const char *s, bool aok) in skip_varname() 1079 skip_wdvarname(const char *s, in skip_wdvarname() 1112 is_wdvarname(const char *s, bool aok) in is_wdvarname() 1121 is_wdvarassign(const char *s) in is_wdvarassign() [all …]
|
D | misc.c | 75 setctypes(const char *s, int t) in setctypes() 526 getn(const char *s, int *ai) in getn() 530 bool neg = false; in getn() local 651 gmatchx(const char *s, const char *p, bool isfile) in gmatchx() 765 do_gmatch(const unsigned char *s, const unsigned char *se, in do_gmatch() 1111 print_value_quoted(struct shf *shf, const char *s) in print_value_quoted() 2117 clock_t u, s; in getrusage() local
|
/external/boringssl/src/crypto/evp/ |
D | print.c | 84 const char *neg = BN_is_negative(num) ? "-" : ""; in bn_print() local 138 const char *s, *str; in do_rsa_print() local
|
/external/regex-re2/re2/ |
D | re2.cc | 334 for (const char *s = rewrite.data(), *end = s + rewrite.size(); in MaxSubmatch() local 359 string s; in Replace() local 836 const StringPiece& s = vec[i+1]; in DoMatch() local 854 for (const char *s = rewrite.data(), *end = s + rewrite.size(); in Rewrite() local 902 for (const char *s = rewrite.data(), *end = s + rewrite.size(); in CheckRewriteString() local 992 bool neg = false; in TerminateNumber() local
|