HomeSort by relevance Sort by last modified time
    Searched defs:s32 (Results 1 - 21 of 21) sorted by null

  /external/kernel-headers/original/asm-arm/
types.h 44 typedef signed int s32; typedef
  /external/kernel-headers/original/asm-x86/
types.h 53 typedef signed int s32; typedef
  /external/neven/FaceRecEm/common/src/b_FDSDK/
Types.h 38 typedef signed int s32; typedef
43 typedef signed long s32; typedef
48 typedef signed int s32; typedef
54 typedef s32 s16p16;
57 typedef s32 s8p24;
  /external/skia/src/xml/
SkJSDisplayable.cpp 241 S32 s32 = 0; local
262 s32 = *(S32*) info->memberData(displayable);
278 *vp = BOOLEAN_TO_JSVAL(s32);
282 *vp = INT_TO_JSVAL(s32);
317 S32 s32 = 0; local
323 s32 = JSVAL_TO_BOOLEAN(value);
327 s32 = JSVAL_TO_INT(value)
    [all...]
  /external/skia/src/animator/
SkDisplayPost.cpp 135 int32_t s32; local
136 meta.findS32(name, &s32);
137 SkDebugf("int=\"%d\" ", s32);
  /external/wpa_supplicant/
common.h 187 typedef INT32 s32; typedef
199 typedef INT32 s32; typedef
232 typedef int32_t s32; typedef
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h 107 typedef INT32 s32; typedef
119 typedef INT32 s32; typedef
162 typedef int32_t s32; typedef
  /external/dhcpcd/
dhcp.c 1098 int32_t s32; local
1172 memcpy(&s32, data, sizeof(s32));
1173 s32 = ntohl(s32);
1174 l = snprintf(s, len, "%d", s32);
1175 data += sizeof(s32);