Home
last modified time | relevance | path

Searched defs:header (Results 951 - 975 of 2679) sorted by relevance

1...<<31323334353637383940>>...108

/third_party/node/deps/openssl/openssl/ssl/
H A Ds3_cbc.c158 ssl3_cbc_digest_record(const EVP_MD *md, unsigned char *md_out, size_t *md_out_size, const unsigned char *header, const unsigned char *data, size_t data_size, size_t data_plus_mac_plus_padding_size, const unsigned char *mac_secret, size_t mac_secret_length, char is_sslv3) ssl3_cbc_digest_record() argument
[all...]
/third_party/libabigail/src/
H A Dabg-symtab-reader.cc207 GElf_Ehdr* header = gelf_getehdr(elf_handle, &ehdr_mem); in load_() local
/third_party/rust/crates/clap/src/output/
H A Dhelp_template.rs806 fn header<T: Into<String>>(&mut self, msg: T) { in header() functions
/third_party/pcre2/pcre2/src/sljit/
H A DsljitProtExecAllocator.c254 struct chunk_header *header = ((struct chunk_header *)chunk) - 1; in free_chunk() local
273 struct block_header header; member
318 struct block_header *header; in sljit_malloc_exec() local
400 struct block_header *header; sljit_free_exec() local
[all...]
/third_party/openssl/apps/
H A Dasn1parse.c70 char *name = NULL, *header = NULL, *prog; in asn1parse_main() local
/third_party/vk-gl-cts/execserver/tools/
H A DxsClient.cpp105 vector<deUint8> header; in readMessage() local
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Dparser.cc388 const auto& header = headers[j]; in ProcessVertexDataBlock() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate.cpp169 spv_header_t header; in ValidateBinaryUsingContextAndValidationState() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dfold_test.cpp115 static const std::string header = R"(OpCapability Shader in Header() local
7554 std::string header = R"( in FloatControlsHeader() local
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_id_test.cpp3763 std::string header = kGLSL450MemoryModel + kDeeplyNestedStructureSetup; in TEST_P() local
3766 spirv << header << "\n"; in TEST_P() local
3826 std::string header = kGLSL450MemoryModel + kDeeplyNestedStructureSetup; in TEST_P() local
3829 spirv << header << "\n"; in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLDirectCompositionTest.cpp62 HSTRING_HEADER header; variable
/third_party/skia/src/gpu/geometry/
H A DGrQuadBuffer.h198 inline Header* header(char* entry) { header() function in GrQuadBuffer
201 inline const Header* header(const char* entry) const { header() function in GrQuadBuffer
[all...]
/third_party/skia/src/core/
H A DSkFontStream.cpp59 SkSharedTTHeader* header = (SkSharedTTHeader*)storage.get(); in count_tables() local
158 SfntHeader header; GetTableTags() local
174 SfntHeader header; GetTableData() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DSwiftConfig.cpp518 char header[1024]; in send() local
/third_party/openssl/ssl/
H A Ds3_cbc.c158 ssl3_cbc_digest_record(const EVP_MD *md, unsigned char *md_out, size_t *md_out_size, const unsigned char *header, const unsigned char *data, size_t data_size, size_t data_plus_mac_plus_padding_size, const unsigned char *mac_secret, size_t mac_secret_length, char is_sslv3) ssl3_cbc_digest_record() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DEbscTable.java61 private EbscTable(Header header, ReadableFontData data) { in EbscTable() argument
114 public static Builder createBuilder(Header header, WritableFontData data) { in createBuilder() argument
122 Builder(Header header, WritableFontData data) Builder() argument
130 Builder(Header header, ReadableFontData data) Builder() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DHorizontalHeaderTable.java59 private HorizontalHeaderTable(Header header, ReadableFontData data) { in HorizontalHeaderTable() argument
130 public static Builder createBuilder(Header header, WritableFontData data) { in createBuilder() argument
134 protected Builder(Header header, WritableFontData data) { in Builder() argument
138 protected Builder(Header header, ReadableFontDat argument
[all...]
H A DMaximumProfileTable.java62 private MaximumProfileTable(Header header, ReadableFontData data) { in MaximumProfileTable() argument
136 public static Builder createBuilder(Header header, WritableFontData data) { in createBuilder() argument
140 protected Builder(Header header, WritableFontData data) { in Builder() argument
144 protected Builder(Header header, ReadableFontDat argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
H A DGlyphTable.java67 private GlyphTable(Header header, ReadableFontData data) { in GlyphTable() argument
87 public static Builder createBuilder(Header header, WritableFontData data) { in createBuilder() argument
97 Builder(Header header, WritableFontData data) Builder() argument
107 Builder(Header header, ReadableFontData data) Builder() argument
[all...]
H A DLocaTable.java40 private LocaTable(Header header, ReadableFontData data, IndexToLocFormat version, int numGlyphs) { in LocaTable() argument
179 public static Builder createBuilder(Header header, WritableFontData data) { in createBuilder() argument
183 private Builder(Header header, WritableFontData data) { in Builder() argument
187 private Builder(Header header, ReadableFontDat argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate.cpp169 spv_header_t header; in ValidateBinaryUsingContextAndValidationState() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dfold_test.cpp115 static const std::string header = R"(OpCapability Shader in Header() local
7624 std::string header = R"( in FloatControlsHeader() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_id_test.cpp3763 std::string header = kGLSL450MemoryModel + kDeeplyNestedStructureSetup; in TEST_P() local
3766 spirv << header << "\n"; in TEST_P() local
3826 std::string header = kGLSL450MemoryModel + kDeeplyNestedStructureSetup; in TEST_P() local
3829 spirv << header << "\n"; in TEST_P() local
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dalpha_enc.c117 uint8_t header; in EncodeAlphaInternal() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationdatareader.cpp55 const DataHeader *header = reinterpret_cast<const DataHeader *>(inBytes); in read() local

Completed in 50 milliseconds

1...<<31323334353637383940>>...108