| /third_party/openssl/util/perl/OpenSSL/ |
| H A D | OID.pm | 100 # stops on the first that matches, we need to have them in order of longest 169 # As we currently only support a name without number as first 172 my @first = _pairmap { 182 @first, 191 # If the first component has an identifier and there are other 274 my $first = shift(@numbers) * 40 + shift(@numbers); 275 @numbers = ( $first, map { _gen_oid_bytes($_) } @numbers );
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| H A D | ImportedFunctionsInliningStatistics.cpp | 57 NonImportedCallers.push_back(It->first()); in recordInline() 124 << "function [" << Node->first() << "]" in dump() 199 return Lhs->first() < Rhs->first(); in getSortedNodes()
|
| /third_party/skia/tools/sk_app/ |
| H A D | CommandSet.cpp | 87 bool CommandSet::compareCommandKey(const Command& first, const Command& second) { in compareCommandKey() argument 88 return SK_strcasecmp(first.fKeyName.c_str(), second.fKeyName.c_str()) < 0; in compareCommandKey() 91 bool CommandSet::compareCommandGroup(const Command& first, const Command& second) { in compareCommandGroup() argument 92 return SK_strcasecmp(first.fGroup.c_str(), second.fGroup.c_str()) < 0; in compareCommandGroup() 135 // first), so no need to do that here. Otherwise, skip down so the first line is where we want. in drawHelp()
|
| /third_party/rust/crates/syn/examples/trace-var/trace-var/src/ |
| H A D | lib.rs | 43 let first = e.path.segments.first().unwrap(); in should_print_expr() 44 self.vars.contains(&first.ident) && first.arguments.is_empty() in should_print_expr()
|
| /third_party/skia/third_party/externals/freetype/src/autofit/ |
| H A D | aflatin.c | 107 * The first match wins. in af_latin_metrics_init_widths() 505 FT_Int first = 0; in af_latin_metrics_init_blues() local 509 for ( nn = 0; nn < outline.n_contours; first = last + 1, nn++ ) in af_latin_metrics_init_blues() 521 if ( last <= first ) in af_latin_metrics_init_blues() 527 for ( pp = first; pp <= last; pp++ ) in af_latin_metrics_init_blues() 541 for ( pp = first; pp <= last; pp++ ) in af_latin_metrics_init_blues() 556 best_contour_first = first; in af_latin_metrics_init_blues() 563 /* segment; we first need to find in which contour the extremum */ in af_latin_metrics_init_blues() 672 FT_Int first; in af_latin_metrics_init_blues() local 707 first in af_latin_metrics_init_blues() 1937 AF_Point first = segment->first; FT_LOCAL_DEF() local [all...] |
| /kernel/linux/linux-5.10/arch/nds32/kernel/ |
| H A D | traps.c | 27 unsigned long first; in dump_mem() local 34 * code first, just in case the backtrace kills us. in dump_mem() 41 for (first = bottom & ~31; first < top; first += 32) { in dump_mem() 48 for (p = first, i = 0; i < 8 && p < top; i++, p += 4) { in dump_mem() 57 pr_emerg("%s%04lx:%s\n", lvl, first & 0xffff, str); in dump_mem() 76 * code first, just in case the backtrace kills us. in dump_instr()
|
| /kernel/linux/linux-5.10/drivers/irqchip/ |
| H A D | irq-loongson-pch-msi.c | 55 int first; in pch_msi_allocate_hwirq() local 59 first = bitmap_find_free_region(priv->msi_map, priv->num_irqs, in pch_msi_allocate_hwirq() 61 if (first < 0) { in pch_msi_allocate_hwirq() 68 return priv->irq_first + first; in pch_msi_allocate_hwirq() 74 int first = hwirq - priv->irq_first; in pch_msi_free_hwirq() local 77 bitmap_release_region(priv->msi_map, first, get_count_order(num_req)); in pch_msi_free_hwirq()
|
| /kernel/linux/linux-5.10/scripts/dtc/ |
| H A D | srcpos.c | 133 /* Try current directory first */ in fopen_any_on_path() 314 char *pos_str, *fname, *first, *rest; in srcpos_string_comment() local 341 xasprintf(&first, "%s:%d:%d-%d:%d", fname, in srcpos_string_comment() 345 xasprintf(&first, "%s:%d", fname, in srcpos_string_comment() 353 xasprintf(&pos_str, "%s, %s", first, rest); in srcpos_string_comment() 354 free(first); in srcpos_string_comment() 357 pos_str = first; in srcpos_string_comment()
|
| /kernel/linux/linux-5.10/sound/core/oss/ |
| H A D | mulaw.c | 188 src = src_channels[channel].area.addr + src_channels[channel].area.first / 8; in mulaw_decode() 189 dst = dst_channels[channel].area.addr + dst_channels[channel].area.first / 8; in mulaw_decode() 234 src = src_channels[channel].area.addr + src_channels[channel].area.first / 8; in mulaw_encode() 235 dst = dst_channels[channel].area.addr + dst_channels[channel].area.first / 8; in mulaw_encode() 263 if (snd_BUG_ON(src_channels[channel].area.first % 8 || in mulaw_transfer() 266 if (snd_BUG_ON(dst_channels[channel].area.first % 8 || in mulaw_transfer()
|
| /kernel/linux/linux-6.6/include/net/ |
| H A D | xdp_sock_drv.h | 134 static inline struct xdp_buff *xsk_buff_get_frag(struct xdp_buff *first) in xsk_buff_get_frag() argument 136 struct xdp_buff_xsk *xskb = container_of(first, struct xdp_buff_xsk, xdp); in xsk_buff_get_frag() 157 static inline struct xdp_buff *xsk_buff_get_tail(struct xdp_buff *first) in xsk_buff_get_tail() argument 159 struct xdp_buff_xsk *xskb = container_of(first, struct xdp_buff_xsk, xdp); in xsk_buff_get_tail() 325 static inline struct xdp_buff *xsk_buff_get_frag(struct xdp_buff *first) in xsk_buff_get_frag() argument 334 static inline struct xdp_buff *xsk_buff_get_tail(struct xdp_buff *first) in xsk_buff_get_tail() argument
|
| /kernel/linux/linux-6.6/drivers/base/regmap/ |
| H A D | regcache-maple.c | 315 static int regcache_maple_insert_block(struct regmap *map, int first, in regcache_maple_insert_block() argument 319 MA_STATE(mas, mt, first, last); in regcache_maple_insert_block() 323 entry = kcalloc(last - first + 1, sizeof(unsigned long), map->alloc_flags); in regcache_maple_insert_block() 327 for (i = 0; i < last - first + 1; i++) in regcache_maple_insert_block() 328 entry[i] = map->reg_defaults[first + i].def; in regcache_maple_insert_block() 332 mas_set_range(&mas, map->reg_defaults[first].reg, in regcache_maple_insert_block()
|
| /kernel/linux/linux-6.6/scripts/dtc/ |
| H A D | srcpos.c | 133 /* Try current directory first */ in fopen_any_on_path() 314 char *pos_str, *fname, *first, *rest; in srcpos_string_comment() local 341 xasprintf(&first, "%s:%d:%d-%d:%d", fname, in srcpos_string_comment() 345 xasprintf(&first, "%s:%d", fname, in srcpos_string_comment() 353 xasprintf(&pos_str, "%s, %s", first, rest); in srcpos_string_comment() 354 free(first); in srcpos_string_comment() 357 pos_str = first; in srcpos_string_comment()
|
| /kernel/linux/linux-6.6/sound/core/oss/ |
| H A D | mulaw.c | 188 src = src_channels[channel].area.addr + src_channels[channel].area.first / 8; in mulaw_decode() 189 dst = dst_channels[channel].area.addr + dst_channels[channel].area.first / 8; in mulaw_decode() 234 src = src_channels[channel].area.addr + src_channels[channel].area.first / 8; in mulaw_encode() 235 dst = dst_channels[channel].area.addr + dst_channels[channel].area.first / 8; in mulaw_encode() 263 if (snd_BUG_ON(src_channels[channel].area.first % 8 || in mulaw_transfer() 266 if (snd_BUG_ON(dst_channels[channel].area.first % 8 || in mulaw_transfer()
|
| /third_party/eudev/src/libudev/ |
| H A D | libudev-list.c | 122 unsigned int first, last; in list_search() local 124 first = 0; in list_search() 126 while (first < last) { in list_search() 130 i = (first + last)/2; in list_search() 135 first = i+1; in list_search() 141 return -(first+1); in list_search()
|
| /third_party/alsa-utils/alsactl/ |
| H A D | utils.c | 244 iter->first = true; in snd_card_iterator_init() 268 if (iter->first) { in snd_card_iterator_next() 269 iter->first = false; in snd_card_iterator_next() 275 if (!ignore_nocards && iter->first) in snd_card_iterator_next() 279 iter->first = false; in snd_card_iterator_next() 290 return iter->first ? (ignore_nocards ? 0 : -ENODEV) : 0; in snd_card_iterator_error()
|
| /third_party/PyYAML/lib/yaml/ |
| H A D | __init__.py | 53 Parse the first YAML document in a stream 76 Parse the first YAML document in a stream 99 Parse the first YAML document in a stream 119 Parse the first YAML document in a stream 139 Parse the first YAML document in a stream 271 def add_implicit_resolver(tag, regexp, first=None, 277 first is a sequence of possible initial characters or None. 280 loader.Loader.add_implicit_resolver(tag, regexp, first) 281 loader.FullLoader.add_implicit_resolver(tag, regexp, first) 282 loader.UnsafeLoader.add_implicit_resolver(tag, regexp, first) [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_if_conversion.cpp | 114 depart_node *nd1 = static_cast<depart_node*>(r->first); in check_and_convert() 117 if_node *nif = static_cast<if_node*>(nd1->first); in check_and_convert() 120 depart_node *nd2 = static_cast<depart_node*>(nif->first); in check_and_convert() 204 depart_node *nd1 = static_cast<depart_node*>(r->first); in run_on() 207 if_node *nif = static_cast<if_node*>(nd1->first); in run_on() 210 depart_node *nd2 = static_cast<depart_node*>(nif->first); in run_on()
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_test_format.c | 148 boolean first = TRUE; in test_format_float() local 172 if (first) { in test_format_float() 176 first = FALSE; in test_format_float() 252 boolean first = TRUE; in test_format_unorm8() local 276 if (first) { in test_format_unorm8() 279 first = FALSE; in test_format_unorm8()
|
| /third_party/ltp/testcases/network/stress/ns-tools/ |
| H A D | ns-common.c | 195 * first: Fisrt value of the range. If negative, assumed 0 199 * integer value between first to last 201 int rand_within(int first, int last) in rand_within() argument 206 first = first < 0 ? 0 : first; in rand_within() 209 num = last - first + 1U; in rand_within() 210 rand_val = rand() / ((RAND_MAX + 1U) / num) + first; in rand_within()
|
| /third_party/mesa3d/src/util/ |
| H A D | u_debug.c | 131 * but its cool since we set first to false in debug_get_option_should_print() 376 int first = 1; in debug_dump_flags() local 382 if (!first) in debug_dump_flags() 385 first = 0; in debug_dump_flags() 394 if (!first) in debug_dump_flags() 397 first = 0; in debug_dump_flags() 404 if (first) in debug_dump_flags()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | LexicalScopes.cpp | 97 // current instruction scope does not match scope of first instruction in extractLexicalScopes() 174 false)).first; in getOrCreateRegularScope() 205 .first; in getOrCreateInlinedScope() 226 nullptr, true)).first; in getOrCreateAbstractScope() 263 LexicalScope *S = MI2ScopeMap.lookup(R.first); in assignInstructionRanges() 267 S->openInsnRange(R.first); in assignInstructionRanges() 296 MBBs.insert(R.first->getParent()); in getMachineBasicBlocks()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
| H A D | SpeculateAnalyses.cpp | 119 findCalles(BBFreqs[i].first, Calles); in operator ()() 182 PredSkipNodes.insert(I.first); in traverseToEntryBlock() 220 // occurs in first position. in traverseToExitBlock() 222 if (I.first == AtBB) in traverseToExitBlock() 269 traverseToEntryBlock(I.first, CallerBlocks, BackEdgesInfo, BPI, in queryCFG() 271 traverseToExitBlock(I.first, CallerBlocks, BackEdgesInfo, BPI, in queryCFG() 278 MinCallerBlocks.push_back(std::move(I.first)); in queryCFG()
|
| /third_party/skia/third_party/externals/spirv-tools/source/util/ |
| H A D | ilist.h | 106 // first of the newly inserted elements. 168 // will be removed from that list first. 177 // Returns references to the first or last element in the list. It is an 184 // Transfers [|first|, |last|) from |other| into the list at |where|. 187 void Splice(iterator where, IntrusiveList<NodeType>* other, iterator first, 319 iterator first, iterator last) { in Splice() 320 if (first == last) return; in Splice() 323 NodeType* first_prev = first.node_->previous_node_; in Splice() 326 // Attach first. in Splice() 327 where.node_->next_node_ = first in Splice() 317 Splice(iterator where, IntrusiveList<NodeType>* other, iterator first, iterator last) Splice() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| H A D | entry_points_wgl.cpp | 33 return strcmp(a.first, b) < 0; in CompareProc() 158 // Create first window surface in wglCreateContext() 234 if (entry == &g_procTable[g_numProcs] || strcmp(entry->first, lpszProc) != 0) in wglGetProcAddress() 305 BOOL GL_APIENTRY wglUseFontBitmapsA(HDC hDC, DWORD first, DWORD count, DWORD listBase) in wglUseFontBitmapsA() argument 311 BOOL GL_APIENTRY wglUseFontBitmapsW(HDC hDC, DWORD first, DWORD count, DWORD listBase) in wglUseFontBitmapsW() argument 318 DWORD first, in wglUseFontOutlinesA() 331 DWORD first, in wglUseFontOutlinesW() 317 wglUseFontOutlinesA(HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf) wglUseFontOutlinesA() argument 330 wglUseFontOutlinesW(HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf) wglUseFontOutlinesW() argument
|
| /third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/ |
| H A D | fact_manager.cpp | 32 bool first = true; in ToString() local 34 if (first) { in ToString() 35 first = false; in ToString() 44 first = true; in ToString() 46 if (first) { in ToString() 47 first = false; in ToString()
|