Searched refs:codeptr (Results 1 – 3 of 3) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/ |
D | bFile.cpp | 1554 char* codeptr = (char*)&dataChunk.code; in dumpChunks() local 1555 char codestr[5] = {codeptr[0],codeptr[1],codeptr[2],codeptr[3],0}; in dumpChunks()
|
/external/pcre/dist/ |
D | pcre_compile.c | 4452 compile_branch(int *optionsptr, pcre_uchar **codeptr, in compile_branch() argument 4473 register pcre_uchar *code = *codeptr; in compile_branch() 4740 *codeptr = code; in compile_branch() 8243 compile_regex(int options, pcre_uchar **codeptr, const pcre_uchar **ptrptr, in compile_regex() argument 8251 pcre_uchar *code = *codeptr; in compile_regex() 8507 *codeptr = code; in compile_regex() 8536 code = *codeptr + 1 + LINK_SIZE + skipbytes; in compile_regex()
|
/external/pcre/dist/doc/ |
D | pcre.txt | 2088 codeptr argument is not NULL, a non-zero error code number is returned
|