HomeSort by relevance Sort by last modified time
    Searched full:pdefault (Results 1 - 4 of 4) sorted by null

  /external/grub/stage2/
vstafs.h 61 unsigned char pdefault; member in struct:prot
  /frameworks/compile/mclinker/lib/Support/
CommandLine.cpp 41 OptVal pDefault,
48 if (pDefault.hasValue())
49 outs() << pDefault.getValue();
  /frameworks/compile/mclinker/include/mcld/Support/
CommandLine.h 42 OptVal pDefault,
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c 296 sqlite3_syscall_ptr pDefault; /* Default value */
412 if( aSyscall[i].pDefault ){
413 aSyscall[i].pCurrent = aSyscall[i].pDefault;
422 if( aSyscall[i].pDefault==0 ){
423 aSyscall[i].pDefault = aSyscall[i].pCurrent;
426 if( pNewFunc==0 ) pNewFunc = aSyscall[i].pDefault;
    [all...]

Completed in 189 milliseconds