/external/zlib/src/contrib/pascal/ |
zlibpas.pas | 29 next_in: PChar; (* next input byte *) 33 next_out: PChar; (* next output byte should be put there *) 37 msg: PChar; (* last error message, NULL if no error *) 55 extra: PChar; (* pointer to extra field or Z_NULL if none *) 58 name: PChar; (* pointer to zero-terminated file name or Z_NULL *) 60 comment: PChar; (* pointer to zero-terminated comment or Z_NULL *) 105 function zlibVersion: PChar; 116 function deflateSetDictionary(var strm: z_stream; const dictionary: PChar; 127 function inflateSetDictionary(var strm: z_stream; const dictionary: PChar; 137 windowBits: Integer; window: PChar): Integer [all...] |
example.pas | 31 const hello: PChar = 'hello, hello!'; 33 const dictionary: PChar = 'hello'; 66 StrCopy(PChar(uncompr), 'garbage'); 71 if StrComp(PChar(uncompr), hello) <> 0 then 74 WriteLn('uncompress(): ', PChar(uncompr)); 82 procedure test_gzio(const fname: PChar; (* compressed file name *) 127 StrCopy(PChar(uncompr), 'garbage'); 134 if StrComp(PChar(uncompr), hello) <> 0 then 136 WriteLn('bad gzread: ', PChar(uncompr)); 140 WriteLn('gzread(): ', PChar(uncompr)) [all...] |
/external/clang/test/SemaCXX/ |
return.cpp | 72 typedef char *PCHAR; 75 const PCHAR GetName() { return 0; } // expected-warning{{'const' type qualifier on return type has no effect}}
|
/bionic/libc/kernel/arch-mips/asm/fw/arc/ |
types.h | 21 typedef CHAR *PCHAR;
|
/development/ndk/platforms/android-9/arch-mips/include/asm/fw/arc/ |
types.h | 21 typedef CHAR *PCHAR;
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/fw/arc/ |
types.h | 21 typedef CHAR *PCHAR;
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/fw/arc/ |
types.h | 21 typedef CHAR *PCHAR;
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/fw/arc/ |
types.h | 21 typedef CHAR *PCHAR;
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/fw/arc/ |
types.h | 21 typedef CHAR *PCHAR;
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/fw/arc/ |
types.h | 21 typedef CHAR *PCHAR;
|
/external/kernel-headers/original/asm-mips/fw/arc/ |
types.h | 62 typedef CHAR *PCHAR;
|
/external/chromium/net/server/ |
http_server.cc | 53 const char* pChar = str.c_str(); 57 if (pChar[i] >= '0' && pChar[i] <= '9') 58 result.append(&pChar[i], 1); 59 else if (pChar[i] == ' ')
|
/external/netperf/ |
netcpu_ntperf.c | 173 ZeroMemory((PCHAR)NewPerfCntrs, sizeof(PerfObj)); 232 CopyMemory((PCHAR)&PerfCntrs->StartInfo[0], 233 (PCHAR)&PerfCntrs->EndInfo[0], 240 (PCHAR)&PerfCntrs->EndInfo[0], sizeof(SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION)*MAXCPUS, 268 ZeroMemory((PCHAR)&PerfCntrs->EndInfo[returnNumCPUs],
|
/external/zlib/src/contrib/delphi/ |
ZLib.pas | 24 next_in: PChar; // next input byte 28 next_out: PChar; // next output byte should be put here 32 msg: PChar; // last error message, NULL if no error 241 function deflateInit_(var strm: TZStreamRec; level: Integer; version: PChar; 247 function inflateInit_(var strm: TZStreamRec; version: PChar; 309 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P))); 352 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P)));
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
dbghelp.h | 469 PCHAR FileName; 481 PCHAR FileName; 488 PCHAR FileName; 517 PCHAR desc; 570 PCHAR IMAGEAPI SymSetHomeDirectory(PCSTR dir); 571 PCHAR IMAGEAPI SymGetHomeDirectory(DWORD type,PSTR dir,size_t size); [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
dbghelp.h | 469 PCHAR FileName; 481 PCHAR FileName; 488 PCHAR FileName; 517 PCHAR desc; 570 PCHAR IMAGEAPI SymSetHomeDirectory(PCSTR dir); 571 PCHAR IMAGEAPI SymGetHomeDirectory(DWORD type,PSTR dir,size_t size); [all...] |
/external/chromium_org/third_party/libxslt/libxslt/ |
numbers.c | 952 xmlChar pchar; local [all...] |
/external/libxslt/libxslt/ |
numbers.c | 952 xmlChar pchar; local [all...] |
/external/llvm/lib/Support/ |
regengine.inc | 113 static char *pchar(int); 977 (void)fprintf(d, " %s", pchar(ch)); 996 (void)printf("%s %s-", title, pchar(*start)); 997 (void)printf("%s ", pchar(*stop)); 1004 - pchar - make a character printable 1012 pchar(int ch)
|
/ndk/sources/host-tools/ndk-stack/regex/ |
engine.c | 110 static char *pchar(int); 966 (void)fprintf(d, " %s", pchar(ch)); 985 (void)printf("%s %s-", title, pchar(*start)); 986 (void)printf("%s ", pchar(*stop)); 993 - pchar - make a character printable 1001 pchar(int ch) function
|
/external/e2fsprogs/lib/ext2fs/ |
nt_io.c | 210 PCHAR Buffer; 894 IN OUT PCHAR Buffer, 953 return _BlockIo(Handle, Offset, Bytes, (PCHAR)Buffer, FALSE, Errno); 962 IN PCHAR Buffer,
|
/bionic/libc/upstream-netbsd/libc/regex/ |
engine.c | 151 static char *pchar(int ch); 1112 fprintf(d, " %s", pchar(ch)); 1146 printf("%s %s-", title, pchar(*start)); 1147 printf("%s ", pchar(*stop)); 1154 - pchar - make a character printable 1156 == static char *pchar(int ch); 1165 pchar( function
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
delphi.php | 204 'PByteArray', 'PCardinal', 'PChar', 'PComp', 'PCurrency', 'PDWORD', 'PDate', 'PDateTime',
|
inno.php | 142 'Int64', 'Integer', 'LongInt', 'LongWord', 'PAnsiChar', 'PAnsiString', 'PChar', 'PCurrency', 'PDateTime',
|
/external/chromium_org/sandbox/win/src/ |
nt_internals.h | 47 PCHAR Buffer;
|