Home
last modified time | relevance | path

Searched refs:current (Results 401 - 425 of 1679) sorted by relevance

1...<<11121314151617181920>>...68

/third_party/node/deps/v8/src/base/
H A Dthreaded-list.h113 T* current = first(); in Remove() local
114 if (current == v) { in Remove()
119 while (current != nullptr) { in Remove()
120 T* next = *TLTraits::next(current); in Remove()
122 *TLTraits::next(current) = *TLTraits::next(next); in Remove()
126 tail_ = TLTraits::next(current); in Remove()
130 current = next; in Remove()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_cache.c150 struct util_cache_entry *current = &cache->entries[i]; in util_cache_entry_get() local
152 if (current->state == FILLED) { in util_cache_entry_get()
153 if (current->hash == hash && in util_cache_entry_get()
154 cache->compare(key, current->key) == 0) in util_cache_entry_get()
155 return current; in util_cache_entry_get()
159 first_unfilled = current; in util_cache_entry_get()
161 if (current->state == EMPTY) in util_cache_entry_get()
/third_party/skia/src/gpu/v1/
H A DClipStack.h128 void markInvalid(const SaveRecord& current);
129 void restoreValid(const SaveRecord& current);
143 void updateForElement(RawElement* added, const SaveRecord& current);
148 bool combine(const RawElement& other, const SaveRecord& current);
160 // popped from the stack, and is stable as the current save record is modified.
172 Mask(const SaveRecord& current, const SkIRect& bounds);
183 bool appliesToDraw(const SaveRecord& current, const SkIRect& drawBounds) const;
290 // Will return the current save record, properly updating deferred saves
297 const SaveRecord& current, const SkIRect& bounds,
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c831 if (rctx->ps_shader->current->shader.gs_prim_id_input && !rctx->gs_shader) { in r600_shader_selector_key()
833 key->vs.prim_id_out = rctx->ps_shader->current->shader.input[rctx->ps_shader->current->shader.ps_prim_id_input].spi_sid; in r600_shader_selector_key()
917 /* Select the hw shader variant depending on the current state.
918 * (*dirty) is set to 1 if current variant was changed */
936 if (likely(sel->current && memcmp(&sel->current->key, &key, sizeof(key)) == 0)) { in r600_shader_select()
942 struct r600_pipe_shader *p = sel->current, *c = p->next_variant; in r600_shader_select()
963 sel->current = NULL; in r600_shader_select()
975 shader->next_variant = sel->current; in r600_shader_select()
1648 r600_update_clip_state(struct r600_context *rctx, struct r600_pipe_shader *current) r600_update_clip_state() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap_region_allocator.h39 size_t current = annoMemoryUsage_.fetch_add(bytes, std::memory_order_relaxed) + bytes; in IncreaseAnnoMemoryUsage() local
41 while (current > max && !maxAnnoMemoryUsage_.compare_exchange_weak(max, current, std::memory_order_relaxed)) { in IncreaseAnnoMemoryUsage()
/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_device_mitigation.h35 int32_t ChargerRequest(uint32_t current);
36 int32_t ExecuteChargerRequest(uint32_t current, const std::string &path);
37 int32_t BatteryCurrentRequest(uint32_t current);
/third_party/gn/misc/vim/
H A Dgn-format.py14 # be used. It operates on the current, potentially unsaved buffer and does not
29 # Get the current text.
30 buf = vim.current.buffer
51 # Otherwise, replace current buffer.
57 sequence = difflib.SequenceMatcher(None, vim.current.buffer, lines)
60 vim.current.buffer[op[1]:op[2]] = lines[op[3]:op[4]]
/arkcompiler/ets_frontend/es2panda/parser/context/
H A DparserContext.h75 explicit ParserContext(ParserContext *current, ParserStatus newStatus, util::StringView label = "") in ParserContext() argument
76 : program_(current->program_), prev_(current), label_(label) in ParserContext()
78 ParserStatus currentStatus = current->status_; in ParserContext()
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Ddrm_vsync_worker.cpp96 struct timespec current; in WaitNextVBlank() local
100 clock_gettime(CLOCK_MONOTONIC, &current); in WaitNextVBlank()
101 return (uint64_t)(current.tv_sec * SEC_TO_NSEC + current.tv_nsec); in WaitNextVBlank()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DStringCharacterIterator.java123 return current(); in first()
139 return current(); in last()
154 return current(); in setIndex()
158 * Implements CharacterIterator.current() for String.
159 * @see CharacterIterator#current
163 public char current() in current() method in StringCharacterIterator
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DStringCharacterIterator.java125 return current(); in first()
141 return current(); in last()
156 return current(); in setIndex()
160 * Implements CharacterIterator.current() for String.
161 * @see CharacterIterator#current
165 public char current() in current() method in StringCharacterIterator
/third_party/libuv/test/
H A Dtest-mutexes.c99 int current; in synchronize() local
103 for (current = step; current == step; uv_cond_wait(&condvar, &mutex)); in synchronize()
104 ASSERT_EQ(step, current + 1); in synchronize()
/third_party/libsnd/src/
H A Dhtk.c106 { sf_count_t current ; in htk_write_header() local
109 current = psf_ftell (psf) ; in htk_write_header()
114 /* Reset the current header length to zero. */ in htk_write_header()
136 if (current > 0) in htk_write_header()
137 psf_fseek (psf, current, SEEK_SET) ; in htk_write_header()
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_context.c68 * Set up the vbo->currval arrays to point at the context's current
76 /* Set up a constant (Stride == 0) array for each current in init_legacy_currval()
83 struct gl_array_attributes *attrib = &vbo->current[attr]; in init_legacy_currval()
99 struct gl_array_attributes *attrib = &vbo->current[attr]; in init_generic_currval()
112 /* Set up a constant (StrideB == 0) array for each current in init_mat_currval()
117 struct gl_array_attributes *attrib = &vbo->current[attr]; in init_mat_currval()
203 return &vbo->current[_vbo_attribute_alias_map[vmp][attr]]; in _vbo_current_attrib()
/third_party/node/deps/v8/src/execution/
H A Dsimulator.h51 return Simulator::current(isolate)->StackLimit(c_limit); in JsLimitFromCLimit()
54 // Returns the current stack address on the simulator stack frame.
61 return Simulator::current(isolate)->PushAddress(kPlaceHolder); in RegisterJSStackComparableAddress()
66 Simulator::current(isolate)->PopAddress(); in UnregisterJSStackComparableAddress()
84 // Returns the current stack address on the native stack frame.
132 return Simulator::current(isolate_)->template Call<Return>( in Call()
/third_party/node/deps/v8/src/bigint/
H A Dmul-fft.cc366 bool ShouldDecrementM(const Parameters& current, const Parameters& next, in ShouldDecrementM() argument
369 if (current.K == 64 && next.K >= 112) return false; in ShouldDecrementM()
371 if (current.s < 6) return true; in ShouldDecrementM()
380 double factor = static_cast<double>(after_next.K) / current.K; in ShouldDecrementM()
381 if ((current.s == 6 && factor < 3.85) || // -- in ShouldDecrementM()
382 (current.s == 7 && factor < 3.73) || // -- in ShouldDecrementM()
383 (current.s == 8 && factor < 3.55) || // -- in ShouldDecrementM()
384 (current.s == 9 && factor < 3.50) || // -- in ShouldDecrementM()
392 if (current.K >= 160 && current in ShouldDecrementM()
406 Parameters current; GetParameters() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc197 return input_->current().text == text; in LookingAt()
201 return input_->current().type == token_type; in LookingAtType()
235 *output = input_->current().text; in ConsumeIdentifier()
247 if (!io::Tokenizer::ParseInteger(input_->current().text, kint32max, in ConsumeInteger()
278 if (!io::Tokenizer::ParseInteger(input_->current().text, max_value, in ConsumeInteger64()
294 *output = io::Tokenizer::ParseFloat(input_->current().text); in ConsumeNumber()
300 if (!io::Tokenizer::ParseInteger(input_->current().text, kuint64max, in ConsumeNumber()
324 io::Tokenizer::ParseString(input_->current().text, output); in ConsumeString()
328 io::Tokenizer::ParseStringAppend(input_->current().text, output); in ConsumeString()
353 // If the current locatio in TryConsumeEndOfDeclaration()
[all...]
/third_party/node/deps/llhttp/src/
H A Dllhttp.c230 const unsigned char* current; member
243 unsigned char current; in llparse__match_sequence_id() local
245 current = *p; in llparse__match_sequence_id()
246 if (current == seq[index]) { in llparse__match_sequence_id()
258 res.current = p; in llparse__match_sequence_id()
262 res.current = p; in llparse__match_sequence_id()
275 unsigned char current; in llparse__match_sequence_to_lower() local
277 current = ((*p) >= 'A' && (*p) <= 'Z' ? (*p | 0x20) : (*p)); in llparse__match_sequence_to_lower()
278 if (current == seq[index]) { in llparse__match_sequence_to_lower()
290 res.current in llparse__match_sequence_to_lower()
307 unsigned char current; llparse__match_sequence_to_lower_unsafe() local
8396 const unsigned char* current; global() member
8409 unsigned char current; llparse__match_sequence_to_lower() local
8441 unsigned char current; llparse__match_sequence_to_lower_unsafe() local
8473 unsigned char current; llparse__match_sequence_id() local
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
H A DXLIFF2ICUConverter.java221 "-s or --sourcedir source directory for files followed by path, default is current directory.\n" + in usage()
222 "-d or --destdir destination directory, followed by the path, default is current directory.\n" + in usage()
528 Resource current = set; in writeResource()
529 while(current!=null){ in writeResource()
530 current.write(writer, 0, false); in writeResource()
531 current = current.next; in writeResource()
758 ResourceInt current = (ResourceInt) first; in write()
759 while(current != null){ in write()
760 //current in write()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dalphaindex.cpp375 const UnicodeString &fixLabel(const UnicodeString &current, UnicodeString &temp) { in fixLabel() argument
376 if (!current.startsWith(BASE, BASE_LENGTH)) { in fixLabel()
377 return current; in fixLabel()
379 UChar rest = current.charAt(BASE_LENGTH); in fixLabel()
393 return temp.setTo(current, BASE_LENGTH); in fixLabel()
468 UnicodeString &current = *getString(indexCharacters, i); in createBucketList() local
469 if (collatorPrimaryOnly_->compare(current, *scriptUpperBoundary, errorCode) >= 0) { in createBucketList()
475 if (collatorPrimaryOnly_->compare(current, *scriptUpperBoundary, errorCode) < 0) { in createBucketList()
489 // Add a bucket with the current label. in createBucketList()
491 new Bucket(fixLabel(current, tem in createBucketList()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dalphaindex.cpp375 const UnicodeString &fixLabel(const UnicodeString &current, UnicodeString &temp) { in fixLabel() argument
376 if (!current.startsWith(BASE, BASE_LENGTH)) { in fixLabel()
377 return current; in fixLabel()
379 char16_t rest = current.charAt(BASE_LENGTH); in fixLabel()
393 return temp.setTo(current, BASE_LENGTH); in fixLabel()
468 UnicodeString &current = *getString(indexCharacters, i); in createBucketList() local
469 if (collatorPrimaryOnly_->compare(current, *scriptUpperBoundary, errorCode) >= 0) { in createBucketList()
475 if (collatorPrimaryOnly_->compare(current, *scriptUpperBoundary, errorCode) < 0) { in createBucketList()
489 // Add a bucket with the current label. in createBucketList()
491 new Bucket(fixLabel(current, tem in createBucketList()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dalphaindex.cpp374 const UnicodeString &fixLabel(const UnicodeString &current, UnicodeString &temp) { in fixLabel() argument
375 if (!current.startsWith(BASE, BASE_LENGTH)) { in fixLabel()
376 return current; in fixLabel()
378 UChar rest = current.charAt(BASE_LENGTH); in fixLabel()
392 return temp.setTo(current, BASE_LENGTH); in fixLabel()
468 UnicodeString &current = *getString(indexCharacters, i); in createBucketList() local
469 if (collatorPrimaryOnly_->compare(current, *scriptUpperBoundary, errorCode) >= 0) { in createBucketList()
475 if (collatorPrimaryOnly_->compare(current, *scriptUpperBoundary, errorCode) < 0) { in createBucketList()
491 // Add a bucket with the current label. in createBucketList()
492 bucket = new Bucket(fixLabel(current, tem in createBucketList()
[all...]
/third_party/icu/icu4c/source/samples/cal/
H A Dcal.c420 /* Print out a calendar for c's current month */
430 int32_t firstday, current; in print_month() local
490 current = firstday; in print_month()
491 if(current < 0) in print_month()
493 current += 7; in print_month()
495 for(i = 0; i < current; ++i) in print_month()
502 /* Format the current day string */ in print_month()
506 pad = lens[current] - u_strlen(s); in print_month()
513 /* Update the current day */ in print_month()
514 ++current; in print_month()
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D3-2.c112 void *current; in overflow() local
113 long stacksize = sysconf(_SC_THREAD_STACK_MIN); /* make sure we touch the current stack memory */ in overflow()
130 current = overflow(&current); in overflow()
142 return current; in overflow()
146 if (((long)arg) < ((long)&current)) { in overflow()
148 if (((long)&current) - ((long)arg) >= stacksize) { in overflow()
151 arg, &current); in overflow()
156 if (((long)arg) - ((long)&current) >= stacksize) { in overflow()
159 arg, &current); in overflow()
[all...]
/third_party/skia/third_party/externals/icu/source/samples/cal/
H A Dcal.c420 /* Print out a calendar for c's current month */
430 int32_t firstday, current; in print_month() local
490 current = firstday; in print_month()
491 if(current < 0) in print_month()
493 current += 7; in print_month()
495 for(i = 0; i < current; ++i) in print_month()
502 /* Format the current day string */ in print_month()
506 pad = lens[current] - u_strlen(s); in print_month()
513 /* Update the current day */ in print_month()
514 ++current; in print_month()
[all...]

Completed in 24 milliseconds

1...<<11121314151617181920>>...68