| /third_party/mesa3d/src/util/ |
| H A D | u_worklist.h | 58 unsigned start; member
|
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | bi_layout.c | 91 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 D | midgard_liveness.c | 78 mir_is_live_after(compiler_context *ctx, midgard_block *block, midgard_instruction *start, int src) in mir_is_live_after() argument
|
| H A D | midgard_opt_copy_prop.c | 72 unsigned start = in midgard_opt_copy_prop() local
|
| /third_party/mesa3d/src/util/tests/ |
| H A D | vector_test.cpp | 27 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 D | simplethread.cpp | 24 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 D | collationinfo.cpp | 129 int32_t start = 0; in printReorderRanges() local
|
| /third_party/icu/icu4c/source/samples/break/ |
| H A D | break.cpp | 53 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 D | ubreak.c | 23 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 D | seq_file.h | 10 void * (*start) (struct seq_file *m, loff_t *pos); member
|
| /third_party/ltp/testcases/kernel/mce-test/tsrc/kinclude/linux/ |
| H A D | seq_file.h | 10 void * (*start) (struct seq_file *m, loff_t *pos); member
|
| /third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/ |
| H A D | clock_nanosleep03.c | 50 struct tst_ts start, end, sleep_abs; in verify_clock_nanosleep() local
|
| /third_party/libphonenumber/cpp/src/phonenumbers/ |
| H A D | encoding_utils.h | 41 static const char* BackUpOneUTF8Character(const char* start, in BackUpOneUTF8Character() argument
|
| H A D | phonenumbermatch.cc | 31 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 D | test_ip4.c | 17 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 D | select-lowering.h | 31 Node* start() const { return start_; } in start() function in v8::internal::compiler::final
|
| /third_party/node/deps/v8/src/base/ |
| H A D | vlq-base64.cc | 37 int32_t VLQBase64Decode(const char* start, size_t sz, size_t* pos) { in VLQBase64Decode() argument
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | marking-barrier-inl.h | 46 inline void MarkingBarrier::MarkRange(HeapObject host, TSlot start, TSlot end) { in MarkRange() argument
|
| /third_party/musl/libc-test/src/functionalext/supplement/linux/ |
| H A D | remap_file_pages.c | 121 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 D | fd3_query.c | 84 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 D | u_index_modify.c | 29 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 D | u_range.h | 45 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 D | pthread_tsd.c | 16 static void *start(void *arg) in start() function
|
| H A D | test-malloc-disable.c | 51 time_t start = time(0); in test_malloc_while_disabled() local
|
| /third_party/musl/libc-test/src/common/ |
| H A D | runtest.c | 17 static int start(char *wrap, char *argv[]) in start() function
|