Searched refs:alignment (Results 1 - 25 of 27) sorted by relevance

12

/seL4-refos-master/projects/util_libs/libethdrivers/src/
H A Dhelpers.c16 dma_alloc_pin(ps_dma_man_t *dma_man, size_t size, int cached, int alignment) argument
18 void *virt = ps_dma_alloc(dma_man, size, alignment, cached, PS_MEM_NORMAL);
/seL4-refos-master/projects/util_libs/libethdrivers/include/ethdrivers/
H A Dhelpers.h24 dma_addr_t dma_alloc_pin(ps_dma_man_t *dma_man, size_t size, int cached, int alignment);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dpline.c266 align_str(alignment)
267 aligntyp alignment;
269 switch ((int)alignment) {
282 aligntyp alignment;
287 alignment = EPRI(mtmp)->shralign;
289 alignment = mtmp->data->maligntyp;
290 alignment = (alignment > 0) ? A_LAWFUL :
291 (alignment < 0) ? A_CHAOTIC :
349 align_str(alignment),
[all...]
H A Dminion.c79 /* alignment should match the summoner */
87 summon_minion(alignment, talk)
88 aligntyp alignment;
94 switch ((int)alignment) {
103 mnum = ndemon(alignment);
117 EMIN(mon)->min_align = alignment;
123 EPRI(mon)->shralign = alignment; /* always A_LAWFUL here */
129 pline_The("voice of %s booms:", align_gname(alignment));
H A Dpray.c561 /* added test for alignment diff -dlc */
768 /* enhance weapon regardless of alignment or artifact status */
1144 of your alignment, is strongly discouraged.
1254 /* If sacrificing unicorn of your alignment to altar not of */
1255 /* your alignment, your god gets angry and it's a conversion */
1342 /* Sacrificing at an altar of a different alignment */
1353 /* The player wears a helm of opposite alignment? */
1509 int alignment; local
1525 alignment = -u.ualign.record; /* Opposite alignment alta
1599 aligntyp alignment = p_aligntyp; local
[all...]
H A Dartifact.c63 if (art->role == Role_switch && art->alignment != A_NONE)
64 art->alignment = alignmnt;
72 artilist[urole.questarti].alignment = alignmnt;
113 Make an artifact. If a specific alignment is specified, then an object of
114 the appropriate alignment is created from scratch, or 0 is returned if
117 If no alignment is given, then 'otmp' is converted
123 mk_artifact(otmp, alignment)
124 struct obj *otmp; /* existing object; ignored if alignment specified */
125 aligntyp alignment; /* target alignment, o
[all...]
H A Dpriest.c534 mk_roamer(ptr, alignment, x, y, peaceful)
536 aligntyp alignment;
541 register boolean coaligned = (u.ualign.type == alignment);
551 EPRI(roamer)->shralign = alignment;
H A Dsp_lev.c464 if (xaltmp == -1) /* Horizontal alignment is RANDOM */
466 if (yaltmp == -1) /* Vertical alignment is RANDOM */
735 noncoalignment(alignment)
736 aligntyp alignment;
741 if (!alignment)
743 return(k ? -alignment : 0);
1115 /* Is the alignment random ?
1118 * The alignment is encoded as amask values instead of alignment
1864 /* horizontal alignment */
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dpline.c266 align_str(alignment)
267 aligntyp alignment;
269 switch ((int)alignment) {
282 aligntyp alignment;
287 alignment = EPRI(mtmp)->shralign;
289 alignment = mtmp->data->maligntyp;
290 alignment = (alignment > 0) ? A_LAWFUL :
291 (alignment < 0) ? A_CHAOTIC :
349 align_str(alignment),
[all...]
H A Dminion.c79 /* alignment should match the summoner */
87 summon_minion(alignment, talk)
88 aligntyp alignment;
94 switch ((int)alignment) {
103 mnum = ndemon(alignment);
117 EMIN(mon)->min_align = alignment;
123 EPRI(mon)->shralign = alignment; /* always A_LAWFUL here */
129 pline_The("voice of %s booms:", align_gname(alignment));
H A Dpray.c561 /* added test for alignment diff -dlc */
768 /* enhance weapon regardless of alignment or artifact status */
1144 of your alignment, is strongly discouraged.
1254 /* If sacrificing unicorn of your alignment to altar not of */
1255 /* your alignment, your god gets angry and it's a conversion */
1342 /* Sacrificing at an altar of a different alignment */
1353 /* The player wears a helm of opposite alignment? */
1509 int alignment; local
1525 alignment = -u.ualign.record; /* Opposite alignment alta
1599 aligntyp alignment = p_aligntyp; local
[all...]
H A Dartifact.c63 if (art->role == Role_switch && art->alignment != A_NONE)
64 art->alignment = alignmnt;
72 artilist[urole.questarti].alignment = alignmnt;
113 Make an artifact. If a specific alignment is specified, then an object of
114 the appropriate alignment is created from scratch, or 0 is returned if
117 If no alignment is given, then 'otmp' is converted
123 mk_artifact(otmp, alignment)
124 struct obj *otmp; /* existing object; ignored if alignment specified */
125 aligntyp alignment; /* target alignment, o
[all...]
H A Dpriest.c534 mk_roamer(ptr, alignment, x, y, peaceful)
536 aligntyp alignment;
541 register boolean coaligned = (u.ualign.type == alignment);
551 EPRI(roamer)->shralign = alignment;
H A Dsp_lev.c464 if (xaltmp == -1) /* Horizontal alignment is RANDOM */
466 if (yaltmp == -1) /* Vertical alignment is RANDOM */
735 noncoalignment(alignment)
736 aligntyp alignment;
741 if (!alignment)
743 return(k ? -alignment : 0);
1115 /* Is the alignment random ?
1118 * The alignment is encoded as amask values instead of alignment
1864 /* horizontal alignment */
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dartifact.h47 aligntyp alignment; /* alignment of bequeathing gods */ member in struct:artifact
H A Dqt_win.h203 QRadioButton **alignment; member in class:NetHackQtPlayerSelector
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dartifact.h47 aligntyp alignment; /* alignment of bequeathing gods */ member in struct:artifact
H A Dqt_win.h203 QRadioButton **alignment; member in class:NetHackQtPlayerSelector
/seL4-refos-master/kernel/src/object/
H A Duntyped.c21 static word_t alignUp(word_t baseValue, word_t alignment) argument
23 return (baseValue + (BIT(alignment) - 1)) & ~MASK(alignment);
200 * We don't need to worry about alignment in this case, because if anything
/seL4-refos-master/libs/libmuslc/src/thread/powerpc/
H A Dsyscall_cp.s12 #r1: stack frame: 16 byte alignment.
/seL4-refos-master/libs/libsel4allocman/src/
H A Dbootstrap.c960 /* Calculate alignment of our base pointer */
961 uintptr_t alignment = (base == 0) ? max_alignment : MIN(CTZL((long)base), max_alignment); local
964 * based on our current alignment. */
965 uintptr_t next_size = MIN(goal - base, BIT(alignment));
971 ZF_LOGD("goal 0x%zx, base: 0x%zx, next_size: 0x%zx, 0x%zx, 0x%zx, 0x%zx", goal, base, (uintptr_t) BIT(next_size_bits), next_size, CLZL((long)next_size),alignment);
/seL4-refos-master/projects/seL4_libs/libsel4allocman/src/
H A Dbootstrap.c960 /* Calculate alignment of our base pointer */
961 uintptr_t alignment = (base == 0) ? max_alignment : MIN(CTZL((long)base), max_alignment); local
964 * based on our current alignment. */
965 uintptr_t next_size = MIN(goal - base, BIT(alignment));
971 ZF_LOGD("goal 0x%zx, base: 0x%zx, next_size: 0x%zx, 0x%zx, 0x%zx, 0x%zx", goal, base, (uintptr_t) BIT(next_size_bits), next_size, CLZL((long)next_size),alignment);
/seL4-refos-master/kernel/manual/parts/
H A Dapi.tex171 A supplied argument does not meet the alignment requirements.
/seL4-refos-master/projects/refos/design/
H A Dinterface.tex70 Create a new memory window segment for the calling client. Note that clients may only create memory windows for their own address space and alignment restrictions may apply here due to implementation and/or hardware restrictions. In the \refOS client environment, a valid memory window segment must be covering any virtual address ranges before any mapping can be performed (including dataspace and device frame mappings).
105 \item [src\_addr] The address of the source frame in the calling client process's VSpace. This address should contain a valid frame, and page-alignment restrictions may apply for this parameter
/seL4-refos-master/libs/libmuslc/
H A Dconfigure561 # Reduce space lost to padding for alignment purposes by sorting data
562 # objects according to their alignment reqirements. This approximates
564 tryldflag LDFLAGS_AUTO -Wl,--sort-section,alignment

Completed in 215 milliseconds

12