/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri2.c | 922 templ.next = img->texture; in dri2_create_image_from_winsys() 938 templ.next = img->texture; in dri2_create_image_from_winsys() 1285 for (i = 0, tex = image->texture; tex; tex = tex->next) in dri2_query_image_by_resource_handle() 1812 resource = resource->next; in dri2_map_image()
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | msvs.py | 834 # means the delimiter and the next list item that follow this one in the 1852 if type(node) == dict and len(node) == 1 and next(iter(node)) == parent + ".vcproj": 1853 return node[next(iter(node))] 1874 while len(root) == 1 and type(root[next(iter(root))]) == dict: 1875 root = root[next(iter(root))]
|
/third_party/node/ |
H A D | vcbuild.bat | 78 :next-arg
label 164 goto next-arg
837 if not "%DISTTYPE%"=="next-nightly" (
838 echo "DISTTYPE is not release, custom, nightly or next-nightly"
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps.c | 729 char *next = next_item(files); in STACK_OF() local 738 files = next; in STACK_OF() 779 char *next = next_item(input); in load_certstore() local 791 input = next; in load_certstore()
|
/third_party/openssl/apps/lib/ |
H A D | apps.c | 729 char *next = next_item(files); in STACK_OF() local 738 files = next; in STACK_OF() 779 char *next = next_item(input); in load_certstore() local 791 input = next; in load_certstore()
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLMetalCodeGenerator.cpp | 1112 // We've advanced to the end of a row. Wrap to the start of the next row. in matrixConstructHelperIsNeeded() 2168 if (!f.initializer() && f.test() && !f.next()) { in writeForStatement() 2186 if (f.next()) { in writeForStatement() 2187 this->writeExpression(*f.next(), Precedence::kTopLevel); in writeForStatement() 2664 this->requirements(f.next().get()) | in requirements()
|
/third_party/python/Lib/test/ |
H A D | test_tempfile.py | 174 s = next(self.r) 183 s = next(r) 209 os.write(write_fd, next(self.r).encode("ascii")) 216 parent_value = next(self.r) 1797 sys.stdout.buffer.write(next(g).encode())
|
/third_party/pulseaudio/src/utils/ |
H A D | padsp.c | 514 for (i = fd_infos; i; i = i->next) { in atfork_prepare() 531 for (i = fd_infos; i; i = i->next) { in atfork_parent() 552 for (i = fd_infos; i; i = i->next) { in atfork_child() 745 for (i = fd_infos; i; i = i->next) in fd_info_find()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_negative.cpp | 1200 dng_std_vector<dng_camera_profile *>::iterator next; in ClearProfiles() local 1202 for (; iter != fCameraProfile.end (); iter = next) in ClearProfiles() 1217 next = fCameraProfile.erase (iter); in ClearProfiles() 1221 // Otherwise, just advance to the next element. in ClearProfiles() 1226 next = iter + 1; in ClearProfiles()
|
/third_party/python/Modules/ |
H A D | _tkinter.c | 2441 struct _fhcdata *next; member 2457 p->next = HeadFHCD; in NewFHCD() 2471 *pp = p->next; in DeleteFHCD() 2477 pp = &p->next; in DeleteFHCD()
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil.c | 1580 if (item->next != NULL) { in __cil_level_strlen() 1639 if (item->next != NULL) { in __cil_level_to_string() 1693 for(curr = db->selinuxusers->head; curr != NULL; curr = curr->next) { in cil_selinuxusers_to_string() 1953 current = current->next; in cil_destroy_ast_symtabs()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_new.c | 79 for (wpa_s = priv->global->ifaces; wpa_s; wpa_s = wpa_s->next) { in noc_filter() 4206 int next; in wpas_dbus_register_interface() local 4216 next = ctrl_iface->next_objid++; in wpas_dbus_register_interface() 4219 next); in wpas_dbus_register_interface()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_new.c | 79 for (wpa_s = priv->global->ifaces; wpa_s; wpa_s = wpa_s->next) { in noc_filter() 4363 int next; in wpas_dbus_register_interface() local 4373 next = ctrl_iface->next_objid++; in wpas_dbus_register_interface() 4376 next); in wpas_dbus_register_interface()
|
/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | executor_message.c | 538 temp = temp->next; in GetExecutorTemplateList() 605 temp = temp->next; in TraverseExecutor()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_scroll_modifier.cpp | 475 void SetScrollPage(ArkUINodeHandle node, ArkUI_Int32 next, ArkUI_Int32 animation) in SetScrollPage() argument 481 pattern->ScrollPage(next, animation); in SetScrollPage()
|
/foundation/communication/dsoftbus/core/connection/br/src/ |
H A D | softbus_conn_br_connection.c | 364 BrUnderlayerStatus *next = NULL; in ConnBrFreeConnection() local 365 LIST_FOR_EACH_ENTRY_SAFE(item, next, &connection->connectProcessStatus->list, BrUnderlayerStatus, node) { in ConnBrFreeConnection()
|
/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_connection.c | 160 ConnBlePacket *next = NULL; in ConnBleFreeConnection() local 161 LIST_FOR_EACH_ENTRY_SAFE(it, next, &connection->buffer.packets, ConnBlePacket, node) { in ConnBleFreeConnection()
|
/foundation/communication/dsoftbus/core/connection/common/src/ |
H A D | softbus_base_listener.c | 564 FdNode *next = NULL; in ShutdownBaseListener() local 565 LIST_FOR_EACH_ENTRY_SAFE(it, next, &node->info.waitEventFds, FdNode, node) { in ShutdownBaseListener()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
H A D | client_trans_proxy_manager.c | 638 ChannelSliceProcessor *next = NULL; in TransProxyDelSliceProcessorByChannelId() local 648 LIST_FOR_EACH_ENTRY_SAFE(node, next, &g_channelSliceProcessorList->list, ChannelSliceProcessor, head) { in TransProxyDelSliceProcessorByChannelId()
|
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/ |
H A D | instant_statistics.cpp | 741 InstantRemoteInfo *next = NULL; 742 LIST_FOR_EACH_ENTRY_SAFE(item, next, &remoteChannelInfoList->list, InstantRemoteInfo, node) {
|
/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_client_exec.cpp | 201 if (cookies->next != nullptr) { in GetCurlDataFromHandle() 205 cookies = cookies->next; in GetCurlDataFromHandle()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_common.c | 58 pos = pos->next; in FillpDelPktSeqHashItem() 546 node = node->next; in FillpCheckAndUpdateDelayNackList()
|
/third_party/ffmpeg/libavcodec/ |
H A D | wmadec.c | 525 goto next; in wma_decode_block() 758 next: in wma_decode_block() 810 /* prepare for next block */ in wma_decode_frame()
|
H A D | vp56.c | 685 goto next; in ff_vp56_decode_mbs() 763 next: in ff_vp56_decode_mbs()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_dynaudnorm.c | 359 static inline double fade(double prev, double next, int pos, int length) in fade() argument 364 return f0 * prev + f1 * next; in fade()
|