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

12 3 4 5 6 7 8 91011>>

  /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))
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stddef_h.pass.cpp 19 #ifndef offsetof
20 #error offsetof not defined
  /system/connectivity/wifilogd/tests/
protocol_unittest.cpp 40 EXPECT_EQ(0U, offsetof(AsciiMessage, data_len));
43 EXPECT_EQ(2U, offsetof(AsciiMessage, tag_len));
46 EXPECT_EQ(3U, offsetof(AsciiMessage, severity));
56 EXPECT_EQ(0U, offsetof(Command, src_boottime_nsec));
59 EXPECT_EQ(8U, offsetof(Command, sequence_num));
62 EXPECT_EQ(10U, offsetof(Command, opcode));
65 EXPECT_EQ(12U, offsetof(Command, payload_len));
70 EXPECT_EQ(14U, offsetof(Command, reserved));
  /system/security/keystore/
blob.h 66 offsetof(blobv3, initialization_vector) == offsetof(blobv2, vector) &&
67 offsetof(blobv3, aead_tag) == offsetof(blobv2, digest) &&
68 offsetof(blobv3, aead_tag) == offsetof(blobv2, encrypted) &&
69 offsetof(blobv3, length) == offsetof(blobv2, length) &&
70 offsetof(blobv3, value) == offsetof(blobv2, value) variable
    [all...]
  /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...]
  /art/tools/cpp-define-generator/
offset_codeitem.def 20 #include <cstddef> // offsetof
27 DEFINE_OFFSET_EXPR(CodeItem, field_name, int32_t, offsetof(art::DexFile::CodeItem, field_name ## _))
  /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/strace/tests/
ioctl_dm.c 55 ALIGNED_SIZE(offsetof(t_, m_), t_)
67 offsetof(struct dm_ioctl, data);
188 tail_alloc(offsetof(struct dm_ioctl, data));
357 init_s(&s.ioc, sizeof(s), offsetof(struct s, u));
406 init_s(&dm_arg_open1->ioc, offsetof(struct dm_table_open_test, target1),
407 offsetof(struct dm_table_open_test, target1));
421 offsetof(struct dm_table_open_test, target1)
424 offsetof(struct dm_table_open_test, target1)
429 init_s(&dm_arg_open2->ioc, offsetof(struct dm_table_open_test, param1),
430 offsetof(struct dm_table_open_test, target1))
    [all...]
  /external/strace/tests-m32/
ioctl_dm.c 55 ALIGNED_SIZE(offsetof(t_, m_), t_)
67 offsetof(struct dm_ioctl, data);
188 tail_alloc(offsetof(struct dm_ioctl, data));
357 init_s(&s.ioc, sizeof(s), offsetof(struct s, u));
406 init_s(&dm_arg_open1->ioc, offsetof(struct dm_table_open_test, target1),
407 offsetof(struct dm_table_open_test, target1));
421 offsetof(struct dm_table_open_test, target1)
424 offsetof(struct dm_table_open_test, target1)
429 init_s(&dm_arg_open2->ioc, offsetof(struct dm_table_open_test, param1),
430 offsetof(struct dm_table_open_test, target1))
    [all...]
  /external/strace/tests-mx32/
ioctl_dm.c 55 ALIGNED_SIZE(offsetof(t_, m_), t_)
67 offsetof(struct dm_ioctl, data);
188 tail_alloc(offsetof(struct dm_ioctl, data));
357 init_s(&s.ioc, sizeof(s), offsetof(struct s, u));
406 init_s(&dm_arg_open1->ioc, offsetof(struct dm_table_open_test, target1),
407 offsetof(struct dm_table_open_test, target1));
421 offsetof(struct dm_table_open_test, target1)
424 offsetof(struct dm_table_open_test, target1)
429 init_s(&dm_arg_open2->ioc, offsetof(struct dm_table_open_test, param1),
430 offsetof(struct dm_table_open_test, target1))
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
stddef.h 56 /** The offsetof macro determines the offset of the beginning of a structure
66 #define offsetof(StrucName, Member) OFFSET_OF(StrucName, Member) macro
  /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(ucontext_t, uc_sigmask)) :
  /external/strace/linux/crisv10/
arch_sigreturn.c 11 regs[PT_USP] + offsetof(struct sigcontext, oldmask);
  /external/strace/linux/sparc64/
rt_sigframe.h 48 offsetof(struct_rt_sigframe, mask)
  /external/strace/
rt_sigreturn.c 38 offsetof(struct_rt_sigframe, uc.uc_sigmask)
  /external/fio/profiles/
tiobench.c 41 .off1 = offsetof(struct tiobench_options, size),
50 .off1 = offsetof(struct tiobench_options, bs),
60 .off1 = offsetof(struct tiobench_options, loops),
69 .off1 = offsetof(struct tiobench_options, dir),
78 .off1 = offsetof(struct tiobench_options, nthreads),
  /external/fio/
options.c 1478 .off1 = offsetof(struct thread_options, description),
1487 .off1 = offsetof(struct thread_options, name),
1496 .off1 = offsetof(struct thread_options, wait_for),
1505 .off1 = offsetof(struct thread_options, filename),
1516 .off1 = offsetof(struct thread_options, directory),
1526 .off1 = offsetof(struct thread_options, filename_format),
1537 .off1 = offsetof(struct thread_options, unique_filename),
1547 .off1 = offsetof(struct thread_options, file_lock_mode),
    [all...]
  /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/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
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/libcxx/test/std/depr/depr.c.headers/
stddef_h.pass.cpp 20 #ifndef offsetof
21 #error offsetof not defined

Completed in 764 milliseconds

12 3 4 5 6 7 8 91011>>