Searched defs:s0 (Results 1 – 11 of 11) sorted by relevance
| /device/google/contexthub/lib/nanohub/ |
| D | sha2.c | 76 uint32_t s0 = ror(state->w[i-15], 7) ^ ror(state->w[i-15], 18) ^ (state->w[i-15] >> 3); in sha2processBlock() local 96 uint32_t s0 = ror(a, 2) ^ ror(a, 13) ^ ror(a, 22); in sha2processBlock() local
|
| /device/linaro/bootloader/edk2/StdLib/LibC/Math/ |
| D | e_sqrt.c | 114 int32_t ix0,s0,q,m,t,i; in __ieee754_sqrt() local
|
| /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
| D | gethex.c | 45 CONST unsigned char *decpt, *s0, *s, *s1; in gethex() local
|
| D | dtoa.c | 139 char *s, *s0; local
|
| D | gdtoa.c | 173 char *s, *s0; in gdtoa() local
|
| D | strtod.c | 95 CONST char *s, *s0, *s1; in strtod() local
|
| D | strtodg.c | 316 CONST char *s, *s0, *s1; in strtodg() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
| D | dtoa.c | 1380 bigcomp(U *rv, const char *s0, BCinfo *bc) in bigcomp() 1494 const char *s, *s0, *s1; in _Py_dg_strtod() local 2360 char *s, *s0; in _Py_dg_dtoa() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
| D | dtoa.c | 1397 bigcomp(U *rv, const char *s0, BCinfo *bc) in bigcomp() 1511 const char *s, *s0, *s1; in _Py_dg_strtod() local 2391 char *s, *s0; in _Py_dg_dtoa() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| D | socketmodule.c | 3620 PySocketSockObject *s0 = NULL, *s1 = NULL; local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
| D | socketmodule.c | 3702 PySocketSockObject *s0 = NULL, *s1 = NULL; local
|