HomeSort by relevance Sort by last modified time
    Searched refs:flags2 (Results 1 - 18 of 18) sorted by null

  /external/elfutils/libebl/
eblshflagscombine.c 23 ebl_sh_flags_combine (ebl, flags1, flags2)
26 GElf_Word flags2;
28 return ebl->sh_flags_combine (flags1, flags2);
eblopenbackend.c 142 static GElf_Word default_sh_flags_combine (GElf_Word flags1, GElf_Word flags2);
408 default_sh_flags_combine (GElf_Word flags1, GElf_Word flags2)
410 return SH_FLAGS_COMBINE (flags1, flags2);
libebl.h 180 GElf_Word flags2);
  /external/libffi/src/sh64/
ffitarget.h 43 #define FFI_EXTRA_CIF_FIELDS long long flags2
ffi.c 168 cif->flags2 = 0;
181 cif->flags2 += ((cif->arg_types)[i]->type) << (2 * j++);
191 cif->flags2 += ((cif->arg_types)[i]->type) << (2 * j++);
194 cif->flags2 += FFI_TYPE_INT << (2 * j++);
209 cif->flags2 += FFI_TYPE_INT << (2 * j++);
279 cif->flags, cif->flags2, ecif.rvalue, fn);
sysv.S 50 # r6: flags2
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmcdc.h 94 ((int)(((((hdr)->flags2) & BDC_FLAG2_PAD_MASK) >> BDC_FLAG2_PAD_SHIFT) | \
97 ((hdr)->flags2 = (((hdr)->flags2 & ~BDC_FLAG2_PAD_MASK) | \
103 ((int)((((hdr)->flags2) & BDC_FLAG2_IF_MASK) >> BDC_FLAG2_IF_SHIFT))
105 ((hdr)->flags2 = (((hdr)->flags2 & ~BDC_FLAG2_IF_MASK) | ((idx) << BDC_FLAG2_IF_SHIFT)))
110 uint8 flags2; member in struct:bdc_header
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmcdc.h 94 ((int)(((((hdr)->flags2) & BDC_FLAG2_PAD_MASK) >> BDC_FLAG2_PAD_SHIFT) | \
97 ((hdr)->flags2 = (((hdr)->flags2 & ~BDC_FLAG2_PAD_MASK) | \
103 ((int)((((hdr)->flags2) & BDC_FLAG2_IF_MASK) >> BDC_FLAG2_IF_SHIFT))
105 ((hdr)->flags2 = (((hdr)->flags2 & ~BDC_FLAG2_IF_MASK) | ((idx) << BDC_FLAG2_IF_SHIFT)))
110 uint8 flags2; member in struct:bdc_header
  /external/freetype/src/pshinter/
pshalgo.h 145 #define psh_point_is_strong( p ) ( (p)->flags2 & PSH_POINT_STRONG )
146 #define psh_point_is_fitted( p ) ( (p)->flags2 & PSH_POINT_FITTED )
147 #define psh_point_is_extremum( p ) ( (p)->flags2 & PSH_POINT_EXTREMUM )
148 #define psh_point_is_positive( p ) ( (p)->flags2 & PSH_POINT_POSITIVE )
149 #define psh_point_is_negative( p ) ( (p)->flags2 & PSH_POINT_NEGATIVE )
150 #define psh_point_is_edge_min( p ) ( (p)->flags2 & PSH_POINT_EDGE_MIN )
151 #define psh_point_is_edge_max( p ) ( (p)->flags2 & PSH_POINT_EDGE_MAX )
153 #define psh_point_set_strong( p ) (p)->flags2 |= PSH_POINT_STRONG
154 #define psh_point_set_fitted( p ) (p)->flags2 |= PSH_POINT_FITTED
155 #define psh_point_set_extremum( p ) (p)->flags2 |= PSH_POINT_EXTREMU
168 FT_UInt flags2; member in struct:PSH_PointRec_
    [all...]
pshalgo.c     [all...]
  /external/tcpdump/
print-pgm.c 165 u_int8_t opt_type, opt_len, flags1, flags2; local
529 flags2 = *bp++;
542 flags2 = *bp++;
564 flags2 = *bp++;
577 flags2 = *bp++;
592 flags2 = *bp++;
603 flags2 = *bp++;
639 flags2 = *bp++;
652 flags2 = *bp++;
665 flags2 = *bp++
    [all...]
nameser.h 230 u_int8_t flags2; /* second byte of flags */ member in struct:__anon11633
246 #define DNS_RA(np) ((np)->flags2 & 0x80) /* recursion available */
247 #define DNS_AD(np) ((np)->flags2 & 0x20) /* authentic data from named */
248 #define DNS_CD(np) ((np)->flags2 & 0x10) /* checking disabled by resolver */
249 #define DNS_RCODE(np) ((np)->flags2 & 0xF) /* response code */
print-smb.c 149 { "Flags2=[w]\nMode=[w]\nSearchAttrib=[A]\nAttrib=[A]\nTime=[T2]\nOFun=[w]\nSize=[D]\nRes=([w, w, w, w, w])\nPath=[S]",
797 u_int16_t flags2; local
809 flags2 = EXTRACT_LE_16BITS(&buf[10]);
810 unicodestr = flags2 & 0x8000;
811 nterrcodes = flags2 & 0x4000;
    [all...]
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 243 int flags2 = ((flags & FNM_FILE_NAME) local
253 flags2)
268 int flags2 = ((flags & FNM_FILE_NAME) local
282 flags2) == 0))
  /external/chromium/net/base/
dnsrr_resolver.cc 570 uint8 flags2; local
574 !buf.U8(&flags2)) {
580 if (flags2 & 32) {
  /external/qemu/
exec.c 698 int i, flags1, flags2; local
703 flags2 = page_get_flags(tb->pc + tb->size - 1);
704 if ((flags1 & PAGE_WRITE) || (flags2 & PAGE_WRITE)) {
706 (long)tb->pc, tb->size, flags1, flags2);
    [all...]
  /external/sqlite/dist/
sqlite3.c 9799 u8 flags2; \/* Second set of flags. EP2_... *\/ member in struct:Expr
    [all...]
sqlite3.c.orig     [all...]

Completed in 559 milliseconds