Home
last modified time | relevance | path

Searched +defs:j +defs:p (Results 1 – 25 of 67) sorted by relevance

123

/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/src/
H A Dhash_table.c27 static int CalcHash(const HashTable *p, int element) in CalcHash()
39 int j = START_CALC_PRIME_NUM; in CalcNextPrime() local
56 HashTable *p = (HashTable *)calloc(1, sizeof(HashTable)); in InitHashTable() local
69 void DestroyHashTable(HashTable *p) in DestroyHashTable()
87 static int RebuildHashTable(HashTable *p) in RebuildHashTable()
119 Context *FindContext(HashTable *p, int fd) in FindContext()
137 int InsertHashTable(HashTable *p, Context *context) in InsertHashTable()
174 void DeleteHashTable(HashTable *p, const Context *context) in DeleteHashTable()
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/uitest/
H A Dmain_widget.h78 uint32_t* p = tftFb; in UpdatePaintSlot() local
80 for (uint32_t j = 0; j < imgWidth; j++) { in UpdatePaintSlot() local
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_module_manage.c55 const char *p = startCmd; in SplitCmdString() local
57 int j = 0; in SplitCmdString() local
86 static void *WpaThreadMain(void *p) in WpaThreadMain()
241 ModuleInfo *p = g_halModuleList; in GetStartedModule() local
257 ModuleInfo *p = g_halModuleList; in FindModule() local
273 ModuleInfo *p = FindModule(moduleName); in StartModule() local
308 ModuleInfo *p = FindModule(moduleName); in StopModule() local
/ohos5.0/base/security/access_token/services/common/config_policy/src/
H A Dconfig_policy_loader.cpp68 void from_json(const nlohmann::json& j, AccessTokenServiceConfig& a) in from_json()
95 void from_json(const nlohmann::json& j, PrivacyServiceConfig& p) in from_json()
114 void from_json(const nlohmann::json& j, TokenSyncServiceConfig& t) in from_json()
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/token/
H A Dnative_token_receptor.cpp48 const nlohmann::json& j, std::vector<PermissionStateFull>& permStateList) in NativeReqPermsGet()
78 void from_json(const nlohmann::json& j, std::shared_ptr<NativeTokenInfoInner>& p) in from_json()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/
H A Dstream_pipeline_strategy.cpp68 [info] (const PortSpec& p) { in SetUpBasicOutPortFormat()
83 [] (const PortSpec& p) { in SetUpBasicInPortFormat()
95 int j, in SetPortFormat()
176 for (int j = pipeSpecPtr->nodeSpecSize - 1; j >= 0; j--) { in SelectPipelineSpec() local
254 std::shared_ptr<PipelineSpec> p = std::make_shared<PipelineSpec>(); in Create() local
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/
H A Ddlp_permission_set_parser.cpp38 void from_json(const nlohmann::json& j, PermissionDlpMode& p) in from_json()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_common.cpp72 for (uint32_t j = 0; j < channelCount - 1; j++) { in PremultiplyAlpha() local
84 uint8_t *p = &SRGBPremultiplyLookup[img[channelCount - 1] * 256u]; in PremultiplyAlpha() local
85 for (uint32_t j = 0; j < channelCount - 1; j++) { in PremultiplyAlpha() local
96 for (uint32_t j = 0; j < channelCount - 1; j++) { in PremultiplyAlpha() local
H A Dimage_loader_stb_image.cpp140 for (uint32_t j = 0; j < channelCount - 1; j++) { in PremultiplyAlpha() local
152 uint8_t* p = &g_sRgbPremultiplyLookup[img[channelCount - 1] * 256u]; in PremultiplyAlpha() local
153 for (uint32_t j = 0; j < channelCount - 1; j++) { in PremultiplyAlpha() local
165 for (uint32_t j = 0; j < channelCount - 1; j++) { in PremultiplyAlpha() local
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/
H A Dlru_cache.cpp32 for (const auto &p : m) { in GetMapValueSize() local
152 for (const auto &p : node.value) { in WriteCacheToJsonValue() local
173 for (int32_t j = 0; j < cJSON_GetArraySize(keyItem); j++) { in ReadCacheFromJsonValue() local
/ohos5.0/foundation/ability/idl_tool/util/
H A Dstring.cpp244 char* p = string_ + fromIndex; in __anon5e4de09e0502() local
298 char* p = string_ + fromIndex; in __anon5e4de09e0802() local
360 int j = i - 1; in __anon5e4de09e0b02() local
458 for (int j = i; j < size; j++) { in __anon5e4de09e1002() local
477 for (int j = i; j < size; j++) { in __anon5e4de09e1102() local
516 for (int j = i; j < size; j++) { in __anon5e4de09e1402() local
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dintell_voice_util.cpp55 for (uint32_t j = 0; j < channelLen; j++) { in DeinterleaveAudioData() local
79 buffer = std::shared_ptr<uint8_t>(new uint8_t[size], [](uint8_t *p) { delete[] p; }); in ReadFile()
/ohos5.0/base/customization/config_policy/frameworks/config_policy/src/
H A Dconfig_policy_utils.c47 char *p; // just init to NULL, by malloc member
92 static void FreeIf(void *p) in FreeIf()
152 for (char *p = str; *p != '\0'; p++) { in SplitStr() local
172 static void FreeSplitedStr(SplitedStr *p) in FreeSplitedStr()
449 for (int j = (result ? result->segCount : 0); j > 0; j--) { in GetOneCfgFileEx() local
504 for (int j = 0; result && j < result->segCount && index < MAX_CFG_POLICY_DIRS_CNT; j++) { in GetCfgFilesEx() local
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/src/
H A Dcolor_space.cpp180 for (size_t j = 0; j < b.size(); ++j) { in operator *() local
193 for (size_t j = 0; j < a.size(); ++j) { in operator *() local
204 for (size_t j = 0; j < x.size(); ++j) { in operator *() local
334 auto &p = transferFunc; in ToLinear() local
352 auto &p = transferFunc; in ToNonLinear() local
387 for (int j = 0; j < DIMES_3; ++j) { in ToSkiaXYZ() local
/ohos5.0/base/hiviewdfx/faultloggerd/common/cutil/
H A Ddfx_cutil.c53 char* p = name; in ReadStringFromFile() local
139 size_t i = 0, j = 0; in TrimAndDupStr() local
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_common_cmd_ext.c53 const char *p = startCmd; in SplitCmdString() local
55 int j = 0; in SplitCmdString() local
84 static void *WpaThreadMain(void *p) in WpaThreadMain()
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_distinguished_name_openssl.c73 const unsigned char *p = NULL; in GetEncodeOpenssl() local
110 unsigned char *p = ASN1_STRING_data(str); in GetDataByEntryOpenssl() local
145 int j = 0; in GetNameTypeByOpenssl() local
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/
H A Dfstab.c71 for (int j = 0; j < flagCount; j++) { in ConvertFlags() local
142 char *p = NULL; in ParseFstabPerLine() local
214 char *p = NULL; in ReadFstabFromFile() local
460 char *p = flagsVector[i]; in GetMountFlags() local
523 char *p = NULL; in ParseRequiredMountInfo() local
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwm_math.cpp111 float *p = mat_[row1]; in SwapRow() local
134 int i, j, k; in Invert() local
345 Vector2 GetOriginScreenPoint(const Vector2& p, const Matrix4& mat) in GetOriginScreenPoint()
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dperf_counter.cpp165 struct perf_ignore* p = find_ignore(record); in perf_ignore() local
210 for (int j = 0; j < max_rd; j++) { in perf_counter_output() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c475 FILLP_UINT j; in SpungeAllocInstRes() local
508 int j; in SpungeFreeInstSendRecv() local
923 int j; in SpungeLoopCheckUnsendBox() local
1230 void SpinstLoopMacTimerChecker(void *p) in SpinstLoopMacTimerChecker()
1245 void SpinstLoopFairnessChecker(void *p) in SpinstLoopFairnessChecker()
1276 void SpungeTokenTimerCb(void *p) in SpungeTokenTimerCb()
1579 void SpungeInstanceMainThread(void *p) in SpungeInstanceMainThread()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dlru_cache_disk_handler.cpp28 for (const auto &p : m) { in GetMapValueSize() local
148 for (const auto &p : node.value) { in WriteCacheToJsonValue() local
169 for (int32_t j = 0; j < cJSON_GetArraySize(keyItem); j++) { in ReadCacheFromJsonValue() local
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dmock_wpa_ctrl.cpp193 int j = 0; in GetExactCmd() local
195 const char *p = strchr(cmd, ' '); in GetExactCmd() local
/ohos5.0/base/security/certificate_manager/frameworks/cert_manager_standard/main/common/src/
H A Dcm_x509.c33 #define CONVERT(p) (((p)[0] - '0') * 10 + (p)[1] - '0') argument
145 for (uint32_t j = 0; j < sizeList; ++j) { in GetX509FirstSubjectName() local
259 for (uint32_t j = 0; j < sizeList; ++j) { in GetX509SubjectNameLongFormat() local
283 for (uint32_t j = 0; j < sizeList; ++j) { in GetX509IssueNameLongFormat() local
/ohos5.0/foundation/ability/idl_tool/codegen/
H A Drust_code_emitter.cpp232 const char* p = name; in GetCodeFromMethod() local
253 const char* p = name; in GetNameFromParameter() local
466 for (int j = 0; j < mm->parameterNumber_; j++) { in AddRemoteRequestMethods() local
544 for (int j = 0; j < mm->parameterNumber_; j++) { in AppendProxyMethods() local

123