HomeSort by: relevance | last modified time | path
    Searched defs:distance (Results 1 - 25 of 142) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl2/groff/dist/src/preproc/pic/
position.h 48 typedef position distance; typedef
position.h 48 typedef position distance; typedef
  /src/external/public-domain/xz/dist/src/liblzma/delta/
delta_private.h 21 /// Delta distance
22 size_t distance; member in struct:__anon383
delta_private.h 21 /// Delta distance
22 size_t distance; member in struct:__anon383
delta_decoder.c 19 const size_t distance = coder->distance; local
22 buffer[i] += coder->history[(distance + coder->pos) & 0xFF];
delta_decoder.c 19 const size_t distance = coder->distance; local
22 buffer[i] += coder->history[(distance + coder->pos) & 0xFF];
delta_encoder.c 23 const size_t distance = coder->distance; local
27 (distance + coder->pos) & 0xFF];
39 const size_t distance = coder->distance; local
43 (distance + coder->pos) & 0xFF];
delta_encoder.c 23 const size_t distance = coder->distance; local
27 (distance + coder->pos) & 0xFF];
39 const size_t distance = coder->distance; local
43 (distance + coder->pos) & 0xFF];
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_iterator_base_funcs.h 56 * functions, such as distance() and advance().
110 // Forward declaration because of the qualified call in distance.
125 // Give better error if std::distance called with a non-Cpp17InputIterator.
135 * @return The distance between them.
148 distance(_InputIterator __first, _InputIterator __last) function
stl_iterator_base_funcs.h 56 * functions, such as distance() and advance().
110 // Forward declaration because of the qualified call in distance.
125 // Give better error if std::distance called with a non-Cpp17InputIterator.
135 * @return The distance between them.
148 distance(_InputIterator __first, _InputIterator __last) function
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_iterator_base_funcs.h 56 * functions, such as distance() and advance().
109 // Forward declaration because of the qualified call in distance.
124 // Give better error if std::distance called with a non-Cpp17InputIterator.
134 * @return The distance between them.
147 distance(_InputIterator __first, _InputIterator __last) function
stl_iterator_base_funcs.h 56 * functions, such as distance() and advance().
109 // Forward declaration because of the qualified call in distance.
124 // Give better error if std::distance called with a non-Cpp17InputIterator.
134 * @return The distance between them.
147 distance(_InputIterator __first, _InputIterator __last) function
  /src/external/apache2/llvm/dist/llvm/utils/yaml-bench/
YAMLBench.cpp 60 unsigned distance; member in struct:indent
61 indent(unsigned d) : distance(d) {}
65 for (unsigned i = 0; i < in.distance; ++i)
YAMLBench.cpp 60 unsigned distance; member in struct:indent
61 indent(unsigned d) : distance(d) {}
65 for (unsigned i = 0; i < in.distance; ++i)
  /src/games/larn/
movem.c 33 static int tmp1, tmp2, tmp3, tmp4, distance; variable
53 distance = 40; /* depth of intelligent monster movement */
59 distance = 17; /* depth of intelligent monster movement */
206 for (tmp = 1; tmp < distance; tmp++) /* only up to 20 squares
219 out: if (tmp < distance) /* did find connectivity */
246 * distance to player */
movem.c 33 static int tmp1, tmp2, tmp3, tmp4, distance; variable
53 distance = 40; /* depth of intelligent monster movement */
59 distance = 17; /* depth of intelligent monster movement */
206 for (tmp = 1; tmp < distance; tmp++) /* only up to 20 squares
219 out: if (tmp < distance) /* did find connectivity */
246 * distance to player */
  /src/games/sail/
misc.c 49 #define distance(x,y) \ macro
68 result = bb = distance(bow2r - bow1r, bow2c - bow1c);
74 bs = distance((bow2r - stern1r), (bow2c - stern1c));
75 sb = distance((bow1r - stern2r), (bow1c - stern2c));
76 ss = distance((stern2r - stern1r) ,(stern2c - stern1c));
misc.c 49 #define distance(x,y) \ macro
68 result = bb = distance(bow2r - bow1r, bow2c - bow1c);
74 bs = distance((bow2r - stern1r), (bow2c - stern1c));
75 sb = distance((bow1r - stern2r), (bow1c - stern2c));
76 ss = distance((stern2r - stern1r) ,(stern2c - stern1c));
  /src/external/bsd/wpa/dist/wpa_supplicant/
wnm_sta.h 37 u32 distance; /* valid if bearing_present=1 */ member in struct:neighbor_report
wnm_sta.h 37 u32 distance; /* valid if bearing_present=1 */ member in struct:neighbor_report
  /src/games/phantasia/
misc.c 956 distance(double x_1, double x_2, double y_1, double y_2) function
  /src/games/robots/
auto.c 63 static int distance(int, int, int, int);
74 /* distance():
75 * return "move" number distance of the two coordinates
78 distance(int x1, int y1, int x2, int y2) function
168 * and put in dist its distance
179 tdist = distance(My_pos.x, My_pos.y, rob->x, rob->y);
191 * and put in dist its distance
204 tdist = distance(My_pos.x, My_pos.y, hp->x, hp->y);
359 robot_heap = distance(robot_close->x, robot_close->y,
  /src/libexec/ld.elf_so/arch/powerpc/
ppc_reloc.c 407 int distance;
419 distance = (Elf_Addr)pltresolve - (Elf_Addr)where;
420 *where++ = 0x48000000 | (distance & 0x03fffffc);
475 ptrdiff_t distance = value - (Elf_Addr)where; local
484 } else if (labs(distance) < 32*1024*1024) { /* inside 32MB? */
486 *where = 0x48000000 | (distance & 0x03fffffc);
522 distance = (Elf_Addr)pltcall - (Elf_Addr)where;
523 *where++ = 0x48000000 | (distance & 0x03fffffc);
  /src/external/gpl3/gcc/dist/gcc/
ddg.h 94 /* The distance: number of loop iterations the dependency crosses. */
95 int distance; member in struct:ddg_edge
131 /* Array and number of backarcs (edges with distance > 0) in the DDG. */
144 /* Array and number of backarcs (edges with distance > 0) in the SCC. */
  /src/external/gpl3/gcc.old/dist/gcc/
ddg.h 94 /* The distance: number of loop iterations the dependency crosses. */
95 int distance; member in struct:ddg_edge
131 /* Array and number of backarcs (edges with distance > 0) in the DDG. */
144 /* Array and number of backarcs (edges with distance > 0) in the SCC. */

Completed in 137 milliseconds

1 2 3 4 5 6