/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/json/ |
H A D | json.h | 775 // push the object with key and missing value on the stack and hope to find a value next 794 // move this object to the next in the stack 847 // missing key for next object 855 // missing value for next object 1078 auto next = str.substr(i + 1, 6U); 1079 if (next[0] == '\\' && next[1] == 'u') { 1080 next.remove_prefix(2); 1081 int low = codepoint(next);
|
/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_server.c | 100 enum GattServerState next; member 335 serverState->next = BLE_SERVER_STATE_NET_CHARACTERISTIC_ADDED; in IsConnCharacterisicAndSetHandle() 341 serverState->next = BLE_SERVER_STATE_CONN_CHARACTERISTIC_ADDED; in IsConnCharacterisicAndSetHandle() 382 rc = UpdateBleServerStateInOrder(serverState.expect, serverState.next); in BleCharacteristicAddMsgHandler() 399 rc = UpdateBleServerStateInOrder(serverState.next, serverState.nextNext); in BleCharacteristicAddMsgHandler()
|
/third_party/elfutils/libcpu/ |
H A D | riscv_disasm.c | 1048 size_t next = 0; in riscv_disasm() local 1050 op[next++] = REG (rd); in riscv_disasm() 1053 if (rs1 != 0 || next == 0) in riscv_disasm() 1054 op[next] = REG (rs1); in riscv_disasm() 1059 op[next] = addrbuf; in riscv_disasm()
|
/third_party/ffmpeg/libavfilter/ |
H A D | avf_showwaves.c | 70 struct frame_node *next; member 145 node = node->next; in uninit() 596 for (node = showwaves->audio_frames; node; node = node->next) { in push_single_pic() 858 f->next = NULL; in showwavespic_filter_frame() 863 showwaves->last_frame->next = f; in showwavespic_filter_frame()
|
H A D | af_loudnorm.c | 188 double this, next, max_peak; in detect_peak() local 191 next = fabs(buf[(index + c + channels) < s->limiter_buf_size ? (index + c + channels) : (index + c + channels - s->limiter_buf_size)]); in detect_peak() 193 if ((s->prev_smp[c] <= this) && (next <= this) && (this > ceiling) && (n > 0)) { in detect_peak() 198 next = fabs(buf[(index + c + (i * channels)) < s->limiter_buf_size ? (index + c + (i * channels)) : (index + c + (i * channels) - s->limiter_buf_size)]); in detect_peak() 199 if (next > this) { in detect_peak()
|
/third_party/ffmpeg/libavcodec/ |
H A D | qsvdec.c | 480 cur = cur->next; in qsv_clear_unused_frames() 502 last = &frame->next; in get_surface() 503 frame = frame->next; in get_surface() 531 cur = cur->next; in find_frame() 762 q->work_frames = cur->next; in qsv_decode_close_qsvcontext()
|
/third_party/glfw/src/ |
H A D | input.c | 862 cursor->next = _glfw.cursorListHead; in glfwCreateCursor() 896 cursor->next = _glfw.cursorListHead; in glfwCreateStandardCursor() 921 for (window = _glfw.windowListHead; window; window = window->next) in glfwDestroyCursor() 935 prev = &((*prev)->next); in glfwDestroyCursor() 937 *prev = cursor->next; in glfwDestroyCursor()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_meter.c | 613 snd_config_iterator_t i, next; in snd_pcm_meter_add_scope_conf() local 645 snd_config_for_each(i, next, type_conf) { in snd_pcm_meter_add_scope_conf() 762 snd_config_iterator_t i, next; in _snd_pcm_meter_open() local 768 snd_config_for_each(i, next, conf) { in _snd_pcm_meter_open() 816 snd_config_for_each(i, next, scopes) { in _snd_pcm_meter_open()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | CaseMapImpl.java | 53 * <p>This limit does not affect the next() function which always 78 * Iterate forward through the string to fetch the next code point 84 * <p>Iteration with next() does not affect the position for nextCaseMapCP(). 86 * @return The next code point to be case-mapped, or <0 when the iteration is done. 144 public int next() { in next() method in CaseMapImpl.StringContextIterator 313 public int next(int n) { in next() method in CaseMapImpl.WholeStringBreakIterator 319 public int next() { in next() method in CaseMapImpl.WholeStringBreakIterator 422 for (Edits.Iterator ei = edits.getCoarseIterator(); ei.next();) { in applyEdits() 697 /* find next index where to titlecase */ in toTitle() 703 index=titleIter.next(); in toTitle() [all...] |
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | AlphabeticIndexTest.java | 545 sb.append(iter.next()); in TestIndexCharactersList() 574 String collationValue = (String) it.next(); in TestBasics() 665 R4<RawCollationKey, String, Integer, Double> myRecord = myBucketIterator.next(); in TestClientSupport() 673 R4<RawCollationKey, String, Integer, Double> myRecord = myBucketIterator.next(); in TestClientSupport() 1021 Bucket<Integer> bucket = index.iterator().next(); in TestNoLabels()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | AlphabeticIndexTest.java | 548 sb.append(iter.next()); in TestIndexCharactersList() 577 String collationValue = (String) it.next(); in TestBasics() 668 R4<RawCollationKey, String, Integer, Double> myRecord = myBucketIterator.next(); in TestClientSupport() 676 R4<RawCollationKey, String, Integer, Double> myRecord = myBucketIterator.next(); in TestClientSupport() 1024 Bucket<Integer> bucket = index.iterator().next(); in TestNoLabels()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | CaseMapImpl.java | 58 * <p>This limit does not affect the next() function which always 79 * Iterate forward through the string to fetch the next code point 85 * <p>Iteration with next() does not affect the position for nextCaseMapCP(). 87 * @return The next code point to be case-mapped, or <0 when the iteration is done. 145 public int next() { in next() method in CaseMapImpl.StringContextIterator 307 public int next(int n) { in next() method in CaseMapImpl.WholeStringBreakIterator 313 public int next() { in next() method in CaseMapImpl.WholeStringBreakIterator 416 for (Edits.Iterator ei = edits.getCoarseIterator(); ei.next();) { in applyEdits() 691 /* find next index where to titlecase */ in toTitle() 697 index=titleIter.next(); in toTitle() [all...] |
/third_party/mesa3d/src/broadcom/cle/ |
H A D | v3d_decoder.c | 12 * The above copyright notice and this permission notice (including the next 464 while (previous_group->next) in start_element() 465 previous_group = previous_group->next; in start_element() 469 previous_group->next = group; in start_element() 785 iter->group->next != NULL; in iter_more_groups() 798 iter->group = iter->group->next; in iter_advance_group()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_queue.c | 11 * The above copyright notice and this permission notice (including the next 678 struct drm_v3d_extension *next, in set_ext() 682 ext->next = (uintptr_t)(void *)next; in set_ext() 694 struct drm_v3d_extension *next, in set_multisync() 718 set_ext(&ms->base, next, DRM_V3D_EXT_ID_MULTI_SYNC, 0); in set_multisync() 677 set_ext(struct drm_v3d_extension *ext, struct drm_v3d_extension *next, uint32_t id, uintptr_t flags) set_ext() argument 692 set_multisync(struct drm_v3d_multi_sync *ms, struct v3dv_submit_sync_info *sync_info, struct drm_v3d_extension *next, struct v3dv_device *device, struct v3dv_job *job, enum v3dv_queue_type queue_sync, enum v3d_queue wait_stage, bool signal_syncs) set_multisync() argument
|
/third_party/libwebsockets/lib/secure-streams/ |
H A D | secure-streams.c | 75 * For each "current state", set bit offsets for valid "next states". 1116 h->metadata[n].next = NULL; in lws_ss_create() 1118 h->metadata[n].next = &h->metadata[n + 1]; in lws_ss_create() 1119 smd = smd->next; in lws_ss_create() 1464 pmd = pmd->next; in lws_ss_destroy() 1476 pmd = pmd->next; in lws_ss_destroy() 1610 * than surprise him let's set a sul to do it next time around in _lws_ss_request_tx()
|
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/ |
H A D | index.js | 1634 const next = () => { 1646 .then(r => r?.shouldWalk(dirs, walkFilter) ? walk(r, next) : next()); 1650 walk(e, next); 1653 next();
|
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/ |
H A D | index.js | 1603 const next = () => { 1615 .then(r => r?.shouldWalk(dirs, walkFilter) ? walk(r, next) : next()); 1619 walk(e, next); 1622 next();
|
/third_party/lwip/src/apps/http/makefsdata/ |
H A D | makefsdata.c | 111 struct file_entry *next; member 367 first_file = fe->next; in main() 723 for (f = first_file; f != NULL; f = f->next) { in fix_filename_for_c() 727 /* try next unique file name */ in fix_filename_for_c() 745 fe->next = NULL; in register_filename() 749 last_file->next = fe; in register_filename()
|
/third_party/lwip/src/netif/ppp/ |
H A D | pppoe.c | 203 sc->next = pppoe_softc_list; in pppoe_create() 303 for (copp = &pppoe_softc_list; (freep = *copp); copp = &freep->next) { in pppoe_destroy() 305 *copp = freep->next; in pppoe_destroy() 323 for (sc = pppoe_softc_list; sc != NULL; sc = sc->next) { in pppoe_find_softc_by_session() 343 for (sc = pppoe_softc_list; sc != NULL; sc = sc->next) { in pppoe_find_softc_by_hunique()
|
/third_party/node/deps/v8/src/execution/ |
H A D | futex-emulation.cc | 41 // Deletes "node" and returns the next node of its list. 44 auto next = node->next_; in DeleteAsyncWaiterNode() local 46 node->prev_->next_ = next; in DeleteAsyncWaiterNode() 48 if (next != nullptr) { in DeleteAsyncWaiterNode() 49 next->prev_ = node->prev_; in DeleteAsyncWaiterNode() 52 return next; in DeleteAsyncWaiterNode() 686 // Retrieve the next node to iterate before calling NotifyAsyncWaiter, in Wake()
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | statem_dtls.c | 316 * We save the fragment offset for the next fragment so we have it in dtls1_do_write() 318 * next fragment yet so just set that to 0 for now. It will be in dtls1_do_write() 504 pitem *next; in dtls1_retrieve_buffered_fragment() local 528 next = pqueue_next(&iter); in dtls1_retrieve_buffered_fragment() 529 if (next != NULL) { in dtls1_retrieve_buffered_fragment() 530 nextfrag = (hm_fragment *)next->data; in dtls1_retrieve_buffered_fragment() 539 item = next; in dtls1_retrieve_buffered_fragment()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | ArrayDecoders.java | 141 byte next = data[position++]; in decodeVarint64() 143 value |= (long) (next & 0x7F) << 7; in decodeVarint64() 144 while (next < 0) { in decodeVarint64() 145 next = data[position++]; in decodeVarint64() 147 value |= (long) (next & 0x7F) << shift; in decodeVarint64()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | memblock.c | 1145 for (e = i->pool->exports; e; e = e->next) in pa_memimport_free() 1375 struct memexport_slot *slot, *next; in memexport_revoke_blocks() local 1381 for (slot = e->used_slots; slot; slot = next) { in memexport_revoke_blocks() 1383 next = slot->next; in memexport_revoke_blocks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 225 // that's covered by the next condition. in matchCombineShuffleVector() 360 MachineOperand *PredBB = std::next(&UseMO); in InsertInsnsWithoutSideEffectsBeforeUse() 368 Inserter(InsertBB, std::next(InsertPt), UseMO); in InsertInsnsWithoutSideEffectsBeforeUse() 802 assert(std::next(BrIt) == MBB->end() && "expected G_BR to be a terminator"); in matchElideBrByInvertingCond() 808 // Check that the next block is the conditional branch target. in matchElideBrByInvertingCond() 1104 const auto &SrcMMO = **std::next(MI.memoperands_begin()); in optimizeMemcpy() 1208 const auto &SrcMMO = **std::next(MI.memoperands_begin()); in optimizeMemmove()
|
/third_party/openssl/ssl/statem/ |
H A D | statem_dtls.c | 320 * We save the fragment offset for the next fragment so we have it in dtls1_do_write() 322 * next fragment yet so just set that to 0 for now. It will be in dtls1_do_write() 508 pitem *next; in dtls1_retrieve_buffered_fragment() local 532 next = pqueue_next(&iter); in dtls1_retrieve_buffered_fragment() 533 if (next != NULL) { in dtls1_retrieve_buffered_fragment() 534 nextfrag = (hm_fragment *)next->data; in dtls1_retrieve_buffered_fragment() 543 item = next; in dtls1_retrieve_buffered_fragment()
|