Searched defs:argPtr (Results 1 – 6 of 6) sorted by relevance
| /third_party/musl/porting/linux/user/src/hilog/ |
| D | output_p.inl | 323 static int SecDecodeTypeS(SecFormatAttr *attr, char *argPtr, SecFormatBuf *formatBuf) 650 char *argPtr = (char *)va_arg(arglist, char *); local
|
| /third_party/musl/src/hilog/linux/ |
| D | output_p.inl | 323 static int SecDecodeTypeS(SecFormatAttr *attr, char *argPtr, SecFormatBuf *formatBuf) 650 char *argPtr = (char *)va_arg(arglist, char *); local
|
| /third_party/bounds_checking_function/src/ |
| D | output.inl | 1019 SECUREC_INLINE void SecDecodeTypeS(SecFormatAttr *attr, char *argPtr) 1561 char *argPtr = (char *)va_arg(argList, char *); local
|
| D | input.inl | 169 void *argPtr; /* Variable parameter pointer, point to the end of the string */ member 933 void *argPtr = spec->argPtr; local
|
| /third_party/mesa3d/include/CL/ |
| D | cl2.hpp | 5988 cl_int setArg(cl_uint index, const cl::pointer<T, D> &argPtr) in setArg() 5998 cl_int setArg(cl_uint index, const cl::vector<T, Alloc> &argPtr) in setArg() 6009 setArg(cl_uint index, const T argPtr) in setArg() 6032 cl_int setArg(cl_uint index, size_type size, const void* argPtr) in setArg()
|
| D | cl.hpp | 5010 cl_int setArg(cl_uint index, ::size_t size, const void* argPtr) in setArg()
|