HomeSort by relevance Sort by last modified time
    Searched refs:offsetof (Results 26 - 50 of 643) sorted by null

12 3 4 5 6 7 8 91011>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
macros.h 18 #include <stddef.h> /* offsetof */
23 #define structof(p,t,f) ((t*)(- (ptrdiff_t) offsetof(t,f) + (char*)(p)))
  /toolchain/binutils/binutils-2.25/include/
objalloc.h 56 #ifndef offsetof
60 #ifndef offsetof
61 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
63 #define OBJALLOC_ALIGN offsetof (struct objalloc_align, d)
  /external/clang/test/Sema/
pragma-pack-5.c 38 extern int check[offsetof(struct s3, f4) == 6 ? 1 : -1];
46 extern int check[offsetof(struct s4, f3) == 2 ? 1 : -1];
  /external/libcxx/test/std/depr/depr.c.headers/
stddef_h.pass.cpp 19 #ifndef offsetof
20 #error offsetof not defined
  /external/libunwind/src/mips/
gen-offsets.c 6 printf ("#define LINUX_UC_" N "_OFF\t0x%X\n", offsetof (ucontext_t, X))
9 printf ("#define LINUX_SC_" N "_OFF\t0x%X\n", offsetof (struct sigcontext, X))
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stddef_h.pass.cpp 19 #ifndef offsetof
20 #error offsetof not defined
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
icrsint.h 37 #define ADO_FIXED_LENGTH_ENTRY(Ordinal,DataType,Buffer,Status,Modify) {Ordinal,DataType,0,0,0,offsetof(ADORowClass,Buffer),offsetof(ADORowClass,Status),0,classoffset(CADORecordBinding,ADORowClass),Modify},
38 #define ADO_FIXED_LENGTH_ENTRY2(Ordinal,DataType,Buffer,Modify) {Ordinal,DataType,0,0,0,offsetof(ADORowClass,Buffer),0,0,classoffset(CADORecordBinding,ADORowClass),Modify},
39 #define ADO_NUMERIC_ENTRY(Ordinal,DataType,Buffer,Precision,Scale,Status,Modify) {Ordinal,DataType,Precision,Scale,0,offsetof(ADORowClass,Buffer),offsetof(ADORowClass,Status),0,classoffset(CADORecordBinding,ADORowClass),Modify},
40 #define ADO_NUMERIC_ENTRY2(Ordinal,DataType,Buffer,Precision,Scale,Modify) {Ordinal,DataType,Precision,Scale,0,offsetof(ADORowClass,Buffer),0,0,classoffset(CADORecordBinding,ADORowClass),Modify},
41 #define ADO_VARIABLE_LENGTH_ENTRY(Ordinal,DataType,Buffer,Size,Status,Length,Modify) {Ordinal,DataType,0,0,Size,offsetof(ADORowClass,Buffer),offsetof(ADORowClass,Status),offsetof(ADORowClass,Length),classoffset(CADORecordBinding,ADORowClass),Modify},
42 #define ADO_VARIABLE_LENGTH_ENTRY2(Ordinal,DataType,Buffer,Size,Status,Modify) {Ordinal,DataType,0,0,Size,offsetof(ADORowClass,Buffer),offsetof(ADORowClass,Status),0,classoffset(CADORecordBinding,ADORowClass),Modi (…)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_debugmodes.c 59 print_mi_data(cm, mvs, "Partitions:", offsetof(MB_MODE_INFO, sb_type));
60 print_mi_data(cm, mvs, "Modes:", offsetof(MB_MODE_INFO, mode));
61 print_mi_data(cm, mvs, "Skips:", offsetof(MB_MODE_INFO, skip));
62 print_mi_data(cm, mvs, "Ref frame:", offsetof(MB_MODE_INFO, ref_frame[0]));
63 print_mi_data(cm, mvs, "Transform:", offsetof(MB_MODE_INFO, tx_size));
64 print_mi_data(cm, mvs, "UV Modes:", offsetof(MB_MODE_INFO, uv_mode));
  /external/elfutils/libelf/
elf_getident.c 57 || (offsetof (struct Elf, state.elf32.ehdr)
58 == offsetof (struct Elf, state.elf64.ehdr))
elf_getscn.c 59 || (offsetof (struct Elf, state.elf32.scns)
60 == offsetof (struct Elf, state.elf64.scns))
elf_newscn.c 54 assert (offsetof (Elf, state.elf.scns_last)
55 == offsetof (Elf, state.elf32.scns_last));
56 assert (offsetof (Elf, state.elf.scns_last)
57 == offsetof (Elf, state.elf64.scns_last));
58 assert (offsetof (Elf, state.elf32.scns)
59 == offsetof (Elf, state.elf64.scns));
71 || (offsetof (Elf, state.elf32.scns)
72 == offsetof (Elf, state.elf64.scns))
  /external/libchrome/sandbox/linux/bpf_dsl/
