Home
last modified time | relevance | path

Searched defs:start (Results 701 - 725 of 8875) sorted by relevance

1...<<21222324252627282930>>...355

/third_party/mesa3d/src/util/
H A Du_worklist.h58 unsigned start; member
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_layout.c91 bi_block_offset(bi_context *ctx, bi_clause *start, bi_block *target) in bi_block_offset() argument
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_liveness.c78 mir_is_live_after(compiler_context *ctx, midgard_block *block, midgard_instruction *start, int src) in mir_is_live_after() argument
H A Dmidgard_opt_copy_prop.c72 unsigned start = in midgard_opt_copy_prop() local
/third_party/mesa3d/src/util/tests/
H A Dvector_test.cpp27 static void test(uint32_t size_in_elements, uint32_t elements_to_walk, uint32_t start) in test() argument
99 uint32_t start = (1ull << 32) - 4 * sizeof(uint64_t); in TEST() local
/third_party/icu/icu4c/source/test/intltest/
H A Dsimplethread.cpp24 int SimpleThread::start() { in start() function in SimpleThread
62 void ThreadPoolBase::start() { in start() function in ThreadPoolBase
/third_party/icu/icu4c/source/tools/toolutil/
H A Dcollationinfo.cpp129 int32_t start = 0; in printReorderRanges() local
/third_party/icu/icu4c/source/samples/break/
H A Dbreak.cpp53 int32_t start = boundary.first(); in printEachForward() local
32 printTextRange( BreakIterator& iterator, int32_t start, int32_t end ) printTextRange() argument
77 int32_t start = boundary.first(); printFirst() local
86 int32_t start = boundary.previous(); printLast() local
94 int32_t start = boundary.previous(); printAt() local
[all...]
H A Dubreak.c23 void printTextRange(UChar* str, int32_t start, int32_t end) in printTextRange() argument
41 int32_t start = ubrk_first(boundary); in printEachForward() local
51 int32_t start; in printEachBackward() local
62 int32_t start = ubrk_first(boundary); printFirst() local
69 int32_t start; printLast() local
78 int32_t start; printAt() local
[all...]
/third_party/ltp/testcases/kernel/mce-test/hwpoison/kinclude/linux/
H A Dseq_file.h10 void * (*start) (struct seq_file *m, loff_t *pos); member
/third_party/ltp/testcases/kernel/mce-test/tsrc/kinclude/linux/
H A Dseq_file.h10 void * (*start) (struct seq_file *m, loff_t *pos); member
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/
H A Dclock_nanosleep03.c50 struct tst_ts start, end, sleep_abs; in verify_clock_nanosleep() local
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dencoding_utils.h41 static const char* BackUpOneUTF8Character(const char* start, in BackUpOneUTF8Character() argument
H A Dphonenumbermatch.cc31 PhoneNumberMatch::PhoneNumberMatch(int start, in PhoneNumberMatch() argument
45 int PhoneNumberMatch::start() const { in start() function in i18n::phonenumbers::PhoneNumberMatch
61 void PhoneNumberMatch::set_start(int start) { in set_start() argument
/third_party/lwip/test/unit/ip4/
H A Dtest_ip4.c17 create_ip4_input_fragment(u16_t ip_id, u16_t start, u16_t len, int last) in create_ip4_input_fragment() argument
/third_party/node/deps/v8/src/compiler/
H A Dselect-lowering.h31 Node* start() const { return start_; } in start() function in v8::internal::compiler::final
/third_party/node/deps/v8/src/base/
H A Dvlq-base64.cc37 int32_t VLQBase64Decode(const char* start, size_t sz, size_t* pos) { in VLQBase64Decode() argument
/third_party/node/deps/v8/src/heap/
H A Dmarking-barrier-inl.h46 inline void MarkingBarrier::MarkRange(HeapObject host, TSlot start, TSlot end) { in MarkRange() argument
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dremap_file_pages.c121 char *start = mmap(NULL, LEN, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in remap_file_pages_0100() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_query.c84 count_samples(const struct fd_rb_samp_ctrs *start, in count_samples() argument
100 occlusion_counter_accumulate_result(struct fd_context *ctx, const void *start, in occlusion_counter_accumulate_result() argument
109 occlusion_predicate_accumulate_result(struct fd_context *ctx, const void *start, in occlusion_predicate_accumulate_result() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_index_modify.c29 util_shorten_ubyte_elts_to_userptr(struct pipe_context *context, const struct pipe_draw_info *info, unsigned add_transfer_flags, int index_bias, unsigned start, unsigned count, void *out) util_shorten_ubyte_elts_to_userptr() argument
64 util_rebuild_ushort_elts_to_userptr(struct pipe_context *context, const struct pipe_draw_info *info, unsigned add_transfer_flags, int index_bias, unsigned start, unsigned count, void *out) util_rebuild_ushort_elts_to_userptr() argument
98 util_rebuild_uint_elts_to_userptr(struct pipe_context *context, const struct pipe_draw_info *info, unsigned add_transfer_flags, int index_bias, unsigned start, unsigned count, void *out) util_rebuild_uint_elts_to_userptr() argument
H A Du_range.h45 unsigned start; /* inclusive */ member
62 util_range_add(struct pipe_resource *resource, struct util_range *range, unsigned start, unsigned end) util_range_add() argument
80 util_ranges_intersect(const struct util_range *range, unsigned start, unsigned end) util_ranges_intersect() argument
[all...]
/third_party/musl/libc-test/src/functional/
H A Dpthread_tsd.c16 static void *start(void *arg) in start() function
H A Dtest-malloc-disable.c51 time_t start = time(0); in test_malloc_while_disabled() local
/third_party/musl/libc-test/src/common/
H A Druntest.c17 static int start(char *wrap, char *argv[]) in start() function

Completed in 8 milliseconds

1...<<21222324252627282930>>...355