/external/python/cpython2/Objects/ |
D | floatobject.c | 176 const char *s, *last, *end; in PyFloat_FromString() local 1302 hex_from_char(char c) { in hex_from_char() 1379 char s[(TOHEX_NBITS-1)/4+3]; in float_hex() local 1439 case_insensitive_match(const char *s, const char *t) in case_insensitive_match() 1456 char *s, *coeff_start, *s_store, *coeff_end, *exp_start, *s_end; in float_fromhex() local 1871 char* s; in float_getformat() local 2313 _PyFloat_Pack4(double x, unsigned char *p, int le) in _PyFloat_Pack4() 2393 const char *s = (char*)&y; in _PyFloat_Pack4() local 2418 _PyFloat_Pack8(double x, unsigned char *p, int le) in _PyFloat_Pack8() 2529 const char *s = (char*)&x; in _PyFloat_Pack8() local [all …]
|
/external/syslinux/com32/lua/src/ |
D | lauxlib.c | 103 int li = 1, le = 1; in countlevels() local 358 const char *s = lua_tolstring(L, narg, len); in luaL_checklstring() local 459 LUALIB_API void luaL_addlstring (luaL_Buffer *B, const char *s, size_t l) { in luaL_addlstring() 466 LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) { in luaL_addstring() 488 const char *s = lua_tolstring(L, -1, &l); in luaL_addvalue() local 598 int c; in skipBOM() local 618 int c = *cp = skipBOM(lf); in skipcomment() local 634 int c; in luaL_loadfilex() local 669 const char *s; member 693 LUALIB_API int luaL_loadstring (lua_State *L, const char *s) { in luaL_loadstring() [all …]
|
/external/skia/third_party/lua/src/ |
D | lauxlib.c | 103 int li = 1, le = 1; in countlevels() local 358 const char *s = lua_tolstring(L, narg, len); in luaL_checklstring() local 459 LUALIB_API void luaL_addlstring (luaL_Buffer *B, const char *s, size_t l) { in luaL_addlstring() 466 LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) { in luaL_addstring() 488 const char *s = lua_tolstring(L, -1, &l); in luaL_addvalue() local 598 int c; in skipBOM() local 618 int c = *cp = skipBOM(lf); in skipcomment() local 634 int c; in luaL_loadfilex() local 667 const char *s; member 691 LUALIB_API int luaL_loadstring (lua_State *L, const char *s) { in luaL_loadstring() [all …]
|
/external/python/cpython2/Modules/ |
D | _struct.c | 67 typedef struct { char c; short x; } st_short; member 68 typedef struct { char c; int x; } st_int; member 69 typedef struct { char c; long x; } st_long; member 70 typedef struct { char c; float x; } st_float; member 71 typedef struct { char c; double x; } st_double; member 72 typedef struct { char c; void *x; } st_void_p; member 84 typedef struct { char c; PY_LONG_LONG x; } s_long_long; member 90 typedef struct { char c; _Bool x; } s_bool; member 276 int le) /* true for little-endian, false for big-endian */ in unpack_float() 288 int le) /* true for little-endian, false for big-endian */ in unpack_double() [all …]
|
/external/ltp/testcases/kernel/fs/fsx-linux/ |
D | fsx-linux.c | 176 struct log_entry *le; in log4() local 334 unsigned char c, t; in check_buffers() local 1085 int getnum(char *s, char **e) in getnum()
|
/external/selinux/libsepol/src/ |
D | policydb.c | 725 partial_name_hash(unsigned long c, unsigned long prevhash) in partial_name_hash() 1372 ocontext_t *c, *ctmp; in ocontext_selinux_free() local 1392 ocontext_t *c, *ctmp; in ocontext_xen_free() local 1414 ocontext_t *c, *ctmp; in policydb_destroy() local 1548 int policydb_load_isids(policydb_t * p, sidtab_t * s) in policydb_load_isids() 1550 ocontext_t *head, *c; in policydb_load_isids() local 1960 static int context_read_and_validate(context_struct_t * c, in context_read_and_validate() 2088 constraint_node_t *c, *lc; in read_cons_helper() local 2089 constraint_expr_t *e, *le; in read_cons_helper() local 2623 ocontext_t *l, *c; in ocontext_read_xen() local [all …]
|
/external/skia/src/effects/ |
D | SkLightingImageFilter.cpp | 195 static inline SkScalar sobel(int a, int b, int c, int d, int e, int f, SkScalar scale) { in sobel() 981 SkPoint3 s = target - location; in transform() local 1026 const SkPoint3& s() const { return fS; } in s() function in SkSpotLight 1048 const SkPoint3& s, in SkSpotLight() 1702 const GrLightingEffect& s = sBase.cast<GrLightingEffect>(); in onIsEqual() local 1722 const GrDiffuseLightingEffect& s = sBase.cast<GrDiffuseLightingEffect>(); in onIsEqual() local 1789 const GrLightingEffect& le = args.fFp.cast<GrLightingEffect>(); in emitCode() local 1966 const GrSpecularLightingEffect& s = sBase.cast<GrSpecularLightingEffect>(); in onIsEqual() local 2147 const char* s; in emitLightColor() local
|
/external/libxml2/ |
D | xpath.c | 1180 #define XP_HAS_CACHE(c) ((c != NULL) && ((c)->cache != NULL)) argument 6551 xmlXPathObjectPtr arg, xmlXPathObjectPtr s) { in xmlXPathCompareNodeSetString() 9140 double le=0, in; in xmlXPathSubstringFunction() local 9755 unsigned char c; in xmlXPathCurrentChar() local 9960 int c; in xmlXPathParseNameComplex() local 10554 int c; in xmlXPathScanName() local
|