seccomp_macros.h 42 #define SECCOMP_NR_IDX (offsetof(struct arch_seccomp_data, nr))
43 #define SECCOMP_ARCH_IDX (offsetof(struct arch_seccomp_data, arch))
44 #define SECCOMP_IP_MSB_IDX (offsetof(struct arch_seccomp_data, \
46 #define SECCOMP_IP_LSB_IDX (offsetof(struct arch_seccomp_data, \
48 #define SECCOMP_ARG_MSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \
50 #define SECCOMP_ARG_LSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \
104 #define SECCOMP_NR_IDX (offsetof(struct arch_seccomp_data, nr))
105 #define SECCOMP_ARCH_IDX (offsetof(struct arch_seccomp_data, arch))
106 #define SECCOMP_IP_MSB_IDX (offsetof(struct arch_seccomp_data, \
108 #define SECCOMP_IP_LSB_IDX (offsetof(struct arch_seccomp_data,
    [all...]
  /external/skia/src/sfnt/
SkOTTable_maxp_CFF.h 27 static_assert(offsetof(SkOTTableMaximumProfile_CFF, numGlyphs) == 4, "SkOTTableMaximumProfile_CFF_numGlyphs_not_at_4");
  /external/strace/linux/arm/
arch_sigreturn.c 12 offsetof(struct ucontext, uc_sigmask)) :
  /external/strace/linux/crisv10/
arch_sigreturn.c 10 const long addr = regs[PT_USP] + offsetof(struct sigcontext, oldmask);
  /external/fio/profiles/
tiobench.c 40 .off1 = offsetof(struct tiobench_options, size),
49 .off1 = offsetof(struct tiobench_options, bs),
59 .off1 = offsetof(struct tiobench_options, loops),
68 .off1 = offsetof(struct tiobench_options, dir),
77 .off1 = offsetof(struct tiobench_options, nthreads),
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-mach-o.c 314 filetype = (*fetch_32) (b + offsetof (struct mach_o_header_32, filetype));
326 omr->cputype = (*fetch_32) (b + offsetof (struct mach_o_header_32, cputype));
328 + offsetof (struct mach_o_header_32,
330 omr->ncmds = (*fetch_32) (b + offsetof (struct mach_o_header_32, ncmds));
331 omr->flags = (*fetch_32) (b + offsetof (struct mach_o_header_32, flags));
336 + offsetof (struct mach_o_header_64,
366 + offsetof (struct mach_o_section_32, offset));
368 + offsetof (struct mach_o_section_32, size));
373 + offsetof (struct mach_o_section_64, offset));
375 + offsetof (struct mach_o_section_64, size))
    [all...]
  /device/google/contexthub/firmware/inc/
util.h 30 #define alignof(type) offsetof(struct { char x; type field; }, field)
34 ((struct_name *)((char *)(addr) - offsetof(struct_name, field_name)))
  /external/libunwind/src/arm/
gen-offsets.c 7 printf ("#define LINUX_UC_" N "_OFF\t0x%X\n", offsetof (ucontext_t, X))
10 printf ("#define LINUX_SC_" N "_OFF\t0x%X\n", offsetof (struct sigcontext, X))
  /external/libunwind/src/sh/
gen-offsets.c 7 printf ("#define LINUX_UC_" N "_OFF\t0x%X\n", offsetof (ucontext_t, X))
10 printf ("#define LINUX_SC_" N "_OFF\t0x%X\n", offsetof (struct sigcontext, X))
  /prebuilts/gdb/darwin-x86/include/python2.7/
structmember.h 10 #include <stddef.h> /* For offsetof */
12 /* The offsetof() macro calculates the offset of a structure member
18 #ifndef offsetof
19 #define offsetof(type, member) ( (int) & ((type*)0) -> member ) macro
  /prebuilts/gdb/linux-x86/include/python2.7/
structmember.h 10 #include <stddef.h> /* For offsetof */
12 /* The offsetof() macro calculates the offset of a structure member
18 #ifndef offsetof
19 #define offsetof(type, member) ( (int) & ((type*)0) -> member ) macro
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
structmember.h 10 #include <stddef.h> /* For offsetof */
12 /* The offsetof() macro calculates the offset of a structure member
18 #ifndef offsetof
19 #define offsetof(type, member) ( (int) & ((type*)0) -> member ) macro
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
structmember.h 10 #include <stddef.h> /* For offsetof */
12 /* The offsetof() macro calculates the offset of a structure member
18 #ifndef offsetof
19 #define offsetof(type, member) ( (int) & ((type*)0) -> member ) macro
  /external/blktrace/
rbtree.h 113 #undef offsetof macro
115 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
117 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
122 (type *)( (char *)__mptr - offsetof(type,member) );})

Completed in 1137 milliseconds

12 3 4 5 6 7 8 91011>>