/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_libtomcrypt.c | 40 u8 pkey[8], next, tmp; in des_encrypt() local 45 next = 0; in des_encrypt() 48 pkey[i] = (tmp >> i) | next | 1; in des_encrypt() 49 next = tmp << (7 - i); in des_encrypt() 51 pkey[i] = next | 1; in des_encrypt()
|
H A D | des-internal.c | 401 u8 pkey[8], next, tmp; in des_encrypt() local 406 next = 0; in des_encrypt() 409 pkey[i] = (tmp >> i) | next | 1; in des_encrypt() 410 next = tmp << (7 - i); in des_encrypt() 412 pkey[i] = next | 1; in des_encrypt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_libtomcrypt.c | 40 u8 pkey[8], next, tmp; in des_encrypt() local 45 next = 0; in des_encrypt() 48 pkey[i] = (tmp >> i) | next | 1; in des_encrypt() 49 next = tmp << (7 - i); in des_encrypt() 51 pkey[i] = next | 1; in des_encrypt()
|
H A D | des-internal.c | 401 u8 pkey[8], next, tmp; in des_encrypt() local 406 next = 0; in des_encrypt() 409 pkey[i] = (tmp >> i) | next | 1; in des_encrypt() 410 next = tmp << (7 - i); in des_encrypt() 412 pkey[i] = next | 1; in des_encrypt()
|
/base/account/os_account/tools/acm/src/ |
H A D | account_command.cpp | 752 size_t next = 0; in AnalyzeConstraintArgument() local 754 while ((next = constraintsByUser.find(delimiter, last)) != std::string::npos) { in AnalyzeConstraintArgument() 755 constraint = constraintsByUser.substr(last, next - last); in AnalyzeConstraintArgument() 759 last = next + 1; in AnalyzeConstraintArgument()
|
/base/startup/init/interfaces/innerkits/fs_manager/ |
H A D | fstab.c | 92 fstab->tail->next = item; in AddToFstab() 130 FstabItem *tmp = item->next; in ReleaseFstab() 254 for (item = fstab.head; item != NULL; item = item->next) { in FindFstabItemForMountPoint() 335 for (FstabItem *item = fstab->head; item != NULL; item = item->next) { in GetBlockDeviceByName()
|
/base/startup/init/test/unittest/init/ |
H A D | service_unittest.cpp | 164 ServiceSocket tmpSock = { .next = nullptr, .sockFd = 0 }; in HWTEST_F() 165 ServiceSocket tmpSock1 = { .next = &tmpSock, .sockFd = 0 }; in HWTEST_F() 299 service->socketCfg->next = nullptr; in HWTEST_F() 303 service->fileCfg->next = nullptr; in HWTEST_F()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_debug_job_fault.c | 128 event_in = list_entry(event_list->next, struct base_job_fault_event, head); in kbase_job_fault_event_wait() 143 event = list_entry(event_list->next, struct base_job_fault_event, head); in kbase_job_fault_event_dequeue() 144 list_del(event_list->next); in kbase_job_fault_event_dequeue() 285 * following next() will not be called. The stop can in debug_job_fault_show() 310 dev_info(kbdev->dev, "debug job fault seq next:%d, %d", event->reg_offset, (int)*pos); in debug_job_fault_next() 376 .next = debug_job_fault_next,
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_debug_job_fault.c | 128 event_in = list_entry(event_list->next, in kbase_job_fault_event_wait() 145 event = list_entry(event_list->next, in kbase_job_fault_event_dequeue() 147 list_del(event_list->next); in kbase_job_fault_event_dequeue() 311 * following next() will not be called. The stop can in debug_job_fault_show() 340 dev_info(kbdev->dev, "debug job fault seq next:%d, %d", in debug_job_fault_next() 408 .next = debug_job_fault_next,
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | component.h | 203 AnimationsNode *next; member 205 AnimationsNode() : transitionImpl(nullptr), next(nullptr) {} in AnimationsNode() 574 void SetNextSibling(Component *next) in SetNextSibling() argument 576 nextSibling_ = next; in SetNextSibling() 611 * @brief nextSibling_ next neighbor
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_auth_negotiation.c | 61 TransReqAuthItem *next = NULL; in TransReqAuthPendingDeinit() local 62 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_reqAuthPendingList->list, TransReqAuthItem, node) { in TransReqAuthPendingDeinit() 105 TransReqAuthItem *next = NULL; in TransDelAuthReqFromPendingList() local 106 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_reqAuthPendingList->list, TransReqAuthItem, node) { in TransDelAuthReqFromPendingList()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_ctrl_lane.c | 146 CtrlReqInfo *next = NULL; in DeleteCtrlRequestNode() local 147 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_ctrlReqList->list, CtrlReqInfo, node) { in DeleteCtrlRequestNode() 470 CtrlReqInfo *next = NULL; in CtrlFree() local 471 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_ctrlReqList->list, CtrlReqInfo, node) { in CtrlFree()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | sysio_udp.c | 219 node = node->next; in SysioFreeSocketUdp() 407 node = node->next; in SysioRemovePcbUdp() 504 node = node->next; in SysioGetListenSocketByOssock() 526 node = node->next; in SysioGetPcbFromRemoteaddrUdp()
|
/third_party/elfutils/libelf/ |
H A D | libelfP.h | 164 struct Elf_Data_List *next; member 256 struct Elf_ScnList *next; /* Next block of sections. */ member 268 struct Elf_Data_Chunk *next; member 283 Elf *next; /* Used in list of archive descriptors. */ member 319 /* The next fields are only useful when testing for ==/!= NULL. */ 395 elf_next() advances this to the next 455 /* Get the next archive header. */
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | mpegaudiodsp_neon.S | 182 .macro round_sample r, idx, next 189 .if \idx != \next 190 .if \next == 0 213 .macro round_sample r, idx, next
|
/third_party/ffmpeg/libavdevice/ |
H A D | lavfi.c | 185 for (n = 0, inout = output_links; inout; n++, inout = inout->next); in lavfi_read_header() 202 for (i = 0, inout = output_links; inout; i++, inout = inout->next) { in lavfi_read_header() 240 for (i = 0, inout = output_links; inout; i++, inout = inout->next) { in lavfi_read_header() 252 for (i = 0, inout = output_links; inout; i++, inout = inout->next) { in lavfi_read_header()
|
/third_party/ffmpeg/libavfilter/ |
H A D | buffersink.c | 334 char *next = strchr(cur, '|'); in asink_query_formats() local 335 if (next) in asink_query_formats() 336 *next++ = 0; in asink_query_formats() 348 cur = next; in asink_query_formats()
|
H A D | vf_yadif_cuda.c | 58 CUdeviceptr prev, CUdeviceptr cur, CUdeviceptr next, in call_kernel() 104 res_desc.res.pitch2D.devPtr = (CUdeviceptr)next; in call_kernel() 175 (CUdeviceptr)y->next->data[i], in filter() 207 av_frame_free(&y->next); in deint_cuda_uninit() 57 call_kernel(AVFilterContext *ctx, CUfunction func, CUdeviceptr prev, CUdeviceptr cur, CUdeviceptr next, CUarray_format format, int channels, int src_width, int src_height, int src_pitch, CUdeviceptr dst, int dst_width, int dst_height, int dst_pitch, int parity, int tff) call_kernel() argument
|
/third_party/ffmpeg/libavutil/ |
H A D | buffer.c | 300 pool->pool = buf->next; in buffer_pool_flush() 348 buf->next = pool->pool; in pool_release_buffer() 399 pool->pool = buf->next; in av_buffer_pool_get() 400 buf->next = NULL; in av_buffer_pool_get()
|
H A D | encryption_info.c | 293 av_encryption_init_info_free(info->next); in av_encryption_init_info_free() 342 info->next = temp_info; in av_encryption_init_info_get_side_data() 371 for (cur_info = info; cur_info; cur_info = cur_info->next) { in av_encryption_init_info_add_side_data() 393 for (cur_info = info; cur_info; cur_info = cur_info->next) { in av_encryption_init_info_add_side_data()
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_bwdif.asm | 231 cglobal bwdif_filter_line, 4, 9, 12, 0, dst, prev, cur, next, w, prefs, \ 235 cglobal bwdif_filter_line, 4, 6, 8, 64, dst, prev, cur, next, w, prefs, \ 243 cglobal bwdif_filter_line_12bit, 4, 9, 13, 0, dst, prev, cur, next, w, \ 250 cglobal bwdif_filter_line_12bit, 4, 6, 8, 80, dst, prev, cur, next, w, \
|
/third_party/alsa-lib/src/topology/ |
H A D | parser.c | 115 snd_config_iterator_t i, next; in tplg_parse_compound() local 128 snd_config_for_each(i, next, cfg) { in tplg_parse_compound() 148 snd_config_iterator_t i, next; in tplg_parse_config() local 161 snd_config_for_each(i, next, cfg) { in tplg_parse_config()
|
/third_party/alsa-lib/src/mixer/ |
H A D | simple_abst.c | 179 snd_config_iterator_t i, next; in find_full() local 184 snd_config_for_each(i, next, top) { in find_full() 203 snd_config_iterator_t i, next; in find_module() local 209 snd_config_for_each(i, next, top) { in find_module()
|
/third_party/cups-filters/filter/ |
H A D | sys5ippprinter.c | 622 *next; /* Next filter */ in exec_filters() local 659 filter = next, current = 1 - current) in exec_filters() 661 next = (char *)cupsArrayNext(filters); in exec_filters() 685 if (next) in exec_filters()
|
/third_party/curl/lib/ |
H A D | altsvc.c | 354 n = e->next; in Curl_altsvc_cleanup() 394 n = e->next; in Curl_altsvc_save() 455 n = e->next; in altsvc_flush() 697 n = e->next; in Curl_altsvc_lookup()
|