HomeSort by: relevance | last modified time | path
    Searched defs:bloc (Results 1 - 6 of 6) sorted by relevancy

  /src/games/backgammon/backgammon/
move.c 318 int *bloc = b->b_board; /* pointer to board b */ local
323 result = cturn * (aloc[i] - bloc[i]);
move.c 318 int *bloc = b->b_board; /* pointer to board b */ local
323 result = cturn * (aloc[i] - bloc[i]);
  /src/external/gpl2/libmalloc/dist/
ralloc.c 29 hole between the first bloc and the end of malloc storage. */
154 /* First bloc in this heap. */
156 /* Last bloc in this heap. */
183 /* Heap this bloc is in. */
363 /* Find the bloc referenced by the address in PTR. Returns a pointer
383 /* Allocate a bloc of SIZE bytes and append it to the chain of blocs.
384 Returns a pointer to the new bloc, or zero if we couldn't allocate
420 /* Put this bloc on the doubly-linked list of blocs. */
437 /* Calculate new locations of blocs in the list beginning with BLOC,
442 Store the new location of each bloc in its new_data field
916 register bloc_ptr bloc; local
    [all...]
ralloc.c 29 hole between the first bloc and the end of malloc storage. */
154 /* First bloc in this heap. */
156 /* Last bloc in this heap. */
183 /* Heap this bloc is in. */
363 /* Find the bloc referenced by the address in PTR. Returns a pointer
383 /* Allocate a bloc of SIZE bytes and append it to the chain of blocs.
384 Returns a pointer to the new bloc, or zero if we couldn't allocate
420 /* Put this bloc on the doubly-linked list of blocs. */
437 /* Calculate new locations of blocs in the list beginning with BLOC,
442 Store the new location of each bloc in its new_data field
916 register bloc_ptr bloc; local
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 7813 CXSourceLocation bloc = clang_getTokenLocation(TU, Tokens[0]); local
7815 *Log << clang_getRange(bloc, eloc);
9135 CXSourceLocation BLoc = clang_getRangeStart(range);
9140 clang_getFileLocation(BLoc, &BFile, &BLine, &BColumn, nullptr);
CIndex.cpp 7813 CXSourceLocation bloc = clang_getTokenLocation(TU, Tokens[0]); local
7815 *Log << clang_getRange(bloc, eloc);
9135 CXSourceLocation BLoc = clang_getRangeStart(range);
9140 clang_getFileLocation(BLoc, &BFile, &BLine, &BColumn, nullptr);

Completed in 66 milliseconds