/external/pdfium/third_party/libopenjpeg20/ |
D | t1.c | 71 static INLINE void opj_t1_update_flags(opj_flag_t *flagsp, OPJ_UINT32 ci, 82 opj_flag_t *flagsp, 89 opj_flag_t *flagsp, 135 opj_flag_t *flagsp, 141 opj_flag_t *flagsp, 153 opj_flag_t *flagsp, 293 #define opj_t1_update_flags_macro(flags, flagsp, ci, s, stride, vsc) \ argument 296 flagsp[-1] |= T1_SIGMA_5 << (3U * ci); \ 302 flagsp[1] |= T1_SIGMA_3 << (3U * ci); \ 306 opj_flag_t* north = flagsp - (stride); \ [all …]
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_image.c | 94 ir3_get_image_coords(const nir_intrinsic_instr *instr, unsigned *flagsp) in ir3_get_image_coords() argument 105 if (flagsp) in ir3_get_image_coords() 106 *flagsp = flags; in ir3_get_image_coords()
|
D | ir3_image.h | 39 unsigned ir3_get_image_coords(const nir_intrinsic_instr *instr, unsigned *flagsp);
|
D | ir3_compiler_nir.c | 2015 tex_info(nir_tex_instr *tex, unsigned *flagsp, unsigned *coordsp) in tex_info() argument 2033 *flagsp = flags; in tex_info()
|
/external/mdnsresponder/mDNSPosix/ |
D | mDNSUNP.c | 516 recvfrom_flags(int fd, void *ptr, size_t nbytes, int *flagsp, in recvfrom_flags() argument 546 if ( (n = recvmsg(fd, &msg, *flagsp)) < 0) in recvfrom_flags() 566 *flagsp = 0; /* pass back results */ in recvfrom_flags() 570 *flagsp = msg.msg_flags; /* pass back results */ in recvfrom_flags()
|
D | mDNSUNP.h | 82 extern ssize_t recvfrom_flags(int fd, void *ptr, size_t nbytes, int *flagsp,
|
/external/openssh/ |
D | monitor_wrap.c | 943 gss_buffer_desc *out, OM_uint32 *flagsp) in mm_ssh_gssapi_accept_ctx() argument 961 if (flagsp != NULL) { in mm_ssh_gssapi_accept_ctx() 964 *flagsp = flags; in mm_ssh_gssapi_accept_ctx()
|
/external/usrsctp/usrsctplib/ |
D | user_socketvar.h | 664 struct mbuf **mp0, struct mbuf **controlp, int *flagsp); 667 int *flagsp);
|
/external/usrsctp/usrsctplib/netinet/ |
D | sctputil.h | 371 int *flagsp);
|
D | sctputil.c | 7271 int *flagsp) argument 7311 if (flagsp != NULL) { 7312 flags = *flagsp; 7318 if (flagsp != NULL) { 7319 *flagsp = flags;
|
/external/mksh/src/ |
D | edit.c | 387 x_file_glob(int *flagsp, char *toglob, char ***wordsp) in x_file_glob() argument 418 *flagsp |= XCF_IS_NOSPACE; in x_file_glob() 614 x_cf_glob(int *flagsp, const char *buf, int buflen, int pos, int *startp, in x_cf_glob() argument 622 if (!((*flagsp) & XCF_COMMAND)) in x_cf_glob() 669 *flagsp |= XCF_IS_NOSPACE; in x_cf_glob() 682 x_command_glob(*flagsp, toglob, &words) : in x_cf_glob() 683 x_file_glob(flagsp, toglob, &words); in x_cf_glob() 691 *flagsp |= XCF_IS_COMMAND; in x_cf_glob()
|
/external/tcpdump/ |
D | print-802_11.c | 2558 struct cpack_state *s, uint32_t bit, uint8_t *flagsp, in print_radiotap_field() argument 2582 *flagsp = flagsval; in print_radiotap_field()
|
/external/autotest/client/profilers/lockmeter/ |
D | patch.2.6.14-lockmeter-1.gz | 1Index: linux/arch/i386/Kconfig.debug
2====== ... |