Home
last modified time | relevance | path

Searched refs:PARAM_32 (Results 1 - 5 of 5) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Dotherstestndk32.cpp67 #define PARAM_32 32 macro
129 int32_t pcount = PARAM_32; in Gnuunwindfindexidx()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dwcharndk1.cpp42 #define PARAM_32 32 macro
672 wchar_t dst[PARAM_32] = {PARAM_0}; in Wcsncat_One()
720 char buffer[PARAM_32]; in Wcsnrtombs_One()
865 char buffer[PARAM_32]; in Wcstombs_One()
1055 napi_create_int32(env, ret == PARAM_32, &result); in Vfwprintf_One()
1125 napi_create_int32(env, ret == PARAM_32, &result); in Vwprintf_One()
H A Dunistdndk.cpp71 #define PARAM_32 32 macro
157 gid_t list[PARAM_32]; in GetGroups()
204 size_t lenV = PARAM_32; in Crypt()
1213 size_t lenV = PARAM_32; in Link()
1234 size_t lenV = PARAM_32; in LinkAt()
1254 size_t lenV = PARAM_32; in LockF()
1275 size_t lenV = PARAM_32; in LockF64()
1291 void *buf = malloc(PARAM_32); in Getrandom()
1292 ssize_t ret = getrandom(buf, PARAM_32, PARAM_0); in Getrandom()
H A Dotherstestndk.cpp71 #define PARAM_32 32 macro
/test/xts/acts/hdf/usb/usb_ndk/entry/src/main/cpp/
H A Dusbddk.cpp37 #define PARAM_32 32 macro
550 uint32_t devNum = (uint32_t)((deviceId & 0x0000FFFF00000000) >> PARAM_32); in JsDeviceIdToNative()
551 return (((static_cast<uint64_t>(busNum)) << PARAM_32) | devNum); in JsDeviceIdToNative()

Completed in 14 milliseconds