Home
last modified time | relevance | path

Searched full:export_size (Results 1 – 25 of 44) sorted by relevance

12

/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_psa_crypto_persistent_key.function266 size_t export_size = data->len;
270 TEST_CALLOC(exported, export_size);
307 PSA_ASSERT(psa_export_key(key_id, exported, export_size,
H A Dtest_suite_psa_crypto.function1518 size_t export_size;
1524 export_size = (ptrdiff_t) data->len + export_size_delta;
1525 TEST_CALLOC(exported, export_size);
1527 TEST_CALLOC(reexported, export_size);
1539 export_size -= 1;
1553 status = psa_export_key(key, exported, export_size, &exported_length);
1557 * and export_size. On errors, the exported length must be 0. */
1560 TEST_LE_U(exported_length, export_size);
1563 export_size - exported_length));
1587 export_size,
[all …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_psa_crypto_persistent_key.function264 size_t export_size = data->len;
268 TEST_CALLOC(exported, export_size);
305 PSA_ASSERT(psa_export_key(key_id, exported, export_size,
H A Dtest_suite_psa_crypto.function1781 size_t export_size;
1787 export_size = (ptrdiff_t) data->len + export_size_delta;
1788 TEST_CALLOC(exported, export_size);
1790 TEST_CALLOC(reexported, export_size);
1802 export_size -= 1;
1816 status = psa_export_key(key, exported, export_size, &exported_length);
1820 * and export_size. On errors, the exported length must be 0. */
1823 TEST_LE_U(exported_length, export_size);
1826 export_size - exported_length));
1850 export_size,
[all …]
/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/
H A Dout_of_order_linkedit.yaml69 export_size: 48
210 #CHECK: export_size: 48
H A Dload_commands.yaml69 export_size: 48
195 #CHECK: export_size: 48
H A Drebase_opcode.yaml36 export_size: 48
H A Dweak_bind_opcode.yaml36 export_size: 48
H A Dbind_opcode.yaml36 export_size: 48
H A Dexport_trie.yaml69 export_size: 48
H A Dsections.yaml179 export_size: 48
H A Dlazy_bind_opcode.yaml36 export_size: 48
H A Dsymtab.yaml71 export_size: 48
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp81 assert((DyLdInfoCommand.export_size == O.Exports.Trie.size()) && in totalSize()
83 Ends.push_back(DyLdInfoCommand.export_off + DyLdInfoCommand.export_size); in totalSize()
372 assert((DyLdInfoCommand.export_size == O.Exports.Trie.size()) && in writeExportInfo()
H A DMachOLayoutBuilder.cpp409 MLC.dyld_info_command_data.export_size = DyldInfoExportsTrieSize; in layoutTail()
/aosp_15_r20/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp249 IO.mapRequired("export_size", LoadCommand.export_size); in mapping()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp273 IO.mapRequired("export_size", LoadCommand.export_size); in mapping()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp314 IO.mapRequired("export_size", LoadCommand.export_size); in mapping()
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/AArch64/
H A Dmacho-private-headers.test234 EXE: export_size 48
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/ARM/
H A Dmacho-private-headers.test268 EXE: export_size 44
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DMachO.h829 uint32_t export_size; member
1082 sys::swapByteOrder(info.export_size); in swapStruct()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h834 uint32_t export_size; member
1090 sys::swapByteOrder(info.export_size); in swapStruct()
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/X86/
H A Dmacho-private-headers.test290 EXE: export_size 48
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMachO.h867 uint32_t export_size; member
1119 sys::swapByteOrder(info.export_size); in swapStruct()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
H A DMachO.h890 uint32_t export_size; member
1258 sys::swapByteOrder(info.export_size); in swapStruct()

12