Home
last modified time | relevance | path

Searched defs:curr (Results 1 – 25 of 254) sorted by relevance

1234567891011

/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
Dpcy_tree.c100 X509_POLICY_LEVEL *curr) in tree_print()
312 static int tree_link_matching_nodes(X509_POLICY_LEVEL *curr, in tree_link_matching_nodes()
343 static int tree_link_nodes(X509_POLICY_LEVEL *curr, in tree_link_nodes()
377 static int tree_add_unmatched(X509_POLICY_LEVEL *curr, in tree_add_unmatched()
405 static int tree_link_unmatched(X509_POLICY_LEVEL *curr, in tree_link_unmatched()
445 static int tree_link_any(X509_POLICY_LEVEL *curr, in tree_link_any()
507 static int tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) in tree_prune()
592 X509_POLICY_LEVEL *curr; in tree_calculate_authority_set() local
703 X509_POLICY_LEVEL *curr = tree->levels + 1; in tree_evaluate() local
734 X509_POLICY_LEVEL *curr; in X509_policy_tree_free() local
/external/openssl/crypto/x509v3/
Dpcy_tree.c97 X509_POLICY_LEVEL *curr) in tree_print()
310 static int tree_link_matching_nodes(X509_POLICY_LEVEL *curr, in tree_link_matching_nodes()
340 static int tree_link_nodes(X509_POLICY_LEVEL *curr, in tree_link_nodes()
374 static int tree_add_unmatched(X509_POLICY_LEVEL *curr, in tree_add_unmatched()
402 static int tree_link_unmatched(X509_POLICY_LEVEL *curr, in tree_link_unmatched()
442 static int tree_link_any(X509_POLICY_LEVEL *curr, in tree_link_any()
504 static int tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) in tree_prune()
589 X509_POLICY_LEVEL *curr; in tree_calculate_authority_set() local
699 X509_POLICY_LEVEL *curr = tree->levels + 1; in tree_evaluate() local
730 X509_POLICY_LEVEL *curr; in X509_policy_tree_free() local
/external/chromium_org/third_party/WebKit/Source/core/paint/
DInlineFlowBoxPainter.cpp80 for (InlineBox* curr = m_inlineFlowBox.firstChild(); curr; curr = curr->nextOnLine()) { in paint() local
116 … for (InlineFlowBox* curr = m_inlineFlowBox.prevLineBox(); curr; curr = curr->prevLineBox()) in paintFillLayer() local
119 for (InlineFlowBox* curr = &m_inlineFlowBox; curr; curr = curr->nextLineBox()) in paintFillLayer() local
122 … for (InlineFlowBox* curr = m_inlineFlowBox.nextLineBox(); curr; curr = curr->nextLineBox()) in paintFillLayer() local
125 for (InlineFlowBox* curr = &m_inlineFlowBox; curr; curr = curr->prevLineBox()) in paintFillLayer() local
236 … for (InlineFlowBox* curr = m_inlineFlowBox.prevLineBox(); curr; curr = curr->prevLineBox()) in paintBoxDecorationBackground() local
239 for (InlineFlowBox* curr = &m_inlineFlowBox; curr; curr = curr->nextLineBox()) in paintBoxDecorationBackground() local
304 for (InlineFlowBox* curr = m_inlineFlowBox.prevLineBox(); curr; curr = curr->prevLineBox()) in paintMask() local
307 for (InlineFlowBox* curr = &m_inlineFlowBox; curr; curr = curr->nextLineBox()) in paintMask() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLineBoxList.cpp87 for (InlineFlowBox* curr = box; curr; curr = curr->nextLineBox()) in extractLineBox() local
103 for (InlineFlowBox* curr = box; curr; curr = curr->nextLineBox()) { in attachLineBox() local
132 for (InlineFlowBox* curr = m_firstLineBox; curr; curr = next) { in deleteLineBoxes() local
143 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) in dirtyLineBoxes() local
217 for (InlineFlowBox* curr = lastLineBox(); curr; curr = curr->prevLineBox()) { in hitTest() local
254 RenderObject* curr = 0; in dirtyLinesFromChangedChild() local
DInlineFlowBox.cpp67 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in getFlowSpacingLogicalWidth() local
279 RenderObject* curr = child; in isLastChildForRenderer() local
383 for (InlineBox* curr = firstChild; curr && curr != lastChild; curr = curr->nextOnLine()) { in placeBoxRangeInInlineDirection() local
457 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in requiresIdeographicBaseline() local
488 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in adjustMaxAscentAndDescent() local
557 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in computeLogicalBoxHeights() local
628 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in placeBoxesInBlockDirection() local
748 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in computeMaxLogicalTop() local
768 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in flipLinesInBlockDirection() local
962 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in computeOverflow() local
[all …]
DRenderInline.cpp307 RenderBoxModelObject* curr = nextContinuation(this); in continuationBefore() local
406 RenderBoxModelObject* curr = toRenderBoxModelObject(parent()); in splitInlines() local
566 else if (InlineFlowBox* curr = firstLineBox()) { in generateLineBoxRects() local
583 for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { in generateCulledLineBoxRects() local
896 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) { in linesBoundingBox() local
917 for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { in culledInlineFirstLineBox() local
941 for (RenderObject* curr = lastChild(); curr; curr = curr->previousSibling()) { in culledInlineLastLineBox() local
970 for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { in culledInlineVisualOverflowBoundingBox() local
1015 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) { in linesVisualOverflowBoundingBox() local
1046 for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { in clippedOverflowRectForPaintInvalidation() local
[all …]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_rss.c89 const struct svga_blend_state *curr = svga->curr.blend; in emit_rss() local
123 const struct svga_depth_stencil_state *curr = svga->curr.depth; in emit_rss() local
203 const struct svga_rasterizer_state *curr = svga->curr.rast; in emit_rss() local
233 const struct svga_rasterizer_state *curr = svga->curr.rast; in emit_rss() local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
Dsvga_state_rss.c89 const struct svga_blend_state *curr = svga->curr.blend; in emit_rss() local
123 const struct svga_depth_stencil_state *curr = svga->curr.depth; in emit_rss() local
203 const struct svga_rasterizer_state *curr = svga->curr.rast; in emit_rss() local
233 const struct svga_rasterizer_state *curr = svga->curr.rast; in emit_rss() local
/external/chromium_org/third_party/skia/src/images/
DSkImageDecoder_FactoryRegistrar.cpp23 const SkImageDecoder_DecodeReg* curr = SkImageDecoder_DecodeReg::Head(); in image_decoder_from_stream() local
49 const SkImageDecoder_FormatReg* curr = SkImageDecoder_FormatReg::Head(); in GetStreamFormat() local
DSkImageEncoder_Factory.cpp15 const SkImageEncoder_EncodeReg* curr = SkImageEncoder_EncodeReg::Head(); in Create() local
DSkImageDecoder_FactoryDefault.cpp24 const MovieReg* curr = MovieReg::Head(); in DecodeStream() local
/external/skia/src/images/
DSkImageDecoder_FactoryRegistrar.cpp23 const SkImageDecoder_DecodeReg* curr = SkImageDecoder_DecodeReg::Head(); in image_decoder_from_stream() local
49 const SkImageDecoder_FormatReg* curr = SkImageDecoder_FormatReg::Head(); in GetStreamFormat() local
DSkImageEncoder_Factory.cpp15 const SkImageEncoder_EncodeReg* curr = SkImageEncoder_EncodeReg::Head(); in Create() local
DSkImageDecoder_FactoryDefault.cpp24 const MovieReg* curr = MovieReg::Head(); in DecodeStream() local
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dbuiltin-test.c123 static bool perf_test__matches(int curr, int argc, const char *argv[]) in perf_test__matches()
162 int curr = i++, err; in __cmd_test() local
200 int curr = i++; in perf_test__list() local
/external/chromium_org/content/shell/renderer/test_runner/
Dmock_constraints.cc37 const WebMediaConstraint& curr = mandatory_constraints[i]; in VerifyConstraints() local
50 const WebMediaConstraint& curr = optional_constraints[i]; in VerifyConstraints() local
/external/chromium_org/third_party/WebKit/Source/platform/text/
DBidiRunList.h190 Run* curr = m_firstRun; in deleteRuns() local
193 delete curr; in deleteRuns() local
211 Run* curr = m_firstRun; in reverseRuns() local
/external/chromium_org/third_party/skia/src/ports/
DSkOSFile_stdio.cpp50 long curr = ::ftell((FILE*)f); // remember where we are in sk_fgetsize() local
74 size_t curr = ::ftell((FILE*)f); in sk_fread() local
112 long curr = ::ftell((FILE*)f); in sk_ftell() local
/external/skia/src/ports/
DSkOSFile_stdio.cpp52 long curr = ::ftell((FILE*)f); // remember where we are in sk_fgetsize() local
76 size_t curr = ::ftell((FILE*)f); in sk_fread() local
114 long curr = ::ftell((FILE*)f); in sk_ftell() local
/external/skia/src/core/
DSkTypefaceCache.cpp19 const Rec* curr = fArray.begin(); in ~SkTypefaceCache() local
50 const Rec* curr = fArray.begin(); in findByID() local
62 const Rec* curr = fArray.begin(); in findByProcAndRef() local
/external/chromium_org/third_party/skia/src/core/
DSkTypefaceCache.cpp19 const Rec* curr = fArray.begin(); in ~SkTypefaceCache() local
50 const Rec* curr = fArray.begin(); in findByID() local
62 const Rec* curr = fArray.begin(); in findByProcAndRef() local
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSCanvasValue.cpp55 for (RenderObjectSizeCountMap::const_iterator curr = clients().begin(); curr != end; ++curr) in canvasChanged() local
62 for (RenderObjectSizeCountMap::const_iterator curr = clients().begin(); curr != end; ++curr) in canvasResized() local
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DGlyphPageTreeNode.cpp333 for (GlyphPageTreeNode* curr = this; curr; curr = curr->m_parent) in getChild() local
359 for (GlyphPageTreeNode* curr = this; curr; curr = curr->m_parent) in pruneCustomFontData() local
384 for (GlyphPageTreeNode* curr = this; curr; curr = curr->m_parent) in pruneFontData() local
/external/chromium_org/third_party/boringssl/src/ssl/pqueue/
Dpqueue.c111 pitem *curr; in pqueue_find() local
149 pitem *curr, *next; in pqueue_insert() local
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
Dos_time.h79 int64_t curr) in os_time_timeout()

1234567891011