| /third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_cbc_hmac_sha256_hw.c | 132 HASH_DESC hash_d[8], edges[8]; in tls1_multi_block_encrypt() local [all...] |
| H A D | cipher_aes_cbc_hmac_sha1_hw.c | 128 HASH_DESC hash_d[8], edges[8]; in tls1_multi_block_encrypt() local [all...] |
| /third_party/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_cbc_hmac_sha256_hw.c | 132 HASH_DESC hash_d[8], edges[8]; in tls1_multi_block_encrypt() local [all...] |
| H A D | cipher_aes_cbc_hmac_sha1_hw.c | 128 HASH_DESC hash_d[8], edges[8]; in tls1_multi_block_encrypt() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | dominator_tree.cpp | 338 std::vector<std::pair<BasicBlock*, BasicBlock*>> edges; in InitializeTree() local 292 GetDominatorEdges( const Function* f, const BasicBlock* placeholder_start_node, std::vector<std::pair<BasicBlock*, BasicBlock*>>* edges) GetDominatorEdges() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | dominator_tree.cpp | 338 std::vector<std::pair<BasicBlock*, BasicBlock*>> edges; in InitializeTree() local 292 GetDominatorEdges( const Function* f, const BasicBlock* placeholder_start_node, std::vector<std::pair<BasicBlock*, BasicBlock*>>* edges) GetDominatorEdges() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
| H A D | Graph.h | 355 EdgeView<false> edges() { return EdgeView<false>(*this); } edges() function in llvm::xray::Graph 357 EdgeView<true> edges() const { return EdgeView<true>(*this); } edges() function in llvm::xray::Graph [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
| H A D | graphcycles_test.cc | 50 static bool IsReachable(Edges *edges, int from, int to, in IsReachable() argument 67 static void PrintEdges(Edges *edges) { in PrintEdges() argument 89 static void PrintTransitiveClosure(Nodes *nodes, Edges *edges) { in PrintTransitiveClosure() argument 115 static void CheckTransitiveClosure(Nodes *nodes, Edges *edges, const IdMap &id, in CheckTransitiveClosure() argument 136 CheckEdges(Nodes *nodes, Edges *edges, const IdMap &id, GraphCycles *gc) CheckEdges() argument 176 RandomEdge(RandomEngine* rng, Edges *edges) RandomEdge() argument 182 EdgeIndex(Edges *edges, int from, int to) EdgeIndex() argument 194 Edges edges; // from, to TEST() local [all...] |
| /third_party/spirv-tools/source/opt/ |
| H A D | dominator_tree.cpp | 325 std::vector<std::pair<BasicBlock*, BasicBlock*>> edges; in InitializeTree() local 279 GetDominatorEdges( const Function* f, const BasicBlock* placeholder_start_node, std::vector<std::pair<BasicBlock*, BasicBlock*>>* edges) GetDominatorEdges() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | h264_loopfilter.c | 359 int edges; in h264_filter_mb_fast_internal() local 487 const int edges = mask_edge== 3 && !(sl->cbp&15) ? 1 : 4; in filter_mb_dir() local
|
| H A D | vp9recon.c | 72 } edges[N_INTRA_PRED_MODES] = { in check_intra_mode() local
|
| /third_party/node/src/ |
| H A D | heap_utils.cc | 171 Local<Value> edges; in CreateObject() local
|
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | e_aes_cbc_hmac_sha256.c | 160 HASH_DESC hash_d[8], edges[8]; in tls1_1_multi_block_encrypt() local [all...] |
| H A D | e_aes_cbc_hmac_sha1.c | 165 HASH_DESC hash_d[8], edges[8]; in tls1_1_multi_block_encrypt() local [all...] |
| /third_party/openssl/crypto/evp/ |
| H A D | e_aes_cbc_hmac_sha256.c | 160 HASH_DESC hash_d[8], edges[8]; in tls1_1_multi_block_encrypt() local [all...] |
| H A D | e_aes_cbc_hmac_sha1.c | 165 HASH_DESC hash_d[8], edges[8]; in tls1_1_multi_block_encrypt() local [all...] |
| /third_party/skia/src/core/ |
| H A D | SkDistanceFieldGen.cpp | 73 static void init_glyph_data(DFData* data, unsigned char* edges, const unsigned char* image, in init_glyph_data() argument 156 static void init_distances(DFData* data, unsigned char* edges, int width, int height) { in init_distances() argument
|
| /third_party/skia/tests/ |
| H A D | TriangulatingPathRendererTests.cpp | 840 simplify(const EdgeMap& edges, SkPathFillType fillType) simplify() argument [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | cord_rep_btree.h | 709 Add( absl::Span<CordRep* const> edges) Add() argument 724 Add( absl::Span<CordRep* const> edges) Add() argument [all...] |
| /third_party/ninja/src/ |
| H A D | build_test.cc | 293 deque<Edge*> edges;
in TEST_F() local [all...] |
| /third_party/libinput/src/ |
| H A D | evdev-mt-touchpad-buttons.c | 629 struct device_coords edges; in tp_init_softbuttons() local 689 struct device_coords edges; tp_init_top_softbuttons() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_shader.h | 193 edge_queue edges; member in r600_sb::coalescer
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
| H A D | RangeTree.java | 132 private final ImmutableList<Edge> edges; global() field in RangeTree.Node 170 Node(ImmutableList<Edge> edges, boolean canTerminate) Node() argument [all...] |
| /third_party/skia/third_party/externals/freetype/src/autofit/ |
| H A D | afhints.h | 322 AF_Edge edges; /* edges array */ global() member 330 AF_EdgeRec edges[AF_EDGES_EMBEDDED]; global() member [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| H A D | X86DomainReassignment.cpp | 340 iterator_range<const_edge_iterator> edges() const { in edges() function in __anon24920::Closure
|