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

  /src/lib/libpanel/
update.c 10 * 1. Redistributions of source code must retain the above copyright
12 * 2. Redistributions in binary form must reproduce the above copyright
40 * For each panel tell panels above it they need to refresh
41 * regions that overlap (are above) this panel. This ensures
43 * overwritten by a panel above.
49 PANEL *above = p; local
50 while ((above = PANEL_ABOVE(above)) != NULL) {
51 touchoverlap(p->win, above->win);
  /src/sys/arch/amiga/stand/bootblock/boot/
startit.s 11 * 1. Redistributions of source code must retain the above copyright
13 * 2. Redistributions in binary form must reproduce the above copyright
165 bcs above | source is above
209 above: movl %a1@+,%a3@+ label
211 bne above
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_syncmap.c 13 * The above copyright notice and this permission notice (including the next
287 unsigned int above; local
289 /* Insert a join above the current layer */
296 above = fls64(__sync_branch_prefix(p, id) ^ p->prefix);
297 above = round_up(above, SHIFT);
298 next->height = above + p->height;
310 idx = p->prefix >> (above - SHIFT) & MASK;
  /src/sys/secmodel/extensions/
secmodel_extensions.c 9 * 1. Redistributions of source code must retain the above copyright
11 * 2. Redistributions in binary form must reproduce the above copyright
172 /* curtain cannot be disabled when securelevel is above 0 */
185 * - setting value != 0 is not permitted when securelevel is above 0 (increase
207 /* we cannot grant more rights to users when securelevel is above 0 */
218 * above 'level' or not.
225 bool above; local
229 "is-securelevel-above", KAUTH_ARG(level), &above);
230 if (error == 0 && above)
    [all...]
  /src/external/bsd/jemalloc.old/dist/test/src/
SFMT.c 13 * * Redistributions of source code must retain the above copyright
15 * * Redistributions in binary form must reproduce the above
462 uint32_t ret, above; local
464 above = 0xffffffffU - (0xffffffffU % limit);
467 if (ret < above) {
512 uint64_t ret, above; local
514 above = KQU(0xffffffffffffffff) - (KQU(0xffffffffffffffff) % limit);
517 if (ret < above) {
  /src/external/bsd/jemalloc/dist/test/src/
SFMT.c 13 * * Redistributions of source code must retain the above copyright
15 * * Redistributions in binary form must reproduce the above
483 uint32_t ret, above; local
485 above = 0xffffffffU - (0xffffffffU % limit);
488 if (ret < above) {
535 uint64_t ret, above; local
537 above = KQU(0xffffffffffffffff) - (KQU(0xffffffffffffffff) % limit);
540 if (ret < above) {
  /src/external/gpl3/gdb.old/dist/sim/ft32/
interp.c 467 int above; local
492 above = (!carry & !zero);
497 (above << 6) |
  /src/external/gpl3/gdb/dist/sim/ft32/
interp.c 467 int above; local
492 above = (!carry & !zero);
497 (above << 6) |
  /src/lib/libform/
internals.c 13 * 1. Redistributions of source code must retain the above copyright
537 * the one above.
788 * Don't try to join if the line above has a hard
1349 /* check for lines above */
2639 * the line above has a hard return. If it does
3206 FIELD *cur, *above, *below; local
3215 /* initially nothing is above..... */
3218 above = NULL;
3254 cur->up = above;
3255 above = TAILQ_NEXT(above, glue)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc 3386 The obvious algorithms above are numerically instable for large
5036 /* We enclose the above in if (mask) {...} . If the mask is an
5588 /* We enclose the above in if (mask) {...}. If the mask is an
5686 /* We enclose the above in if (mask) {...}. If the mask is
5722 the pos variable the same way as above. */
5917 /* We enclose the above in if (mask) {...}. If the mask is
6344 /* We enclose the above in if (mask) {...}. If the mask is an
6407 /* We enclose the above in if (mask) {...}. */
6490 tree above = fold_build2_loc (input_location, GE_EXPR, local
6493 logical_type_node, below, above);
6578 tree above = fold_build2_loc (input_location, GE_EXPR, local
6633 tree above = fold_build2_loc (input_location, GT_EXPR, local
6725 tree above = fold_build2_loc (input_location, GT_EXPR, local
6866 tree above = fold_build2_loc (input_location, GT_EXPR, local
12186 tree type, utype, above, mask1, mask2; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc 3393 The obvious algorithms above are numerically instable for large
5043 /* We enclose the above in if (mask) {...} . If the mask is an
5595 /* We enclose the above in if (mask) {...}. If the mask is an
5693 /* We enclose the above in if (mask) {...}. If the mask is
5730 the pos variable the same way as above. */
5925 /* We enclose the above in if (mask) {...}. If the mask is
6352 /* We enclose the above in if (mask) {...}. If the mask is an
6415 /* We enclose the above in if (mask) {...}. */
6498 tree above = fold_build2_loc (input_location, GE_EXPR, local
6501 logical_type_node, below, above);
6586 tree above = fold_build2_loc (input_location, GE_EXPR, local
6641 tree above = fold_build2_loc (input_location, GT_EXPR, local
6733 tree above = fold_build2_loc (input_location, GT_EXPR, local
6888 tree above = fold_build2_loc (input_location, GT_EXPR, local
12484 tree type, utype, above, mask1, mask2; local
    [all...]

Completed in 36 milliseconds