HomeSort by relevance Sort by last modified time
    Searched full:terminator (Results 151 - 175 of 952) sorted by null

1 2 3 4 5 67 8 91011>>

  /bionic/libc/arch-arm/cortex-a15/bionic/
__strcpy_chk.S 156 // Add 1 for copy length to get the string terminator.
  /bionic/libc/arch-arm/krait/bionic/
__strcpy_chk.S 156 // Add 1 for copy length to get the string terminator.
  /external/bison/lib/
getdelim.c 54 the null terminator), or -1 on error or EOF. */
  /external/chromium_org/base/
base_paths_posix.cc 50 // including the string terminator.
  /external/chromium_org/chrome/browser/history/
top_sites_database_unittest.cc 114 // kGoogleThumbnail includes nul terminator.
141 // kGoogleThumbnail includes nul terminator.
229 // kGoogleThumbnail includes nul terminator.
274 // kGoogleThumbnail includes nul terminator.
  /external/chromium_org/chrome/renderer/net/
predictor_queue.h 56 // The string must not contain an embedded null terminator
  /external/chromium_org/net/quic/crypto/
cert_compressor_test.cc 100 /* no terminator */
  /external/chromium_org/ppapi/c/dev/
ppb_char_set_dev.h 48 // In this case, it will only contain the terminator. You must still call
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
fast-dtoa.h 58 // There will be *length digits inside the buffer followed by a null terminator.
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
ft_hash.h 66 ** (including the null-terminator, if any). Case
fts1_hash.h 62 ** (including the null-terminator, if any). Case
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_hash.h 60 ** (including the null-terminator, if any). Case
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_hash.h 60 ** (including the null-terminator, if any). Case
  /external/chromium_org/third_party/sqlite/src/test/
capi3e.test 31 # If $nt is true, append two 0x00 bytes as a nul terminator.
  /external/chromium_org/tools/android/forwarder2/
device_forwarder_main.cc 125 buf, sizeof(buf) - 1 /* leave space for null terminator */);
  /external/chromium_org/v8/src/
fast-dtoa.h 55 // There will be *length digits inside the buffer followed by a null terminator.
  /external/clang/include/clang/Analysis/Analyses/
UninitializedValues.h 33 const Stmt *Terminator;
  /external/clang/lib/Lex/
ScratchBuffer.cpp 51 // Add a NUL terminator to the token. This keeps the tokens separated, in
  /external/llvm/include/llvm/Analysis/
CFG.h 41 /// in the terminator instruction's list of successors. It is an error to call
  /external/llvm/include/llvm/IR/
BasicBlock.h 119 /// \brief Returns the terminator instruction if the block is well formed or
254 /// including the old terminator. The newly formed BasicBlock is returned.
258 /// terminator), and 'I' must not be the end of instruction list (which would
259 /// cause a degenerate basic block to be formed, having a terminator inside of
  /external/llvm/include/llvm/Support/
CFG.h 37 // Loop to ignore non terminator uses (for example BlockAddresses).
72 /// terminator of the successor.
77 /// getUse - Return the operand Use in the predecessor's terminator
143 /// operate on terminator instructions directly.
  /external/llvm/lib/Analysis/
PathNumbering.cpp 387 TerminatorInst* terminator = currentNode->getBlock()->getTerminator(); local
388 if(isa<ReturnInst>(terminator) || isa<UnreachableInst>(terminator) ||
389 isa<ResumeInst>(terminator))
  /external/oprofile/libutil++/
child_reader.h 36 * child stdout have not necessarilly a LF terminator. the child can output any
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlvideodrivername.html 133 > characters (include the NULL terminator) with the name of the initialised video driver. The driver name is a simple one word identifier like "x11" or "windib".</P
  /external/v8/src/
fast-dtoa.h 55 // There will be *length digits inside the buffer followed by a null terminator.

Completed in 720 milliseconds

1 2 3 4 5 67 8 91011>>