/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 965 // 'name' usually contains \0 at the end. Remove it in notes() 996 // 'name' usually contains \0 at the end. Remove it in notes() 1019 std::begin( note_tag_table ), std::end( note_tag_table ), in note() 1023 if ( name_group != std::end( note_tag_table ) ) { in note() 1025 name_group->values.begin(), name_group->values.end(), in note() 1031 if ( name_group != std::end( note_tag_table ) && in note() 1032 type_value != name_group->values.end() ) { in note()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_adeclick.c | 250 int i, start, end; in find_index() local 256 end = size - 1; in find_index() 258 while (start <= end) { in find_index() 259 i = (end + start) / 2; in find_index() 263 end = i - 1; in find_index()
|
H A D | vf_curves.c | 250 goto end; in interpolate() 334 end: in interpolate() 373 goto end; \ in parse_psfile() 400 goto end; in parse_psfile() 405 end: in parse_psfile()
|
/third_party/ffmpeg/libavutil/ |
H A D | eval.c | 717 goto end; in av_expr_parse() 719 av_log(&p, AV_LOG_ERROR, "Invalid chars '%s' at the end of expression '%s'\n", p.s, s0); in av_expr_parse() 721 goto end; in av_expr_parse() 725 goto end; in av_expr_parse() 730 goto end; in av_expr_parse() 734 end: in av_expr_parse()
|
/third_party/ffmpeg/libavformat/ |
H A D | segment.c | 375 goto end; in segment_end() 396 goto end; in segment_end() 453 end: in segment_end() 470 #define FAIL(err) ret = err; goto end in parse_times() 512 end: in parse_times() 902 /* sanitize end time in case last packet didn't have a defined duration */ in seg_write_packet()
|
/third_party/gn/src/gn/ |
H A D | functions.cc | 434 2. At the end of executing the block, any variables set within that scope 785 if (args_cur == args_vector.end()) { 813 if (args_cur != args_vector.end()) { 982 automatically appended to the end. 1379 while (pos != str.end()) { 1381 pos = find_if(pos, str.end(), [](char x) { return !std::isspace(x); }); 1382 if (pos == str.end()) { 1388 find_if(pos, str.end(), [](char x) { return std::isspace(x); }); 1556 if (found_function == function_map.end()) {
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | swscale.c | 104 int neg = -firstLumSrcY, i, end = FFMIN(c->srcH - firstLumSrcY, vLumFilterSize); in ff_updateMMXDitherTables() local 107 for ( ; i < end; i++) in ff_updateMMXDitherTables() 117 for ( ; i < end; i++) in ff_updateMMXDitherTables() 126 int neg = -firstChrSrcY, i, end = FFMIN(c->chrSrcH - firstChrSrcY, vChrFilterSize); in ff_updateMMXDitherTables() local 130 for ( ; i < end; i++) { in ff_updateMMXDitherTables()
|
/third_party/backends/sanei/ |
H A D | sanei_pa4s2.c | 364 char *end; in pa4s2_open() local 368 base = strtol (dev, &end, 0); in pa4s2_open() 370 if ((end == dev) || (*end != '\0')) in pa4s2_open() 374 DBG (6, "pa4s2_open: the part I did not understand was ...`%s`\n", end); in pa4s2_open() 593 DBG (6, "pa4s2_readend_epp: end of reading sequence\n"); in pa4s2_readend_epp() 648 DBG (6, "pa4s2_readend_uni: end of reading sequence for fd %d\n", fd); in pa4s2_readend_uni() 703 DBG (6, "pa4s2_readend_nib: end of reading sequence for fd %d\n", fd); in pa4s2_readend_nib()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationDataBuilder.java | 300 // The caller will copy this builder in the end, in suppressContractions() 400 * Negative for the end of the list. 689 void copyRangeCE32(int start, int end, int ce32) { in copyRangeCE32() argument 691 dest.trie.setRange(start, end, ce32, true); in copyRangeCE32() 693 dest.contextChars.add(start, end); in copyRangeCE32() 799 enumRangeForCopy(int start, int end, int value, CopyHelper helper) { in enumRangeForCopy() argument 801 helper.copyRangeCE32(start, end, value); in enumRangeForCopy()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cbiapts.c | 163 int32_t start,pos,end,to; in TestBreakIteratorCAPI() local 268 end=ubrk_last(word); in TestBreakIteratorCAPI() 269 if(end!=49) in TestBreakIteratorCAPI() 271 log_verbose("last (word = %d\n", (int32_t)end); in TestBreakIteratorCAPI() 274 log_verbose("%d %d\n", end, pos); in TestBreakIteratorCAPI() 1082 * "Expected expOffset -1" means "expected the end of the offsets"
|
/third_party/icu/icu4c/source/common/ |
H A D | putil.cpp | 741 /* Allow at maximum 2 numbers at the end of the id to support zone id's in isValidOlsonID() 2243 /* end of platform-specific implementation -------------- */ 2249 char *end; local 2258 versionArray[part]=(uint8_t)uprv_strtoul(versionString, &end, 10); 2259 if(end==versionString || ++part==U_MAX_VERSION_LENGTH || *end!=U_VERSION_DELIMITER) { 2262 versionString=end+1;
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationDataBuilder.java | 301 // The caller will copy this builder in the end, in suppressContractions() 393 * Negative for the end of the list. 678 void copyRangeCE32(int start, int end, int ce32) { in copyRangeCE32() argument 680 dest.trie.setRange(start, end, ce32, true); in copyRangeCE32() 682 dest.contextChars.add(start, end); in copyRangeCE32() 788 enumRangeForCopy(int start, int end, int value, CopyHelper helper) { in enumRangeForCopy() argument 790 helper.copyRangeCE32(start, end, value); in enumRangeForCopy()
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind.tex | 9 \end{Name} 81 that there are more frames in the chain, zero indicates that the end 166 \end{verbatim} 319 \end{Description} 359 \end{document}
|
/third_party/node/deps/icu-small/source/common/ |
H A D | putil.cpp | 741 /* Allow at maximum 2 numbers at the end of the id to support zone id's in isValidOlsonID() 2258 /* end of platform-specific implementation -------------- */ 2264 char *end; local 2273 versionArray[part]=(uint8_t)uprv_strtoul(versionString, &end, 10); 2274 if(end==versionString || ++part==U_MAX_VERSION_LENGTH || *end!=U_VERSION_DELIMITER) { 2277 versionString=end+1;
|
/third_party/mesa3d/src/intel/tools/ |
H A D | aubinator_viewer_decoder.cpp | 631 str_ends_with(const char *str, const char *end) in str_ends_with() argument 633 int offset = strlen(str) - strlen(end); in str_ends_with() 637 return strcmp(str + offset, end) == 0; in str_ends_with() 902 const uint32_t *p, *batch = (const uint32_t *) _batch, *end = batch + batch_size / sizeof(uint32_t); in aub_viewer_render_batch() local 913 for (p = batch; p < end; p += length) { in aub_viewer_render_batch()
|
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_exec_api.c | 81 exec->vtx.markers[last].end = 0; in vbo_exec_wrap_buffers() 87 !exec->vtx.markers[last].end) { in vbo_exec_wrap_buffers() 284 * begin/end so that they don't bloat the vertices. in vbo_exec_wrap_upgrade_vertex() 352 /* Just have to append the new attribute at the end */ in vbo_exec_wrap_upgrade_vertex() 836 * begin/end pairs. in _mesa_Begin() 893 &exec->vtx.markers[prev].end, in try_vbo_merge() 895 exec->vtx.markers[cur].end)) in try_vbo_merge() 935 exec->vtx.markers[last].end = 1; in _mesa_End() 949 * end of vertex buffer so we can draw it as a line strip. in _mesa_End() 956 /* copy 0th vertex to end o in _mesa_End() [all...] |
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_stream.c | 648 buf.last = buf.end; in nghttp3_stream_write_data() 727 dest->buf.end = tbuf->buf.end; in nghttp3_stream_outq_add() 905 assert(chunk->end == tbuf->buf.end); in stream_pop_outq_entry()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | expand.c | 1058 unsigned long off, end; in verify_nonoverlapping() local 1068 end = off + bit_range(b); in verify_nonoverlapping() 1074 if (off == 0 && end == whole) in verify_nonoverlapping() 1077 if (end > max) { in verify_nonoverlapping() 1078 max = end; in verify_nonoverlapping() 1170 expression_error(expr, "internal front-end error: sizeof in expansion?"); in expand_expression()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | raw-machine-assembler.cc | 244 } else if (block == schedule_->end()) { in MakeReschedulable() 536 DCHECK(current_block_ != schedule()->end()); in Goto() 544 DCHECK(current_block_ != schedule()->end()); in Branch() 571 DCHECK_NE(schedule()->end(), current_block_); in Switch() 758 args.begin(), args.end(), std::next(nodes.begin()), in CallCFunctionImpl()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-scopes.cc | 179 const int end = scope->end_position(); in SetClosureScopeIfFound() local 180 if (start == break_scope_start_ && end == break_scope_end_) { in SetClosureScopeIfFound() 189 const int end = scope->end_position(); in ContainsPosition() local 192 // functions that have the same end position. in ContainsPosition() 194 closure_scope_ ? position_ < end : position_ <= end; in ContainsPosition() 230 // The source position at return is always the end of the function,
|
/third_party/node/deps/v8/src/torque/ |
H A D | csa-generator.cc | 43 if (cfg_.end() && *cfg_.end() == block) continue; in EmitGraph() 62 if (cfg_.end()) { in EmitGraph() 64 return EmitBlock(*cfg_.end()); in EmitGraph() 172 std::reverse(args.begin(), args.end()); in ProcessArgumentsCommon()
|
/third_party/mksh/ |
H A D | lex.c | 93 Lex_state *end; member 156 if (++statep == state_info.end) \ 213 state_info.end = &state_info.base[STATE_BSIZE]; in yylex() 260 /* possibly end ${ :;} */ in yylex() 649 /* end of EXPRSUB */ in yylex() 1157 /* end of here document marker, what to do? */ in readhere() 1181 /* nope, mismatch; read until end of line */ in readhere() 1674 /* end of variable part */ in get_brace_var() 1805 si->end = &news[STATE_BSIZE]; in push_state_i() 1815 si->end in pop_state_i() [all...] |
H A D | shf.c | 451 * no bytes were read, returns 0 if end of file was seen, -1 if a read 487 * before end of file, returns a pointer to the NUL byte in buf 493 unsigned char *end; in shf_getse() local 515 end = (unsigned char *)memchr((char *)shf->rp, '\n', in shf_getse() 517 ncopy = end ? end - shf->rp + 1 : shf->rnleft; in shf_getse() 533 } while (!end && bsize); in shf_getse() 547 /* Returns the char read. Returns -1 for error and end of file. */
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_pair_schedule.c | 251 /* Adding Ready TEX instructions to the end of the "Ready List" helps in instruction_ready() 492 * presubtract sources end up in the correct spot. This function assumes that 1248 struct rc_instruction * begin, struct rc_instruction * end) in schedule_block() 1254 for(struct rc_instruction * inst = begin; inst != end; inst = inst->Next) { in schedule_block() 1299 begin->Prev->Next = end; in schedule_block() 1300 end->Prev = begin->Prev; in schedule_block() 1305 emit_instruction(s, end); in schedule_block() 1247 schedule_block(struct schedule_state * s, struct rc_instruction * begin, struct rc_instruction * end) schedule_block() argument
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | evp_enc.c | 1133 goto end; in EVP_CIPHER_CTX_ctrl() 1191 goto end; in EVP_CIPHER_CTX_ctrl() 1196 goto end; in EVP_CIPHER_CTX_ctrl() 1281 goto end; in EVP_CIPHER_CTX_ctrl() 1292 end: in EVP_CIPHER_CTX_ctrl()
|