/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ptrace.tex | 9 \end{Name} 118 \end{Description} 134 \end{document}
|
/third_party/libbpf/src/ |
H A D | ringbuf.c | 134 * end of a ring buffer. See kernel implementation for details. in ring_buffer__add() 448 * simple reading and writing of samples that wrap around the end of in user_ringbuf_map() 582 static __u64 ns_elapsed_timespec(const struct timespec *start, const struct timespec *end) in ns_elapsed_timespec() argument 587 end_ns = (__u64)end->tv_sec * ns_per_s + end->tv_nsec; in ns_elapsed_timespec()
|
/third_party/libabigail/tools/ |
H A D | kmidiff.cc | 93 }; // end struct options. 302 i != opts.suppression_paths.end(); in maybe_check_suppression_files() 309 i != opts.kabi_whitelist_paths.end(); in maybe_check_suppression_files() 371 p != modules.end(); in print_kernel_dist_binary_paths_under()
|
/third_party/mbedtls/library/ |
H A D | memory_buffer_alloc.c | 657 unsigned char *p, *q, *r, *end; in mbedtls_memory_buffer_alloc_self_test() local 680 /* Memorize end to compare with the next test */ in mbedtls_memory_buffer_alloc_self_test() 681 end = heap.buf + heap.len; in mbedtls_memory_buffer_alloc_self_test() 695 TEST_ASSERT(heap.buf + heap.len == end); in mbedtls_memory_buffer_alloc_self_test()
|
H A D | psa_crypto_rsa.c | 158 uint8_t *end = data + data_size; in mbedtls_psa_rsa_export_key() local 164 ret = mbedtls_rsa_write_key(rsa, data, &end); in mbedtls_psa_rsa_export_key() 166 ret = mbedtls_rsa_write_pubkey(rsa, data, &end); in mbedtls_psa_rsa_export_key() 175 /* The mbedtls_pk_xxx functions write to the end of the buffer. in mbedtls_psa_rsa_export_key()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_merge_regs.c | 178 unsigned end = MIN2(a_end, b_end); in can_skip_interference() local 182 .size = end - start, in can_skip_interference() 187 .size = end - start, in can_skip_interference()
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | pgmdump2.c | 127 #define U(s, start, end) \ 128 dump_unknown(state, s->unk_##start##_##end, 0x##start, \ 129 (4 + 0x##end - 0x##start) / 4) 167 * end of shader binary to (roughly) establish the start of the string in dump_unknown() 528 /* note: allow hex dumps to go a bit past the end of the buffer.. in main() 562 /* note: allow hex dumps to go a bit past the end of the buffer.. in main()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_ssa_elimination.cpp | 114 /* insert parallelcopies for the linear phis at the end of blocks just before the branch */ in insert_parallelcopies() 121 std::vector<aco_ptr<Instruction>>::iterator it = block.instructions.end(); in insert_parallelcopies() 324 std::any_of(block.linear_succs.begin(), block.linear_succs.end(), in eliminate_useless_exec_writes_in_block() 360 auto new_end = std::remove(block.instructions.begin(), block.instructions.end(), nullptr); in eliminate_useless_exec_writes_in_block() 390 } /* end namespace */
|
/third_party/libwebsockets/test-apps/ |
H A D | test-client.c | 255 unsigned char **p = (unsigned char **)in, *end = (*p) + len; in callback_dumb_increment() local 259 (unsigned char *)"29", 2, p, end)) in callback_dumb_increment() 264 33, p, end)) in callback_dumb_increment()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | device.cpp | 60 return std::find_if(extensions.begin(), extensions.end(), in get_highest_supported_version() 63 }) != extensions.end(); in get_highest_supported_version() 398 return { v.begin(), v.end() }; in max_block_size()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir_lower_fs_out_to_vector.cpp | 289 if (entry.first != m_block_io.end()) { in vec_instr_set_remove() 330 std::sort(ir_sorted_set.begin(), ir_sorted_set.end(), in vec_instr_stack_pop() 365 for (auto k = ir_sorted_set.begin() + 1; k != ir_sorted_set.end(); ++k) { in vec_instr_stack_pop()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_cfg.cpp | 135 if (ends_block(this->end()) || in can_combine_with() 254 assert(cur_if->end()->opcode == BRW_OPCODE_IF); in cfg_t() 255 assert(!cur_else || cur_else->end()->opcode == BRW_OPCODE_ELSE); in cfg_t() 324 * end of the loop which is why the successor is not the top-level in cfg_t() 351 * control flow until the end of the loop if the condition is in cfg_t() 379 * control flow until the end of the loop, just like the BREAK in cfg_t() 583 * because we index blocks from beginning -> end (i.e. reverse post-order) in intersect()
|
/third_party/node/deps/v8/tools/testrunner/testproc/ |
H A D | progress.py | 310 print(status, end='') 346 print("\033[1K\r", end='') 361 print(("\r" + (" " * last_length) + "\r"), end='')
|
/third_party/node/deps/v8/tools/mb/ |
H A D | mb_test.py | 75 end = kwargs.get('end', '\n') 78 self.err += sep.join(args) + end 80 self.out += sep.join(args) + end
|
/third_party/node/src/ |
H A D | node_sockaddr.h | 259 const std::shared_ptr<SocketAddress>& end); 292 std::shared_ptr<SocketAddress> end; member 296 const std::shared_ptr<SocketAddress>& end);
|
/third_party/nghttp2/src/ |
H A D | memchunk_test.cc | 252 CU_ASSERT(std::equal(std::begin(b) + 12, std::end(b), std::begin(d))); in test_peek_memchunks_append() 280 CU_ASSERT(std::equal(std::begin(b) + 12, std::end(b), std::begin(d))); in test_peek_memchunks_disable_peek_drain() 308 CU_ASSERT(std::equal(std::begin(b), std::end(b), std::begin(d))); in test_peek_memchunks_disable_peek_no_drain()
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_getnameinfo.c | 231 char *end = ares_striendstr(host->h_name, domain); in nameinfo_callback() local 232 if (end) { in nameinfo_callback() 233 *end = 0; in nameinfo_callback() 409 /* Jump to the end of s1 minus the length of s2 */ in ares_striendstr()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationdatareader.cpp | 152 // If we have reorder codes, then build the reorderTable at the end, in read() 313 UChar32 start, end; in read() local 314 uset_getSerializedRange(&sset, i, &start, &end); in read() 315 tailoring.unsafeBackwardSet->add(start, end); in read()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_target.cpp | 222 !fi.end(); fi.next()) { in prepareEmission() 260 for (IteratorRef it = func->cfg.iteratorCFG(); !it->end(); it->next()) in prepareEmission() 371 for (ArrayList::Iterator fi = allFuncs.iterator(); !fi.end(); fi.next()) { in emitBinary()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | colldata.cpp | 361 UChar32 start = 0, end = 0; in CollData() local 363 int32_t len = uset_getItem(charsToTest, item, &start, &end, in CollData() 367 for (UChar32 ch = start; ch <= end; ch += 1) { in CollData() 428 // Maybe use [:HST=T:] and look for the end of the last range? in CollData()
|
/third_party/icu/icu4c/source/tools/gensprep/ |
H A D | store.c | 470 storeRange(uint32_t start, uint32_t end, UStringPrepType type, UErrorCode* status){ in storeRange() argument 479 if(start == end){ in storeRange() 521 if(!utrie_setRange32(sprepTrie, start, end+1, trieWord, false)){ in storeRange()
|
/third_party/libdrm/radeon/ |
H A D | bof.c | 279 static int bof_read(bof_t *root, FILE *file, long end, int level) in bof_read() argument 284 if (ftell(file) >= end) { in bof_read() 330 return bof_read(root, file, end, level); in bof_read()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify09.c | 319 const char *filename, *end; in event_filename() local 327 end = (char *)event_fid + event_fid->hdr.len; in event_filename() 330 return (filename == end) ? "" : filename; in event_filename()
|
/third_party/ltp/testcases/realtime/lib/ |
H A D | librttest.c | 94 nsec_t start, end; in calibrate_busyloop() local 100 end = rt_gettime(); in calibrate_busyloop() 102 iters_per_us = (CALIBRATE_LOOPS * NS_PER_US) / (end - start); in calibrate_busyloop()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | loop-variable-optimizer.cc | 106 if (var != induction_vars_.end()) { in VisitBackedge() 113 if (var != induction_vars_.end()) { in VisitBackedge() 217 if (var != induction_vars_.end()) { in FindInductionVariable()
|