Searched defs:argp (Results 1 - 18 of 18) sorted by relevance

/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/gcov-src/
H A Dlibgcov-driver-kernel.c33 va_list argp; local
34 va_start (argp, fmt);
35 ret = vprintk (fmt, argp);
36 va_end (argp);
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/gcov-src/
H A Dlibgcov-driver-kernel.c33 va_list argp; local
34 va_start (argp, fmt);
35 ret = vprintk (fmt, argp);
36 va_end (argp);
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/gcov-src/
H A Dlibgcov-driver-kernel.c33 va_list argp; local
34 va_start (argp, fmt);
35 ret = vprintk (fmt, argp);
36 va_end (argp);
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/gcov-src/
H A Dlibgcov-driver-kernel.c33 va_list argp; local
34 va_start (argp, fmt);
35 ret = vprintk (fmt, argp);
36 va_end (argp);
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/gcov-src/
H A Dlibgcov-driver-kernel.c33 va_list argp; local
34 va_start (argp, fmt);
35 ret = vprintk (fmt, argp);
36 va_end (argp);
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/gcov-src/
H A Dlibgcov-driver-kernel.c33 va_list argp; local
34 va_start (argp, fmt);
35 ret = vprintk (fmt, argp);
36 va_end (argp);
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/gcov-src/
H A Dlibgcov-driver-kernel.c33 va_list argp; local
34 va_start (argp, fmt);
35 ret = vprintk (fmt, argp);
36 va_end (argp);
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/gcov-src/
H A Dlibgcov-driver-kernel.c33 va_list argp; local
34 va_start (argp, fmt);
35 ret = vprintk (fmt, argp);
36 va_end (argp);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dargp.h80 these is passed in the OPTIONS field of an argp structure. Each option
142 completely documented in an argp's ARGS_DOC field, in which case including
150 struct argp; /* fwd declare this type */
154 /* The type of a pointer to an argp parsing function. */
180 If an error occurs (either detected by argp, or because the parsing
218 /* An argp structure contains a set of options declarations, a function to
220 argp's, and perhaps a function to filter help output. When actually
221 parsing options, getopt is called with the union of all the argp
224 struct argp
252 argp fiel
222 struct argp struct
291 __const struct argp *argp; member in struct:argp_child
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dargp.h80 these is passed in the OPTIONS field of an argp structure. Each option
142 completely documented in an argp's ARGS_DOC field, in which case including
150 struct argp; /* fwd declare this type */
154 /* The type of a pointer to an argp parsing function. */
180 If an error occurs (either detected by argp, or because the parsing
218 /* An argp structure contains a set of options declarations, a function to
220 argp's, and perhaps a function to filter help output. When actually
221 parsing options, getopt is called with the union of all the argp
224 struct argp
252 argp fiel
222 struct argp struct
291 __const struct argp *argp; member in struct:argp_child
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dstdio.h144 int __cdecl __mingw_vsscanf (const char * __restrict__ _Str,const char * __restrict__ Format,va_list argp);
150 int __cdecl __mingw_vscanf(const char * __restrict__ Format, va_list argp);
156 int __cdecl __mingw_vfscanf (FILE * __restrict__ fp, const char * __restrict__ Format,va_list argp);
403 int __cdecl __ms_vscanf(const char * __restrict__ Format, va_list argp);
405 int __cdecl __ms_vfscanf (FILE * __restrict__ fp, const char * __restrict__ Format,va_list argp);
407 int __cdecl __ms_vsscanf (const char * __restrict__ _Str,const char * __restrict__ Format,va_list argp);
593 int __cdecl __mingw_vswscanf (const wchar_t * __restrict__ _Str,const wchar_t * __restrict__ Format,va_list argp);
597 int __cdecl __mingw_vwscanf(const wchar_t * __restrict__ Format, va_list argp);
601 int __cdecl __mingw_vfwscanf (FILE * __restrict__ fp, const wchar_t * __restrict__ Format,va_list argp);
820 va_list argp; local
[all...]
H A Dwchar.h432 int __cdecl __mingw_vswscanf (const wchar_t * __restrict__ _Str,const wchar_t * __restrict__ Format,va_list argp);
436 int __cdecl __mingw_vwscanf(const wchar_t * __restrict__ Format, va_list argp);
440 int __cdecl __mingw_vfwscanf (FILE * __restrict__ fp, const wchar_t * __restrict__ Format,va_list argp);
669 va_list argp; local
670 __builtin_va_start (argp, format);
671 r = _vsnwprintf (s, n, format, argp);
672 __builtin_va_end (argp);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dstdio.h144 int __cdecl __mingw_vsscanf (const char * __restrict__ _Str,const char * __restrict__ Format,va_list argp);
150 int __cdecl __mingw_vscanf(const char * __restrict__ Format, va_list argp);
156 int __cdecl __mingw_vfscanf (FILE * __restrict__ fp, const char * __restrict__ Format,va_list argp);
403 int __cdecl __ms_vscanf(const char * __restrict__ Format, va_list argp);
405 int __cdecl __ms_vfscanf (FILE * __restrict__ fp, const char * __restrict__ Format,va_list argp);
407 int __cdecl __ms_vsscanf (const char * __restrict__ _Str,const char * __restrict__ Format,va_list argp);
593 int __cdecl __mingw_vswscanf (const wchar_t * __restrict__ _Str,const wchar_t * __restrict__ Format,va_list argp);
597 int __cdecl __mingw_vwscanf(const wchar_t * __restrict__ Format, va_list argp);
601 int __cdecl __mingw_vfwscanf (FILE * __restrict__ fp, const wchar_t * __restrict__ Format,va_list argp);
820 va_list argp; local
[all...]
H A Dwchar.h432 int __cdecl __mingw_vswscanf (const wchar_t * __restrict__ _Str,const wchar_t * __restrict__ Format,va_list argp);
436 int __cdecl __mingw_vwscanf(const wchar_t * __restrict__ Format, va_list argp);
440 int __cdecl __mingw_vfwscanf (FILE * __restrict__ fp, const wchar_t * __restrict__ Format,va_list argp);
669 va_list argp; local
670 __builtin_va_start (argp, format);
671 r = _vsnwprintf (s, n, format, argp);
672 __builtin_va_end (argp);
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp1420 const TIntermSequence* argp = nullptr; // confusing to use [] syntax on a pointer, so this is to help get a reference local
1424 argp = &callNode.getAsAggregate()->getSequence();
1425 if (argp->size() > 0)
1426 arg0 = (*argp)[0]->getAsTyped();
1432 const TIntermSequence& aggArgs = *argp; // only valid when unaryArg is nullptr
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/hlsl/
H A DhlslParseHelper.cpp1701 const TIntermSequence* argp = nullptr; // confusing to use [] syntax on a pointer, so this is to help get a reference local
1705 argp = &callNode.getAsAggregate()->getSequence();
1706 if (argp->size() > 0)
1707 arg0 = (*argp)[0]->getAsTyped();
1713 const TIntermSequence& aggArgs = *argp; // only valid when unaryArg is nullptr
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp1420 const TIntermSequence* argp = nullptr; // confusing to use [] syntax on a pointer, so this is to help get a reference local
1424 argp = &callNode.getAsAggregate()->getSequence();
1425 if (argp->size() > 0)
1426 arg0 = (*argp)[0]->getAsTyped();
1432 const TIntermSequence& aggArgs = *argp; // only valid when unaryArg is nullptr
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
H A DhlslParseHelper.cpp1701 const TIntermSequence* argp = nullptr; // confusing to use [] syntax on a pointer, so this is to help get a reference local
1705 argp = &callNode.getAsAggregate()->getSequence();
1706 if (argp->size() > 0)
1707 arg0 = (*argp)[0]->getAsTyped();
1713 const TIntermSequence& aggArgs = *argp; // only valid when unaryArg is nullptr

Completed in 526 milliseconds