Home
last modified time | relevance | path

Searched refs:Z_ALIGN (Results 1 – 11 of 11) sorted by relevance

/dports/mail/s-nail/s-nail-14.9.23/src/su/
H A Dmem-bag.c56 #define a_MEMBAG_BSZ_BASE MAX(Z_ALIGN(a_MEMBAG__SZA), Z_ALIGN(a_MEMBAG__SZB))
539 chunksz = a_MEMBAG_HULL ? sizeof(up) : Z_ALIGN(size); in su_mem_bag_auto_allocate()
719 realsz = Z_ALIGN(size); in su_mem_bag_lofi_allocate()
725 chunksz = Z_ALIGN(VSTRUCT_SIZEOF(struct su__mem_bag_lofi_chunk, in su_mem_bag_lofi_allocate()
/dports/sysutils/pam_xdg/s-toolbox-cdbe3ce/
H A Ds-cdda.c119 #define Z_ALIGN(X) (((X) + sizeof(ul)-1) & ~(sizeof(ul) - 1)) macro
355 u8 d_track_audio[Z_ALIGN(a_MMC_TRACKS_MAX + 1)]; /* [0] = unused */
356 char d_mcn[Z_ALIGN(FIELD_SIZEOF(struct a_mmc_cmd_x42_mcn_resp,n1_13_nul))];
357 char d_isrc[a_MMC_TRACKS_MAX + 1][Z_ALIGN(
760 rbp->rb_buflen = Z_ALIGN(sizeof(struct a_mmc_resp_head) + in a_act()
768 rbp->rb_buflen = Z_ALIGN(sizeof(struct a_mmc_resp_head) + in a_act()
776 rbp->rb_buflen = Z_ALIGN(sizeof(struct a_mmc_resp_head) + in a_act()
787 rbp->rb_buflen = Z_ALIGN(sizeof(struct a_mmc_resp_head) + in a_act()
910 Z_ALIGN((maxframes = dp->d_maxframes) * a_MMC_FRAME_SIZE)); in a_read()
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dstrings.c470 if((uz)S32_MAX - Z_ALIGN(1) - l <= noof)
475 i = Z_ALIGN(i);
H A Dcmd.c804 i = Z_ALIGN(i); in mx_cmd_arg_save_to_heap()
833 i = Z_ALIGN(i); in mx_cmd_arg_save_to_heap()
H A Dcolour.c107 char cg__reset_buf[Z_ALIGN(sizeof("\033[0m"))];
H A Ddig-msg.c108 *dmcpp = dmcp = n_calloc(1, Z_ALIGN(sizeof *dmcp) + sizeof(struct header)); in a_dmsg_find()
H A Dgo.c2214 ial = Z_ALIGN(i); in n_go_command()
/dports/mail/s-nail/s-nail-14.9.23/include/su/
H A Dcode-ou.h74 #undef Z_ALIGN
H A Dcode-in.h112 #define Z_ALIGN su_Z_ALIGN macro
H A Dmem.h63 su_MEM_ALLOC_MIN = Z_ALIGN(1)
/dports/mail/s-nail/s-nail-14.9.23/include/mx/
H A Dnailfuns.h1558 return (S(uz,S32_MAX) - Z_ALIGN(1) > len); in n_string_get_can_book()
1563 S(uz,S32_MAX) - Z_ALIGN(1) - len > self->s_len); in n_string_can_book()