HomeSort by relevance Sort by last modified time
    Searched refs:flags (Results 1601 - 1625 of 3921) sorted by null

<<61626364656667686970>>

  /external/elfutils/libelf/
gelf_update_sym.c 107 scn->flags |= ELF_F_DIRTY;
  /external/expat/xmlwf/
xmlfile.c 220 unsigned flags)
229 if (flags & XML_EXTERNAL_ENTITIES)
231 (flags & XML_MAP_FILE)
234 if (flags & XML_MAP_FILE) {
  /external/freetype/include/freetype/
ftwinfnt.h 215 FT_ULong flags; member in struct:FT_WinFNT_HeaderRec_
  /external/freetype/src/sfnt/
sfobjs.c 772 FT_Long flags = root->face_flags; local
777 /* Compute face flags. */
780 flags |= FT_FACE_FLAG_SCALABLE; /* scalable outlines */
784 flags |= FT_FACE_FLAG_SFNT | /* SFNT file format */
790 flags |= FT_FACE_FLAG_GLYPH_NAMES;
795 flags |= FT_FACE_FLAG_FIXED_WIDTH;
799 flags |= FT_FACE_FLAG_VERTICAL;
803 flags |= FT_FACE_FLAG_KERNING;
811 flags |= FT_FACE_FLAG_MULTIPLE_MASTERS;
814 root->face_flags = flags;
    [all...]
  /external/grub/stage2/
common.c 281 info->drive_mode = ((geom.flags & BIOSDISK_FLAG_LBA_EXTENSION)
307 * Initialize other Multiboot Info flags.
310 mbi.flags = (MB_INFO_MEMORY | MB_INFO_CMDLINE | MB_INFO_BOOTDEV
315 mbi.flags |= MB_INFO_APM_TABLE;
329 || ! (geom.flags & BIOSDISK_FLAG_CDROM))
fat.h 55 __u16 flags; /* bit 8: fat mirroring, low 4: active fat */ member in struct:fat_bpb
mb_info.h 109 unsigned long flags; member in struct:multiboot_info
176 * Flags to be set in the 'flags' parameter above
term.h 39 /* Flags for representing the capabilities of a terminal. */
40 /* Some notes about the flags:
41 - These flags are used by higher-level functions but not terminals
61 /* The feature flags defined above. */
62 unsigned long flags; member in struct:term_entry
  /external/icu4c/i18n/
rbt_rule.h 130 int8_t flags; member in class:TransliterationRule
  /external/icu4c/test/intltest/
regextst.h 49 virtual void regex_find(const UnicodeString &pat, const UnicodeString &flags,
  /external/iproute2/include/linux/can/
netlink.h 77 __u32 flags; member in struct:can_ctrlmode
  /external/iproute2/include/linux/
if_tunnel.h 41 __u16 flags; member in struct:ip_tunnel_prl
48 /* PRL flags */
pkt_sched.h 207 unsigned char flags; member in struct:tc_red_qopt
261 __u8 flags; member in struct:tc_gred_sopt
285 __u32 debug; /* debug flags */
354 unsigned char flags; member in struct:tc_cbq_lssopt
373 unsigned char flags; member in struct:tc_cbq_wrropt
  /external/iptables/extensions/
libipt_icmp.c 183 parse(int c, char **argv, int invert, unsigned int *flags,
192 if (*flags == 1)
200 *flags = 1;
285 static void final_check(unsigned int flags)
libipt_realm.c 158 parse(int c, char **argv, int invert, unsigned int *flags,
190 *flags = 1;
247 final_check(unsigned int flags)
249 if (!flags)
  /external/iptables/include/libipq/
libipq.h 61 struct ipq_handle *ipq_create_handle(u_int32_t flags, u_int32_t protocol);
  /external/iptables/include/linux/netfilter_ipv4/
ipt_conntrack.h 32 /* flags, invflags: */
76 /* Flags word */
77 u_int8_t flags; member in struct:ipt_conntrack_info
78 /* Inverse flags */
  /external/kernel-headers/original/asm-x86/
desc_32.h 37 unsigned long base, unsigned long limit, unsigned char type, unsigned char flags)
41 (limit & 0x000f0000) | ((type & 0xff) << 8) | ((flags & 0xf) << 20);
45 unsigned long base, unsigned short seg, unsigned char type, unsigned char flags)
48 *b = (base & 0xffff0000) | ((type & 0xff) << 8) | (flags & 0xff);
swiotlb.h 11 dma_addr_t *dma_handle, gfp_t flags);
  /external/kernel-headers/original/linux/
backing-dev.h 37 * Flags in backing_dev_info::capability
38 * - The first two flags control whether dirty pages will contribute to the
41 * - These flags let !MMU mmap() govern direct device mapping vs immediate
58 #error please change backing_dev_info::capabilities flags
key.h 143 unsigned long flags; /* status flags (change with bitops) */ member in struct:key
253 unsigned long flags);
301 unsigned long flags);
315 unsigned long flags,
msm_mdp.h 80 uint32_t flags; member in struct:mdp_blit_req
netlink.h 44 __u16 nlmsg_flags; /* Additional flags */
49 /* Flags values */
242 __nlmsg_put(struct sk_buff *skb, u32 pid, u32 seq, int type, int len, int flags)
250 nlh->nlmsg_flags = flags;
258 #define NLMSG_NEW(skb, pid, seq, type, len, flags) \
261 __nlmsg_put(skb, pid, seq, type, len, flags); })
pkt_sched.h 207 unsigned char flags; member in struct:tc_red_qopt
261 __u8 flags; member in struct:tc_gred_sopt
285 __u32 debug; /* debug flags */
354 unsigned char flags; member in struct:tc_cbq_lssopt
373 unsigned char flags; member in struct:tc_cbq_wrropt
  /external/libffi/src/cris/
ffi.c 173 cif->flags = 0;
226 cif->flags = (unsigned) cif->rtype->type;
230 cif->flags = FFI_TYPE_INT;
261 cif->flags, ecif.rvalue, fn);

Completed in 497 milliseconds

<<61626364656667686970>>