Home
last modified time | relevance | path

Searched defs:start (Results 476 - 500 of 4178) sorted by relevance

1...<<11121314151617181920>>...168

/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
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_image.c29 softpipe_set_shader_images(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start, unsigned num, unsigned unbind_num_trailing_slots, const struct pipe_image_view *images) softpipe_set_shader_images() argument
63 softpipe_set_shader_buffers(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start, unsigned num, const struct pipe_shader_buffer *buffers, unsigned writable_bitmask) softpipe_set_shader_buffers() argument
/third_party/musl/libc-test/src/functionalext/supplement/mman/
H A Dmincore.c49 void *start = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in mincore_0100() local
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberMatch.java56 private final int start; field in PhoneNumberMatch
69 PhoneNumberMatch(int start, String rawString, PhoneNumber number) { in PhoneNumberMatch() argument
87 public int start() { start() method in PhoneNumberMatch
[all...]
/third_party/python/Tools/scripts/
H A Dabitype.py195 start = m.start() variable
/third_party/pulseaudio/src/tests/
H A Dcpulimit-test.c40 static time_t start; variable
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DToken.cpp32 void Token::setAtStartOfLine(bool start) in setAtStartOfLine() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DBlobCache_unittest.cpp23 void MakeSequence(T &seq, uint8_t start) in MakeSequence() argument
/third_party/vk-gl-cts/execserver/
H A DxsPosixFileReader.cpp44 void FileReader::start (const char* filename) in start() function in xs::posix::FileReader
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DToken.cpp40 void Token::setAtStartOfLine(bool start) in setAtStartOfLine() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregeximp.cpp66 CaseFoldingUCharIterator::CaseFoldingUCharIterator(const UChar *chars, int64_t start, int64_t limit) : in CaseFoldingUCharIterator() argument
H A Dtitletrn.cpp97 int32_t start; in handleTransliterate() local
[all...]
/third_party/skia/third_party/externals/icu/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/skia/third_party/externals/icu/source/tools/toolutil/
H A Dcollationinfo.cpp129 int32_t start = 0; in printReorderRanges() local
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A DFullDuplexAnalyzer.cpp20 oboe::Result FullDuplexAnalyzer::start() { in start() function in FullDuplexAnalyzer
H A DFullDuplexEcho.cpp20 oboe::Result FullDuplexEcho::start() { in start() function in FullDuplexEcho

Completed in 8 milliseconds

1...<<11121314151617181920>>...168