Searched refs:flagsp (Results 1 – 10 of 10) sorted by relevance
/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/u-boot/cmd/ |
D | gpio.c | 37 int offset, int *flagsp) in gpio_get_description() argument 45 if (!(*flagsp & FLAG_SHOW_ALL) && ret == GPIOF_UNUSED) in gpio_get_description() 47 if ((*flagsp & FLAG_SHOW_BANK) && bank_name) { in gpio_get_description() 48 if (*flagsp & FLAG_SHOW_NEWLINE) { in gpio_get_description() 50 *flagsp &= ~FLAG_SHOW_NEWLINE; in gpio_get_description() 53 *flagsp &= ~FLAG_SHOW_BANK; in gpio_get_description()
|
/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/u-boot/drivers/i2c/ |
D | i2c-uclass.c | 430 int i2c_get_chip_flags(struct udevice *dev, uint *flagsp) in i2c_get_chip_flags() argument 434 *flagsp = chip->flags; in i2c_get_chip_flags()
|
/external/u-boot/include/ |
D | i2c.h | 241 int i2c_get_chip_flags(struct udevice *dev, uint *flagsp);
|
/external/mksh/src/ |
D | edit.c | 386 x_file_glob(int *flagsp, char *toglob, char ***wordsp) in x_file_glob() argument 417 *flagsp |= XCF_IS_NOSPACE; in x_file_glob() 613 x_cf_glob(int *flagsp, const char *buf, int buflen, int pos, int *startp, in x_cf_glob() argument 621 if (!((*flagsp) & XCF_COMMAND)) in x_cf_glob() 668 *flagsp |= XCF_IS_NOSPACE; in x_cf_glob() 681 x_command_glob(*flagsp, toglob, &words) : in x_cf_glob() 682 x_file_glob(flagsp, toglob, &words); in x_cf_glob() 690 *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 |
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_compiler_nir.c | 2207 tex_info(nir_tex_instr *tex, unsigned *flagsp, unsigned *coordsp) in tex_info() argument 2241 *flagsp = flags; in tex_info()
|