Home
last modified time | relevance | path

Searched refs:ONEVAL (Results 1 - 25 of 36) sorted by relevance

12

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dsemndk.cpp23 #define ONEVAL 1 macro
38 int semval = semop(semid, &sops, ONEVAL); in Semop()
53 int semval = semtimedop(semid, &sops, ONEVAL, nullptr); in Semtimedop()
69 int semid = semget(k, ONEVAL, IPC_CREAT | TEST_MODE); in Semctl()
78 napi_create_int32(env, ONEVAL, &result); in Semctl()
90 int semval = semget(k, ONEVAL, IPC_CREAT | TEST_MODE); in Semget()
H A Dsendfilendk.cpp29 #define ONEVAL 1 macro
47 int senval = sendfile(tofd, fromfd, &off, ONEVAL); in Sendfile()
54 int senval = sendfile(tofd, fromfd, &off, ONEVAL); in Sendfile()
91 ret = ONEVAL; in Sendfile64()
H A Dfsuidndk.cpp21 #define ONEVAL 1 macro
27 const gid_t fsgid = ONEVAL; in Setfsgid()
39 const gid_t invalid_fsuid = ONEVAL; in Setfsuid()
H A Dsyslogndk.cpp21 #define ONEVAL (-1) macro
48 napi_create_int32(env, ONEVAL, &result); in Setlogmask()
65 int ret = ONEVAL; in Syslog()
H A Dnetdbndk.cpp32 #define ONEVAL 1 macro
315 sethostent(ONEVAL); in Sethostent()
329 setnetent(ONEVAL); in Setnetent()
330 while (ONEVAL) { in Setnetent()
337 napi_create_int32(env, ONEVAL, &result); in Setnetent()
377 setservent(ONEVAL); in Setservent()
H A Dcapability1ndk.cpp30 #define ONEVAL 1 macro
34 size_t argc = ONEVAL; in CapGet()
H A Dauxv1ndk.cpp32 #define ONEVAL 1 macro
36 size_t argc = ONEVAL; in Getauxval()
H A Dmntentndk.cpp30 #define ONEVAL 1 macro
44 napi_create_int32(env, ONEVAL, &result); in Setmntent()
H A Dselectndk.cpp26 #define ONEVAL 1 macro
58 int retval = select(ONEVAL, &rfds, nullptr, nullptr, &tv); in Select()
H A Dresourcendk.cpp41 #define ONEVAL 1 macro
171 } else if (valueFirst == ONEVAL) { in Setrlimit()
200 } else if (valueFirst == ONEVAL) { in Setrlimit64()
H A Dsetjmpndk.cpp28 #define ONEVAL 1 macro
58 returnValue = ONEVAL; in _Longjmp()
H A Ddirentndk.cpp31 #define ONEVAL 1 macro
124 } else if (valueFirst == ONEVAL) { in Seekdir()
H A Dgrpndk.cpp29 #define ONEVAL 1 macro
86 napi_create_int32(env, ONEVAL, &result); in Setgrent()
H A Dsemaphorendk.cpp33 #define ONEVAL 1 macro
124 sem_init(&semp, PARAM_0, ONEVAL); in SemDestroy()
H A Dstdiondk.cpp30 #define ONEVAL 1 macro
43 #define ONEVAL 1 macro
140 int i = ONEVAL; in Vsprintf()
163 int i = ONEVAL; in VsprintfChk()
H A Dfsuidndk1.cpp21 #define ONEVAL 1 macro
H A Dgrp1ndk.cpp28 #define ONEVAL 1 macro
H A Dshmndk.cpp27 #define ONEVAL 1 macro
H A Dsetjmpndk1.cpp28 #define ONEVAL 1 macro
H A Dutmpndk.cpp26 #define ONEVAL 1 macro
H A Dsignalndk.cpp42 #define ONEVAL 1 macro
563 siginterrupt(sig, ONEVAL); in Siginterrupt()
615 union sigval sigval = {.sival_int = ONEVAL}; in Sigqueue()
H A Dpwdndk.cpp28 #define ONEVAL 1 macro
/test/xts/acts/graphic/nativedrawing/entry/src/main/cpp/
H A DnativeDrawingndk.cpp29 #define ONEVAL 1 macro
550 OH_Drawing_SetTextStyleFontFamilies(txtStyle, ONEVAL, fontFamilies); in OHDrawingTypographyGetMinIntrinsicWidth()
587 OH_Drawing_SetTextStyleFontFamilies(txtStyle, ONEVAL, fontFamilies); in OHDrawingTypographyGetMaxIntrinsicWidth()
619 OH_Drawing_SetTextStyleFontFamilies(txtStyle, ONEVAL, fontFamilies); in OHDrawingTypographyGetLongestLine()
646 OH_Drawing_SetTextStyleFontFamilies(txtStyle, ONEVAL, fontFamilies); in OHDrawingTypographyGetLongestLineAbnormal()
671 OH_Drawing_SetTextStyleFontFamilies(txtStyle, ONEVAL, fontFamilies); in OHDrawingTypographyGetLongestLineWithIndent()
703 OH_Drawing_SetTextStyleFontFamilies(txtStyle, ONEVAL, fontFamilies); in OHDrawingTypographyGetAlphabeticBaseline()
735 OH_Drawing_SetTextStyleFontFamilies(txtStyle, ONEVAL, fontFamilies); in OHDrawingTypographyGetAlphabeticBaselineNormal()
767 OH_Drawing_SetTextStyleFontFamilies(txtStyle, ONEVAL, fontFamilies); in OHDrawingTypographyGetIdeographicBaseline()
799 OH_Drawing_SetTextStyleFontFamilies(txtStyle, ONEVAL, fontFamilie in OHDrawingTypographyGetIdeographicBaselineNormal()
[all...]
/test/xts/acts/multimedia/media/media_ndk_standard/AVPlayerNDK/entry/src/main/cpp/
H A Davplayer_ndk_test.cpp37 #define ONEVAL 1 macro
136 glGenTextures(ONEVAL, &textureId); in GetAVPlayer()
268 napi_create_int32(env, ONEVAL, &result); in OhAvPlayerIsPlaying()
439 int32_t speed = getParamAtIndex(ONEVAL, env, info); in OhAvPlayerSeek()
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Dsignalndk32.cpp38 #define ONEVAL 1 macro

Completed in 16 milliseconds

12